curl --location --request GET 'https://sportsapi.antscore.co/esport/api/v3/base/list/team?sport_id&status&page&per_page&language&recent_update' \
--header 'app_id: {{app_id}}' \
--header 'app_secret: {{app_secret}}'{
"code": 0,
"data": {
"list": [
{
"sport_id": 1,
"team_id": 52708,
"name": "GK",
"name_en": "GK",
"league_id": 0,
"abbr": "GK",
"abbr_en": "",
"logo": "/lol/team/e1408fffa6efda27dc1f5845c5584411.png",
"country_id": 0,
"status": "normal",
"integral": 0,
"age": "",
"begin_time": 1768446474,
"bonus": "",
"coach_id": 0,
"vice_coach_id": 0,
"region_id": 0,
"relation_id": 0,
"update_time": 1768446477
}
],
"total": 3068
},
"msg": "success"
}