{
cardAccountId:"1008",
cardId:"1003",
idempotencyKey:"1004"
}curl --location --request GET 'https://access.sandbox.orzcash.com/v1/cards/suspend?cardAccountId&cardId&idempotencyKey' \
--header 'Content-Type: application/json' \
--data-raw '{
cardAccountId:"1008",
cardId:"1003",
idempotencyKey:"1004"
}'{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"xid": "string",
"xmetadata": {},
"status": "active",
"embossedName": "string",
"network": "mastercard",
"product": {
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"imageUrl": "string"
},
"expiryMonth": 9,
"expiryYear": 2030,
"last4": "string",
"replacedBy": "string",
"cardLimit": 0,
"dailyAtmLimit": 0,
"dailyPurchaseLimit": 0,
"availableLimit": 0
}