Authorization: Bearer ********************curl --location '/admin-api/system/user/list-all-simple' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"data": [
{
"id": 1024,
"nickname": "芋道",
"deptId": 0,
"deptName": "IT 部"
}
],
"msg": "string"
}