Authorization: Bearer ********************{
"session_id": 0,
"new_title": "string"
}curl --location --request POST 'http://172.22.182.59:7005/api/session/update_session_title' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"session_id": 0,
"new_title": "string"
}'{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"title": "string",
"session_type": "string",
"file_id": 0,
"created_at": "2019-08-24T14:15:22.123Z"
}
}