curl --location 'https://base.merchantwarrior.com/post' \
--header 'MW-API-VERSION: 2.0' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "processAuth",
"merchantUUID": "123456789abcd",
"apiKey": "1a3b5c",
"transactionAmount": "10.00",
"transactionCurrency": "AUD",
"transactionProduct": "ABC4321",
"customerName": "Mr. Example Person",
"customerCountry": "AU",
"customerState": "Queensland",
"customerCity": "Brisbane",
"customerAddress": "123 Test Street",
"customerPostCode": "4000",
"paymentCardNumber": "5123456789012346",
"paymentCardExpiry": "0513",
"paymentCardName": "Mr. Example Person",
"hash": "e9ddc296b76b3398934bfc06239073df",
"transactionReferenceID": "A257240023321",
"threeDSToken": "3bbb998a9b10e39c7291",
"customerPhone": "0401234567",
"customerEmail": "person@example.com",
"customerIP": "123.456.789.012",
"storeID": "Test store name",
"paymentCardCSC": "123",
"custom1": "XXXXX",
"custom2": "XXXXX",
"custom3": "XXXXX",
"addCard": true,
"paymentFingerprint": true,
"schemeCryptogram": "AAEBAwQjSQAAXXXXXXXJYe0BbQA="
}'