GeoGuessrMCP/tools/bruno/Geoguessr API Collection/18 - v3-postAccountsSignin.bru

22 lines
290 B
Text

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