curl --location --request GET 'https://heimahr.itheima.net/api/sys/user/' \
--header 'Authorization;'
{
"success": true,
"code": 0,
"message": "string",
"data": {
"id": 0,
"staffPhoto": "string",
"mobile": "string",
"username": "string",
"timeOfEntry": "string",
"workNumber": "string",
"correctionTime": "string",
"departmentName": "string",
"departmentId": 0,
"roleIds": [
0
]
}
}