curl --location -g --request GET 'http://{{ip}}:9000/dual-prevention-service/dangerCheckInspectionTask/app/statistics?current=&size=&keyword=&pageAble=&orderBy=&preId=&asc=&exportFields=&name=&taskType=&startDate=&endDate=&repetitionTypes=&status=&schemeType=&limitNum=&orderItem=' \
--header 'Authorization: {{AUTH_TOKEN}}' \
--header 'ip: {{ip}}' \
--header 'X-Request-client-type: PC' \
--header 'clientId: 1'{
"code": 0,
"msg": "string",
"data": {
"property1": 0,
"property2": 0
}
}