paths: /: get: summary: Get the list of all books description: This endpoint will return the list of all books # TODO: Add response structure post: summary: Add a new book description: Add a new book to the book archives # TODO: Add request and response structure "/{id}": put: summary: Update an existing book description: Update an existing book in the books archives # TODO: Add request and response structure delete: summary: Deletes a book description: Delete a book from the list # TODO Add request and response structure