curl --location --request GET 'https://heimahr.itheima.net/api/sys/user?page&pagesize&keyword=&departmentId=' \ --header 'Authorization;'
{ "success": true, "code": 0, "data": { "total": 0, "rows": [ { "id": 0, "staffPhoto": "string", "mobile": "string", "username": "string", "formOfEmployment": 0, "workNumber": "string", "departmentName": "string", "timeOfEntry": "string" } ] }, "message": "string" }