curl -X POST \
/webhooks \
--header "Content-Type: application/json" \
--header "Authorization: Bearer <token>" \
--data '{
"id": "",
"events": [
""
],
"version": "",
"enabled": "",
"url": "",
"webhookResults": [
"https:\/\/example.com\/"
],
"status": "",
"lastSentAt": "",
"activities": [
"https:\/\/example.com\/"
],
"tenantId": ""
}'