Authorization: ********************curl --location --request GET 'http://127.0.0.1:10010/user/api/aisettleaccountsrecord/page?current=1&limit=10&mainRecordId&userInfoId&keyword&startDate&endDate' \
--header 'Authorization: <api-key>'{
"status": "",
"message": "",
"data": {
"list": [
{
"id": "",
"area": "",
"startDate": "",
"userList": "",
"endDate": "",
"amount": 0.0,
"coachPrice": 0.0,
"coachCount": 0,
"principalPrice": 0.0,
"principalCount": 0,
"status": 0,
"createTime": "",
"userNickname": "",
"userMobile": ""
}
],
"total": 0,
"currentPage": 0,
"pageSize": 0,
"pages": 0
}
}