GeoGuessrMCP/tools/bruno/Geoguessr API Collection/Geoguessr API/5 - v3-getFriendsSummary.bru

22 lines
293 B
Text

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