curl --location --request GET 'https://api.esportsdata.cc/media/api/v3/match/list/replay?sport_id=&series_id=&match_id=&page=&per_page=&recent_update=' \
--header 'app_id;' \
--header 'app_secret;'
{
"code": 0,
"data": {
"list": [
{
"sport_id": 202,
"match_id": 2562764,
"series_id": 11249,
"start_time": 1735891657,
"event_time": 1735891657,
"home_score": 1,
"away_score": 2,
"win_team": 12345,
"video_cover": "/match/image/94f5edf4c57c015822cde7d03b025314.png",
"video_url": "/media/match/94f5edf4c57c015822cde7d03b025314.m3u8"
}
],
"total": 1
},
"msg": "success"
}