curl --location --request GET 'https://heimahr.itheima.net/api/sys/user/simple' \
--header 'Authorization;'
{
"success": true,
"code": 0,
"data": [
{
"id": "string",
"username": "string"
}
],
"message": "string"
}