x-token: ********************{
"keyword": "string",
"page": 1,
"pageSize": 10
}curl --location --request POST 'https://api.gogpu.cn/user/points/GetPointsRecordList' \
--header 'x-token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyword": "string",
"page": 1,
"pageSize": 10
}'{
"code": 0,
"data": {
"list": [
{
"created_at": "string",
"id": 0,
"object_id": 0,
"reason": "string",
"remaining": 0,
"sub_type": 0,
"type": 0,
"updated_at": "string",
"user": {
"account": "string",
"auth": 0,
"created_at": "string",
"email": "string",
"enable": 0,
"first_login": "string",
"header_img": "string",
"id": 0,
"identity_card": "string",
"last_login": "string",
"level": 0,
"level_info": {
"computility": 0,
"created_at": "string",
"description": "string",
"discount": 0,
"icon": "string",
"id": 0,
"level": 0,
"name": "string",
"updated_at": "string"
},
"nickname": "string",
"phone": "string",
"sex": 0,
"updated_at": "string",
"user_property": {
"balance": 0,
"computility": 0,
"created_at": "string",
"freeze": 0,
"id": 0,
"updated_at": "string",
"user_id": 0,
"voucher": 0
},
"username": "string",
"uuid": "string"
},
"user_id": 0,
"value": 0
}
],
"page": 0,
"pageSize": 0,
"total": 0
},
"msg": "string"
}