GeoGuessrMCP/tools/bruno/Geoguessr API Collection/4 - v3-getFriends.bru

22 lines
278 B
Text

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