Authorization: ********************{
    "bitOption": "string",
    "code": "string",
    "createBy": "string",
    "createTime": "2019-08-24T14:15:22Z",
    "datatype": "string",
    "delFlag": "string",
    "formula": "string",
    "identifier": "string",
    "isChart": 0,
    "isHistory": 0,
    "isMonitor": 0,
    "isParams": 0,
    "isReadonly": 0,
    "isSharePerm": 0,
    "limitValue": "string",
    "modelId": 0,
    "modelName": "string",
    "modelOrder": 0,
    "pageNum": 0,
    "pageSize": 0,
    "params": {},
    "parseType": "string",
    "productId": 0,
    "productName": "string",
    "quantity": 0,
    "regAddr": 0,
    "regStr": "string",
    "remark": "string",
    "reverseFormula": "string",
    "specs": "string",
    "tempSlaveId": 0,
    "tenantId": 0,
    "tenantName": "string",
    "type": 0,
    "unit": "string",
    "updateBy": "string",
    "updateTime": "2019-08-24T14:15:22Z",
    "valueType": 0
}curl --location --request PUT '/dev-api/iot/model' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "bitOption": "string",
    "code": "string",
    "createBy": "string",
    "createTime": "2019-08-24T14:15:22Z",
    "datatype": "string",
    "delFlag": "string",
    "formula": "string",
    "identifier": "string",
    "isChart": 0,
    "isHistory": 0,
    "isMonitor": 0,
    "isParams": 0,
    "isReadonly": 0,
    "isSharePerm": 0,
    "limitValue": "string",
    "modelId": 0,
    "modelName": "string",
    "modelOrder": 0,
    "pageNum": 0,
    "pageSize": 0,
    "params": {},
    "parseType": "string",
    "productId": 0,
    "productName": "string",
    "quantity": 0,
    "regAddr": 0,
    "regStr": "string",
    "remark": "string",
    "reverseFormula": "string",
    "specs": "string",
    "tempSlaveId": 0,
    "tenantId": 0,
    "tenantName": "string",
    "type": 0,
    "unit": "string",
    "updateBy": "string",
    "updateTime": "2019-08-24T14:15:22Z",
    "valueType": 0
}'{
    "property1": {},
    "property2": {}
}