Authorization: ********************curl --location 'https://decibel.foo/api/subscriptions/webhook' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"property1": "string",
"property2": "string"
}'