curl --location --request POST '/v2/api/Cards/get-real-card' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"client_id": 0,
"card_pan": "string"
}'{
"result": {
"real_pan": "string",
"transit_account": "string",
"product_id": 0
},
"message": "string",
"status": "string",
"error_code": "string",
"traceId": "string",
"http_status": 0
}