curl --location 'https://sandbox-api.vmcardio.com/getCardFlow' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data '{
"card_id": "2043601608453009410",
"card_number": "2236000305093728",
"type": "card recharge",
"start_time": "2025-05-01 15:51:20",
"end_time": "2026-06-01 15:51:20",
"page": 1,
"page_size": 10
}'{
"code": 0,
"msg": "ok",
"data": {
"total": 1,
"list": [
{
"flow_id": 7829345,
"user_name": "[email protected]",
"card_id": "card5820251128134527901234",
"card_number": "537872******9832",
"card_no": 45829173,
"card_type": "save",
"available_amount": 150.50,
"account_balance": 89.25,
"type": "card recharge",
"amount": 50.00,
"reality_amount": 50.00,
"status": "COMPLETE",
"description": "",
"operator": "[email protected]",
"pay_way": "",
"ref": "0",
"code": "",
"create_time": "2025-06-09 10:35:18",
"update_time": "2025-06-09 10:35:18"
}
]
}
}