curl --location --request GET 'http://test-cn.your-api-server.com/api/book//comments?pageIndex&pageSize&sort'
{ "total": 0, "items": [ { "id": 0, "username": "string", "content": "string", "reply": "string", "like": 0, "liked": true, "createdAt": "2019-08-24T14:15:22Z" } ] }