{ "enKashCardId": "string", "otpRequestId": "string", "cardAccountId": "string", "otpMedium": "MOBILE", "otp": "string", "mfaCode": "string", "otpRequired": true }
curl --location --request POST '/api/v0/partner/enKashCard/replaceCard' \ --header 'authorization: Bearer 2f68dbbf-519d-4f01-9636-e2421b68f379' \ --header 'partnerId: CRXXXXXXX' \ --header 'Content-Type: application/json' \ --data-raw '{ "enKashCardId": "string", "otpRequestId": "string", "cardAccountId": "string", "otpMedium": "MOBILE", "otp": "string", "mfaCode": "string", "otpRequired": true }'
{ "code": 0, "message": "Success", "payload": "Success" }