curl --location --request GET '/admin-api/system/user/list-all-simple' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json'
{
"code": 0,
"data": [
{
"id": 1024,
"nickname": "hici",
"deptId": 0,
"deptName": "IT 部"
}
],
"msg": "string"
}