{
"name": "string",
"report_type": "string",
"start_date": "string",
"end_date": "string",
"alert_types": "string",
"alarm_status": "string",
"remark": "string"
}curl --location '/manage/api/v1/report/add' \
--header 'x-auth-token: {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"name": "string",
"report_type": "string",
"start_date": "string",
"end_date": "string",
"alert_types": "string",
"alarm_status": "string",
"remark": "string"
}'{
"code": 0,
"message": "",
"data": {}
}