curl --location -g --request POST 'http://{{ip}}:9000/dual-prevention-service/inspectionPointMaterial/batchImportItem/' \
--header 'Authorization: {{AUTH_TOKEN}}' \
--header 'ip: {{ip}}' \
--header 'X-Request-client-type: PC' \
--header 'clientId: 1' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"materialType": "string",
"materialCode": "string",
"description": "string",
"content": "string",
"materialCategory": "string",
"fireDeviceCategory": "string",
"needPhoto": "string",
"sceneDate": "string",
"sceneDateType": "string"
}
]'