GeoGuessrMCP/tools/bruno/Geoguessr API Collection/23_1 - v3-getChallengesDailyChallengesToday.bru

22 lines
324 B
Text

meta {
name: 23_1 - v3/getChallengesDailyChallengesToday
type: http
seq: 23
}
get {
url: {{GEOGUESSR_API_URL}}/v3/challenges/daily-challenges/today
body: none
auth: apikey
}
auth:apikey {
key: Cookie
value: _ncfa={{GEOGUESSR_NCFA_COOKIE}}
placement: header
}
settings {
encodeUrl: true
timeout: 0
}