curl --location 'https://base.merchantwarrior.com/post' \
--header 'MW-API-VERSION: 2.0' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "processDDebitAuth",
"merchantUUID": "123456789abcd",
"apiKey": "1a3b5c",
"customerName": "Mr. Example Person",
"customerCountry": "AU",
"customerState": "Queensland",
"customerCity": "Brisbane",
"customerAddress": "123 Test Street",
"customerPostCode": "4000",
"customerPhone": "0401234567",
"customerEmail": "person@example.com",
"paymentAccountBSB": "123123",
"paymentAccountName": "Mr. Example Person",
"paymentAccountNumber": "234523451",
"transactionCurrency": "AUD",
"hash": "e9ddc296b76b3398934bfc06239073df",
"returnURL": "https://www.example.com/return.php",
"notifyURL": "https://www.example.com/notify.php",
"urlHash": "Queensland",
"hashSalt": "3x4mpl3s4lt!",
"transactionAmount": "10.00",
"logoURL": "https://www.example.com/logo.png",
"hostedID": "1",
"custom1": "XXXXX",
"custom2": "XXXXX",
"custom3": "XXXXX"
}'