Design a RESTful API for managing books, including GET, POST, PUT, DELETE endpoints. How do I use ResponseEntity in Spring Boot to return custom status and body? Generate Swagger documentation for a ...