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