curl --location --request POST '/v2/api/Cards/GetCards' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"client_id": 0
}'{
"result": {
"cards": [
{
"client": "string",
"card_number": "string",
"branch": "string",
"expiration_date": "string",
"card_name": "string",
"balance": 0,
"organization_name": "string",
"card_status": "string",
"card_type": "Default",
"account": "string",
"hot_card_status": "string",
"product": "string"
}
]
},
"message": "string",
"status": "string",
"error_code": "string",
"traceId": "string",
"http_status": 0
}