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