curl --location --request GET 'https://api.timelessq.com/poetry?author=李白&keyword&page&pageSize'
{
"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"
}
]
}
}