Authorization: Bearer ********************curl --location --request GET '/api/profile/explorations' \
--header 'Authorization: Bearer <token>'{
"items": [
{
"career_id": 1,
"career_name": "软件工程师",
"explored_blocks": 4,
"total_blocks": 4,
"progress_percent": 100,
"updated_at": "2025-10-24T12:56:07"
}
]
}