curl --request PUT \
--url https://api-prod.blaaiz.com/api/external/webhook/{businessWebhook} \
--header 'Content-Type: application/json' \
--header 'x-blaaiz-api-key: <api-key>' \
--data '
{
"collection_url": "https://yourapp.com/webhooks/collection",
"payout_url": "https://yourapp.com/webhooks/payout"
}
'