curl --location --request PATCH 'https://api.beatapi.io/v1/webhooks/wh_9aBcD' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"status": "disabled"
}'{
"data": {
"id": "wh_9aBcD",
"object": "webhook_endpoint",
"url": "https://example.com/beatapi-webhook",
"events": [
"task.succeeded"
],
"status": "active",
"secret": "whsec_example_masked",
"created_at": 0
}
}