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