curl --location --request GET 'https://api.challonge.com/v2.1/tournaments//stations/.json?community_id' \
--header 'Accept;' \
--header 'Authorization-Type;' \
--header 'If-None-Match;' \
--header 'Authorization: <api-key>'{
"data": {
"id": "8008135",
"type": "station",
"attributes": {
"name": "string",
"stream_url": "string",
"details": "string",
"match_id": 0
}
}
}