curl --location 'https://base.merchantwarrior.com/post' \
--header 'MW-API-VERSION: 2.0' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "processCard",
"merchantUUID": "123456789abcd",
"apiKey": "1a3b5c",
"accessToken": "XXXXX",
"transactionAmount": "10.00",
"transactionCurrency": "AUD",
"transactionProduct": "ABC4321",
"customerName": "Mr. Example Person",
"customerCountry": "AU",
"customerState": "Queensland",
"customerCity": "Brisbane",
"customerAddress": "123 Test Street",
"customerPostCode": "4000",
"payframeToken": "KMJI24557546102398",
"payframeKey": "b941071d7be8d11f4c8e6c038968bc0d",
"hash": "e9ddc296b76b3398934bfc06239073df",
"transactionReferenceID": "A257240023321",
"threeDSToken": "XXXXX",
"customerPhone": "0401234567",
"customerEmail": "person@example.com",
"customerIP": "123.456.789.012",
"storeID": "Test store name",
"addCard": "1",
"custom1": "XXXXX",
"custom2": "XXXXX",
"custom3": "XXXXX"
}'