curl --location --request POST 'http://dev-cn.your-api-server.com/api/v1/webhook/' \
--header 'Authorization: Bearer SECRET_KEY' \
--header 'content-type: application/json' \
--data-raw '{
"url": "string"
}'
{
"url": "https://site.com/webhook",
"enabled": true
}