app-key: ********************curl --location 'https://api.jieshuo.cn/v1/workflows/executions/' \
--header 'x-code;' \
--header 'app-key: <api-key>'{
"code": 10000,
"message": "Success",
"data": {
"execution_id": "string",
"workflow_type": "string",
"status": "string",
"current_step": "string",
"completed_steps": [
"string"
],
"estimated_points": 0,
"total_points": 0,
"billing_scope": "string",
"translation_profile": "string",
"steps": [
{
"property1": "string",
"property2": "string"
}
],
"error_message": "string",
"output_data": {
"property1": "string",
"property2": "string"
}
}
}