curl --location --request GET 'https://api.marzdata.cn/lot/api/v3/csl/list/match?match_id=&issue=&lot_type=&page=&per_page=' \
--header 'app_id;' \
--header 'app_secret;'
{
"code": 0,
"data": {
"list": [
{
"lot_id": 32633,
"lot_type": 31,
"sport_id": 202,
"match_id": 3296727,
"issue": "24121",
"issue_num": "89",
"team_index_same": 1
},
{
"lot_id": 30611,
"lot_type": 32,
"sport_id": 202,
"match_id": 3296727,
"issue": "24121",
"issue_num": "88",
"team_index_same": 1
}
],
"total": 71029
},
"msg": "success"
}