curl --location --request PUT 'https://api.challonge.com/v2.1/tournaments//stations//station_queuers/.json?community_id' \
--header 'Accept;' \
--header 'Authorization-Type;' \
--header 'If-None-Match;' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"type": "Participants",
"attributes": {
"match_id": 0,
"position": 0
}
}
}'{
"data": {
"id": "8008135",
"type": "station",
"attributes": {
"match_id": 0,
"position": 0
}
}
}