curl --location 'http://localhost:8080/public/project/list?page=undefined&size=undefined&status=undefined&year=undefined&keyword=undefined'{
"code": 0,
"message": "string",
"data": {
"total": 0,
"records": [
{
"id": 0,
"title": "string",
"cover": "string",
"status": 0,
"progress": 0,
"summary": "string",
"start_time": "2019-08-24",
"end_time": "2019-08-24",
"sort_order": 0,
"project_url": "string"
}
]
}
}