curl --location 'https://base.merchantwarrior.com/decryptApplePayToken' \
--header 'MW-API-VERSION: 2.0' \
--header 'Content-Type: application/json' \
--data '{
"method": "decryptApplePayToken",
"merchantUUID": "123456789abcd",
"apiKey": "1a3b5c",
"applePayToken": "XXXXX"
}'