22 lines
303 B
Text
22 lines
303 B
Text
meta {
|
|
name: 10 - v3/getSocialBadgesUnclaimed
|
|
type: http
|
|
seq: 10
|
|
}
|
|
|
|
get {
|
|
url: {{GEOGUESSR_API_URL}}/v3/social/badges/unclaimed
|
|
body: none
|
|
auth: apikey
|
|
}
|
|
|
|
auth:apikey {
|
|
key: Cookie
|
|
value: _ncfa={{GEOGUESSR_NCFA_COOKIE}}
|
|
placement: header
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|