curl --location --request GET 'https://api.esportsdata.cc/sport/api/v3/mapping/list/match?sport_id&match_id&page&per_page&recent_update' \
--header 'app_id;' \
--header 'app_secret;'
{
"code": 0,
"data": {
"list": [
{
"sport_id": 202,
"match_id": 2773518,
"other_match_id": [
{
"project_id": 1,
"match_id": 73518,
"same_side": 1
},
{
"project_id": 2,
"match_id": 73518,
"same_side": 1
}
],
"update_time": 1721273608
},
{
"sport_id": 202,
"match_id": 2773519,
"other_match_id": [
{
"projects_id": 1,
"match_id": 73519,
"same_side": 1
},
{
"projects_id": 2,
"match_id": 73519,
"same_side": 1
}
],
"update_time": 1721273608
}
],
"total": 2
},
"msg": "success"
}