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