GeoGuessrMCP/tools/bruno/Geoguessr API Collection/6 - v3-getFriendships.bru

22 lines
286 B
Text

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