curl --location --globoff --request PUT '{{integ_url}}v1/webhooks/{{workspace_id}}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
// webhook_ids :[]
"name": "registration-updated-webhook",
"webhook_url": "https://webhook.site/8560a13f-582b-4853-b90b-dbd2b246029b",
"triggers": ["registration.updated"],
"active": true,
"config": {},
"signing_secret_encrypted": ""
}'{}