Authorization: Bearer ********************curl --location --request GET '/api/notifications?limit=5&offset&unread_only=false' \
--header 'Authorization: Bearer <token>'{
"items": [
{
"id": 2,
"title": "你的职业测评报告已生成",
"type": "achievement",
"timestamp": "2025-11-12T08:51:30",
"is_read": false
},
{
"id": 1,
"title": "你的职业测评报告已生成",
"type": "achievement",
"timestamp": "2025-11-12T08:40:43",
"is_read": false
}
],
"total": 2,
"unread_count": 2
}