curl --location '/public-api/v1/workflowExecResult/save' \
--header 'Content-Type: application/json' \
--data '{
"id": 0,
"execKey": "string",
"workflowId": 0,
"title": "string",
"description": "string",
"input": "string",
"output": "string",
"workflowJson": "string",
"startTime": "string",
"endTime": "string",
"tokens": 0,
"status": 0,
"createdKey": "string",
"createdBy": "string",
"errorInfo": "string"
}'{
"errorCode": 0,
"message": "",
"data": null
}