curl --location --request GET 'https://api.esportsdata.cc/esport/api/v3/stats/list/h2h/recent?sport_id=4' \
--header 'app_id;' \
--header 'app_secret;'
{
"code": 0,
"data": {
"list": [
{
"sport_id": 1,
"matches": [
24542,
35263
]
},
{
"sport_id": 2,
"matches": [
45664,
85223
]
}
],
"total": 12
},
"msg": "success"
}