NewWebhookRequest
Creates a new webhook to send tracking events to
callback_urlstringrequired
The webhook URL to trigger
Example:
https://my.domain.com/webhookEndpointNewWebhookRequest
{
"callback_url": "https://my.domain.com/webhookEndpoint"
}