Authorization: Bearer ********************curl --location --request GET '/meeting/api/v1/user/meeting-history' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "",
"meetingId": "",
"onlineMeetingId": "",
"theme": "",
"ownerUid": "",
"ownerDisplayName": "",
"code": "",
"type": "",
"memberNum": 0,
"address": "",
"recorded": false,
"startTime": "",
"endTime": "",
"scheduleStartTime": "",
"scheduleEndTime": "",
"duration": ""
}
],
"pageSize": 0,
"pageNo": 0,
"pages": "",
"total": ""
}