{ "pre_auth_code": "xxxxx", "session_info": { "appid": [ 1, 2, 3 ], "auth_type": 1 } }
curl --location --request POST 'http://127.0.0.1/cgi-bin/service/set_session_info' \ --header 'Content-Type: application/json' \ --data-raw '{ "pre_auth_code": "xxxxx", "session_info": { "appid": [ 1, 2, 3 ], "auth_type": 1 } }'
{ "errcode": 0, "errmsg": "string" }