accessKey
and secretKey
for securing webhook requests.curl --location --request POST '/webhook/register' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic Og==' \
--data-raw '{
"webhook_url": "https://webhook.site/testing-webhook",
"webhook_access_key": null,
"webhook_secret_key": null
}'
{}