curl --location --request GET '/admin-api/charging/account/queryUnChargeUser?pageNo=1&pageSize=10' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json'
{
"code": 0,
"data": {
"list": [
{
"accountId": "string",
"mobile": "string",
"isCompanyUser": 0,
"companyId": "string",
"userId": "string",
"platformType": 0,
"platformName": "string"
}
],
"total": 0
},
"msg": "string"
}