Authorization: Bearer ********************curl --location --request GET '/xms/api/v1/admin/system-reports?eventType=1&startTime=1759766400000&endTime=1760371199999&page=1&pageSize=50' \
--header 'Authorization: Bearer <token>'{
"total": 0,
"page": 0,
"pages": 0,
"pageSize": 0,
"data": [
{
"id": 0,
"type": "",
"subType": "",
"eventId": "",
"content": "",
"createdTime": 0,
"updatedTime": 0,
"readStatus": false
}
]
}