curl --location --request GET 'https://api.challonge.com/v2/tournaments//matches//attachments.json?page&per_page' \
--header 'Accept;' \
--header 'Authorization-Type;' \
--header 'If-None-Match;' \
--header 'Authorization: <api-key>'[
{
"id": 332211,
"type": "match_attachment",
"attributes": {
"id": 332211,
"url": "https://placecage.com/c/200/200",
"description": "There's a fine line between the Method actor and the schizophrenic.",
"timestamps": {
"createdAt": "2025-07-27 13:23:03 +0000",
"updatedAt": "2025-07-27 13:23:03 +0000"
}
}
}
]