curl --location --request GET 'https://api.challonge.com/v2/tournaments//matches.json?page&per_page&state&participant_id' \
--header 'Accept;' \
--header 'Authorization-Type;' \
--header 'If-None-Match;' \
--header 'Authorization: <api-key>'[
{
"id": 8008135,
"type": "match",
"attributes": {
"id": null,
"state": null,
"round": null,
"identifier": null,
"scores": null,
"score_in_sets": null,
"timestamps": null,
"winner": null,
"player1": null,
"player2": null,
"participants": null,
"attachments": null
}
}
]