curl --location --request POST '/api/v1/webhooks' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "https://test-webhook.com",
"authorization": "authorization_value_test"
}'
{
"message": "Webhook configuration successfully registered"
}