cURL
curl --request POST \ --url https://api.example.com/Merchants/webhooks/unsubscribe \ --header 'Content-Type: application/json' \ --data ' { "webhookUrl": "<string>" } '
{ "type": "<string>", "title": "<string>", "status": 123, "detail": "<string>", "instance": "<string>" }
Unauthorized