That_Sky_Requests/account/account_season_finalize.json
2024-07-14 20:07:48 +06:00

63 lines
1.3 KiB
JSON

/*
POST /account/season_finalize HTTP/1.1
Host: live.radiance.thatgamecompany.com
User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en)
X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73
Content-Type: application/json
trace-id: GfYxI
user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214
session: c96c4ac19fd8ead1e884e4a852a7e933
x-sky-level-id: 1509719447
Content-Length: 141
*/
//Request
{
"session" : "c96c4ac19fd8ead1e884e4a852a7e933",
"user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214",
"user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214"
}
/*
HTTP/1.1 200 OK
Server: nginx/1.14.2
Date: Fri, 12 Jul 2024 21:16:31 GMT
Content-Type: application/json
Connection: keep-alive
Content-Length: 358
*/
//Response
{
"currency" : {
"candles" : 5,
"wax" : 146
},
"result" : [ "season_22" ],
"update_forge_rates" : [
{
"current_level" : 4,
"current_tier" : 26,
"enabled" : true,
"level_completion" : 0.0,
"level_tier_count" : 5,
"level_tier_index" : 0,
"reset_acknowledged" : true,
"source_type" : "wax",
"tier_completion" : 0.0
}
],
"update_unlocks" : [
{
"ack" : false,
"created_at" : 0,
"name" : "season_finish_22",
"type" : "season"
}
]
}