{
"enKashCardId": "EKC94AEX89",
"cardAccountId": "CAA8W45",
"otpRequestId": "EC123456",
"otp": "123456"
}curl --location '/api/v0/partner/enKashCard/activate' \
--header 'authorization: Bearer 2f68dbbf-519d-4f01-9636-e2421b68f379' \
--header 'partnerId: CRXXXXXXX' \
--header 'Content-Type: application/json' \
--data '{
"enKashCardId": "EKC94AEX89",
"cardAccountId": "CAA8W45",
"otpRequestId": "EC123456",
"otp": "123456"
}'{
"response_code": 0,
"response_message": "Success"
}