{}
curl --location --request GET 'http://127.0.0.1/user/simplelist?access_token=6ed1bxxxx&department_id=1' \ --header 'Content-Type: application/json' \ --data-raw '{}'
{ "userlist": [ { "userid": "string", "name": "string" } ], "errcode": 0, "errmsg": "string", "hasMore": true }