curl --location 'http://localhost:8090/apis/public.api.hitokotohub.puresky.top/v1alpha1/sentence/random?categoryName=undefined&limit=undefined&encode=undefined' \
--header 'Authorization: Bearer <token>'{
"categoryName": "string",
"maxRandomLimit": 0,
"returned": 0,
"sentences": [
{
"author": "string",
"content": "string",
"createdBy": "string",
"likeCount": 0,
"metaName": "string",
"source": "string",
"viewCount": 0
}
]
}