app-key: ********************curl --location 'https://api.jieshuo.cn/v1/works?status=undefined&workflow_type=undefined&page=undefined&page_size=undefined' \
--header 'x-code;' \
--header 'app-key: <api-key>'{
"code": 10000,
"message": "Success",
"data": {
"items": [
{
"work_id": "string",
"name": "string",
"description": "string",
"workflow_type": "string",
"status": "string",
"status_name": "string",
"progress": 0,
"total_points": 0,
"current_step": "string",
"error_message": "string",
"created_at": "string",
"updated_at": "string"
}
],
"total": 0,
"page": 0,
"page_size": 0
}
}