GeoGuessrMCP/tools/bruno/Geoguessr API Collection/Geoguessr API/19 - v3-postAccountsSignout.bru

22 lines
292 B
Text

meta {
name: 19 - v3/postAccountsSignout
type: http
seq: 17
}
post {
url: {{GEOGUESSR_API_URL}}/v3/accounts/signout
body: none
auth: apikey
}
auth:apikey {
key: Cookie
value: _ncfa={{GEOGUESSR_NCFA_COOKIE}}
placement: header
}
settings {
encodeUrl: true
timeout: 0
}