'how make post from mysql to external client

how can I send json data through a post request to an external client from mysql commands?

POST(select * from clientes)

I need to develop an application and python that listens to a pot from mysql, every time a new row is inserted from a database table, that is, when a trigger is performed



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source