Authorization: Bearer ********************curl --location --request POST '/api/v1/agent/workflow/quick-analyze?content=undefined'{
"code": 0,
"message": "success",
"data": {
"workflow_id": "string",
"status": "string",
"result": {
"property1": "string",
"property2": "string"
},
"steps_executed": 0,
"execution_time": 0,
"error": "string"
}
}