{ "url": "string" }
curl --location --request PUT '/webhooks/set/' \ --header 'Content-Type: application/json' \ --data-raw '{ "url": "string" }'
{ "success": true, "message": "Webhook atualizado com sucesso" }