curl --request POST \ --url https://api.kadoa.com/v4/webhook-subscriptions \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "webhookUrl": "<string>", "webhookHttpMethod": "GET", "events": [ "<any>" ] }'
{ "id": "<string>", "message": "<string>" }
The response is of type object.
object