curl --location '/public-api/sensitiveWord/update' \
--header 'Content-Type: application/json' \
--data '{
"id": 0,
"packageId": 0,
"sensitiveWord": "string",
"wordDesc": "string",
"status": 0,
"deptId": 0,
"tenantId": 0,
"created": "string",
"createdBy": 0,
"modified": "string",
"modifiedBy": 0,
"fileUrl": "string"
}'{
"errorCode": 0,
"message": "",
"data": null
}