Authorization: ********************curl --location 'http://localhost:8080/admin/work/list?page=1&size=10&userId=undefined&keyword=undefined' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"message": "string",
"data": {
"total": 0,
"records": [
{
"title": "string",
"coverUrl": "string",
"description": "string",
"link": "string",
"tags": "string",
"publicStatus": 1,
"id": 0,
"user_id": 0,
"create_time": "2019-08-24T14:15:22.123Z"
}
]
}
}