curl --location 'https://base.merchantwarrior.com/post' \
--header 'MW-API-VERSION: 2.0' \
--header 'Content-Type: application/json' \
--data '{
"method": "addBlacklistedCard",
"merchantUUID": "123456789abcd",
"apiKey": "1a3b5c",
"cardName": "John Smith",
"cardNumber": "4557012345678902",
"cardExpiryMonth": "05",
"cardExpiryYear": "13",
"secureHash": "e9ddc296b76b3398934bfc06239073df"
}'{
"responseCode": "0",
"responseMessage": "Operation successful",
"cardID": "5bee5e25c09bb",
"cardNumberFirst": "512345",
"cardNumberLast": "2346",
"cardExpiryMonth": "05",
"cardExpiryYear": "21"
}