mirror of
https://github.com/TheSR007/That_Sky_Requests.git
synced 2024-12-22 12:39:58 +08:00
63 lines
968 B
JSON
63 lines
968 B
JSON
/*
|
|
POST /account/activate_season_quest HTTP/1.1
|
|
|
|
Host: live.radiance.thatgamecompany.com
|
|
|
|
User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (Aspire A514-54; win 10.0.22631; en)
|
|
|
|
X-Session-ID: 097e629e-e857-ec11-80e2-088fc332aee5
|
|
|
|
Content-Type: application/json
|
|
|
|
trace-id: uhfC7GI
|
|
|
|
user-id: 8511f751-0625-4579-9d7e-e6500000
|
|
|
|
session: bf9438c19c46377bdf0faeed71cc73bd
|
|
|
|
x-sky-level-id: 3526133726
|
|
|
|
Content-Length: 173
|
|
|
|
|
|
|
|
|
|
*/
|
|
//Request
|
|
{
|
|
"quest_id" : "world_quest_rain_tsktsk",
|
|
"session" : "bf9438c19c46377bdf0faeed71cc73bd",
|
|
"user" : "8511f751-0625-4579-9d7e-e6500000",
|
|
"user_id" : "8511f751-0625-4579-9d7e-e6500000"
|
|
}
|
|
|
|
|
|
/*
|
|
HTTP/1.1 200 OK
|
|
|
|
Server: nginx/1.14.2
|
|
|
|
Date: Thu, 18 Jul 2024 10:36:55 GMT
|
|
|
|
Content-Type: application/json
|
|
|
|
Connection: keep-alive
|
|
|
|
Content-Length: 98
|
|
|
|
|
|
|
|
|
|
*/
|
|
//Response
|
|
|
|
{
|
|
"season_quest_activated" : [
|
|
{
|
|
"activated" : true,
|
|
"quest_id" : "world_quest_rain_tsktsk",
|
|
"start_value" : 0.0
|
|
}
|
|
]
|
|
}
|