Authorization: Bearer ********************curl --location --request GET '/api/profile/dashboard' \
--header 'Authorization: Bearer <token>'{
"holland": {
"report_id": 7,
"code": "ARI",
"dimension_scores": {
"R": 43,
"I": 38,
"A": 46,
"S": 22,
"E": 24,
"C": 8
},
"unique_advantage": "你的核心优势在于\"既创意表达,又动手实践,还深入钻研\",融合了 艺术型 A、现实型 R、研究型 I 的特质,因此你既能为团队带来新颖视角和体验,也能把想法快速落地并验证成效,还可以找出问题的底层规律并提供洞见。"
},
"recommendations": [
{
"career_id": 12,
"name": "畜牧兽医",
"match_score": 100
},
{
"career_id": 4,
"name": "前端开发工程师",
"match_score": 94
},
{
"career_id": 6,
"name": "建筑设计师",
"match_score": 89
}
]
}