curl --location --request GET '/sport/api/v3/advanced/201/team/abilities?team_id=&page=&per_page='
{
"code": 0,
"data": {
"list": [
{
"team_id": 3118,
"points": 4.1,
"blocks": 5.1,
"steals": 4.1,
"rebounds": 2.1,
"assists": 6.1
},
{
"team_id": 33030,
"points": 4.1,
"blocks": 5.1,
"steals": 4.1,
"rebounds": 2.1,
"assists": 6.1
},
{
"team_id": 33025,
"points": 4.1,
"blocks": 5.1,
"steals": 4.1,
"rebounds": 2.1,
"assists": 6.1
}
],
"total": 3
},
"msg": "success"
}