curl --location --request POST 'http://ihrm.itheima.net/prod-api/sys/profile' \
--header 'Authorization: {{Vue2_HR_ACCESS_TOKEN}}'{
"success": true,
"code": 10000,
"data": {
"userId": "604f764971f93f3ac8f365c2",
"mobile": "13800000002",
"username": "一库",
"roles": {
"menus": [
"employees",
"settings",
"social_securitys",
"approvals",
"salarys",
"departments",
"1",
"1",
"都",
"111",
"222"
],
"points": [
"1"
],
"apis": []
},
"companyId": "1",
"company": "传智播客"
},
"message": "获取资料成功"
}