Authorization: Bearer ********************
{ "name": "gatilho1", "action": "invoice_created", "notification_url": "https://localhost" }
curl --location -g --request POST 'http://{{app_url}}/api/v1/triggers/create' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "gatilho1", "action": "invoice_created", "notification_url": "https://localhost" }'
{ "id": "203b412d-37da-40fc-b6dc-dbb2ed443638", }