curl --request GET \
--url http://localhost:8080/cabinet/contests/{round_id}{
"round_id": 123,
"game_type": "<string>",
"game_data": {},
"instructions": "<string>"
}Get game data for a specific contest round.
curl --request GET \
--url http://localhost:8080/cabinet/contests/{round_id}{
"round_id": 123,
"game_type": "<string>",
"game_data": {},
"instructions": "<string>"
}