curl --location -g --request GET 'http://{{ip}}:9000/dual-prevention-service/inspectionItem/pageList?current=&size=&keyword=&pageAble=&orderBy=&preId=&asc=&exportFields=&materialCategory=&fireDeviceCategory=&status=&limitNum=&orderItem=' \
--header 'Authorization: {{AUTH_TOKEN}}' \
--header 'ip: {{ip}}' \
--header 'X-Request-client-type: PC' \
--header 'clientId: 1'{
"code": 0,
"msg": "string",
"data": {
"size": 0,
"current": 0,
"total": 0,
"records": [
{
"id": 0,
"description": "string",
"content": "string",
"materialCategory": "string",
"fireDeviceCategory": "string",
"needPhoto": true,
"sceneDate": true,
"sceneDateType": "string",
"status": "string"
}
],
"pages": 0
}
}