Update a webhook endpoint
curl --request POST \ --url https://api.godiligent.ai/webhooks \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data '{ "webhook_url": "<string>", "is_active": true, "secret": "<string>" }'
Webhook configuration created or updated.