{
"roomIds": [
"string"
]
}curl --location --request POST '调用域名请咨询客服/api/openapi/session/v1/session/list' \
--header 'Authorization: Bearer {{Token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"roomIds": [
"string"
]
}'{
"statusCode": 0,
"data": {
"sessionList": [
{
"sessionName": "string",
"sessionId": "string",
"roomId": "string",
"startTime": "2019-08-24T14:15:22.123Z",
"endTime": "2019-08-24T14:15:22.123Z",
"materialId": "string"
}
]
},
"succeeded": true,
"errors": null,
"extras": null,
"timestamp": 0
}