curl --location '/api/v1/webhooks' \ --header 'Content-Type: application/json' \ --data '{ "url": "https://test-webhook.com", "authorization": "authorization_value_test" }'
{ "message": "Webhook configuration successfully registered" }