curl --location 'https://base.merchantwarrior.com/post' \
--header 'MW-API-VERSION: 2.0' \
--header 'Content-Type: application/json' \
--data '{
"method": "checkPARes",
"merchantUUID": "123456789abcd",
"apiKey": "1a3b5c",
"PARes": "eJzNWVmvm9iy/it"
}'{
"responseCode": "0",
"responseMessage": "Operation successful",
"threeDSToken": "8e86aef68037e8849980",
"threeDSResult": "N",
"threeDSEci": "7",
"threeDSXid": "857e2347c329eec31c75",
"threeDSCavv": []
}