curl --location 'https://api.timelessq.com/poetry?author=%E6%9D%8E%E7%99%BD&keyword=undefined&page=undefined&pageSize=undefined'{
"errno": 0,
"errmsg": "string",
"data": {
"count": 0,
"totalPages": 0,
"pageSize": 0,
"currentPage": 0,
"data": [
{
"_id": "string",
"author": "string",
"paragraphs": [
"string"
],
"tags": [
"string"
],
"title": "string",
"prologue": "string"
}
]
}
}