curl --location --request GET '/media/api/v3/news/article?sport_id&page&per_page&language&recent_update'
{
"code": 0,
"data": {
"list": [
{
"article_id": 1,
"platform_id": 1,
"user_id": 1,
"sport_id": 1,
"match_id": 0,
"language": "en",
"title": "LWX becomes a background board, Wink is like a god of war",
"abstract": "In the LPL Summer League that just ended tonight",
"cover_url": "/article/image/94f5edf4c57c015822cde7d03b025314.png",
"content": "<p data-track=><span>In the LPL Summer League that just ended tonight, IG defeated FPX with a beautiful 2-0.</span></p>",
"like_count": 135,
"update_time": 1695701852
}
],
"total": 1
},
"msg": "success"
}