curl --location 'http://api-dev.fnsjfnjf.com/esport/api/v3/stats/1/brackets?series_id=32344' \
--header 'app_id: marz2025' \
--header 'app_secret: d9b8eafc3b5a48b7a5f1c6d2e4f8a9e5b3d7c2a1f4e6b8a9d5f1c7e2b9d3a6f4'{
"code": 0,
"data": {
"list": [
{
"sport_id": 1,
"series_id": 32344,
"brackets": [
{
"brackets_id": 548,
"stage_id": 2139,
"group_id": 29,
"name": "Single Elimination Bracket",
"items": [
{
"items_id": 4113,
"parent_id": 0,
"round_name": "Grand final",
"column_index": 1,
"bye": 0,
"match_id": 289526,
"start_time": 1700996100,
"win_team_id": 32125,
"home_team_id": 32125,
"away_team_id": 32372,
"home_score": 2,
"away_score": 0
}
]
}
],
"teams": [
32125,
32372
],
"stages": [
2139
],
"groups": [
29
]
}
],
"total": 1
},
"msg": "success"
}