curl --location 'http://localhost:4516/webhooks' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "teste",
"url": "https://example.com",
"eventType": "send_study",
"headers": "{\"Authorization\": \"Bearer token123\"}",
"isActive": true
}'{}