{ "webhook_url": "string" }
curl --location --request POST '/merchant/set_webhook_url' \ --header 'Merchant-ID;' \ --header 'X-HMAC;' \ --header 'Content-Type: application/json' \ --data-raw '{ "webhook_url": "string" }'
{ "message": "Webhook set successfully" }