curl --location --request GET 'http://test-cn.your-api-server.com/api/book/'
{ "id": 0, "title": "string", "author": "string", "description": "string", "price": 0, "cover": "string", "sales": 0 }