Authorization: Bearer ********************{
"page": 0,
"page_size": 0,
"session_type": "string"
}curl --location --request POST 'http://172.22.182.59:7005/api/session/list_sessions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 0,
"page_size": 0,
"session_type": "string"
}'{
"code": 0,
"msg": "string",
"data": {
"sessions": [
{
"id": 0,
"title": "string",
"session_type": "string",
"file_id": 0,
"created_at": "2019-08-24T14:15:22.123Z",
"party_a": "string",
"party_b": "string",
"file_name": "string",
"file_path": "string",
"is_accepted": true
}
],
"total": 0
}
}