{ "collaborationID": "string", "sessionID": "string", "userID": "string" }
curl --location --request POST '/session/stop' \ --header 'Content-Type: application/json' \ --data-raw '{ "collaborationID": "string", "sessionID": "string", "userID": "string" }'
{ "code": 0, "message": "", "data": { "@type": "type.googleapis.com/hileia_core_collaboration.v1.StopSessionResp", "beginTime": "1656661695", "endTime": "1656664292" } }