{
"id": 0,
"inspectionPointId": 0,
"inspectionPointMaterialId": 0,
"description": "string",
"content": "string",
"needPhoto": true,
"sceneDate": true,
"sceneDateType": "string"
}curl --location -g --request POST 'http://{{ip}}:9000/dual-prevention-service/inspectionPointMaterial/item' \
--header 'Authorization: {{AUTH_TOKEN}}' \
--header 'ip: {{ip}}' \
--header 'X-Request-client-type: PC' \
--header 'clientId: 1' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"inspectionPointId": 0,
"inspectionPointMaterialId": 0,
"description": "string",
"content": "string",
"needPhoto": true,
"sceneDate": true,
"sceneDateType": "string"
}'{
"code": 0,
"msg": "string",
"data": {}
}