curl --location --request PUT '/open_api//workflow///node/' \
--header 'X-PLUGIN-TOKEN: {{plugin_token}}' \
--header 'X-USER-KEY: {{user_key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"node_owners": [""],
"node_schedule": {
"points": 0.0,
"estimate_start_date": 1724169600000,
"estimate_end_date": 1724428799999,
"owners": [""],
"actual_work_time": 0.0,
"is_auto": true
},
"schedules": [{
"points": 0.0,
"estimate_start_date": 1724169600000,
"estimate_end_date": 1724428799999,
"owners": [""],
"actual_work_time": 0.0,
"is_auto": true
}],
"fields": [{
"field_key": "",
"field_value": "",
"target_state": {
"state_key": "",
"transition_id": 0
},
"field_type_key": "",
"field_alias": "",
"help_description": ""
}],
"role_assignee": [{
"role": "",
"name": "",
"owners": [""],
"exist": true
}]
}'