curl --location --request GET '/sport/api/v3/base/list/team?sport_id&status&page&per_page&language&recent_update'
{
"code": 0,
"data": {
"list": [
{
"sport_id": 201,
"team_id": 162677,
"league_id": 756,
"status": "normal",
"name": "GEAS女篮",
"name_en": "GEAS (W)",
"abbr": "GEAS女篮",
"abbr_en": "GEAS (W)",
"logo": "/201/1/732b8e8a6a54470c552f8d715db95ec0.png",
"update_time": 1726625547
},
{
"sport_id": 201,
"team_id": 162676,
"league_id": 756,
"status": "normal",
"name": "BCC德索纳女篮",
"name_en": "BCC Derthona Basket (W)",
"abbr": "BCC德索纳女篮",
"abbr_en": "BCC Derthona Basket (W)",
"logo": "/201/1/6f23818555a92ecacafd42a1f4a37b05.png",
"update_time": 1726625547
}
],
"total": 2
},
"msg": "success"
}