Authorization: ********************curl --location --request GET 'test-mg-admin.hwyc.io/v1/user/query?flag' \
--header 'Authorization: <token>'{
"code": 0,
"msg": "string",
"data": [
{
"channel": "string",
"uid": "string",
"username": "string",
"nickName": "string",
"areaCode": "string",
"phone": "string",
"ucode": "string",
"rtype": 0,
"rcode": "string",
"pwd": true,
"payPwd": true,
"createTime": 0,
"guest": true,
"state": 0,
"channelDomain": "string"
}
],
"success": true
}