curl --location --request GET 'https://sportsapi.antscore.co/esport/api/v3/base/list/player?sport_id&team_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,
"player_id": 139378,
"team_id": 31094,
"league_id": 0,
"region_id": 0,
"sportsman_id": 0,
"name": "TPElHU",
"name_en": "TPElHU",
"abbr": "tpelhu",
"abbr_en": "",
"logo": "/lol/player/3ad3f59ccc68041b855b11dc3cdd4882.jpg",
"position": "sup",
"status": "work",
"half_logo": "/default/default.png",
"is_first": 0,
"power_value": 0,
"relation_id": 0,
"update_time": 1695700400
}
],
"total": 13
},
"msg": "success"
}