curl --location 'https://web.richen8.cn/api/v1/activity-news/list?category_id=undefined&title=undefined&page=undefined&page_size=undefined&is_recommended=' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3ODAxNDI2MDUsImlhdCI6MTc3NzU1MDYwNSwianRpIjoiYWRjZDdlMjEtNDk4YS00OTYzLWEwMjktNDY1NTA1MmU3MzYyIiwidXNlcl9pZCI6MTEyfQ.59JzeJ5wViprpWtxWcp9yNB9VRXZVfYyO2Ya_enLEUc'{
"code": 0,
"message": "success",
"data": {
"list": [
{
"id": 123,
"title": "2026年行业趋势报告",
"cover_image": "https://cdn.example.com/cover.jpg",
"author": "张三",
"author_avatar": "https://cdn.example.com/avatar.jpg",
"view_count": 1234,
"like_count": 56,
"is_top": 0,
"time_ago": "3天前",
"published_at": "2026-05-06 10:30:00"
}
],
"total": 100,
"page": 1,
"size": 10
}
}