Books
Get all books
Returns a list of books
get/books
Response
A list of books
Example response
[
{
"id": 1,
"title": "Clean Code",
"description": "A Handbook of Agile Software Craftsmanship",
"price": 2999,
"category": "Programming"
}
]