Authorization: Bearer ********************
curl --location --request GET '/works/list'
{
"code": 0,
"data": {
"nowPage": 0,
"pageSize": 0,
"hasMore": true,
"count": 0,
"rows": [
{
"id": 0,
"name": "string",
"desc": "string",
"bg_url": "string",
"url": "string",
"priority": 0,
"status": 0,
"created_at": "string",
"updated_at": "string",
"deleted_at": null
}
]
},
"message": "string"
}