mirror of
https://github.com/TheSR007/That_Sky_Requests.git
synced 2024-12-22 12:39:58 +08:00
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
/*
|
|
POST /account/translate HTTP/1.1
|
|
Host: live.radiance.thatgamecompany.com
|
|
User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (To Be Filled By O.E.M.; win 10.0.22621; en)
|
|
X-Session-ID: 6f59a1a8-2d8d-0000-0000-000000000000
|
|
Content-Type: application/json
|
|
trace-id: vvA54dA
|
|
user-id: 274e5084-b383-4636-b183-7d02fc0000
|
|
session: 043dad41c01a8ae21635b1195a7e1a2d
|
|
x-sky-level-id: 3526133726
|
|
Content-Length: 473
|
|
|
|
*/
|
|
//Request
|
|
|
|
{
|
|
"lang" : "en",
|
|
"message_id" : 0,
|
|
"msg" : "You need to take your heart out and put it beautifully on a plate. To eat it while listening to your favorite song. This is the only way you can learn a lesson from life. ",
|
|
"pool_name" : "CandleSpace",
|
|
"pool_type" : "MessageBoat",
|
|
"session" : "043dad41c01a8ae21635b1195a7e1a2d",
|
|
"social_feed_id" : "8cdba6d1-250e-415f-9cf0-b861aec229fe",
|
|
"source" : "feeds",
|
|
"user" : "274e5084-b383-4636-b183-7d02fc00000",
|
|
"user_id" : "274e5084-b383-4636-b183-7d02fc00000"
|
|
}
|
|
|
|
/*
|
|
HTTP/1.1 200 OK
|
|
Server: nginx/1.14.2
|
|
Date: Mon, 15 Jul 2024 15:54:20 GMT
|
|
Content-Type: application/json
|
|
Connection: keep-alive
|
|
Content-Length: 20
|
|
|
|
*/
|
|
//Response
|
|
|
|
{
|
|
"result" : "success"
|
|
}
|