# Registers a new webhook to receive Payout. Endpoint: POST /v1/webhooks Security: Bearer ## Request fields (application/json): - `url` (string,null, required) ## Response 201 fields (text/plain): - `id` (string) - `url` (string,null) ## Response 400 fields (text/plain): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null)