curl --location 'https://api.zzed.xyz/disburse/v1/withdraw' \
--header 'X-TenantId;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"walletAccountNo": 200001,
"transactionCategory": "USER_DISBURSEMENT",
"requestMethod": "MOBILE",
"amount": 50000,
"telephoneNumber": "256752002106",
"telephoneNetwork": "AIRTEL",
"remarks": "Monday withdrawal"
}'{}