GeoGuessrMCP/tools/bruno/Geoguessr API Collection/Geoguessr API/30 - maps-getMap.bru

22 lines
271 B
Text

meta {
name: 30 - maps/getMap
type: http
seq: 25
}
get {
url: {{GEOGUESSR_API_URL}}/maps/World
body: none
auth: apikey
}
auth:apikey {
key: Cookie
value: _ncfa={{GEOGUESSR_NCFA_COOKIE}}
placement: header
}
settings {
encodeUrl: true
timeout: 0
}