CRUD Operations performed through RESTful API Tested in Postman Tool: GET Methods (Read) Getting All Books Getting Details based on Book ISBN Getting Books by Author Getting Books by Title Getting Book Review Authentication and Authorization Methods / POST Methods (Create) Register User Login User PUT Method (Update) Adding Review in existing data Verifying the operation DELETE Method (Delete) Deleting Review Verifying the operation