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