CHW-4702 WebhookURLRequired

webhook url is required

Default message: webhook url is required
HTTP status: 400 (client)

Problem. POST /api/webhooks with an empty url field returned 400. Cause. The validator requires a non-empty URL. Fix. Supply an https:// URL pointing to a publicly routable host. HTTP 400.