curl --location 'https://base.merchantwarrior.com/payout/process' \
--header 'MW-API-VERSION: 2.0' \
--header 'Content-Type: application/json' \
--data '{
"MW-MERCHANTID": "XXXXX",
"MW-API-KEY": "XXXXX",
"MW-MESSAGEHASH": "XXXXX",
"MW-API-VERSION": "XXXXX",
"reference": "XXXXX",
"payouts": "XXXXX",
"payee": "XXXXX",
"name": "XXXXX",
"address": "XXXXX",
"street": "XXXXX",
"city": "XXXXX",
"state": "XXXXX",
"postcode": "XXXXX",
"country": "XXXXX",
"contact": "XXXXX",
"phone": "XXXXX",
"email": "XXXXX",
"transaction": "XXXXX",
"product": "XXXXX",
"amount": "XXXXX",
"bsb": "XXXXX",
"accNumber": "XXXXX"
}'