{}curl --location --request PUT 'https://api.tolink.cloud/flowNode/update' \
--header 'Content-Type: application/json' \
--data '{}'{
"code": 0,
"msg": "string",
"data": {
"flowNodeId": "string",
"flowNodeName": "string",
"nodeType": 0,
"childNode": {},
"dealConfig": {},
"fieldAuth": [
{}
],
"basicConfig": {},
"advancedConfig": {},
"conditionNodes": [
{}
],
"conditionSort": 0,
"judges": [
[
{}
]
]
}
}