22 lines
294 B
Text
22 lines
294 B
Text
meta {
|
|
name: 20 - v4/getTrophiesUser
|
|
type: http
|
|
seq: 18
|
|
}
|
|
|
|
get {
|
|
url: {{GEOGUESSR_API_URL}}/v4/trophies/<user_ID_here>
|
|
body: none
|
|
auth: apikey
|
|
}
|
|
|
|
auth:apikey {
|
|
key: Cookie
|
|
value: _ncfa={{GEOGUESSR_NCFA_COOKIE}}
|
|
placement: header
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|