curl --location --request GET '/chest/chest-config/collect/record' \
--header 'x-access-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzeXNVaWQiOiJlOWNhMjNkNjhkODg0ZDRlYmIxOWQwNzg4OTcyN2RhZSIsInVzZXJJZGVudGl0eSI6MiwiZXhwIjoxNzQ3MDgxNzYzLCJ1c2VybmFtZSI6ImFkbWluIn0.NaeqryXHUXcM8u5j_l2cIjTyywLEiMHQklrPpEHy79k'
{
"code": 0,
"message": "string",
"result": {
"countId": "string",
"current": 0,
"hitCount": true,
"maxLimit": 0,
"optimizeCountSql": true,
"orders": [
{
"asc": true,
"column": "string"
}
],
"pages": 0,
"records": [
{
"actualQuota": 0,
"chestConfigId": 0,
"chestDateId": 0,
"chestName": "string",
"chestQuota": 0,
"chestTypeModel": 0,
"createTime": "string",
"id": 0,
"nickname": "string",
"redeemPoints": 0,
"uid": 0
}
],
"searchCount": true,
"size": 0,
"total": 0
},
"success": true,
"timestamp": 0
}