GeoGuessrMCP/tools/bruno/Geoguessr API Collection/2 - v3-getProfiles.bru

22 lines
273 B
Text

meta {
name: 2 - v3/getProfiles
type: http
seq: 4
}
get {
url: {{GEOGUESSR_API_URL}}/v3/profiles
body: none
auth: apikey
}
auth:apikey {
key: Cookie
value: _ncfa={{GEOGUESSR_NCFA_COOKIE}}
placement: header
}
settings {
encodeUrl: true
timeout: 0
}