curl --location --request GET '/sport/api/v3/live/201/trend?match_id=443027&page&per_page&language&recent_update'
{
"code": 0,
"data": {
"list": [
{
"sport_id": 201,
"match_id": 2755208,
"count": 4,
"duration": 12,
"trend": [
[
2,
2,
2,
2,
4,
4,
5,
5,
3,
2,
4,
6
],
[
9,
9,
12,
12,
11,
15,
11,
11,
9,
13,
15,
16
],
[
21,
21,
22,
26,
24,
22,
22,
18,
18,
17,
19,
21
],
[
19,
19,
19,
21,
21,
21,
20,
22,
24,
21,
20,
18
]
],
"update_time": 1721273608
}
],
"total": 1
},
"msg": "success"
}