curl --location 'https://sandbox-api.vmcardio.com/getCardList' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data '{
"product_code": "P537***",
"card_type": "save",
"card_id": "abcd123456789",
"start_time": "2026-05-01 00:00:00",
"end_time": "2026-06-01 00:00:00",
"page": 1,
"page_size": 10
}'{
"code": 0,
"msg": "ok",
"data": {
"total": 1,
"list": [
{
"card_id": "abce123456789",
"card_number": "2234670329******",
"product_code": "P537***",
"card_type": "save",
"available_amount": 100.01,
"status": "ACTIVE",
"create_time": "2026-05-01 15:51:11"
}
]
}
}