curl --request POST \
--url https://api.example.com/api/v1/projects/{project_id}/webhook \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"WebhookEndpoint": "<string>",
"AdditionalHeaders": {},
"EventTypes": []
}
'