Authorization: Bearer ********************curl --location --request GET '/api/community/partners/my?page=1&page_size=25' \
--header 'Authorization: Bearer <token>'{
"items": [
{
"id": 1,
"name": "张明",
"avatar_url": "/static/partners/zhangming.webp",
"profession": "前端开发工程师",
"learning_progress": 75,
"updated_at": "2025-11-04T02:37:47"
}
],
"pagination": {
"page": 1,
"page_size": 25,
"total": 1
}
}