curl --location --request PUT 'http://192.168.1.155:9000/special-work-service/hazardFactor/updateEnable' \
--header 'ip: {{ip}}' \
--header 'X-Request-client-type: PC' \
--header 'clientId: 1' \
--header 'Content-Type: application/json' \
--data-raw '{
"current": 0,
"size": 0,
"keyword": "string",
"pageAble": true,
"orderBy": "string",
"preId": 0,
"asc": true,
"exportFields": [
"string"
],
"id": 0,
"version": 0,
"factor": "string",
"description": "string",
"enable": true,
"seq": 0,
"workType": "DONG_HUO",
"limitNum": 0,
"orderItem": [
{}
]
}'