WebHookCommonDto
urlstring
URL of the webhook
Example:
https://foo.com/webhooks/bar
descriptionstringnullable
Description of the webhook
Example:
Webhook for X production
WebHookCommonDto
{
"url": "https://foo.com/webhooks/bar",
"description": "Webhook for X production"
}