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