curl --location 'https://base.merchantwarrior.com/post' \
--header 'MW-API-VERSION: 2.0' \
--header 'Content-Type: application/json' \
--data '{
"method": "checkEnrollment",
"merchantUUID": "123456789abcd",
"apiKey": "1a3b5c",
"transactionAmount": "10.00",
"transactionCurrency": "AUD",
"transactionProduct": "ABC4321",
"paymentCardNumber": "5123456789012346",
"paymentCardExpiry": "0513",
"paymentCardName": "Mr. Example Person",
"hash": "e9ddc296b76b3398934bfc06239073df",
"customerIP": "123.456.789.012",
"paymentCardCSC": "123",
"cardID": "NUFM56937091"
}'