curl --location 'https://base.merchantwarrior.com/post' \
--header 'MW-API-VERSION: 2.0' \
--header 'Content-Type: application/json' \
--data '{
"method": "checkTDSAuth",
"accessToken": "XXXXX",
"transactionAmount": "10.00",
"transactionCurrency": "AUD",
"transactionProduct": "ABC4321",
"paymentCardNumber": "5123456789012346",
"paymentCardExpiry": "0513",
"paymentCardCSC": "123",
"paymentCardName": "Mr. Example Person",
"mobilePhone": "XXXXX",
"browserAcceptHeader": "XXXXX",
"browserJavascriptEnabled": "XXXXX",
"browserJavaEnabled": "XXXXX",
"browserColorDepth": "XXXXX",
"browserLanguage": "XXXXX",
"browserScreenHeight": "XXXXX",
"browserScreenWidth": "XXXXX",
"browserTZ": "XXXXX",
"browserUserAgent": "XXXXX",
"purchaseDate": "XXXXX",
"billAddrLine1": "XXXXX",
"billAddrCity": "XXXXX",
"billAddrState": "XXXXX",
"billAddrCountry": "XXXXX",
"billAddrPostCode": "XXXXX",
"threeDSCompInd": "XXXXX",
"threeDSRequestorAuthenticationInd": "XXXXX",
"threeDSRequestorChallengeInd": "XXXXX",
"threeDSRequestorURL": "XXXXX",
"threeDSServerTransID": "XXXXX",
"notifyURL": "https://www.example.com/notify.php"
}'