Authorization: Bearer ********************
{
"bugNodeInfo": "string",
"datacenterJobId": 0,
"dependOn": "string",
"fields": "string",
"filter": "string",
"id": 0,
"jobNodeTypeId": "string",
"name": "string",
"nextNode": "string",
"nodeStyle": "string",
"param": "string",
"points": "string",
"readCount": 0,
"summary": "string",
"writeCount": 0
}
curl --location --request POST '/datacenter/etlJobFlowNode/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"bugNodeInfo": "string",
"datacenterJobId": 0,
"dependOn": "string",
"fields": "string",
"filter": "string",
"id": 0,
"jobNodeTypeId": "string",
"name": "string",
"nextNode": "string",
"nodeStyle": "string",
"param": "string",
"points": "string",
"readCount": 0,
"summary": "string",
"writeCount": 0
}'
{
"property1": {},
"property2": {}
}