GeoGuessrMCP/tools/bruno/Geoguessr API Collection/31 - game-server-getBattleRoyaleGame.bru

22 lines
307 B
Text

meta {
name: 31 - game-server/getBattleRoyaleGame
type: http
seq: 28
}
get {
url: {{GAME_SERVER_URL}}/battle-royale/<game_ID_here>
body: none
auth: apikey
}
auth:apikey {
key: Cookie
value: _ncfa={{GEOGUESSR_NCFA_COOKIE}}
placement: header
}
settings {
encodeUrl: true
timeout: 0
}