Fix main import and rework files for Bruno collection

This commit is contained in:
Yûki VACHOT 2025-11-29 06:24:02 +01:00
parent 16f3810210
commit d1f0ea2a70
43 changed files with 78 additions and 33 deletions

View file

@ -0,0 +1,22 @@
meta {
name: 14 - v4/getStatsMe
type: http
seq: 12
}
get {
url: {{GEOGUESSR_API_URL}}/v4/stats/me
body: none
auth: apikey
}
auth:apikey {
key: Cookie
value: _ncfa={{GEOGUESSR_NCFA_COOKIE}}
placement: header
}
settings {
encodeUrl: true
timeout: 0
}