curl --location 'https://sportsapi.antscore.co/sport/api/v3/advanced/202/team/lineup?team_id=&page=&per_page=&recent_update='{
"code": 0,
"data": {
"list": [
{
"sport_id": 202,
"team_id": 693,
"lineup": [
{
"player_id": 1093,
"position": "F",
"number": 9,
"captain": 0
},
{
"player_id": 1569,
"position": "F",
"number": 9,
"captain": 0
}
],
"update_time": 1725290859
}
],
"total": 2
},
"msg": "success"
}