Authorization: Bearer ********************curl --location --request POST 'https://api.twenty.com/rest/webhooks' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"targetUrl": "string",
"operations": [
"string"
],
"description": "string",
"secret": "string"
}'{
"data": {
"createWebhook": {
"targetUrl": "string",
"operations": [
"string"
],
"description": "string",
"secret": "string",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"deletedAt": "2019-08-24T14:15:22Z"
}
}
}