curl --location --request GET '/driver/archiveEvent/' \
--header 'Authorization: {{ACCESS_TOKEN}}'{
"clean_archive": true,
"condition": [
{
"eventId": "string",
"tableDataId": "string",
"tableId": "string"
}
],
"conditionType": "table/tableData/event/unlimited",
"cycle": 0,
"cycle_type": "year/month/week/day",
"disabled": true,
"duration": 0,
"id": "string",
"name": "string",
"task_type": "string",
"time_config": {
"day": 0,
"hms": "10:30:00",
"month": "January/JAN",
"weekday": "Monday/MON"
},
"user": {
"remoteAddr": "string",
"user": "string"
}
}