curl --location --request GET '/payment/card/6225f3c93f7a880142782fa4' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"success": true,
"data": {
"id": 55,
"application_id": 1,
"payer_id": "2313122",
"card_pan": "409784******3066",
"card_token": "6225f3c93f7a110142782fa4",
"phone": "998901234567",
"holder_name": "AAAA BBBBB",
"pinfl": null,
"ps": "uzcard",
"status": "active",
"added_on": "2022-04-21 14:36:29",
"card_status": {
"code": 0,
"description": "Active"
},
"sms_inform": true
}
}