curl --location --request GET 'http://ihrm.itheima.net/prod-api/employees/604f764971f93f3ac8f365c2/jobs' \
--header 'Authorization: {{Vue2_HR_ACCESS_TOKEN}}'
{
"success": true,
"code": 10000,
"data": {
"_id": "604f764971f93f3ac8f365e6",
"userId": "604f764971f93f3ac8f365c2",
"__v": 0,
"post": "124"
},
"message": "查询员工岗位信息成功"
}