curl --location 'https://base.merchantwarrior.com/addCard' \
--header 'MW-API-VERSION: 2.0' \
--header 'Content-Type: application/json' \
--data '{
"method": "addCard",
"merchantUUID": "123456789abcd",
"apiKey": "1a3b5c",
"digitalWalletToken": "XXXXX"
}'{
"custom1": "",
"custom2": "",
"custom3": "",
"responseMessage": "Operation successful",
"transactionReferenceID": "",
"cardID": "CBUZ76180275",
"responseCode": "0",
"cardKey": "WI4qedW808sdWIAi",
"ivrCardID": "76180275",
"cardNumber": "520424XXXXXX6937"
}