{ "companyId": "string", "cardAccountId": "string", "enKashCardId": "string", "blockCode": "L", "reason": "string", "otpMedium": "MOBILE", "otpRequestId": "string", "otp": "string", "createdBy": "string", "mfaCode": "string", "otpRequired": true }
curl --location --request POST 'https://test.your-api-server.com/api/v0/partner/enKashCard/block' \ --header 'authorization: Bearer 2f68dbbf-519d-4f01-9636-e2421b68f379' \ --header 'partnerId: CRXXXXXXX' \ --header 'Content-Type: application/json' \ --data-raw '{ "companyId": "string", "cardAccountId": "string", "enKashCardId": "string", "blockCode": "L", "reason": "string", "otpMedium": "MOBILE", "otpRequestId": "string", "otp": "string", "createdBy": "string", "mfaCode": "string", "otpRequired": true }'
{ "code": 0, "message": "Success", "payload": "Success" }