{
"limit": 100,
"page": 1,
"order": "ASC",
"cardId": "CIDV015638333481",
"startTime": "",
"endTime": ""
}curl --location 'https://api-test.tevaupay.com/openapi/query/card/getCardAccountDetailPage' \
--header 'x-nexus-api-key;' \
--header 'versions: v1' \
--header 'appId;' \
--header 'timestamp;' \
--header 'nonce;' \
--header 'sign;' \
--header 'Content-Type: application/json' \
--data '{
"limit": 100,
"page": 1,
"order": "ASC",
"cardId": "CIDV015638333481",
"startTime": "",
"endTime": ""
}'{
"code": 0,
"msg": "",
"data": {
"total": 0,
"list": [
{
"refOrderSn": "",
"userCode": "",
"cardId": "",
"amount": 0.0,
"endAmount": 0.0,
"detailType": 0,
"createTime": ""
}
],
"pages": 0
}
}