curl --location '/public-api/v1/workflowExecStep/update' \
--header 'Authorization: Bearer 593c8a84a01746ed96abfb26c15d2103' \
--header 'Content-Type: application/json' \
--data '{
"id": 0,
"recordId": 0,
"execKey": "string",
"nodeId": "string",
"nodeName": "string",
"input": "string",
"output": "string",
"nodeData": "string",
"startTime": "string",
"endTime": "string",
"tokens": 0,
"status": 0,
"errorInfo": "string",
"nodeType": "string"
}'{
"errorCode": 0,
"message": "",
"data": null
}