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