curl --location -g --request GET 'http://ihrm2-test.itheima.net/api/sys/user/' \ --header 'Authorization: '
{ "success": true, "code": 0, "message": "string", "data": { "id": "string", "mobile": "string", "username": "string", "enableState": 0, "departmentId": "string", "timeOfEntry": null, "formOfEmployment": null, "workNumber": "string", "departmentName": "string", "roleIds": [ null ], "staffPhoto": null } }