Authorization: Bearer ********************curl --location --request GET '/api/community/mentors/my' \
--header 'Authorization: Bearer <token>'{
"items": [
{
"id": 1,
"name": "陈教授",
"avatar_url": null,
"profession": "资深前端架构师",
"company": "阿里巴巴",
"rating": 4.9
}
]
}