curl --location --request POST '/payment/card' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"pan": "8600303655375959",
"expiry": "2603"
}'{
"success": true,
"data": {
"id": 55,
"application_id": 1,
"payer_id": null,
"card_pan": "409784******3066",
"card_token": "6225f3c93f7a110142782fa4",
"phone": null,
"holder_name": null,
"pinfl": null,
"ps": "uzcard",
"status": "draft",
"added_on": "2022-04-21 14:36:29",
"card_status": null,
"sms_inform": null
}
}