Authorization: ********************
{ "url": "https://webhook.site/abcd", "secret": "super-secret-token", "events": [ "string" ] }
curl --location --request POST 'https://api.staging.vrtx.sa/cl/v1/webhooks/endpoints' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "url": "https://webhook.site/abcd", "secret": "super-secret-token", "events": [ "string" ] }'
{}