{"info":{"_postman_id":"bdae4a51-05f8-461c-8421-f203aa590e0f","name":"E Commerce","description":"<html><head></head><body><h1 id=\"e-commerce-application\">E Commerce Application</h1>\n<img src=\"https://user-images.githubusercontent.com/105907169/215356985-1c417023-35f5-41cc-beab-8a235d6d8cce.jpg\">\n\n<h2 id=\"web-service--restful-api\"><strong>WEB SERVICE : RESTFUL A.P.I.</strong></h2>\n<h5 id=\"source-code--httpsgithubcomtejasmedadee-commmerce-application\"><a href=\"https://github.com/TejasMedade/Blog-Application\"><strong>Source Code</strong></a> <strong>:</strong> <a href=\"https://github.com/TejasMedade/E-Commmerce-Application\">https://github.com/TejasMedade/E-Commmerce-Application</a></h5>\n<p>RESTful API for e-commerce, engineered utilizing the Spring Boot framework and the Java programming language. This API adheres to the principles of RESTful architecture and is designed with scalability and maintainability at the forefront, allowing for effortless integration with third-party applications.</p>\n<p>A salient feature of this API is its support for image management, which encompasses uploading and serving for customer, product, review, and feedback entities, as well as the ability to delete images from the database using HTTP methods, enabling optimal space management on both the server and client side.</p>\n<p>This API boasts a highly modular and adaptable architecture, utilizing a sophisticated model mapping mechanism for seamless integration between entities and Data Transfer Objects (DTOs). This allows for a streamlined development process and a consistent, user-friendly experience through the implementation of custom DTOs for HTTP requests and responses, as well as JSON API responses for all requests.</p>\n<p>Security is a top priority for this API, incorporating Spring Security and JSON Web Tokens (JWT) to ensure secure user authentication and role-based access control for each HTTP request, guaranteeing that only authorized users can access sensitive data. Moreover, the API employs Hibernate Validator, a powerful validation framework, to enforce data integrity and constraints across all HTTP requests and request bodies, thereby ensuring the validity and consistency of data throughout the application, and providing custom validation exceptions.</p>\n<p>To enhance the user experience, the API incorporates Spring Hypermedia as the Engine of Application State (HATEOAS) library to provide hypermedia links, which aids in user flow and ease of access. Users can also take advantage of the API's pagination, filtering, sorting, and searching functionality, with self, collections, and paging hypermedia links, for improved efficiency. A system-generated admin interface is also provided for ease of use.</p>\n<p>With its focus on performance, security, and user-friendliness, this API represents a cutting-edge solution for integrating e-commerce functionality into any application. Whether you are a developer seeking to add e-commerce capabilities to your existing application or a business looking for a powerful and customizable e-commerce platform, this API is the optimal choice.</p>\n<h2 id=\"features\">Features</h2>\n<ul>\n<li><strong>RESTful API Design</strong> : Adheres to REST architectural principles, providing a set of CRUD endpoints accessible via standard HTTP methods (GET, POST, PUT, DELETE).</li>\n<li><strong>Modular Architecture</strong> : Designed with well-defined modules, facilitating clear separation of concerns for easier maintenance and scalability.</li>\n<li><strong>Human-Readable URIs</strong> : Uses user-friendly URIs for improved usability.</li>\n<li><strong>Image Handling</strong> : Supports image upload and retrieval for customers, products, reviews, and feedback.</li>\n<li><strong>Data Mapping</strong> : Employs object mapping to enable data exchange between client and server through mapping entities to transfer objects.</li>\n<li><strong>Hypermedia Navigation</strong> : Integrates Spring HateOAS for facilitating user navigation through the provision of hypermedia links.</li>\n<li><strong>Data Retrieval</strong> : Includes functionality for pagination, filtering, sorting, and searching for products, reviews, and feedback.</li>\n<li><strong>Efficient Data Transfer</strong> : Uses optimized transfer objects to enhance performance in both HTTP requests and responses.</li>\n<li><strong>JSON API Responses</strong> : Returns all requests in a JSON format, ensuring consistent data representation.</li>\n<li><strong>Customized Exception Handling</strong> : Implements customized exception handling for improved user experience and error messaging.</li>\n<li><strong>Request Body Validation</strong> : Implements request body data validation to ensure data accuracy and security.</li>\n<li><strong>Token-Based Auth and Authorization</strong> : Enables authentication and authorization through the use of JSON Web Tokens (JWT) with Spring Security.</li>\n<li><strong>Role-Based Access Control</strong> : Implements role-specific access control to restrict resource access to authorized users.</li>\n<li><strong>Security Measures</strong> : Incorporates security measures such as JWT token expiration after 20 minutes and restricted admin registration to maintain system security.</li>\n<li><strong>Database Administration</strong> : Provides administration tools for managing the database.</li>\n<li><strong>Product Categorization</strong> : Implements product categorization for improved browsing experience.</li>\n<li><strong>Product Filtering</strong> : Allows customers to view products based on the tag \"Customer's Best Choice\" and products on discount sale.</li>\n<li><strong>Order Management System</strong> : Offers a platform for customers to place, view, cancel orders, make payments, and track order status including delivery, pickup, return, and replacement.</li>\n<li><strong>Payment Method Management</strong> : Allows administrators to add, revoke, and manage available payment methods.</li>\n<li><strong>Sales and Revenue Reporting</strong> : Enables generation and viewing of sales and revenue reports including top-selling and least-selling products, highest sold products by rating and price, and sales made in different time periods.</li>\n</ul>\n<h2 id=\"tech-stack\">Tech Stack</h2>\n<ul>\n<li>JAVA</li>\n<li>SPRING</li>\n<li>SPRINGBOOT</li>\n<li>HIBERNATE</li>\n<li>MAVEN</li>\n<li>J.D.B.C</li>\n<li>MYSQL</li>\n<li>POSTMAN</li>\n</ul>\n<h2 id=\"dependencies\">Dependencies</h2>\n<ul>\n<li>JWT AUTHENTICATION</li>\n<li>SPRING SECURITY</li>\n<li>SPRING HATEOAS</li>\n<li>SPRING DATA JPA</li>\n<li>SPRING BOOT DEVTOOLS</li>\n<li>SPRING WEB</li>\n<li>HIBERNATE</li>\n<li>MYSQL DRIVER</li>\n<li>VALIDATION</li>\n<li>LOMBOK</li>\n<li>MODEL MAPPER</li>\n<li>LOGGER</li>\n</ul>\n<h2 id=\"administrator-functionalities\">Administrator Functionalities</h2>\n<ul>\n<li><strong>Administrator Management</strong><ul>\n<li>Endpoint for Admin Sign Up</li>\n<li>Endpoint for Updating Admin Information</li>\n<li>Endpoint for Deleting Admin Accounts</li>\n<li>Endpoint for Retrieving Admin Information</li>\n</ul>\n</li>\n<li><strong>Product Management</strong><ul>\n<li>Endpoint for Adding Products</li>\n<li>Endpoint for Updating Product Information</li>\n<li>Endpoint for Deleting Product Information</li>\n<li>Endpoint for Updating Product Rating</li>\n<li>Endpoint for Updating Product Stock Quantity</li>\n<li>Endpoint for Updating Product Image</li>\n<li>Endpoint for Changing Product's Category</li>\n<li>Endpoint for Adding Products to Discount Sales</li>\n<li>Endpoint for Revoking Product Availability</li>\n<li>Endpoint for Adding Products to Customer's Best Choice</li>\n</ul>\n</li>\n<li><strong>Order Management</strong><ul>\n<li>Endpoint for Updating Order Status( Processed, Failed , To be Dispatched, Out For Delivery, Returned, Replaced )</li>\n<li>Endpoint for Searching Orders by User Details</li>\n<li>Endpoint for Searching Orders by Order Information</li>\n<li>Endpoint for Retrieving Order Information</li>\n<li>Endpoint for Approving Refund Requests</li>\n<li>Endpoint for Approving Replacement Requests</li>\n<li>Endpoint for Retrieving Cancelled/Refunded Orders</li>\n</ul>\n</li>\n<li><strong>Payment Management</strong><ul>\n<li>Endpoint for Adding Payment Methods</li>\n<li>Endpoint for Updating Payment Methods</li>\n<li>Endpoint for Deleting Payment Methods</li>\n<li>Endpoint for Revoking Payment Methods</li>\n</ul>\n</li>\n<li><strong>Customer Management</strong><ul>\n<li>Endpoint for Retrieving Customer Information</li>\n<li>Endpoint for Searching Customers by:<ul>\n<li>First Name</li>\n<li>Last Name</li>\n<li>First &amp; Last Name</li>\n<li>Email ID</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><strong>Feedback &amp; Reviews</strong><ul>\n<li>Endpoint for Retrieving Feedback &amp; Reviews</li>\n<li>Endpoint for Sorting Feedback &amp; Reviews by:<ul>\n<li>Rating</li>\n<li>Date</li>\n<li>Customer</li>\n<li>Order</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><strong>Dashboards</strong><ul>\n<li>Endpoint for Retrieving Sales Information:<ul>\n<li>Today's Sales</li>\n<li>Last Week's Sales</li>\n<li>Last Month's Sales</li>\n<li>Sales from Jan to Dec</li>\n</ul>\n</li>\n<li>Endpoint for Retrieving Product Information:<ul>\n<li>Highest Sold Product by Rating in a Given Duration</li>\n<li>Highest Rated Product in a Given Duration</li>\n<li>Highest Sold Product Categorized by Sale Price</li>\n<li>Highest Sold Product in Different Categories</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"customer-functionalities\">Customer Functionalities</h2>\n<ul>\n<li><strong>Customer Management</strong><ul>\n<li>Endpoint for Sign Up</li>\n<li>Endpoint for Updating Customer Information</li>\n<li>Endpoint for Deleting Customer Accounts</li>\n<li>Endpoint for Retrieving Customer Information</li>\n<li>Endpoint for Updating Customer Profile Pictures</li>\n<li>Endpoint for Deleting Customer Profile Pictures</li>\n</ul>\n</li>\n<li><strong>Address Management</strong><ul>\n<li>Endpoint for Adding Addresses</li>\n<li>Endpoint for Retrieving Customer Addresses</li>\n<li>Endpoint for Updating Customer Addresses</li>\n</ul>\n</li>\n<li><strong>Cart Management</strong><ul>\n<li>Endpoint for Adding Products to Cart</li>\n<li>Endpoint for Updating Product Quantity in Cart</li>\n<li>Endpoint for Emptying the Cart</li>\n<li>Endpoint for Deleting Products from Cart</li>\n<li>Endpoint for Retrieving Cart Details</li>\n<li>Endpoint for Processing a Cart Purchase</li>\n</ul>\n</li>\n<li><strong>Category Management</strong><ul>\n<li>Endpoint for Retrieving Categories</li>\n<li>Endpoint for Retrieving Products by Category</li>\n<li>Endpoint for Sorting Products by Category Information</li>\n<li>Endpoint for Searching Categories</li>\n</ul>\n</li>\n<li><strong>Feedback &amp; Reviews</strong><ul>\n<li>Endpoint for Adding Feedback (with Image Attachment Option)</li>\n<li>Endpoint for Adding and Deleting Product Reviews and Ratings</li>\n<li>Endpoint for Sorting Reviews by:<ul>\n<li>Added Date</li>\n<li>Rating</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><strong>Payment</strong><ul>\n<li>Endpoint for Retrieving Available Payment Methods</li>\n</ul>\n</li>\n<li><strong>Product Management</strong><ul>\n<li>Endpoint for Retrieving Product Details</li>\n<li>Endpoints for Sorting Products by:<ul>\n<li>Rating</li>\n<li>Sale Price</li>\n<li>Sale Availability</li>\n<li>Popularity among Customers</li>\n<li>Manufacturing Month/Year</li>\n<li>Addition Date</li>\n<li>Addition Date by Category</li>\n<li>Rating within a Category</li>\n<li>Endpoints for Searching Products by:<ul>\n<li>Name</li>\n<li>Type</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><strong>Order Management</strong><ul>\n<li>Endpoint for Placing Orders</li>\n<li>Endpoint for Retrieving Order History</li>\n<li>Endpoint for Cancelling Orders</li>\n<li>Endpoint for Requesting Refunds/Replacements</li>\n<li>Endpoint for Tracking Order/Refund/Replacement Status</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"important-note\">Important Note</h2>\n<ul>\n<li>At present, Swagger does not support cookie-based authorization. The team will look into implementing it once Swagger provides the necessary features to support it.</li>\n<li>When utilizing the PostMan software, ensure that the request includes embedded cookies as JWT authentication is implemented as a cookie-based authentication mechanism.</li>\n<li>The roles have already been established within the database. Ensure that the appropriate requests are executed for both the Admin and User roles.</li>\n<li>It's important to note that an Admin is also considered as a User. Only Users with Admin privileges have the ability to create additional Admins within the database.</li>\n<li>The expiration time limit for JWT tokens is 20 minutes. Subsequently, a new login session is required after the 20-minute duration.</li>\n<li>An additional 2% discount will be applied to the sale price of a product when it is added to a discount sale.</li>\n<li><strong>Order cancellation policy</strong><ul>\n<li>Order cancellation is only possible if the order has not yet been marked as delivered.</li>\n</ul>\n</li>\n<li><strong>Return policy</strong><ul>\n<li>Orders that have been marked as delivered by the admin cannot be cancelled and must be returned.</li>\n</ul>\n</li>\n<li><strong>Refund and replacement policy</strong><ul>\n<li>Refunds and replacements for orders can only be processed once the return order and its status have been marked as picked up by the admin.</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"contributions\">Contributions</h2>\n<p>Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are <strong>Greatly Appreciated</strong>.</p>\n<p>If you have any ideas on how to improve this web service, please feel free to fork the repository and submit a pull request. Your contributions, no matter how big or small, are greatly appreciated and will help to make this repository even better.</p>\n<p>In addition to contributing to the repository, <a href=\"https://github.com/TejasMedade/E-Commmerce-Application\"><strong>Source Code</strong></a> <strong>:</strong> <a href=\"https://github.com/TejasMedade/E-Commmerce-Application\"><strong>https://github.com/TejasMedade/E-Commmerce-Application</strong></a> , you can also connect with me for further development and collaboration on this API. Together, we can continue to improve and evolve the API to meet the needs of the community.</p>\n<p>We encourage you to give the repository a star and we thank you for your interest in this project.</p>\n<p>Your support is greatly appreciated.</p>\n<h2 id=\"🔗-contact-me\">🔗 Contact Me</h2>\n<ul>\n<li><a href=\"https://tejasmedade.github.io/\"><strong>Website</strong></a>: <a href=\"https://tejasmedade.github.io/Linkedin\">https://tejasmedade.github.io/</a></li>\n<li><a href=\"https://tejasmedade.github.io/Linkedin\"><strong>Linkedin</strong></a> : <a href=\"https://www.linkedin.com/TejasMedadeGithub\">https://www.linkedin.com/TejasMedade</a></li>\n<li><a href=\"https://github.com/tejasmedade\"><strong>Github</strong></a>: <a href=\"https://github.com/tejasmedade\">https://github.com/tejasmedade</a></li>\n<li><a href=\"https://github.com/TejasMedade/E-Commmerce-Application\"><strong>Source Code</strong></a> <strong>:</strong> <a href=\"https://github.com/TejasMedade/E-Commmerce-Application\">https://github.com/TejasMedade/E-Commmerce-Application</a></li>\n</ul>\n<h2 id=\"authors\">Authors</h2>\n<ul>\n<li><a href=\"https://github.com/tejasmedade\">Tejas Vilas Medade</a></li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"E Commerce Application","slug":"e-commerce-application"}],"owner":"24342917","collectionId":"bdae4a51-05f8-461c-8421-f203aa590e0f","publishedId":"2s935kQSBZ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-02-02T11:14:55.000Z"},"item":[{"name":"Auth Controller","item":[{"name":"Login Admin","id":"cf2e5edf-0a98-461d-adad-b6433ceede2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"Tejas@1998\",\r\n    \"username\": \"9307710594\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8088/bestbuy/auth/admins/signin","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","auth","admins","signin"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"eddba51b-e9c8-4137-a840-4703ed9a75ef","name":"Login Admin - System Generated","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"Tejas@1998\",\r\n    \"username\": \"9307710594\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8088/bestbuy/auth/admins/signin"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Set-Cookie","value":"Token=eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiI5MzA3NzEwNTk0IiwiaWF0IjoxNjc1MTQzNzA0LCJleHAiOjE2NzUxNDQ5MDR9.WrZz8SlpRk9X5oGOUX_XSAnmXPKtHkuTw9ha8O8PDJhtIA1SaK6bZOQKJmnLLIwgRpUz0rJ6hSShomwZWkkiww; Path=/bestbuy; Max-Age=1200; Expires=Tue, 31 Jan 2023 06:01:44 GMT; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 31 Jan 2023 05:41:44 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiI5MzA3NzEwNTk0IiwiaWF0IjoxNjc1MTQzNzA0LCJleHAiOjE2NzUxNDQ5MDR9.WrZz8SlpRk9X5oGOUX_XSAnmXPKtHkuTw9ha8O8PDJhtIA1SaK6bZOQKJmnLLIwgRpUz0rJ6hSShomwZWkkiww\",\n    \"response\": {\n        \"userId\": 1,\n        \"firstName\": \"Tejas\",\n        \"lastName\": \"Medade\",\n        \"contact\": \"9307710594\",\n        \"email\": \"tejasmedade@gmail.com\",\n        \"roles\": [\n            {\n                \"roleId\": 1002,\n                \"roleName\": \"ROLE_USER\"\n            },\n            {\n                \"roleId\": 1001,\n                \"roleName\": \"ROLE_ADMIN\"\n            }\n        ]\n    }\n}"}],"_postman_id":"cf2e5edf-0a98-461d-adad-b6433ceede2b"},{"name":"Signout","id":"74029349-45f2-4c45-bed5-5da9d06d7a76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"3723c731-6972-4b83-843d-e6c0f13f31ad","name":"Signout","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/auth/admin/signout"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"142"},{"key":"Date","value":"Fri, 27 Jan 2023 08:07:31 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"path\": \"/bestbuy/auth/admin/signout\",\n    \"error\": \"Unauthorized\",\n    \"message\": \"Full authentication is required to access this resource\",\n    \"status\": 401\n}"}],"_postman_id":"74029349-45f2-4c45-bed5-5da9d06d7a76"},{"name":"Login Customer","id":"1a70e617-4f34-43b5-9b17-482b32988078","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"Zeus@2003\",\r\n    \"username\": \"9307090263\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8088/bestbuy/auth/customers/signin","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","auth","customers","signin"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6f29ee7c-46ee-4a5f-9d8d-430a103c9af6","name":"Login Customer","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"Tejas@1998\",\r\n    \"username\": \"9307710593\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8088/bestbuy/auth/customers/signin"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Set-Cookie","value":"Token=eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiI5MzA3NzEwNTkzIiwiaWF0IjoxNjc0ODE3Nzg0LCJleHAiOjE2NzQ4MTg5ODR9.ODAJTTPvl2GIE3gMPOQHRO_lvX-684vsCMpIQXLWurX8QKaILV2zBCH46VPrMo6ME2B9APEYZzZhTzUS0MyaTA; Path=/bestbuy; Max-Age=1200; Expires=Fri, 27 Jan 2023 11:29:44 GMT; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 27 Jan 2023 11:09:44 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiI5MzA3NzEwNTkzIiwiaWF0IjoxNjc0ODE3Nzg0LCJleHAiOjE2NzQ4MTg5ODR9.ODAJTTPvl2GIE3gMPOQHRO_lvX-684vsCMpIQXLWurX8QKaILV2zBCH46VPrMo6ME2B9APEYZzZhTzUS0MyaTA\",\n    \"response\": {\n        \"userId\": 2,\n        \"firstName\": \"Tejas\",\n        \"lastName\": \"Medade\",\n        \"contact\": \"9307710593\",\n        \"email\": \"tejasedade@gmail.com\",\n        \"dateOfBirth\": \"1998-05-12\",\n        \"image\": null,\n        \"accountCreatedDate\": \"2023-01-27T16:26:51.793719\",\n        \"accountUpdatedDate\": \"2023-01-27T16:26:51.793719\",\n        \"roles\": [\n            {\n                \"roleId\": 1002,\n                \"roleName\": \"ROLE_USER\"\n            }\n        ],\n        \"address\": null,\n        \"links\": []\n    }\n}"}],"_postman_id":"1a70e617-4f34-43b5-9b17-482b32988078"},{"name":"Register Admin","id":"7b361f6f-fe93-4c1c-9eee-c2676e16224c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"contact\": \"8856061011\",\r\n    \"dateOfBirth\": \"1999-01-01\",\r\n    \"email\": \"demoAdmin@gmail.com\",\r\n    \"firstName\": \"Demo\",\r\n    \"lastName\": \"Admin\",\r\n    \"password\": \"Admin@123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8088/bestbuy/auth/admins/signup","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","auth","admins","signup"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"fb63db19-0edc-4342-aba3-4ae9c3bf9008","name":"Register Admin","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"contact\": \"8856061011\",\r\n    \"dateOfBirth\": \"1999-01-01\",\r\n    \"email\": \"demoAdmin@gmail.com\",\r\n    \"firstName\": \"Demo\",\r\n    \"lastName\": \"Admin\",\r\n    \"password\": \"Admin@123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8088/bestbuy/auth/admins/signup"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 02 Feb 2023 09:36:27 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"userId\": 4,\n    \"firstName\": \"Demo\",\n    \"lastName\": \"Admin\",\n    \"contact\": \"8856061011\",\n    \"email\": \"demoAdmin@gmail.com\",\n    \"roles\": [\n        {\n            \"roleId\": 1002,\n            \"roleName\": \"ROLE_USER\"\n        },\n        {\n            \"roleId\": 1001,\n            \"roleName\": \"ROLE_ADMIN\"\n        }\n    ]\n}"}],"_postman_id":"7b361f6f-fe93-4c1c-9eee-c2676e16224c"},{"name":"Register Customer","id":"8c639d81-4ac1-4df2-ade8-5f641cb1e267","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"contact\": \"8856061000\",\r\n    \"dateOfBirth\": \"1999-01-01\",\r\n    \"email\": \"demo@gmail.com\",\r\n    \"firstName\": \"Demo\",\r\n    \"lastName\": \"Nair\",\r\n    \"password\": \"Demo@123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8088/bestbuy/auth/customers/signup","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","auth","customers","signup"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"22c31f07-68f8-4c01-af12-920a22af78c6","name":"Register Customer","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"contact\": \"8856061000\",\r\n    \"dateOfBirth\": \"1999-01-01\",\r\n    \"email\": \"demo@gmail.com\",\r\n    \"firstName\": \"Demo\",\r\n    \"lastName\": \"Nair\",\r\n    \"password\": \"Demo@123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8088/bestbuy/auth/customers/signup"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 02 Feb 2023 09:29:32 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"userId\": 3,\n    \"firstName\": \"Demo\",\n    \"lastName\": \"Nair\",\n    \"contact\": \"8856061000\",\n    \"email\": \"demo@gmail.com\",\n    \"dateOfBirth\": \"1999-01-01\",\n    \"image\": null,\n    \"accountCreatedDate\": \"2023-02-02T14:59:32.6433691\",\n    \"accountUpdatedDate\": \"2023-02-02T14:59:32.6433691\",\n    \"roles\": [\n        {\n            \"roleId\": 1002,\n            \"roleName\": \"ROLE_USER\"\n        }\n    ]\n}"}],"_postman_id":"8c639d81-4ac1-4df2-ade8-5f641cb1e267"},{"name":"Active UserName","id":"9750eb99-3ce2-4f9b-a630-b08aedcab866","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/auth/active","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","auth","active"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1c30082e-37c8-46a4-8dd5-e0cabf416e7f","name":"Active UserName","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/auth/active"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 02 Feb 2023 09:24:47 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2023-02-02T14:54:47.270676\",\n    \"message\": \"Valid J.W.T. Token\",\n    \"status\": true,\n    \"responseObject\": \"9307710594\"\n}"}],"_postman_id":"9750eb99-3ce2-4f9b-a630-b08aedcab866"}],"id":"e893539a-45ca-45e2-9ffd-a49952e18b5c","_postman_id":"e893539a-45ca-45e2-9ffd-a49952e18b5c","description":""},{"name":"Admin Controller","item":[{"name":"Get Admin By Admin Id","id":"c3afc10d-1f25-4c34-b815-f67b0d3461bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/admins/1","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","admins","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"932ccab6-43dd-4bae-8eaa-9d589b647493","name":"Get Admin By AdminId","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/admins/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 24 Jan 2023 10:06:21 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"userId\": 1,\n    \"firstName\": \"Tejas\",\n    \"lastName\": \"Medade\",\n    \"contact\": \"9307710594\",\n    \"email\": \"tejasmedade@gmail.com\",\n    \"password\": \"$2a$10$nOYdgCPzl6s2t3XUQ2uWUeXG8iyXl781oHTQRBvoeq7KJ5ym1PwXu\",\n    \"roles\": [\n        {\n            \"roleId\": 1002,\n            \"roleName\": \"ROLE_USER\"\n        },\n        {\n            \"roleId\": 1001,\n            \"roleName\": \"ROLE_ADMIN\"\n        }\n    ]\n}"}],"_postman_id":"c3afc10d-1f25-4c34-b815-f67b0d3461bb"},{"name":"Update Admin Details","id":"5f633633-866d-41f1-8d72-e8601e310215","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"http://localhost:8088/bestbuy/admins/{adminId}","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","admins","{adminId}"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"5f633633-866d-41f1-8d72-e8601e310215"},{"name":"Get All Admins","id":"d4fde1b2-a51d-49b2-997e-69247be6ae98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/admins/","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","admins",""],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"71b1ebcb-03e1-4859-8cd3-8da87edb8bc7","name":"Get All Admins","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/admins/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 02 Feb 2023 09:37:43 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"userId\": 1,\n        \"firstName\": \"Tejas\",\n        \"lastName\": \"Medade\",\n        \"contact\": \"9307710594\",\n        \"email\": \"tejasmedade@gmail.com\",\n        \"roles\": [\n            {\n                \"roleId\": 1002,\n                \"roleName\": \"ROLE_USER\"\n            },\n            {\n                \"roleId\": 1001,\n                \"roleName\": \"ROLE_ADMIN\"\n            }\n        ]\n    },\n    {\n        \"userId\": 2,\n        \"firstName\": \"Shreyas\",\n        \"lastName\": \"Medade\",\n        \"contact\": \"9307090263\",\n        \"email\": \"shreyasmedade@gmail.com\",\n        \"roles\": [\n            {\n                \"roleId\": 1002,\n                \"roleName\": \"ROLE_USER\"\n            }\n        ]\n    },\n    {\n        \"userId\": 3,\n        \"firstName\": \"Demo\",\n        \"lastName\": \"Nair\",\n        \"contact\": \"8856061000\",\n        \"email\": \"demo@gmail.com\",\n        \"roles\": [\n            {\n                \"roleId\": 1002,\n                \"roleName\": \"ROLE_USER\"\n            }\n        ]\n    },\n    {\n        \"userId\": 4,\n        \"firstName\": \"Demo\",\n        \"lastName\": \"Admin\",\n        \"contact\": \"8856061011\",\n        \"email\": \"demoAdmin@gmail.com\",\n        \"roles\": [\n            {\n                \"roleId\": 1002,\n                \"roleName\": \"ROLE_USER\"\n            },\n            {\n                \"roleId\": 1001,\n                \"roleName\": \"ROLE_ADMIN\"\n            }\n        ]\n    }\n]"}],"_postman_id":"d4fde1b2-a51d-49b2-997e-69247be6ae98"},{"name":"Delete Admin Account","id":"145b7e90-b0ac-4266-8b9e-0b34ab854705","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8088/bestbuy/admins/{adminId}","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","admins","{adminId}"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"145b7e90-b0ac-4266-8b9e-0b34ab854705"}],"id":"33f7b1b6-598c-4f6f-85e1-9eb5ee52762e","_postman_id":"33f7b1b6-598c-4f6f-85e1-9eb5ee52762e","description":""},{"name":"Customer Controller","item":[{"name":"Update Customer Profile Image","id":"881026a7-514b-4dd2-a380-6b4bbc51e730","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"http://localhost:8088/bestbuy/customers/{contact}/image","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","customers","{contact}","image"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"881026a7-514b-4dd2-a380-6b4bbc51e730"},{"name":"Update Customer Details","id":"c79ea0bf-7f72-4608-8ae9-9d2d1cd40700","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"http://localhost:8088/bestbuy/customers/{contact}/update","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","customers","{contact}","update"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c79ea0bf-7f72-4608-8ae9-9d2d1cd40700"},{"name":"Delete Customer Account","id":"bf1c608c-b7b8-4965-a624-66982f70c42d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8088/bestbuy/customers/{contact}/delete","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","customers","{contact}","delete"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"bf1c608c-b7b8-4965-a624-66982f70c42d"},{"name":"Get All Customers","id":"5df247a2-e50c-4c8f-b157-0ca9c1c7e8ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/customers/","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","customers",""],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"098becb9-09b6-443f-8871-d1a38d05b1bd","name":"Get All Customers","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/customers/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 02 Feb 2023 10:02:20 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"customerResponseDtoList\": [\n            {\n                \"userId\": 1,\n                \"firstName\": \"Tejas\",\n                \"lastName\": \"Medade\",\n                \"contact\": \"9307710594\",\n                \"email\": \"tejasmedade@gmail.com\",\n                \"dateOfBirth\": null,\n                \"image\": null,\n                \"accountCreatedDate\": \"2023-01-31T11:14:50.967501\",\n                \"accountUpdatedDate\": \"2023-01-31T11:14:50.967501\",\n                \"roles\": [\n                    {\n                        \"roleId\": 1002,\n                        \"roleName\": \"ROLE_USER\"\n                    },\n                    {\n                        \"roleId\": 1001,\n                        \"roleName\": \"ROLE_ADMIN\"\n                    }\n                ],\n                \"address\": null,\n                \"_links\": {\n                    \"customer\": {\n                        \"href\": \"http://localhost:8088/bestbuy/customers/9307710594\"\n                    }\n                }\n            },\n            {\n                \"userId\": 2,\n                \"firstName\": \"Shreyas\",\n                \"lastName\": \"Medade\",\n                \"contact\": \"9307090263\",\n                \"email\": \"shreyasmedade@gmail.com\",\n                \"dateOfBirth\": \"2003-04-06\",\n                \"image\": null,\n                \"accountCreatedDate\": \"2023-01-31T12:35:13.023635\",\n                \"accountUpdatedDate\": \"2023-01-31T12:48:07.505886\",\n                \"roles\": [\n                    {\n                        \"roleId\": 1002,\n                        \"roleName\": \"ROLE_USER\"\n                    }\n                ],\n                \"address\": {\n                    \"addressId\": 1,\n                    \"addressLine1\": \"001\",\n                    \"addressLine2\": \"Hastinapur Society, Lok Nagari\",\n                    \"buildingName\": \"J-5\",\n                    \"landMark\": \"Near Hp Petrol Pump\",\n                    \"city\": \"Ambernath\",\n                    \"state\": \"Maharashtra\",\n                    \"country\": \"India\",\n                    \"pincode\": \"421501\",\n                    \"addressCreatedDate\": \"2023-01-31T12:48:07.503887\",\n                    \"addressUpdatedDate\": \"2023-01-31T12:48:07.503887\"\n                },\n                \"_links\": {\n                    \"customer\": {\n                        \"href\": \"http://localhost:8088/bestbuy/customers/9307090263\"\n                    }\n                }\n            },\n            {\n                \"userId\": 3,\n                \"firstName\": \"Demo\",\n                \"lastName\": \"Nair\",\n                \"contact\": \"8856061000\",\n                \"email\": \"demo@gmail.com\",\n                \"dateOfBirth\": \"1999-01-01\",\n                \"image\": null,\n                \"accountCreatedDate\": \"2023-02-02T14:59:32.643369\",\n                \"accountUpdatedDate\": \"2023-02-02T14:59:32.643369\",\n                \"roles\": [\n                    {\n                        \"roleId\": 1002,\n                        \"roleName\": \"ROLE_USER\"\n                    }\n                ],\n                \"address\": null,\n                \"_links\": {\n                    \"customer\": {\n                        \"href\": \"http://localhost:8088/bestbuy/customers/8856061000\"\n                    }\n                }\n            },\n            {\n                \"userId\": 4,\n                \"firstName\": \"Demo\",\n                \"lastName\": \"Admin\",\n                \"contact\": \"8856061011\",\n                \"email\": \"demoAdmin@gmail.com\",\n                \"dateOfBirth\": null,\n                \"image\": null,\n                \"accountCreatedDate\": \"2023-02-02T15:06:27.82218\",\n                \"accountUpdatedDate\": \"2023-02-02T15:06:27.82218\",\n                \"roles\": [\n                    {\n                        \"roleId\": 1002,\n                        \"roleName\": \"ROLE_USER\"\n                    },\n                    {\n                        \"roleId\": 1001,\n                        \"roleName\": \"ROLE_ADMIN\"\n                    }\n                ],\n                \"address\": null,\n                \"_links\": {\n                    \"customer\": {\n                        \"href\": \"http://localhost:8088/bestbuy/customers/8856061011\"\n                    }\n                }\n            }\n        ]\n    },\n    \"_links\": {\n        \"self\": {\n            \"href\": \"http://localhost:8088/bestbuy/customers/?page=0&size=5&sort=userId,asc\"\n        },\n        \"collection\": {\n            \"href\": \"http://localhost:8088/bestbuy/customers/?pageNumber=0&pageSize=5&sortDirection=ASC&sortBy=userId\"\n        }\n    },\n    \"page\": {\n        \"size\": 5,\n        \"totalElements\": 4,\n        \"totalPages\": 1,\n        \"number\": 0\n    }\n}"}],"_postman_id":"5df247a2-e50c-4c8f-b157-0ca9c1c7e8ff"},{"name":"Get Customer by Contact","id":"2bc2a96d-96ce-4471-a621-bbc1c6b441f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/customers/9307710594","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","customers","9307710594"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6ff076f5-a752-44cc-b331-1a1bf6fe9c4c","name":"Get Customer by Contact","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/customers/9307710594"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 02 Feb 2023 10:02:32 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"userId\": 1,\n    \"firstName\": \"Tejas\",\n    \"lastName\": \"Medade\",\n    \"contact\": \"9307710594\",\n    \"email\": \"tejasmedade@gmail.com\",\n    \"dateOfBirth\": null,\n    \"image\": null,\n    \"accountCreatedDate\": \"2023-01-31T11:14:50.967501\",\n    \"accountUpdatedDate\": \"2023-01-31T11:14:50.967501\",\n    \"roles\": [\n        {\n            \"roleId\": 1002,\n            \"roleName\": \"ROLE_USER\"\n        },\n        {\n            \"roleId\": 1001,\n            \"roleName\": \"ROLE_ADMIN\"\n        }\n    ],\n    \"address\": null,\n    \"_links\": {\n        \"collection\": {\n            \"href\": \"http://localhost:8088/bestbuy/customers/?sortDirection=ASC&sortBy=userId{&pageNumber,pageSize}\",\n            \"templated\": true\n        },\n        \"cart\": {\n            \"href\": \"http://localhost:8088/bestbuy/carts/customers/9307710594\"\n        },\n        \"orders\": {\n            \"href\": \"http://localhost:8088/bestbuy/orders/customers/9307710594?sortBy=ASC&sortDirection=orderId{&pageNumber,pageSize}\",\n            \"templated\": true\n        },\n        \"reviews\": {\n            \"href\": \"http://localhost:8088/bestbuy/reviews/customers/9307710594\"\n        },\n        \"feedbacks\": {\n            \"href\": \"http://localhost:8088/bestbuy/feedbacks/customers/9307710594?sortDirection=ASC&sortBy=feedbackId{&pageNumber,pageSize}\",\n            \"templated\": true\n        }\n    }\n}"}],"_postman_id":"2bc2a96d-96ce-4471-a621-bbc1c6b441f0"},{"name":"Search By First Name","id":"ed801391-5d8f-48bf-ab49-1e479846e9fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/customers/search/first/Tejas","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","customers","search","first","Tejas"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"527f5edf-9034-454c-a98e-fc7c93e8f65c","name":"Search By First Name","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/customers/search/first/Tejas"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 02 Feb 2023 10:05:16 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"customerResponseDtoList\": [\n            {\n                \"userId\": 1,\n                \"firstName\": \"Tejas\",\n                \"lastName\": \"Medade\",\n                \"contact\": \"9307710594\",\n                \"email\": \"tejasmedade@gmail.com\",\n                \"dateOfBirth\": null,\n                \"image\": null,\n                \"accountCreatedDate\": \"2023-01-31T11:14:50.967501\",\n                \"accountUpdatedDate\": \"2023-01-31T11:14:50.967501\",\n                \"roles\": [\n                    {\n                        \"roleId\": 1002,\n                        \"roleName\": \"ROLE_USER\"\n                    },\n                    {\n                        \"roleId\": 1001,\n                        \"roleName\": \"ROLE_ADMIN\"\n                    }\n                ],\n                \"address\": null,\n                \"_links\": {\n                    \"customer\": {\n                        \"href\": \"http://localhost:8088/bestbuy/customers/9307710594\"\n                    }\n                }\n            }\n        ]\n    },\n    \"_links\": {\n        \"collection\": {\n            \"href\": \"http://localhost:8088/bestbuy/customers/?sortDirection=ASC&sortBy=userId{&pageNumber,pageSize}\",\n            \"templated\": true\n        }\n    }\n}"}],"_postman_id":"ed801391-5d8f-48bf-ab49-1e479846e9fa"},{"name":"Search Last Name","id":"b59eaa22-8d02-4f14-95fa-3ef86d03bcc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/customers/search/last/Medade","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","customers","search","last","Medade"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8698d3e1-26f2-44a2-9568-af08e1f781bb","name":"Search Last Name","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/customers/search/last/Medade"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 02 Feb 2023 10:05:57 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"customerResponseDtoList\": [\n            {\n                \"userId\": 1,\n                \"firstName\": \"Tejas\",\n                \"lastName\": \"Medade\",\n                \"contact\": \"9307710594\",\n                \"email\": \"tejasmedade@gmail.com\",\n                \"dateOfBirth\": null,\n                \"image\": null,\n                \"accountCreatedDate\": \"2023-01-31T11:14:50.967501\",\n                \"accountUpdatedDate\": \"2023-01-31T11:14:50.967501\",\n                \"roles\": [\n                    {\n                        \"roleId\": 1002,\n                        \"roleName\": \"ROLE_USER\"\n                    },\n                    {\n                        \"roleId\": 1001,\n                        \"roleName\": \"ROLE_ADMIN\"\n                    }\n                ],\n                \"address\": null,\n                \"_links\": {\n                    \"customer\": {\n                        \"href\": \"http://localhost:8088/bestbuy/customers/9307710594\"\n                    }\n                }\n            },\n            {\n                \"userId\": 2,\n                \"firstName\": \"Shreyas\",\n                \"lastName\": \"Medade\",\n                \"contact\": \"9307090263\",\n                \"email\": \"shreyasmedade@gmail.com\",\n                \"dateOfBirth\": \"2003-04-06\",\n                \"image\": null,\n                \"accountCreatedDate\": \"2023-01-31T12:35:13.023635\",\n                \"accountUpdatedDate\": \"2023-01-31T12:48:07.505886\",\n                \"roles\": [\n                    {\n                        \"roleId\": 1002,\n                        \"roleName\": \"ROLE_USER\"\n                    }\n                ],\n                \"address\": {\n                    \"addressId\": 1,\n                    \"addressLine1\": \"001\",\n                    \"addressLine2\": \"Hastinapur Society, Lok Nagari\",\n                    \"buildingName\": \"J-5\",\n                    \"landMark\": \"Near Hp Petrol Pump\",\n                    \"city\": \"Ambernath\",\n                    \"state\": \"Maharashtra\",\n                    \"country\": \"India\",\n                    \"pincode\": \"421501\",\n                    \"addressCreatedDate\": \"2023-01-31T12:48:07.503887\",\n                    \"addressUpdatedDate\": \"2023-01-31T12:48:07.503887\"\n                },\n                \"_links\": {\n                    \"customer\": {\n                        \"href\": \"http://localhost:8088/bestbuy/customers/9307090263\"\n                    }\n                }\n            }\n        ]\n    },\n    \"_links\": {\n        \"collection\": {\n            \"href\": \"http://localhost:8088/bestbuy/customers/?sortDirection=ASC&sortBy=userId{&pageNumber,pageSize}\",\n            \"templated\": true\n        }\n    }\n}"}],"_postman_id":"b59eaa22-8d02-4f14-95fa-3ef86d03bcc2"},{"name":"Search By Email","id":"bf81bd00-6f6a-453c-bbc7-c79358851032","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/customers/search/email/tejasmedade@gmail.com","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","customers","search","email","tejasmedade@gmail.com"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"86815714-b745-41c8-9439-3efc864cce7b","name":"Search By Email","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/customers/search/email/tejasmedade@gmail.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Disposition","value":"inline;filename=f.txt"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 02 Feb 2023 10:15:55 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"customerResponseDtoList\": [\n            {\n                \"userId\": 1,\n                \"firstName\": \"Tejas\",\n                \"lastName\": \"Medade\",\n                \"contact\": \"9307710594\",\n                \"email\": \"tejasmedade@gmail.com\",\n                \"dateOfBirth\": null,\n                \"image\": null,\n                \"accountCreatedDate\": \"2023-01-31T11:14:50.967501\",\n                \"accountUpdatedDate\": \"2023-01-31T11:14:50.967501\",\n                \"roles\": [\n                    {\n                        \"roleId\": 1002,\n                        \"roleName\": \"ROLE_USER\"\n                    },\n                    {\n                        \"roleId\": 1001,\n                        \"roleName\": \"ROLE_ADMIN\"\n                    }\n                ],\n                \"address\": null,\n                \"_links\": {\n                    \"customer\": {\n                        \"href\": \"http://localhost:8088/bestbuy/customers/9307710594\"\n                    }\n                }\n            }\n        ]\n    },\n    \"_links\": {\n        \"collection\": {\n            \"href\": \"http://localhost:8088/bestbuy/customers/?sortDirection=ASC&sortBy=userId{&pageNumber,pageSize}\",\n            \"templated\": true\n        }\n    }\n}"}],"_postman_id":"bf81bd00-6f6a-453c-bbc7-c79358851032"},{"name":"Serve Customer Image","id":"ccc8cb11-0d2b-4c8f-be32-0d23bb15c67d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/customers/images/{imageName}","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","customers","images","{imageName}"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ccc8cb11-0d2b-4c8f-be32-0d23bb15c67d"},{"name":"Delete Customer Image","id":"4ff3d166-aeae-4360-bab8-1d54d5e4b5a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8088/bestbuy/customers/images/{imageName}/delete","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","customers","images","{imageName}","delete"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4ff3d166-aeae-4360-bab8-1d54d5e4b5a3"},{"name":"Serach By First & Last Name","id":"ea6ac7f6-5c87-4c90-b41b-6847c44f2a26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/customers/search/first/last?firstName=Tejas&lastName=Medade","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","customers","search","first","last"],"host":["localhost"],"query":[{"key":"firstName","value":"Tejas"},{"key":"lastName","value":"Medade"}],"variable":[]}},"response":[{"id":"1b5dc83b-b5ab-422c-ba3b-7963e9c8b55d","name":"Serach By First & Last Name","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8088/bestbuy/customers/search/first/last?firstName=Tejas&lastName=Medade","protocol":"http","host":["localhost"],"port":"8088","path":["bestbuy","customers","search","first","last"],"query":[{"key":"firstName","value":"Tejas"},{"key":"lastName","value":"Medade"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 02 Feb 2023 10:19:08 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"customerResponseDtoList\": [\n            {\n                \"userId\": 1,\n                \"firstName\": \"Tejas\",\n                \"lastName\": \"Medade\",\n                \"contact\": \"9307710594\",\n                \"email\": \"tejasmedade@gmail.com\",\n                \"dateOfBirth\": null,\n                \"image\": null,\n                \"accountCreatedDate\": \"2023-01-31T11:14:50.967501\",\n                \"accountUpdatedDate\": \"2023-01-31T11:14:50.967501\",\n                \"roles\": [\n                    {\n                        \"roleId\": 1002,\n                        \"roleName\": \"ROLE_USER\"\n                    },\n                    {\n                        \"roleId\": 1001,\n                        \"roleName\": \"ROLE_ADMIN\"\n                    }\n                ],\n                \"address\": null,\n                \"_links\": {\n                    \"customer\": {\n                        \"href\": \"http://localhost:8088/bestbuy/customers/9307710594\"\n                    }\n                }\n            }\n        ]\n    },\n    \"_links\": {\n        \"collection\": {\n            \"href\": \"http://localhost:8088/bestbuy/customers/?sortDirection=ASC&sortBy=userId{&pageNumber,pageSize}\",\n            \"templated\": true\n        }\n    }\n}"}],"_postman_id":"ea6ac7f6-5c87-4c90-b41b-6847c44f2a26"}],"id":"6a3d0ecc-0fc6-40d4-ba1d-62b0fe65ab51","_postman_id":"6a3d0ecc-0fc6-40d4-ba1d-62b0fe65ab51","description":""},{"name":"Address Controller","item":[{"name":"Get Address","id":"176f5fcf-2c72-461c-a04c-1fe7c245e356","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/address/customers/{contact}","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","address","customers","{contact}"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"176f5fcf-2c72-461c-a04c-1fe7c245e356"},{"name":"Add Address","id":"61e5179e-082b-4565-b3f5-17e7f5352fd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:8088/bestbuy/address/customers/{contact}","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","address","customers","{contact}"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"61e5179e-082b-4565-b3f5-17e7f5352fd9"},{"name":"Update Address Details","id":"3154c9f2-32a2-436d-a95d-e2cd50f499f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"http://localhost:8088/bestbuy/address/customers/{contact}","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","address","customers","{contact}"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"3154c9f2-32a2-436d-a95d-e2cd50f499f3"}],"id":"eda11f6d-9638-4507-9391-04efdf70fe0c","_postman_id":"eda11f6d-9638-4507-9391-04efdf70fe0c","description":""},{"name":"Category Controller","item":[{"name":"Get All Categories By Page","id":"7e4e5985-1966-4d47-a3e3-671c4ef99031","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/categories/all/page","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","categories","all","page"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"bc3576fd-a13a-413c-becf-4d9bad572bc2","name":"Get All Categories By Page","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/categories/all/page"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 31 Jan 2023 06:34:44 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"categoryResponseDtoList\": [\n            {\n                \"categoryId\": 1,\n                \"categoryName\": \"Beverages\",\n                \"categoryDescription\": \"The Beverages category offers a wide variety of drinks including soft drinks, juices, energy drinks, teas, coffees, and alcoholic beverages from different brands, it also includes options for dietary restrictions.\",\n                \"active\": true,\n                \"categoryAddedDateTime\": \"2023-01-31T11:17:01.023846\",\n                \"categoryUpdatedDateTime\": \"2023-01-31T11:17:01.023846\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/categories/1\"\n                    },\n                    \"products by category \": {\n                        \"href\": \"http://localhost:8088/bestbuy/products/all/categories/1\"\n                    }\n                }\n            },\n            {\n                \"categoryId\": 2,\n                \"categoryName\": \"Fashion\",\n                \"categoryDescription\": \"The Fashion category provides clothing, shoes and accessories for men, women and children, from different brands and styles, including casual and formal options. It caters to different sizes and fashion needs in one place.\",\n                \"active\": true,\n                \"categoryAddedDateTime\": \"2023-01-31T11:17:21.285036\",\n                \"categoryUpdatedDateTime\": \"2023-01-31T11:17:21.285036\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/categories/2\"\n                    },\n                    \"products by category \": {\n                        \"href\": \"http://localhost:8088/bestbuy/products/all/categories/2\"\n                    }\n                }\n            },\n            {\n                \"categoryId\": 3,\n                \"categoryName\": \"Electronics\",\n                \"categoryDescription\": \"The Electronics category includes consumer electronics like smartphones, laptops, tablets and more from various brands, including latest models and budget-friendly options. It offers a range of options for customers to choose.\",\n                \"active\": true,\n                \"categoryAddedDateTime\": \"2023-01-31T11:17:54.135729\",\n                \"categoryUpdatedDateTime\": \"2023-01-31T11:17:54.135729\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/categories/3\"\n                    },\n                    \"products by category \": {\n                        \"href\": \"http://localhost:8088/bestbuy/products/all/categories/3\"\n                    }\n                }\n            }\n        ]\n    },\n    \"_links\": {\n        \"self\": {\n            \"href\": \"http://localhost:8088/bestbuy/categories/all/page?page=0&size=5\"\n        },\n        \"collection\": {\n            \"href\": \"http://localhost:8088/bestbuy/categories/all/page{?pageNumber,pageSize}\",\n            \"templated\": true\n        }\n    },\n    \"page\": {\n        \"size\": 5,\n        \"totalElements\": 3,\n        \"totalPages\": 1,\n        \"number\": 0\n    }\n}"}],"_postman_id":"7e4e5985-1966-4d47-a3e3-671c4ef99031"},{"name":"Get All Categories","id":"a7b74794-ee14-42d8-af4d-000e2963498d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/categories/all","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","categories","all"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"590c921e-d646-4e47-81fc-fba5a2d1b4c3","name":"Get All Categories","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/categories/all"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 31 Jan 2023 06:34:20 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"categoryId\": 1,\n        \"categoryName\": \"Beverages\",\n        \"categoryDescription\": \"The Beverages category offers a wide variety of drinks including soft drinks, juices, energy drinks, teas, coffees, and alcoholic beverages from different brands, it also includes options for dietary restrictions.\",\n        \"active\": true,\n        \"categoryAddedDateTime\": \"2023-01-31T11:17:01.023846\",\n        \"categoryUpdatedDateTime\": \"2023-01-31T11:17:01.023846\",\n        \"links\": []\n    },\n    {\n        \"categoryId\": 2,\n        \"categoryName\": \"Fashion\",\n        \"categoryDescription\": \"The Fashion category provides clothing, shoes and accessories for men, women and children, from different brands and styles, including casual and formal options. It caters to different sizes and fashion needs in one place.\",\n        \"active\": true,\n        \"categoryAddedDateTime\": \"2023-01-31T11:17:21.285036\",\n        \"categoryUpdatedDateTime\": \"2023-01-31T11:17:21.285036\",\n        \"links\": []\n    },\n    {\n        \"categoryId\": 3,\n        \"categoryName\": \"Electronics\",\n        \"categoryDescription\": \"The Electronics category includes consumer electronics like smartphones, laptops, tablets and more from various brands, including latest models and budget-friendly options. It offers a range of options for customers to choose.\",\n        \"active\": true,\n        \"categoryAddedDateTime\": \"2023-01-31T11:17:54.135729\",\n        \"categoryUpdatedDateTime\": \"2023-01-31T11:17:54.135729\",\n        \"links\": []\n    }\n]"}],"_postman_id":"a7b74794-ee14-42d8-af4d-000e2963498d"},{"name":"Get All Categories Sorted By Any Category Details","id":"efff9778-5271-48e6-babd-83fa8cb8144b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/categories/all/sortby","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","categories","all","sortby"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"158f6eeb-49af-4305-aeac-a43143ec575a","name":"Get All Categories Sorted By Any Category Details","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8088/bestbuy/categories/all/sortby?pageNumber&pageSize&sortBy&sortDirection","protocol":"http","host":["localhost"],"port":"8088","path":["bestbuy","categories","all","sortby"],"query":[{"key":"pageNumber","value":null,"type":"text"},{"key":"pageSize","value":null,"type":"text"},{"key":"sortBy","value":null,"type":"text"},{"key":"sortDirection","value":null,"type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 02 Feb 2023 10:26:03 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"categoryResponseDtoList\": [\n            {\n                \"categoryId\": 1,\n                \"categoryName\": \"Beverages\",\n                \"categoryDescription\": \"The Beverages category offers a wide variety of drinks including soft drinks, juices, energy drinks, teas, coffees, and alcoholic beverages from different brands, it also includes options for dietary restrictions.\",\n                \"active\": true,\n                \"categoryAddedDateTime\": \"2023-01-31T11:17:01.023846\",\n                \"categoryUpdatedDateTime\": \"2023-01-31T11:17:01.023846\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/categories/1\"\n                    },\n                    \"products by category \": {\n                        \"href\": \"http://localhost:8088/bestbuy/products/all/categories/1\"\n                    }\n                }\n            },\n            {\n                \"categoryId\": 2,\n                \"categoryName\": \"Fashion\",\n                \"categoryDescription\": \"The Fashion category provides clothing, shoes and accessories for men, women and children, from different brands and styles, including casual and formal options. It caters to different sizes and fashion needs in one place.\",\n                \"active\": true,\n                \"categoryAddedDateTime\": \"2023-01-31T11:17:21.285036\",\n                \"categoryUpdatedDateTime\": \"2023-01-31T11:17:21.285036\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/categories/2\"\n                    },\n                    \"products by category \": {\n                        \"href\": \"http://localhost:8088/bestbuy/products/all/categories/2\"\n                    }\n                }\n            },\n            {\n                \"categoryId\": 3,\n                \"categoryName\": \"Electronics\",\n                \"categoryDescription\": \"The Electronics category includes consumer electronics like smartphones, laptops, tablets and more from various brands, including latest models and budget-friendly options. It offers a range of options for customers to choose.\",\n                \"active\": true,\n                \"categoryAddedDateTime\": \"2023-01-31T11:17:54.135729\",\n                \"categoryUpdatedDateTime\": \"2023-01-31T11:17:54.135729\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/categories/3\"\n                    },\n                    \"products by category \": {\n                        \"href\": \"http://localhost:8088/bestbuy/products/all/categories/3\"\n                    }\n                }\n            }\n        ]\n    },\n    \"_links\": {\n        \"self\": {\n            \"href\": \"http://localhost:8088/bestbuy/categories/all/sortby?pageNumber&pageSize&sortBy&sortDirection&page=0&size=5&sort=categoryId,asc\"\n        },\n        \"collection\": {\n            \"href\": \"http://localhost:8088/bestbuy/categories/all/page{?pageNumber,pageSize}\",\n            \"templated\": true\n        }\n    },\n    \"page\": {\n        \"size\": 5,\n        \"totalElements\": 3,\n        \"totalPages\": 1,\n        \"number\": 0\n    }\n}"}],"_postman_id":"efff9778-5271-48e6-babd-83fa8cb8144b"},{"name":"Search Categories","id":"bf4b45bb-cb84-467a-a912-154abb72a6fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/categories/all/search/fas","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","categories","all","search","fas"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f5181cbf-d62e-4e4c-8d8b-316bb05982a0","name":"Search Categories","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/categories/all/search/fas"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 02 Feb 2023 10:26:13 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"categoryId\": 2,\n        \"categoryName\": \"Fashion\",\n        \"categoryDescription\": \"The Fashion category provides clothing, shoes and accessories for men, women and children, from different brands and styles, including casual and formal options. It caters to different sizes and fashion needs in one place.\",\n        \"active\": true,\n        \"categoryAddedDateTime\": \"2023-01-31T11:17:21.285036\",\n        \"categoryUpdatedDateTime\": \"2023-01-31T11:17:21.285036\",\n        \"links\": []\n    }\n]"}],"_postman_id":"bf4b45bb-cb84-467a-a912-154abb72a6fc"},{"name":"Add Category","id":"ebc70065-2382-4e9c-a0ee-351552838d95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n       \"categoryName\": \"Electronics\",\r\n        \"categoryDescription\": \"The Electronics category includes consumer electronics like smartphones, laptops, tablets and more from various brands, including latest models and budget-friendly options. It offers a range of options for customers to choose.\",\r\n        \"active\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8088/bestbuy/categories/","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","categories",""],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"54534651-058e-4573-816f-7844e681c9c9","name":"Add Category - Beverages","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"categoryName\": \"Beverages\",\r\n    \"categoryDescription\": \"The Beverages category offers a wide variety of drinks including soft drinks, juices, energy drinks, teas, coffees, and alcoholic beverages from different brands, it also includes options for dietary restrictions.\",\r\n    \"active\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8088/bestbuy/categories/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 31 Jan 2023 05:47:01 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"categoryId\": 1,\n    \"categoryName\": \"Beverages\",\n    \"categoryDescription\": \"The Beverages category offers a wide variety of drinks including soft drinks, juices, energy drinks, teas, coffees, and alcoholic beverages from different brands, it also includes options for dietary restrictions.\",\n    \"active\": true,\n    \"categoryAddedDateTime\": \"2023-01-31T11:17:01.0238458\",\n    \"categoryUpdatedDateTime\": \"2023-01-31T11:17:01.0238458\",\n    \"_links\": {\n        \"self\": {\n            \"href\": \"http://localhost:8088/bestbuy/categories/1\"\n        },\n        \"collection\": {\n            \"href\": \"http://localhost:8088/bestbuy/categories/all/page{?pageNumber,pageSize}\",\n            \"templated\": true\n        }\n    }\n}"},{"id":"f29e6327-3790-4225-af3c-787bcb8c6a19","name":"Add Category - Fashion","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"categoryName\": \"Fashion\",\r\n    \"categoryDescription\": \"The Fashion category provides clothing, shoes and accessories for men, women and children, from different brands and styles, including casual and formal options. It caters to different sizes and fashion needs in one place.\",\r\n    \"active\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8088/bestbuy/categories/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 31 Jan 2023 05:47:21 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"categoryId\": 2,\n    \"categoryName\": \"Fashion\",\n    \"categoryDescription\": \"The Fashion category provides clothing, shoes and accessories for men, women and children, from different brands and styles, including casual and formal options. It caters to different sizes and fashion needs in one place.\",\n    \"active\": true,\n    \"categoryAddedDateTime\": \"2023-01-31T11:17:21.2850363\",\n    \"categoryUpdatedDateTime\": \"2023-01-31T11:17:21.2850363\",\n    \"_links\": {\n        \"self\": {\n            \"href\": \"http://localhost:8088/bestbuy/categories/2\"\n        },\n        \"collection\": {\n            \"href\": \"http://localhost:8088/bestbuy/categories/all/page{?pageNumber,pageSize}\",\n            \"templated\": true\n        }\n    }\n}"},{"id":"2c75c24c-fa2e-4444-adb8-5ec740e687ed","name":"Add Category - Electronics","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n       \"categoryName\": \"Electronics\",\r\n        \"categoryDescription\": \"The Electronics category includes consumer electronics like smartphones, laptops, tablets and more from various brands, including latest models and budget-friendly options. It offers a range of options for customers to choose.\",\r\n        \"active\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8088/bestbuy/categories/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 31 Jan 2023 05:47:54 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"categoryId\": 3,\n    \"categoryName\": \"Electronics\",\n    \"categoryDescription\": \"The Electronics category includes consumer electronics like smartphones, laptops, tablets and more from various brands, including latest models and budget-friendly options. It offers a range of options for customers to choose.\",\n    \"active\": true,\n    \"categoryAddedDateTime\": \"2023-01-31T11:17:54.1357292\",\n    \"categoryUpdatedDateTime\": \"2023-01-31T11:17:54.1357292\",\n    \"_links\": {\n        \"self\": {\n            \"href\": \"http://localhost:8088/bestbuy/categories/3\"\n        },\n        \"collection\": {\n            \"href\": \"http://localhost:8088/bestbuy/categories/all/page{?pageNumber,pageSize}\",\n            \"templated\": true\n        }\n    }\n}"}],"_postman_id":"ebc70065-2382-4e9c-a0ee-351552838d95"},{"name":"Get Category By Id","id":"dd2cf638-fb8b-4658-a337-f038a9a0fbd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/categories/1","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","categories","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d5b406ec-ded7-4340-87e3-ba3ef4bfe519","name":"Get Category By Id","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/categories/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 02 Feb 2023 10:26:28 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"categoryId\": 1,\n    \"categoryName\": \"Beverages\",\n    \"categoryDescription\": \"The Beverages category offers a wide variety of drinks including soft drinks, juices, energy drinks, teas, coffees, and alcoholic beverages from different brands, it also includes options for dietary restrictions.\",\n    \"active\": true,\n    \"categoryAddedDateTime\": \"2023-01-31T11:17:01.023846\",\n    \"categoryUpdatedDateTime\": \"2023-01-31T11:17:01.023846\",\n    \"_links\": {\n        \"self\": {\n            \"href\": \"http://localhost:8088/bestbuy/categories/1\"\n        },\n        \"products by category \": {\n            \"href\": \"http://localhost:8088/bestbuy/products/all/categories/1\"\n        },\n        \"collection\": {\n            \"href\": \"http://localhost:8088/bestbuy/categories/all/page{?pageNumber,pageSize}\",\n            \"templated\": true\n        }\n    }\n}"}],"_postman_id":"dd2cf638-fb8b-4658-a337-f038a9a0fbd3"},{"name":"Delete Category","id":"aed18cfc-9faa-4a3d-9883-ded3a9b273f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8088/bestbuy/categories/{categoryId}/delete","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","categories","{categoryId}","delete"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"aed18cfc-9faa-4a3d-9883-ded3a9b273f9"},{"name":"Update Category Details","id":"189506eb-5274-4337-a38e-e000bcedc204","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"http://localhost:8088/bestbuy/categories/{categoryId}/update","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","categories","{categoryId}","update"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"189506eb-5274-4337-a38e-e000bcedc204"}],"id":"19f296df-6582-4e29-9c0d-118535696c9d","_postman_id":"19f296df-6582-4e29-9c0d-118535696c9d","description":""},{"name":"Product Controller","item":[{"name":"Get All Products","id":"eb03dc0c-b0c7-4c30-87a7-801dae26adf6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/products/all","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","products","all"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"eb03dc0c-b0c7-4c30-87a7-801dae26adf6"},{"name":"Add Product","id":"38876337-3a36-4ccb-8b5e-c83205840ad7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"images","type":"file","src":["/C:/Users/tejas/Downloads/Levi/Screenshot 2023-01-31 at 12-00-56 Levi's Men's 511 Slim Fit Jeans Academy.png","/C:/Users/tejas/Downloads/Levi/182980706_01_Front.jpg","/C:/Users/tejas/Downloads/Levi/A1-tr963+aL._UL1500_.jpg"]},{"key":"productRequestDto","value":"{\n    \"available\": true,\n    \"brand\": \"Levi's\",\n    \"buyerschoice\": false,\n    \"discountPercentage\": 10,\n    \"images\": \"string\",\n    \"manufacturingMonth\": 3,\n    \"manufacturingYear\": 2022,\n    \"marketPrice\": 5649.34,\n    \"onDiscountSale\": false,\n    \"productAddedDate\": \"2023-01-14\",\n    \"productDescription\": \"The Levi's 501 Original Fit Jeans are a classic and versatile style that have been popular for over 150 years. Made with high-quality denim, these jeans feature a straight leg and a button fly for a comfortable and timeless look.\",\n    \"productName\": \"Levi's 501 Original Fit Jeans\",\n    \"productTechnicalDetails\": \"Samsung Galaxy S21 has a 6.2-inch Dynamic AMOLED 2X display, can have either an Exynos 2100 or Snapdragon 888 chip, a triple-camera system with 12MP lenses for ultra wide, wide, and telephoto shots, 8K video recording capabilities, and storage options of 128GB, 256GB, and 512GB. The device also has a battery life of up to 28 hours talk time or 100 hours audio playback.\",\n    \"rating\": 4.6,\n    \"stockQuantity\": 50,\n    \"type\": \"Jeans\"\n}\n","type":"text"}]},"url":"http://localhost:8088/bestbuy/products/admin/2","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","products","admin","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"066f7bf4-2284-4a4d-a70d-9b51afa9128d","name":"Add Product - I Phone 12","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"images","type":"file","src":["/C:/Users/tejas/Downloads/I Phone/61VuVU94RnL._SL1500_.jpg","/C:/Users/tejas/Downloads/I Phone/71SfvBP1gBL._SL1500_.jpg","/C:/Users/tejas/Downloads/I Phone/61cecOpZrxL._SL1500_.jpg"]},{"key":"productRequestDto","value":"{\n    \"available\": true,\n    \"brand\": \"Apple\",\n    \"buyerschoice\": true,\n    \"discountPercentage\": 5,\n    \"images\": \"string\",\n    \"manufacturingMonth\": 9,\n    \"manufacturingYear\": 2021,\n    \"marketPrice\": 81203.76,\n    \"onDiscountSale\": true,\n    \"productAddedDate\": \"2023-01-14\",\n    \"productDescription\": \"The iPhone 12 Pro is the latest and greatest smartphone from Apple, featuring a new A14 Bionic chip, a Triple-camera system, and a Ceramic Shield front cover for improved durability.\",\n    \"productName\": \" iPhone 12 Pro\",\n    \"productTechnicalDetails\": \"The iPhone 12 Pro features a 6.1-inch Super Retina XDR display, A14 Bionic chip, a Triple-camera system with 12MP Ultra Wide, Wide, and Telephoto lenses, 4K Dolby Vision HDR recording, storage options of 128GB, 256GB, 512GB, and 1TB and a long battery life of up to 28 hours talk time or 95 hours audio playback.\",\n    \"rating\": 4.5,\n    \"stockQuantity\": 25,\n    \"type\": \"Smartphone\"\n}","type":"text"}]},"url":"http://localhost:8088/bestbuy/products/admin/3"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 31 Jan 2023 06:00:34 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"productId\": 1,\n    \"productName\": \" iPhone 12 Pro\",\n    \"productDescription\": \"The iPhone 12 Pro is the latest and greatest smartphone from Apple, featuring a new A14 Bionic chip, a Triple-camera system, and a Ceramic Shield front cover for improved durability.\",\n    \"productTechnicalDetails\": \"The iPhone 12 Pro features a 6.1-inch Super Retina XDR display, A14 Bionic chip, a Triple-camera system with 12MP Ultra Wide, Wide, and Telephoto lenses, 4K Dolby Vision HDR recording, storage options of 128GB, 256GB, 512GB, and 1TB and a long battery life of up to 28 hours talk time or 95 hours audio playback.\",\n    \"brand\": \"Apple\",\n    \"type\": \"Smartphone\",\n    \"salePrice\": 77143.572,\n    \"marketPrice\": 81203.76,\n    \"discountPercentage\": 5,\n    \"stockQuantity\": 25,\n    \"rating\": 4.5,\n    \"available\": true,\n    \"onDiscountSale\": false,\n    \"buyerschoice\": false,\n    \"images\": [\n        {\n            \"imageName\": \"2455f112-6045-4a38-b158-b2fa8f918103.jpg\",\n            \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/2455f112-6045-4a38-b158-b2fa8f918103.jpg\"\n        },\n        {\n            \"imageName\": \"97134b69-f226-47c7-bc42-f3a5f8ec41cf.jpg\",\n            \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/97134b69-f226-47c7-bc42-f3a5f8ec41cf.jpg\"\n        },\n        {\n            \"imageName\": \"4363bcf4-445d-4c2e-939a-5679d2fd32ba.jpg\",\n            \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/4363bcf4-445d-4c2e-939a-5679d2fd32ba.jpg\"\n        }\n    ],\n    \"manufacturingYear\": 2021,\n    \"manufacturingMonth\": 9,\n    \"productAddedDateTime\": \"2023-01-31T11:30:34.1568915\",\n    \"productUpdatedDateTime\": \"2023-01-31T11:30:34.1568915\",\n    \"category\": {\n        \"categoryId\": 3,\n        \"categoryName\": \"Electronics\",\n        \"categoryDescription\": \"The Electronics category includes consumer electronics like smartphones, laptops, tablets and more from various brands, including latest models and budget-friendly options. It offers a range of options for customers to choose.\",\n        \"active\": true,\n        \"categoryAddedDateTime\": \"2023-01-31T11:17:54.135729\",\n        \"categoryUpdatedDateTime\": \"2023-01-31T11:17:54.135729\"\n    },\n    \"listOfReviews\": [],\n    \"_links\": {\n        \"self\": [\n            {\n                \"href\": \"http://localhost:8088/bestbuy/products/1\"\n            },\n            {\n                \"href\": \"http://localhost:8088/bestbuy/products/all/categories/3\"\n            }\n        ],\n        \"category\": {\n            \"href\": \"http://localhost:8088/bestbuy/categories/3\"\n        },\n        \"collection\": {\n            \"href\": \"http://localhost:8088/bestbuy/products/all/page{?pageNumber,pageSize}\",\n            \"templated\": true\n        }\n    }\n}"},{"id":"85b6a480-d449-4911-816f-4209e8ab1c09","name":"Add Product - Samsung S21","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"images","type":"file","src":["/C:/Users/tejas/Downloads/Samsung s21/71lVZz6RDCL._SL1500_.jpg","/C:/Users/tejas/Downloads/Samsung s21/717lzCg8+6L._SL1500_.jpg","/C:/Users/tejas/Downloads/Samsung s21/91-uC3gGWGL._SL1500_.jpg"]},{"key":"productRequestDto","value":"{\n    \"available\": true,\n    \"brand\": \"Samsung\",\n    \"buyerschoice\": false,\n    \"discountPercentage\": 10,\n    \"images\": \"string\",\n    \"manufacturingMonth\": 1,\n    \"manufacturingYear\": 2021,\n    \"marketPrice\": 58715.89,\n    \"onDiscountSale\": false,\n    \"productAddedDate\": \"2023-01-14\",\n    \"productDescription\": \"The Samsung Galaxy S21 is a high-end smartphone that features a powerful processor, a large AMOLED display, and a versatile camera system.\",\n    \"productName\": \"Samsung Galaxy S21\",\n    \"productTechnicalDetails\": \"Samsung Galaxy S21 has a 6.2-inch Dynamic AMOLED 2X display, can have either an Exynos 2100 or Snapdragon 888 chip, a triple-camera system with 12MP lenses for ultra wide, wide, and telephoto shots, 8K video recording capabilities, and storage options of 128GB, 256GB, and 512GB. The device also has a battery life of up to 28 hours talk time or 100 hours audio playback.\",\n    \"rating\": 4.2,\n    \"stockQuantity\": 20,\n    \"type\": \"Smartphone\"\n}","type":"text"}]},"url":"http://localhost:8088/bestbuy/products/admin/3"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 31 Jan 2023 06:04:43 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"productId\": 2,\n    \"productName\": \"Samsung Galaxy S21\",\n    \"productDescription\": \"The Samsung Galaxy S21 is a high-end smartphone that features a powerful processor, a large AMOLED display, and a versatile camera system.\",\n    \"productTechnicalDetails\": \"Samsung Galaxy S21 has a 6.2-inch Dynamic AMOLED 2X display, can have either an Exynos 2100 or Snapdragon 888 chip, a triple-camera system with 12MP lenses for ultra wide, wide, and telephoto shots, 8K video recording capabilities, and storage options of 128GB, 256GB, and 512GB. The device also has a battery life of up to 28 hours talk time or 100 hours audio playback.\",\n    \"brand\": \"Samsung\",\n    \"type\": \"Smartphone\",\n    \"salePrice\": 52844.301,\n    \"marketPrice\": 58715.89,\n    \"discountPercentage\": 10,\n    \"stockQuantity\": 20,\n    \"rating\": 4.2,\n    \"available\": true,\n    \"onDiscountSale\": false,\n    \"buyerschoice\": false,\n    \"images\": [\n        {\n            \"imageName\": \"eca94e6a-e07e-498c-b332-978ba3d7d912.jpg\",\n            \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/eca94e6a-e07e-498c-b332-978ba3d7d912.jpg\"\n        },\n        {\n            \"imageName\": \"19d2a532-c9fc-4e9a-977d-e12dc8b22996.jpg\",\n            \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/19d2a532-c9fc-4e9a-977d-e12dc8b22996.jpg\"\n        },\n        {\n            \"imageName\": \"6f138061-f9b3-48fd-b37b-6d6d27833887.jpg\",\n            \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/6f138061-f9b3-48fd-b37b-6d6d27833887.jpg\"\n        }\n    ],\n    \"manufacturingYear\": 2021,\n    \"manufacturingMonth\": 1,\n    \"productAddedDateTime\": \"2023-01-31T11:34:43.7176727\",\n    \"productUpdatedDateTime\": \"2023-01-31T11:34:43.7176727\",\n    \"category\": {\n        \"categoryId\": 3,\n        \"categoryName\": \"Electronics\",\n        \"categoryDescription\": \"The Electronics category includes consumer electronics like smartphones, laptops, tablets and more from various brands, including latest models and budget-friendly options. It offers a range of options for customers to choose.\",\n        \"active\": true,\n        \"categoryAddedDateTime\": \"2023-01-31T11:17:54.135729\",\n        \"categoryUpdatedDateTime\": \"2023-01-31T11:17:54.135729\"\n    },\n    \"listOfReviews\": [],\n    \"_links\": {\n        \"self\": [\n            {\n                \"href\": \"http://localhost:8088/bestbuy/products/2\"\n            },\n            {\n                \"href\": \"http://localhost:8088/bestbuy/products/all/categories/3\"\n            }\n        ],\n        \"category\": {\n            \"href\": \"http://localhost:8088/bestbuy/categories/3\"\n        },\n        \"collection\": {\n            \"href\": \"http://localhost:8088/bestbuy/products/all/page{?pageNumber,pageSize}\",\n            \"templated\": true\n        }\n    }\n}"},{"id":"6d6d01b5-d38f-42c2-824d-62a068c3f311","name":"Add Product - Gucci Hand Bag","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"images","type":"file","src":["/C:/Users/tejas/Downloads/Gucci/Screenshot 2023-01-31 at 11-38-23 734814_AABS1_5538_003_100_0000_Light-GG-Marmont-shoulder-bag.jpg (AVIF Image 800 × 800 pixels).png","/C:/Users/tejas/Downloads/Gucci/Screenshot 2023-01-31 at 11-38-08 734814_AABS1_5538_001_071_0018_Light-GG-Marmont-shoulder-bag.jpg (AVIF Image 800 × 800 pixels).png","/C:/Users/tejas/Downloads/Gucci/Screenshot 2023-01-31 at 11-37-47 734814_AABS1_1000_003_100_0000_Light-GG-Marmont-shoulder-bag.jpg (AVIF Image 800 × 800 pixels).png","/C:/Users/tejas/Downloads/Gucci/Screenshot 2023-01-31 at 11-37-13 734814_AABS1_1000_001_071_0000_Light-GG-Marmont-shoulder-bag.jpg (AVIF Image 800 × 800 pixels).png"]},{"key":"productRequestDto","value":"{\n  \"brand\": \"Gucci\",\n  \"discountPercentage\": 22,\n  \"images\": \"string\",\n  \"manufacturingMonth\": 10,\n  \"manufacturingYear\": 2018,\n  \"marketPrice\": 146313.90,\n  \"productDescription\": \"The Gucci GG Marmont Shoulder Bag is a luxurious and elegant handbag that features the iconic GG pattern and a quilted leather design. It is the perfect accessory for any fashion-conscious individual.\",\n  \"productName\": \"Gucci GG Marmont Shoulder Bag\",\n  \"productTechnicalDetails\": \"The Gucci GG Marmont Shoulder Bag is made of Leather, has a Regular fit, Clean with a damp cloth and is available in Small, Medium sizes.\",\n  \"rating\": 4.5,\n  \"stockQuantity\": 40,\n  \"type\": \"Bag\"\n}\n\n","type":"text"}]},"url":"http://localhost:8088/bestbuy/products/admin/2"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 31 Jan 2023 06:09:33 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"productId\": 3,\n    \"productName\": \"Gucci GG Marmont Shoulder Bag\",\n    \"productDescription\": \"The Gucci GG Marmont Shoulder Bag is a luxurious and elegant handbag that features the iconic GG pattern and a quilted leather design. It is the perfect accessory for any fashion-conscious individual.\",\n    \"productTechnicalDetails\": \"The Gucci GG Marmont Shoulder Bag is made of Leather, has a Regular fit, Clean with a damp cloth and is available in Small, Medium sizes.\",\n    \"brand\": \"Gucci\",\n    \"type\": \"Bag\",\n    \"salePrice\": 114124.842,\n    \"marketPrice\": 146313.9,\n    \"discountPercentage\": 22,\n    \"stockQuantity\": 40,\n    \"rating\": 4.5,\n    \"available\": true,\n    \"onDiscountSale\": false,\n    \"buyerschoice\": false,\n    \"images\": [\n        {\n            \"imageName\": \"9f2c7757-7081-4da2-a1d9-5d622974f0fb.png\",\n            \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/9f2c7757-7081-4da2-a1d9-5d622974f0fb.png\"\n        },\n        {\n            \"imageName\": \"3a9a4490-3caf-428f-99cf-168e75104cb2.png\",\n            \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/3a9a4490-3caf-428f-99cf-168e75104cb2.png\"\n        },\n        {\n            \"imageName\": \"b799405e-8724-4591-a0b5-b83a1d5ee20b.png\",\n            \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/b799405e-8724-4591-a0b5-b83a1d5ee20b.png\"\n        },\n        {\n            \"imageName\": \"ed976a87-9f03-42db-bbcd-7d4620f95c71.png\",\n            \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/ed976a87-9f03-42db-bbcd-7d4620f95c71.png\"\n        }\n    ],\n    \"manufacturingYear\": 2018,\n    \"manufacturingMonth\": 10,\n    \"productAddedDateTime\": \"2023-01-31T11:39:33.1326279\",\n    \"productUpdatedDateTime\": \"2023-01-31T11:39:33.1326279\",\n    \"category\": {\n        \"categoryId\": 2,\n        \"categoryName\": \"Fashion\",\n        \"categoryDescription\": \"The Fashion category provides clothing, shoes and accessories for men, women and children, from different brands and styles, including casual and formal options. It caters to different sizes and fashion needs in one place.\",\n        \"active\": true,\n        \"categoryAddedDateTime\": \"2023-01-31T11:17:21.285036\",\n        \"categoryUpdatedDateTime\": \"2023-01-31T11:17:21.285036\"\n    },\n    \"listOfReviews\": [],\n    \"_links\": {\n        \"self\": [\n            {\n                \"href\": \"http://localhost:8088/bestbuy/products/3\"\n            },\n            {\n                \"href\": \"http://localhost:8088/bestbuy/products/all/categories/2\"\n            }\n        ],\n        \"category\": {\n            \"href\": \"http://localhost:8088/bestbuy/categories/2\"\n        },\n        \"collection\": {\n            \"href\": \"http://localhost:8088/bestbuy/products/all/page{?pageNumber,pageSize}\",\n            \"templated\": true\n        }\n    }\n}"},{"id":"f146bd47-989d-4aec-8cc4-36dcc85c44e3","name":"Add Product - Starbucks Iced Coffee","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"images","type":"file","src":"/C:/Users/tejas/Downloads/Starbucks/6378b8bd1bc637632c250df3-starbucks-blonde-roast-iced-coffee-48.jpg"},{"key":"productRequestDto","value":"{\n  \"brand\": \"Starbucks\",\n  \"discountPercentage\": 10,\n  \"images\": \"string\",\n  \"manufacturingMonth\": 7,\n  \"manufacturingYear\": 2003,\n  \"marketPrice\": 325.14,\n  \"productDescription\": \"Starbucks Iced Coffee is a refreshing and delicious coffee drink that is perfect for hot summer days. It is made with high-quality, responsibly sourced arabica beans and cold water for a smooth and balanced flavor.\",\n  \"productName\": \"Starbucks Iced Coffee\",\n  \"productTechnicalDetails\": \"Starbucks Iced Coffee is a 16 oz cup of iced coffee made with freshly brewed coffee, ice, and milk. The caloric content varies depending on the size and ingredients used.\",\n  \"rating\": 4.9,\n  \"stockQuantity\": 450,\n  \"type\": \"Coffee\"\n}\n\n\n","type":"text"}]},"url":"http://localhost:8088/bestbuy/products/admin/1"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 31 Jan 2023 06:22:40 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"productId\": 5,\n    \"productName\": \"Starbucks Iced Coffee\",\n    \"productDescription\": \"Starbucks Iced Coffee is a refreshing and delicious coffee drink that is perfect for hot summer days. It is made with high-quality, responsibly sourced arabica beans and cold water for a smooth and balanced flavor.\",\n    \"productTechnicalDetails\": \"Starbucks Iced Coffee is a 16 oz cup of iced coffee made with freshly brewed coffee, ice, and milk. The caloric content varies depending on the size and ingredients used.\",\n    \"brand\": \"Starbucks\",\n    \"type\": \"Coffee\",\n    \"salePrice\": 292.626,\n    \"marketPrice\": 325.14,\n    \"discountPercentage\": 10,\n    \"stockQuantity\": 450,\n    \"rating\": 4.9,\n    \"available\": true,\n    \"onDiscountSale\": false,\n    \"buyerschoice\": false,\n    \"images\": [\n        {\n            \"imageName\": \"c9d3f6a5-c554-4809-a950-20e7c7e01907.jpg\",\n            \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/c9d3f6a5-c554-4809-a950-20e7c7e01907.jpg\"\n        }\n    ],\n    \"manufacturingYear\": 2003,\n    \"manufacturingMonth\": 7,\n    \"productAddedDateTime\": \"2023-01-31T11:52:40.9118394\",\n    \"productUpdatedDateTime\": \"2023-01-31T11:52:40.9118394\",\n    \"category\": {\n        \"categoryId\": 2,\n        \"categoryName\": \"Fashion\",\n        \"categoryDescription\": \"The Fashion category provides clothing, shoes and accessories for men, women and children, from different brands and styles, including casual and formal options. It caters to different sizes and fashion needs in one place.\",\n        \"active\": true,\n        \"categoryAddedDateTime\": \"2023-01-31T11:17:21.285036\",\n        \"categoryUpdatedDateTime\": \"2023-01-31T11:17:21.285036\"\n    },\n    \"listOfReviews\": [],\n    \"_links\": {\n        \"self\": [\n            {\n                \"href\": \"http://localhost:8088/bestbuy/products/5\"\n            },\n            {\n                \"href\": \"http://localhost:8088/bestbuy/products/all/categories/2\"\n            }\n        ],\n        \"category\": {\n            \"href\": \"http://localhost:8088/bestbuy/categories/2\"\n        },\n        \"collection\": {\n            \"href\": \"http://localhost:8088/bestbuy/products/all/page{?pageNumber,pageSize}\",\n            \"templated\": true\n        }\n    }\n}"},{"id":"41ab24b7-b673-4ada-8e20-1aa435cd099e","name":"Add Product - Red Bull Energy Drink","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"images","type":"file","src":["/C:/Users/tejas/Downloads/Red Bull/red-bull-can-01.jpg","/C:/Users/tejas/Downloads/Red Bull/photo-1570526427001-9d80d114054d.jpg"]},{"key":"productRequestDto","value":"{\n  \"brand\": \"Red Bull\",\n  \"discountPercentage\": 3,\n  \"images\": \"string\",\n  \"manufacturingMonth\": 5,\n  \"manufacturingYear\": 2005,\n  \"marketPrice\": 203.21,\n  \"productDescription\": \"Red Bull Energy Drink is a functional beverage that helps to increase performance, concentration, and reaction speed. It contains a unique combination of ingredients, including caffeine, taurine, and B-group vitamins.\",\n  \"productName\": \"Red Bull Energy Drink\",\n  \"productTechnicalDetails\": \"Red Bull Energy Drink is an 8.4 oz can of carbonated beverage made with carbonated water, sucrose, glucose, acidity regulator (citric acid), taurine, caffeine, D-glucuronolactone, inositol, niacinamide, calcium pantothenate, pyridoxine HCl, and Vitamin B12. It contains 110 calories per 8.4 oz can.\",\n  \"rating\": 4.4,\n  \"stockQuantity\": 250,\n  \"type\": \"Energy Drink\"\n}\n\n\n","type":"text"}]},"url":"http://localhost:8088/bestbuy/products/admin/1"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 31 Jan 2023 06:27:40 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"productId\": 6,\n    \"productName\": \"Red Bull Energy Drink\",\n    \"productDescription\": \"Red Bull Energy Drink is a functional beverage that helps to increase performance, concentration, and reaction speed. It contains a unique combination of ingredients, including caffeine, taurine, and B-group vitamins.\",\n    \"productTechnicalDetails\": \"Red Bull Energy Drink is an 8.4 oz can of carbonated beverage made with carbonated water, sucrose, glucose, acidity regulator (citric acid), taurine, caffeine, D-glucuronolactone, inositol, niacinamide, calcium pantothenate, pyridoxine HCl, and Vitamin B12. It contains 110 calories per 8.4 oz can.\",\n    \"brand\": \"Red Bull\",\n    \"type\": \"Energy Drink\",\n    \"salePrice\": 197.1137,\n    \"marketPrice\": 203.21,\n    \"discountPercentage\": 3,\n    \"stockQuantity\": 250,\n    \"rating\": 4.4,\n    \"available\": true,\n    \"onDiscountSale\": false,\n    \"buyerschoice\": false,\n    \"images\": [\n        {\n            \"imageName\": \"e1bafb86-f2ed-4b0a-9d7a-cc4c6fa8787b.jpg\",\n            \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/e1bafb86-f2ed-4b0a-9d7a-cc4c6fa8787b.jpg\"\n        },\n        {\n            \"imageName\": \"9c329fe1-7400-4510-aaf2-3cdc69df4237.jpg\",\n            \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/9c329fe1-7400-4510-aaf2-3cdc69df4237.jpg\"\n        }\n    ],\n    \"manufacturingYear\": 2005,\n    \"manufacturingMonth\": 5,\n    \"productAddedDateTime\": \"2023-01-31T11:57:40.1342291\",\n    \"productUpdatedDateTime\": \"2023-01-31T11:57:40.1342291\",\n    \"category\": {\n        \"categoryId\": 1,\n        \"categoryName\": \"Beverages\",\n        \"categoryDescription\": \"The Beverages category offers a wide variety of drinks including soft drinks, juices, energy drinks, teas, coffees, and alcoholic beverages from different brands, it also includes options for dietary restrictions.\",\n        \"active\": true,\n        \"categoryAddedDateTime\": \"2023-01-31T11:17:01.023846\",\n        \"categoryUpdatedDateTime\": \"2023-01-31T11:17:01.023846\"\n    },\n    \"listOfReviews\": [],\n    \"_links\": {\n        \"self\": [\n            {\n                \"href\": \"http://localhost:8088/bestbuy/products/6\"\n            },\n            {\n                \"href\": \"http://localhost:8088/bestbuy/products/all/categories/1\"\n            }\n        ],\n        \"category\": {\n            \"href\": \"http://localhost:8088/bestbuy/categories/1\"\n        },\n        \"collection\": {\n            \"href\": \"http://localhost:8088/bestbuy/products/all/page{?pageNumber,pageSize}\",\n            \"templated\": true\n        }\n    }\n}"},{"id":"98a12a48-6e79-4f27-9ded-dbd07668589e","name":"Add Product - Levi Jeans","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"images","type":"file","src":["/C:/Users/tejas/Downloads/Levi/Screenshot 2023-01-31 at 12-00-56 Levi's Men's 511 Slim Fit Jeans Academy.png","/C:/Users/tejas/Downloads/Levi/182980706_01_Front.jpg","/C:/Users/tejas/Downloads/Levi/A1-tr963+aL._UL1500_.jpg"]},{"key":"productRequestDto","value":"{\n    \"available\": true,\n    \"brand\": \"Levi's\",\n    \"buyerschoice\": false,\n    \"discountPercentage\": 10,\n    \"images\": \"string\",\n    \"manufacturingMonth\": 3,\n    \"manufacturingYear\": 2022,\n    \"marketPrice\": 5649.34,\n    \"onDiscountSale\": false,\n    \"productAddedDate\": \"2023-01-14\",\n    \"productDescription\": \"The Levi's 501 Original Fit Jeans are a classic and versatile style that have been popular for over 150 years. Made with high-quality denim, these jeans feature a straight leg and a button fly for a comfortable and timeless look.\",\n    \"productName\": \"Levi's 501 Original Fit Jeans\",\n    \"productTechnicalDetails\": \"Samsung Galaxy S21 has a 6.2-inch Dynamic AMOLED 2X display, can have either an Exynos 2100 or Snapdragon 888 chip, a triple-camera system with 12MP lenses for ultra wide, wide, and telephoto shots, 8K video recording capabilities, and storage options of 128GB, 256GB, and 512GB. The device also has a battery life of up to 28 hours talk time or 100 hours audio playback.\",\n    \"rating\": 4.6,\n    \"stockQuantity\": 50,\n    \"type\": \"Jeans\"\n}\n","type":"text"}]},"url":"http://localhost:8088/bestbuy/products/admin/2"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 31 Jan 2023 06:33:22 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"productId\": 7,\n    \"productName\": \"Levi's 501 Original Fit Jeans\",\n    \"productDescription\": \"The Levi's 501 Original Fit Jeans are a classic and versatile style that have been popular for over 150 years. Made with high-quality denim, these jeans feature a straight leg and a button fly for a comfortable and timeless look.\",\n    \"productTechnicalDetails\": \"Samsung Galaxy S21 has a 6.2-inch Dynamic AMOLED 2X display, can have either an Exynos 2100 or Snapdragon 888 chip, a triple-camera system with 12MP lenses for ultra wide, wide, and telephoto shots, 8K video recording capabilities, and storage options of 128GB, 256GB, and 512GB. The device also has a battery life of up to 28 hours talk time or 100 hours audio playback.\",\n    \"brand\": \"Levi's\",\n    \"type\": \"Jeans\",\n    \"salePrice\": 5084.406,\n    \"marketPrice\": 5649.34,\n    \"discountPercentage\": 10,\n    \"stockQuantity\": 50,\n    \"rating\": 4.6,\n    \"available\": true,\n    \"onDiscountSale\": false,\n    \"buyerschoice\": false,\n    \"images\": [\n        {\n            \"imageName\": \"39a504ad-cbeb-435f-8f6c-7233f7780c07.png\",\n            \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/39a504ad-cbeb-435f-8f6c-7233f7780c07.png\"\n        },\n        {\n            \"imageName\": \"40765e73-7630-4317-8e5c-d1ed8e80fd90.jpg\",\n            \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/40765e73-7630-4317-8e5c-d1ed8e80fd90.jpg\"\n        },\n        {\n            \"imageName\": \"66b31ff6-a1ab-47c1-a419-bab97d579fb0.jpg\",\n            \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/66b31ff6-a1ab-47c1-a419-bab97d579fb0.jpg\"\n        }\n    ],\n    \"manufacturingYear\": 2022,\n    \"manufacturingMonth\": 3,\n    \"productAddedDateTime\": \"2023-01-31T12:03:22.3260771\",\n    \"productUpdatedDateTime\": \"2023-01-31T12:03:22.3260771\",\n    \"category\": {\n        \"categoryId\": 2,\n        \"categoryName\": \"Fashion\",\n        \"categoryDescription\": \"The Fashion category provides clothing, shoes and accessories for men, women and children, from different brands and styles, including casual and formal options. It caters to different sizes and fashion needs in one place.\",\n        \"active\": true,\n        \"categoryAddedDateTime\": \"2023-01-31T11:17:21.285036\",\n        \"categoryUpdatedDateTime\": \"2023-01-31T11:17:21.285036\"\n    },\n    \"listOfReviews\": [],\n    \"_links\": {\n        \"self\": [\n            {\n                \"href\": \"http://localhost:8088/bestbuy/products/7\"\n            },\n            {\n                \"href\": \"http://localhost:8088/bestbuy/products/all/categories/2\"\n            }\n        ],\n        \"category\": {\n            \"href\": \"http://localhost:8088/bestbuy/categories/2\"\n        },\n        \"collection\": {\n            \"href\": \"http://localhost:8088/bestbuy/products/all/page{?pageNumber,pageSize}\",\n            \"templated\": true\n        }\n    }\n}"}],"_postman_id":"38876337-3a36-4ccb-8b5e-c83205840ad7"},{"name":"Revoke Product Availability","id":"78b94edd-91fa-43b5-abb6-c46a8c654650","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"http://localhost:8088/bestbuy/products/admin/{productId}/available","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","products","admin","{productId}","available"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"78b94edd-91fa-43b5-abb6-c46a8c654650"},{"name":"Update Product Details","id":"d7f0e90b-96bc-4a5a-b697-d5ba8ec90e38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"http://localhost:8088/bestbuy/products/admin/{productId}","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","products","admin","{productId}"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d7f0e90b-96bc-4a5a-b697-d5ba8ec90e38"},{"name":"Revoke Product From Sale","id":"0654f0b4-a237-4e8c-8df5-4d3f605ce890","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"http://localhost:8088/bestbuy/products/admin/{productId}/onsale","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","products","admin","{productId}","onsale"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0654f0b4-a237-4e8c-8df5-4d3f605ce890"},{"name":"Update Product Category","id":"ab50d142-3ec1-4f82-b7e6-a5ae2f5197db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"http://localhost:8088/bestbuy/products/admin/{productId}/categories/{categoryId}","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","products","admin","{productId}","categories","{categoryId}"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ab50d142-3ec1-4f82-b7e6-a5ae2f5197db"},{"name":"Search Product by Name","id":"4f2ba31d-91e1-4c5c-b714-3a4aafeceaff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/products/all/search/iphone","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","products","all","search","iphone"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"cb2f0b21-3ebd-40a9-ba0a-755f754b8b36","name":"Search Product by Name","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/products/all/search/iphone"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 02 Feb 2023 10:29:01 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"productResponseDtoList\": [\n            {\n                \"productId\": 1,\n                \"productName\": \" iPhone 12 Pro\",\n                \"productDescription\": \"The iPhone 12 Pro is the latest and greatest smartphone from Apple, featuring a new A14 Bionic chip, a Triple-camera system, and a Ceramic Shield front cover for improved durability.\",\n                \"productTechnicalDetails\": \"The iPhone 12 Pro features a 6.1-inch Super Retina XDR display, A14 Bionic chip, a Triple-camera system with 12MP Ultra Wide, Wide, and Telephoto lenses, 4K Dolby Vision HDR recording, storage options of 128GB, 256GB, 512GB, and 1TB and a long battery life of up to 28 hours talk time or 95 hours audio playback.\",\n                \"brand\": \"Apple\",\n                \"type\": \"Smartphone\",\n                \"salePrice\": 77143.572,\n                \"marketPrice\": 81203.76,\n                \"discountPercentage\": 5,\n                \"stockQuantity\": 23,\n                \"rating\": 4.5,\n                \"available\": true,\n                \"onDiscountSale\": false,\n                \"buyerschoice\": false,\n                \"images\": [\n                    {\n                        \"imageName\": \"2455f112-6045-4a38-b158-b2fa8f918103.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/2455f112-6045-4a38-b158-b2fa8f918103.jpg\"\n                    },\n                    {\n                        \"imageName\": \"97134b69-f226-47c7-bc42-f3a5f8ec41cf.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/97134b69-f226-47c7-bc42-f3a5f8ec41cf.jpg\"\n                    },\n                    {\n                        \"imageName\": \"4363bcf4-445d-4c2e-939a-5679d2fd32ba.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/4363bcf4-445d-4c2e-939a-5679d2fd32ba.jpg\"\n                    }\n                ],\n                \"manufacturingYear\": 2021,\n                \"manufacturingMonth\": 9,\n                \"productAddedDateTime\": \"2023-01-31T11:30:34.156892\",\n                \"productUpdatedDateTime\": \"2023-02-02T14:48:48.774697\",\n                \"category\": {\n                    \"categoryId\": 3,\n                    \"categoryName\": \"Electronics\",\n                    \"categoryDescription\": \"The Electronics category includes consumer electronics like smartphones, laptops, tablets and more from various brands, including latest models and budget-friendly options. It offers a range of options for customers to choose.\",\n                    \"active\": true,\n                    \"categoryAddedDateTime\": \"2023-01-31T11:17:54.135729\",\n                    \"categoryUpdatedDateTime\": \"2023-01-31T11:17:54.135729\"\n                },\n                \"listOfReviews\": [],\n                \"totalSales\": null,\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/products/1\"\n                    },\n                    \"add to cart\": {\n                        \"href\": \"http://localhost:8088/bestbuy/carts/customers/{contact}/products/1?productQuantity=1\",\n                        \"templated\": true\n                    },\n                    \"buy product\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/customers/{contact}/payments/{paymentId}/products/1/1\",\n                        \"templated\": true\n                    }\n                }\n            }\n        ]\n    },\n    \"_links\": {\n        \"collection\": {\n            \"href\": \"http://localhost:8088/bestbuy/products/all/page{?pageNumber,pageSize}\",\n            \"templated\": true\n        }\n    }\n}"}],"_postman_id":"4f2ba31d-91e1-4c5c-b714-3a4aafeceaff"},{"name":"Get Product by Category","id":"cea9a809-94eb-447b-917d-6531feda00d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/products/all/categories/1","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","products","all","categories","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"59999940-4583-413c-8a83-ca672e0da363","name":"Get Product by Category","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/products/all/categories/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 02 Feb 2023 10:29:10 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"productResponseDtoList\": [\n            {\n                \"productId\": 5,\n                \"productName\": \"Starbucks Iced Coffee\",\n                \"productDescription\": \"Starbucks Iced Coffee is a refreshing and delicious coffee drink that is perfect for hot summer days. It is made with high-quality, responsibly sourced arabica beans and cold water for a smooth and balanced flavor.\",\n                \"productTechnicalDetails\": \"Starbucks Iced Coffee is a 16 oz cup of iced coffee made with freshly brewed coffee, ice, and milk. The caloric content varies depending on the size and ingredients used.\",\n                \"brand\": \"Starbucks\",\n                \"type\": \"Coffee\",\n                \"salePrice\": 292.626,\n                \"marketPrice\": 325.14,\n                \"discountPercentage\": 10,\n                \"stockQuantity\": 450,\n                \"rating\": 4.9,\n                \"available\": true,\n                \"onDiscountSale\": false,\n                \"buyerschoice\": false,\n                \"images\": [\n                    {\n                        \"imageName\": \"c9d3f6a5-c554-4809-a950-20e7c7e01907.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/c9d3f6a5-c554-4809-a950-20e7c7e01907.jpg\"\n                    }\n                ],\n                \"manufacturingYear\": 2003,\n                \"manufacturingMonth\": 7,\n                \"productAddedDateTime\": \"2023-01-31T11:52:40.911839\",\n                \"productUpdatedDateTime\": \"2023-01-31T11:53:50.691885\",\n                \"category\": {\n                    \"categoryId\": 1,\n                    \"categoryName\": \"Beverages\",\n                    \"categoryDescription\": \"The Beverages category offers a wide variety of drinks including soft drinks, juices, energy drinks, teas, coffees, and alcoholic beverages from different brands, it also includes options for dietary restrictions.\",\n                    \"active\": true,\n                    \"categoryAddedDateTime\": \"2023-01-31T11:17:01.023846\",\n                    \"categoryUpdatedDateTime\": \"2023-01-31T11:17:01.023846\"\n                },\n                \"listOfReviews\": [],\n                \"totalSales\": null,\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/products/5\"\n                    },\n                    \"add to cart\": {\n                        \"href\": \"http://localhost:8088/bestbuy/carts/customers/{contact}/products/5?productQuantity=1\",\n                        \"templated\": true\n                    },\n                    \"buy product\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/customers/{contact}/payments/{paymentId}/products/5/1\",\n                        \"templated\": true\n                    }\n                }\n            },\n            {\n                \"productId\": 6,\n                \"productName\": \"Red Bull Energy Drink\",\n                \"productDescription\": \"Red Bull Energy Drink is a functional beverage that helps to increase performance, concentration, and reaction speed. It contains a unique combination of ingredients, including caffeine, taurine, and B-group vitamins.\",\n                \"productTechnicalDetails\": \"Red Bull Energy Drink is an 8.4 oz can of carbonated beverage made with carbonated water, sucrose, glucose, acidity regulator (citric acid), taurine, caffeine, D-glucuronolactone, inositol, niacinamide, calcium pantothenate, pyridoxine HCl, and Vitamin B12. It contains 110 calories per 8.4 oz can.\",\n                \"brand\": \"Red Bull\",\n                \"type\": \"Energy Drink\",\n                \"salePrice\": 197.1137,\n                \"marketPrice\": 203.21,\n                \"discountPercentage\": 3,\n                \"stockQuantity\": 250,\n                \"rating\": 4.4,\n                \"available\": true,\n                \"onDiscountSale\": false,\n                \"buyerschoice\": false,\n                \"images\": [\n                    {\n                        \"imageName\": \"e1bafb86-f2ed-4b0a-9d7a-cc4c6fa8787b.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/e1bafb86-f2ed-4b0a-9d7a-cc4c6fa8787b.jpg\"\n                    },\n                    {\n                        \"imageName\": \"9c329fe1-7400-4510-aaf2-3cdc69df4237.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/9c329fe1-7400-4510-aaf2-3cdc69df4237.jpg\"\n                    }\n                ],\n                \"manufacturingYear\": 2005,\n                \"manufacturingMonth\": 5,\n                \"productAddedDateTime\": \"2023-01-31T11:57:40.134229\",\n                \"productUpdatedDateTime\": \"2023-01-31T11:57:40.134229\",\n                \"category\": {\n                    \"categoryId\": 1,\n                    \"categoryName\": \"Beverages\",\n                    \"categoryDescription\": \"The Beverages category offers a wide variety of drinks including soft drinks, juices, energy drinks, teas, coffees, and alcoholic beverages from different brands, it also includes options for dietary restrictions.\",\n                    \"active\": true,\n                    \"categoryAddedDateTime\": \"2023-01-31T11:17:01.023846\",\n                    \"categoryUpdatedDateTime\": \"2023-01-31T11:17:01.023846\"\n                },\n                \"listOfReviews\": [],\n                \"totalSales\": null,\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/products/6\"\n                    },\n                    \"add to cart\": {\n                        \"href\": \"http://localhost:8088/bestbuy/carts/customers/{contact}/products/6?productQuantity=1\",\n                        \"templated\": true\n                    },\n                    \"buy product\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/customers/{contact}/payments/{paymentId}/products/6/1\",\n                        \"templated\": true\n                    }\n                }\n            }\n        ]\n    },\n    \"_links\": {\n        \"products by category\": {\n            \"href\": \"http://localhost:8088/bestbuy/products/all/categories/1\"\n        },\n        \"category\": {\n            \"href\": \"http://localhost:8088/bestbuy/categories/1\"\n        },\n        \"collection\": {\n            \"href\": \"http://localhost:8088/bestbuy/products/all/page{?pageNumber,pageSize}\",\n            \"templated\": true\n        }\n    }\n}"}],"_postman_id":"cea9a809-94eb-447b-917d-6531feda00d2"},{"name":"Get All Products Sorted By Any Product Details","id":"754257df-86db-41e1-93a1-8fef53c8695a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/products/all/sortby","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","products","all","sortby"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"2d7205e0-ce4e-44ab-9a18-b72f3e476038","name":"Get All Products Sorted By Any Product Details","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/products/all/sortby"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 02 Feb 2023 10:29:15 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"productResponseDtoList\": [\n            {\n                \"productId\": 1,\n                \"productName\": \" iPhone 12 Pro\",\n                \"productDescription\": \"The iPhone 12 Pro is the latest and greatest smartphone from Apple, featuring a new A14 Bionic chip, a Triple-camera system, and a Ceramic Shield front cover for improved durability.\",\n                \"productTechnicalDetails\": \"The iPhone 12 Pro features a 6.1-inch Super Retina XDR display, A14 Bionic chip, a Triple-camera system with 12MP Ultra Wide, Wide, and Telephoto lenses, 4K Dolby Vision HDR recording, storage options of 128GB, 256GB, 512GB, and 1TB and a long battery life of up to 28 hours talk time or 95 hours audio playback.\",\n                \"brand\": \"Apple\",\n                \"type\": \"Smartphone\",\n                \"salePrice\": 77143.572,\n                \"marketPrice\": 81203.76,\n                \"discountPercentage\": 5,\n                \"stockQuantity\": 23,\n                \"rating\": 4.5,\n                \"available\": true,\n                \"onDiscountSale\": false,\n                \"buyerschoice\": false,\n                \"images\": [\n                    {\n                        \"imageName\": \"2455f112-6045-4a38-b158-b2fa8f918103.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/2455f112-6045-4a38-b158-b2fa8f918103.jpg\"\n                    },\n                    {\n                        \"imageName\": \"97134b69-f226-47c7-bc42-f3a5f8ec41cf.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/97134b69-f226-47c7-bc42-f3a5f8ec41cf.jpg\"\n                    },\n                    {\n                        \"imageName\": \"4363bcf4-445d-4c2e-939a-5679d2fd32ba.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/4363bcf4-445d-4c2e-939a-5679d2fd32ba.jpg\"\n                    }\n                ],\n                \"manufacturingYear\": 2021,\n                \"manufacturingMonth\": 9,\n                \"productAddedDateTime\": \"2023-01-31T11:30:34.156892\",\n                \"productUpdatedDateTime\": \"2023-02-02T14:48:48.774697\",\n                \"category\": {\n                    \"categoryId\": 3,\n                    \"categoryName\": \"Electronics\",\n                    \"categoryDescription\": \"The Electronics category includes consumer electronics like smartphones, laptops, tablets and more from various brands, including latest models and budget-friendly options. It offers a range of options for customers to choose.\",\n                    \"active\": true,\n                    \"categoryAddedDateTime\": \"2023-01-31T11:17:54.135729\",\n                    \"categoryUpdatedDateTime\": \"2023-01-31T11:17:54.135729\"\n                },\n                \"listOfReviews\": [],\n                \"totalSales\": null,\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/products/1\"\n                    },\n                    \"category\": {\n                        \"href\": \"http://localhost:8088/bestbuy/categories/3\"\n                    },\n                    \"add to cart\": {\n                        \"href\": \"http://localhost:8088/bestbuy/carts/customers/{contact}/products/1?productQuantity=1\",\n                        \"templated\": true\n                    },\n                    \"buy product\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/customers/{contact}/payments/{paymentId}/products/1/1\",\n                        \"templated\": true\n                    }\n                }\n            },\n            {\n                \"productId\": 2,\n                \"productName\": \"Samsung Galaxy S21\",\n                \"productDescription\": \"The Samsung Galaxy S21 is a high-end smartphone that features a powerful processor, a large AMOLED display, and a versatile camera system.\",\n                \"productTechnicalDetails\": \"Samsung Galaxy S21 has a 6.2-inch Dynamic AMOLED 2X display, can have either an Exynos 2100 or Snapdragon 888 chip, a triple-camera system with 12MP lenses for ultra wide, wide, and telephoto shots, 8K video recording capabilities, and storage options of 128GB, 256GB, and 512GB. The device also has a battery life of up to 28 hours talk time or 100 hours audio playback.\",\n                \"brand\": \"Samsung\",\n                \"type\": \"Smartphone\",\n                \"salePrice\": 52844.301,\n                \"marketPrice\": 58715.89,\n                \"discountPercentage\": 10,\n                \"stockQuantity\": 20,\n                \"rating\": 4.2,\n                \"available\": true,\n                \"onDiscountSale\": false,\n                \"buyerschoice\": false,\n                \"images\": [\n                    {\n                        \"imageName\": \"eca94e6a-e07e-498c-b332-978ba3d7d912.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/eca94e6a-e07e-498c-b332-978ba3d7d912.jpg\"\n                    },\n                    {\n                        \"imageName\": \"19d2a532-c9fc-4e9a-977d-e12dc8b22996.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/19d2a532-c9fc-4e9a-977d-e12dc8b22996.jpg\"\n                    },\n                    {\n                        \"imageName\": \"6f138061-f9b3-48fd-b37b-6d6d27833887.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/6f138061-f9b3-48fd-b37b-6d6d27833887.jpg\"\n                    }\n                ],\n                \"manufacturingYear\": 2021,\n                \"manufacturingMonth\": 1,\n                \"productAddedDateTime\": \"2023-01-31T11:34:43.717673\",\n                \"productUpdatedDateTime\": \"2023-01-31T11:34:43.717673\",\n                \"category\": {\n                    \"categoryId\": 3,\n                    \"categoryName\": \"Electronics\",\n                    \"categoryDescription\": \"The Electronics category includes consumer electronics like smartphones, laptops, tablets and more from various brands, including latest models and budget-friendly options. It offers a range of options for customers to choose.\",\n                    \"active\": true,\n                    \"categoryAddedDateTime\": \"2023-01-31T11:17:54.135729\",\n                    \"categoryUpdatedDateTime\": \"2023-01-31T11:17:54.135729\"\n                },\n                \"listOfReviews\": [],\n                \"totalSales\": null,\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/products/2\"\n                    },\n                    \"category\": {\n                        \"href\": \"http://localhost:8088/bestbuy/categories/3\"\n                    },\n                    \"add to cart\": {\n                        \"href\": \"http://localhost:8088/bestbuy/carts/customers/{contact}/products/2?productQuantity=1\",\n                        \"templated\": true\n                    },\n                    \"buy product\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/customers/{contact}/payments/{paymentId}/products/2/1\",\n                        \"templated\": true\n                    }\n                }\n            },\n            {\n                \"productId\": 3,\n                \"productName\": \"Gucci GG Marmont Shoulder Bag\",\n                \"productDescription\": \"The Gucci GG Marmont Shoulder Bag is a luxurious and elegant handbag that features the iconic GG pattern and a quilted leather design. It is the perfect accessory for any fashion-conscious individual.\",\n                \"productTechnicalDetails\": \"The Gucci GG Marmont Shoulder Bag is made of Leather, has a Regular fit, Clean with a damp cloth and is available in Small, Medium sizes.\",\n                \"brand\": \"Gucci\",\n                \"type\": \"Bag\",\n                \"salePrice\": 114124.842,\n                \"marketPrice\": 146313.9,\n                \"discountPercentage\": 22,\n                \"stockQuantity\": 40,\n                \"rating\": 4.5,\n                \"available\": true,\n                \"onDiscountSale\": false,\n                \"buyerschoice\": false,\n                \"images\": [\n                    {\n                        \"imageName\": \"9f2c7757-7081-4da2-a1d9-5d622974f0fb.png\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/9f2c7757-7081-4da2-a1d9-5d622974f0fb.png\"\n                    },\n                    {\n                        \"imageName\": \"3a9a4490-3caf-428f-99cf-168e75104cb2.png\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/3a9a4490-3caf-428f-99cf-168e75104cb2.png\"\n                    },\n                    {\n                        \"imageName\": \"b799405e-8724-4591-a0b5-b83a1d5ee20b.png\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/b799405e-8724-4591-a0b5-b83a1d5ee20b.png\"\n                    },\n                    {\n                        \"imageName\": \"ed976a87-9f03-42db-bbcd-7d4620f95c71.png\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/ed976a87-9f03-42db-bbcd-7d4620f95c71.png\"\n                    }\n                ],\n                \"manufacturingYear\": 2018,\n                \"manufacturingMonth\": 10,\n                \"productAddedDateTime\": \"2023-01-31T11:39:33.132628\",\n                \"productUpdatedDateTime\": \"2023-01-31T11:39:33.132628\",\n                \"category\": {\n                    \"categoryId\": 2,\n                    \"categoryName\": \"Fashion\",\n                    \"categoryDescription\": \"The Fashion category provides clothing, shoes and accessories for men, women and children, from different brands and styles, including casual and formal options. It caters to different sizes and fashion needs in one place.\",\n                    \"active\": true,\n                    \"categoryAddedDateTime\": \"2023-01-31T11:17:21.285036\",\n                    \"categoryUpdatedDateTime\": \"2023-01-31T11:17:21.285036\"\n                },\n                \"listOfReviews\": [],\n                \"totalSales\": null,\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/products/3\"\n                    },\n                    \"category\": {\n                        \"href\": \"http://localhost:8088/bestbuy/categories/2\"\n                    },\n                    \"add to cart\": {\n                        \"href\": \"http://localhost:8088/bestbuy/carts/customers/{contact}/products/3?productQuantity=1\",\n                        \"templated\": true\n                    },\n                    \"buy product\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/customers/{contact}/payments/{paymentId}/products/3/1\",\n                        \"templated\": true\n                    }\n                }\n            },\n            {\n                \"productId\": 4,\n                \"productName\": \"Nike Air Zoom Pegasus 38\",\n                \"productDescription\": \"The Nike Air Zoom Pegasus 38 are a high-performance running shoe that feature a lightweight design and responsive Zoom Air cushioning for a comfortable and responsive ride.\",\n                \"productTechnicalDetails\": \"The Nike Air Zoom Pegasus 38 are a running shoe made of Mesh and synthetic upper, rubber outsole, Regular fit, Lace-up Closure, machine washable and have sizes available in 6-13 US Men's with various widths.\",\n                \"brand\": \"Nike\",\n                \"type\": \"Running Shoe\",\n                \"salePrice\": 8973.9192,\n                \"marketPrice\": 9754.26,\n                \"discountPercentage\": 8,\n                \"stockQuantity\": 80,\n                \"rating\": 4.2,\n                \"available\": true,\n                \"onDiscountSale\": false,\n                \"buyerschoice\": false,\n                \"images\": [\n                    {\n                        \"imageName\": \"88946701-a08b-4225-bc2f-1e7205f92203.png\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/88946701-a08b-4225-bc2f-1e7205f92203.png\"\n                    },\n                    {\n                        \"imageName\": \"28e71e21-a240-46ea-b4e8-a9240191c46f.png\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/28e71e21-a240-46ea-b4e8-a9240191c46f.png\"\n                    },\n                    {\n                        \"imageName\": \"44617ecb-97a3-4cb4-8879-107b72390aba.png\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/44617ecb-97a3-4cb4-8879-107b72390aba.png\"\n                    }\n                ],\n                \"manufacturingYear\": 2022,\n                \"manufacturingMonth\": 8,\n                \"productAddedDateTime\": \"2023-01-31T11:43:15.678776\",\n                \"productUpdatedDateTime\": \"2023-01-31T11:43:15.678776\",\n                \"category\": {\n                    \"categoryId\": 2,\n                    \"categoryName\": \"Fashion\",\n                    \"categoryDescription\": \"The Fashion category provides clothing, shoes and accessories for men, women and children, from different brands and styles, including casual and formal options. It caters to different sizes and fashion needs in one place.\",\n                    \"active\": true,\n                    \"categoryAddedDateTime\": \"2023-01-31T11:17:21.285036\",\n                    \"categoryUpdatedDateTime\": \"2023-01-31T11:17:21.285036\"\n                },\n                \"listOfReviews\": [],\n                \"totalSales\": null,\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/products/4\"\n                    },\n                    \"category\": {\n                        \"href\": \"http://localhost:8088/bestbuy/categories/2\"\n                    },\n                    \"add to cart\": {\n                        \"href\": \"http://localhost:8088/bestbuy/carts/customers/{contact}/products/4?productQuantity=1\",\n                        \"templated\": true\n                    },\n                    \"buy product\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/customers/{contact}/payments/{paymentId}/products/4/1\",\n                        \"templated\": true\n                    }\n                }\n            },\n            {\n                \"productId\": 5,\n                \"productName\": \"Starbucks Iced Coffee\",\n                \"productDescription\": \"Starbucks Iced Coffee is a refreshing and delicious coffee drink that is perfect for hot summer days. It is made with high-quality, responsibly sourced arabica beans and cold water for a smooth and balanced flavor.\",\n                \"productTechnicalDetails\": \"Starbucks Iced Coffee is a 16 oz cup of iced coffee made with freshly brewed coffee, ice, and milk. The caloric content varies depending on the size and ingredients used.\",\n                \"brand\": \"Starbucks\",\n                \"type\": \"Coffee\",\n                \"salePrice\": 292.626,\n                \"marketPrice\": 325.14,\n                \"discountPercentage\": 10,\n                \"stockQuantity\": 450,\n                \"rating\": 4.9,\n                \"available\": true,\n                \"onDiscountSale\": false,\n                \"buyerschoice\": false,\n                \"images\": [\n                    {\n                        \"imageName\": \"c9d3f6a5-c554-4809-a950-20e7c7e01907.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/c9d3f6a5-c554-4809-a950-20e7c7e01907.jpg\"\n                    }\n                ],\n                \"manufacturingYear\": 2003,\n                \"manufacturingMonth\": 7,\n                \"productAddedDateTime\": \"2023-01-31T11:52:40.911839\",\n                \"productUpdatedDateTime\": \"2023-01-31T11:53:50.691885\",\n                \"category\": {\n                    \"categoryId\": 1,\n                    \"categoryName\": \"Beverages\",\n                    \"categoryDescription\": \"The Beverages category offers a wide variety of drinks including soft drinks, juices, energy drinks, teas, coffees, and alcoholic beverages from different brands, it also includes options for dietary restrictions.\",\n                    \"active\": true,\n                    \"categoryAddedDateTime\": \"2023-01-31T11:17:01.023846\",\n                    \"categoryUpdatedDateTime\": \"2023-01-31T11:17:01.023846\"\n                },\n                \"listOfReviews\": [],\n                \"totalSales\": null,\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/products/5\"\n                    },\n                    \"category\": {\n                        \"href\": \"http://localhost:8088/bestbuy/categories/1\"\n                    },\n                    \"add to cart\": {\n                        \"href\": \"http://localhost:8088/bestbuy/carts/customers/{contact}/products/5?productQuantity=1\",\n                        \"templated\": true\n                    },\n                    \"buy product\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/customers/{contact}/payments/{paymentId}/products/5/1\",\n                        \"templated\": true\n                    }\n                }\n            }\n        ]\n    },\n    \"_links\": {\n        \"first\": {\n            \"href\": \"http://localhost:8088/bestbuy/products/all/sortby?page=0&size=5&sort=productId,asc\"\n        },\n        \"self\": {\n            \"href\": \"http://localhost:8088/bestbuy/products/all/sortby?page=0&size=5&sort=productId,asc\"\n        },\n        \"next\": {\n            \"href\": \"http://localhost:8088/bestbuy/products/all/sortby?page=1&size=5&sort=productId,asc\"\n        },\n        \"last\": {\n            \"href\": \"http://localhost:8088/bestbuy/products/all/sortby?page=1&size=5&sort=productId,asc\"\n        },\n        \"collection\": {\n            \"href\": \"http://localhost:8088/bestbuy/products/all/page{?pageNumber,pageSize}\",\n            \"templated\": true\n        }\n    },\n    \"page\": {\n        \"size\": 5,\n        \"totalElements\": 8,\n        \"totalPages\": 2,\n        \"number\": 0\n    }\n}"}],"_postman_id":"754257df-86db-41e1-93a1-8fef53c8695a"},{"name":"Get All New Added Products","id":"082ce6f5-f071-4e46-967e-a044078fc3b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/products/all/sort/dateadded","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","products","all","sort","dateadded"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f75f0762-3320-433d-8d50-58b011403e7f","name":"Get All New Added Products","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/products/all/sort/dateadded"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 02 Feb 2023 10:31:26 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"productResponseDtoList\": [\n            {\n                \"productId\": 1,\n                \"productName\": \" iPhone 12 Pro\",\n                \"productDescription\": \"The iPhone 12 Pro is the latest and greatest smartphone from Apple, featuring a new A14 Bionic chip, a Triple-camera system, and a Ceramic Shield front cover for improved durability.\",\n                \"productTechnicalDetails\": \"The iPhone 12 Pro features a 6.1-inch Super Retina XDR display, A14 Bionic chip, a Triple-camera system with 12MP Ultra Wide, Wide, and Telephoto lenses, 4K Dolby Vision HDR recording, storage options of 128GB, 256GB, 512GB, and 1TB and a long battery life of up to 28 hours talk time or 95 hours audio playback.\",\n                \"brand\": \"Apple\",\n                \"type\": \"Smartphone\",\n                \"salePrice\": 77143.572,\n                \"marketPrice\": 81203.76,\n                \"discountPercentage\": 5,\n                \"stockQuantity\": 23,\n                \"rating\": 4.5,\n                \"available\": true,\n                \"onDiscountSale\": false,\n                \"buyerschoice\": false,\n                \"images\": [\n                    {\n                        \"imageName\": \"2455f112-6045-4a38-b158-b2fa8f918103.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/2455f112-6045-4a38-b158-b2fa8f918103.jpg\"\n                    },\n                    {\n                        \"imageName\": \"97134b69-f226-47c7-bc42-f3a5f8ec41cf.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/97134b69-f226-47c7-bc42-f3a5f8ec41cf.jpg\"\n                    },\n                    {\n                        \"imageName\": \"4363bcf4-445d-4c2e-939a-5679d2fd32ba.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/4363bcf4-445d-4c2e-939a-5679d2fd32ba.jpg\"\n                    }\n                ],\n                \"manufacturingYear\": 2021,\n                \"manufacturingMonth\": 9,\n                \"productAddedDateTime\": \"2023-01-31T11:30:34.156892\",\n                \"productUpdatedDateTime\": \"2023-02-02T14:48:48.774697\",\n                \"category\": {\n                    \"categoryId\": 3,\n                    \"categoryName\": \"Electronics\",\n                    \"categoryDescription\": \"The Electronics category includes consumer electronics like smartphones, laptops, tablets and more from various brands, including latest models and budget-friendly options. It offers a range of options for customers to choose.\",\n                    \"active\": true,\n                    \"categoryAddedDateTime\": \"2023-01-31T11:17:54.135729\",\n                    \"categoryUpdatedDateTime\": \"2023-01-31T11:17:54.135729\"\n                },\n                \"listOfReviews\": [],\n                \"totalSales\": null,\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/products/1\"\n                    },\n                    \"category\": {\n                        \"href\": \"http://localhost:8088/bestbuy/categories/3\"\n                    },\n                    \"add to cart\": {\n                        \"href\": \"http://localhost:8088/bestbuy/carts/customers/{contact}/products/1?productQuantity=1\",\n                        \"templated\": true\n                    },\n                    \"buy product\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/customers/{contact}/payments/{paymentId}/products/1/1\",\n                        \"templated\": true\n                    }\n                }\n            },\n            {\n                \"productId\": 2,\n                \"productName\": \"Samsung Galaxy S21\",\n                \"productDescription\": \"The Samsung Galaxy S21 is a high-end smartphone that features a powerful processor, a large AMOLED display, and a versatile camera system.\",\n                \"productTechnicalDetails\": \"Samsung Galaxy S21 has a 6.2-inch Dynamic AMOLED 2X display, can have either an Exynos 2100 or Snapdragon 888 chip, a triple-camera system with 12MP lenses for ultra wide, wide, and telephoto shots, 8K video recording capabilities, and storage options of 128GB, 256GB, and 512GB. The device also has a battery life of up to 28 hours talk time or 100 hours audio playback.\",\n                \"brand\": \"Samsung\",\n                \"type\": \"Smartphone\",\n                \"salePrice\": 52844.301,\n                \"marketPrice\": 58715.89,\n                \"discountPercentage\": 10,\n                \"stockQuantity\": 20,\n                \"rating\": 4.2,\n                \"available\": true,\n                \"onDiscountSale\": false,\n                \"buyerschoice\": false,\n                \"images\": [\n                    {\n                        \"imageName\": \"eca94e6a-e07e-498c-b332-978ba3d7d912.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/eca94e6a-e07e-498c-b332-978ba3d7d912.jpg\"\n                    },\n                    {\n                        \"imageName\": \"19d2a532-c9fc-4e9a-977d-e12dc8b22996.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/19d2a532-c9fc-4e9a-977d-e12dc8b22996.jpg\"\n                    },\n                    {\n                        \"imageName\": \"6f138061-f9b3-48fd-b37b-6d6d27833887.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/6f138061-f9b3-48fd-b37b-6d6d27833887.jpg\"\n                    }\n                ],\n                \"manufacturingYear\": 2021,\n                \"manufacturingMonth\": 1,\n                \"productAddedDateTime\": \"2023-01-31T11:34:43.717673\",\n                \"productUpdatedDateTime\": \"2023-01-31T11:34:43.717673\",\n                \"category\": {\n                    \"categoryId\": 3,\n                    \"categoryName\": \"Electronics\",\n                    \"categoryDescription\": \"The Electronics category includes consumer electronics like smartphones, laptops, tablets and more from various brands, including latest models and budget-friendly options. It offers a range of options for customers to choose.\",\n                    \"active\": true,\n                    \"categoryAddedDateTime\": \"2023-01-31T11:17:54.135729\",\n                    \"categoryUpdatedDateTime\": \"2023-01-31T11:17:54.135729\"\n                },\n                \"listOfReviews\": [],\n                \"totalSales\": null,\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/products/2\"\n                    },\n                    \"category\": {\n                        \"href\": \"http://localhost:8088/bestbuy/categories/3\"\n                    },\n                    \"add to cart\": {\n                        \"href\": \"http://localhost:8088/bestbuy/carts/customers/{contact}/products/2?productQuantity=1\",\n                        \"templated\": true\n                    },\n                    \"buy product\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/customers/{contact}/payments/{paymentId}/products/2/1\",\n                        \"templated\": true\n                    }\n                }\n            },\n            {\n                \"productId\": 3,\n                \"productName\": \"Gucci GG Marmont Shoulder Bag\",\n                \"productDescription\": \"The Gucci GG Marmont Shoulder Bag is a luxurious and elegant handbag that features the iconic GG pattern and a quilted leather design. It is the perfect accessory for any fashion-conscious individual.\",\n                \"productTechnicalDetails\": \"The Gucci GG Marmont Shoulder Bag is made of Leather, has a Regular fit, Clean with a damp cloth and is available in Small, Medium sizes.\",\n                \"brand\": \"Gucci\",\n                \"type\": \"Bag\",\n                \"salePrice\": 114124.842,\n                \"marketPrice\": 146313.9,\n                \"discountPercentage\": 22,\n                \"stockQuantity\": 40,\n                \"rating\": 4.5,\n                \"available\": true,\n                \"onDiscountSale\": false,\n                \"buyerschoice\": false,\n                \"images\": [\n                    {\n                        \"imageName\": \"9f2c7757-7081-4da2-a1d9-5d622974f0fb.png\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/9f2c7757-7081-4da2-a1d9-5d622974f0fb.png\"\n                    },\n                    {\n                        \"imageName\": \"3a9a4490-3caf-428f-99cf-168e75104cb2.png\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/3a9a4490-3caf-428f-99cf-168e75104cb2.png\"\n                    },\n                    {\n                        \"imageName\": \"b799405e-8724-4591-a0b5-b83a1d5ee20b.png\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/b799405e-8724-4591-a0b5-b83a1d5ee20b.png\"\n                    },\n                    {\n                        \"imageName\": \"ed976a87-9f03-42db-bbcd-7d4620f95c71.png\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/ed976a87-9f03-42db-bbcd-7d4620f95c71.png\"\n                    }\n                ],\n                \"manufacturingYear\": 2018,\n                \"manufacturingMonth\": 10,\n                \"productAddedDateTime\": \"2023-01-31T11:39:33.132628\",\n                \"productUpdatedDateTime\": \"2023-01-31T11:39:33.132628\",\n                \"category\": {\n                    \"categoryId\": 2,\n                    \"categoryName\": \"Fashion\",\n                    \"categoryDescription\": \"The Fashion category provides clothing, shoes and accessories for men, women and children, from different brands and styles, including casual and formal options. It caters to different sizes and fashion needs in one place.\",\n                    \"active\": true,\n                    \"categoryAddedDateTime\": \"2023-01-31T11:17:21.285036\",\n                    \"categoryUpdatedDateTime\": \"2023-01-31T11:17:21.285036\"\n                },\n                \"listOfReviews\": [],\n                \"totalSales\": null,\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/products/3\"\n                    },\n                    \"category\": {\n                        \"href\": \"http://localhost:8088/bestbuy/categories/2\"\n                    },\n                    \"add to cart\": {\n                        \"href\": \"http://localhost:8088/bestbuy/carts/customers/{contact}/products/3?productQuantity=1\",\n                        \"templated\": true\n                    },\n                    \"buy product\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/customers/{contact}/payments/{paymentId}/products/3/1\",\n                        \"templated\": true\n                    }\n                }\n            },\n            {\n                \"productId\": 4,\n                \"productName\": \"Nike Air Zoom Pegasus 38\",\n                \"productDescription\": \"The Nike Air Zoom Pegasus 38 are a high-performance running shoe that feature a lightweight design and responsive Zoom Air cushioning for a comfortable and responsive ride.\",\n                \"productTechnicalDetails\": \"The Nike Air Zoom Pegasus 38 are a running shoe made of Mesh and synthetic upper, rubber outsole, Regular fit, Lace-up Closure, machine washable and have sizes available in 6-13 US Men's with various widths.\",\n                \"brand\": \"Nike\",\n                \"type\": \"Running Shoe\",\n                \"salePrice\": 8973.9192,\n                \"marketPrice\": 9754.26,\n                \"discountPercentage\": 8,\n                \"stockQuantity\": 80,\n                \"rating\": 4.2,\n                \"available\": true,\n                \"onDiscountSale\": false,\n                \"buyerschoice\": false,\n                \"images\": [\n                    {\n                        \"imageName\": \"88946701-a08b-4225-bc2f-1e7205f92203.png\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/88946701-a08b-4225-bc2f-1e7205f92203.png\"\n                    },\n                    {\n                        \"imageName\": \"28e71e21-a240-46ea-b4e8-a9240191c46f.png\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/28e71e21-a240-46ea-b4e8-a9240191c46f.png\"\n                    },\n                    {\n                        \"imageName\": \"44617ecb-97a3-4cb4-8879-107b72390aba.png\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/44617ecb-97a3-4cb4-8879-107b72390aba.png\"\n                    }\n                ],\n                \"manufacturingYear\": 2022,\n                \"manufacturingMonth\": 8,\n                \"productAddedDateTime\": \"2023-01-31T11:43:15.678776\",\n                \"productUpdatedDateTime\": \"2023-01-31T11:43:15.678776\",\n                \"category\": {\n                    \"categoryId\": 2,\n                    \"categoryName\": \"Fashion\",\n                    \"categoryDescription\": \"The Fashion category provides clothing, shoes and accessories for men, women and children, from different brands and styles, including casual and formal options. It caters to different sizes and fashion needs in one place.\",\n                    \"active\": true,\n                    \"categoryAddedDateTime\": \"2023-01-31T11:17:21.285036\",\n                    \"categoryUpdatedDateTime\": \"2023-01-31T11:17:21.285036\"\n                },\n                \"listOfReviews\": [],\n                \"totalSales\": null,\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/products/4\"\n                    },\n                    \"category\": {\n                        \"href\": \"http://localhost:8088/bestbuy/categories/2\"\n                    },\n                    \"add to cart\": {\n                        \"href\": \"http://localhost:8088/bestbuy/carts/customers/{contact}/products/4?productQuantity=1\",\n                        \"templated\": true\n                    },\n                    \"buy product\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/customers/{contact}/payments/{paymentId}/products/4/1\",\n                        \"templated\": true\n                    }\n                }\n            },\n            {\n                \"productId\": 5,\n                \"productName\": \"Starbucks Iced Coffee\",\n                \"productDescription\": \"Starbucks Iced Coffee is a refreshing and delicious coffee drink that is perfect for hot summer days. It is made with high-quality, responsibly sourced arabica beans and cold water for a smooth and balanced flavor.\",\n                \"productTechnicalDetails\": \"Starbucks Iced Coffee is a 16 oz cup of iced coffee made with freshly brewed coffee, ice, and milk. The caloric content varies depending on the size and ingredients used.\",\n                \"brand\": \"Starbucks\",\n                \"type\": \"Coffee\",\n                \"salePrice\": 292.626,\n                \"marketPrice\": 325.14,\n                \"discountPercentage\": 10,\n                \"stockQuantity\": 450,\n                \"rating\": 4.9,\n                \"available\": true,\n                \"onDiscountSale\": false,\n                \"buyerschoice\": false,\n                \"images\": [\n                    {\n                        \"imageName\": \"c9d3f6a5-c554-4809-a950-20e7c7e01907.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/c9d3f6a5-c554-4809-a950-20e7c7e01907.jpg\"\n                    }\n                ],\n                \"manufacturingYear\": 2003,\n                \"manufacturingMonth\": 7,\n                \"productAddedDateTime\": \"2023-01-31T11:52:40.911839\",\n                \"productUpdatedDateTime\": \"2023-01-31T11:53:50.691885\",\n                \"category\": {\n                    \"categoryId\": 1,\n                    \"categoryName\": \"Beverages\",\n                    \"categoryDescription\": \"The Beverages category offers a wide variety of drinks including soft drinks, juices, energy drinks, teas, coffees, and alcoholic beverages from different brands, it also includes options for dietary restrictions.\",\n                    \"active\": true,\n                    \"categoryAddedDateTime\": \"2023-01-31T11:17:01.023846\",\n                    \"categoryUpdatedDateTime\": \"2023-01-31T11:17:01.023846\"\n                },\n                \"listOfReviews\": [],\n                \"totalSales\": null,\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/products/5\"\n                    },\n                    \"category\": {\n                        \"href\": \"http://localhost:8088/bestbuy/categories/1\"\n                    },\n                    \"add to cart\": {\n                        \"href\": \"http://localhost:8088/bestbuy/carts/customers/{contact}/products/5?productQuantity=1\",\n                        \"templated\": true\n                    },\n                    \"buy product\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/customers/{contact}/payments/{paymentId}/products/5/1\",\n                        \"templated\": true\n                    }\n                }\n            }\n        ]\n    },\n    \"_links\": {\n        \"first\": {\n            \"href\": \"http://localhost:8088/bestbuy/products/all/sort/dateadded?page=0&size=5&sort=productAddedDateTime,asc\"\n        },\n        \"self\": {\n            \"href\": \"http://localhost:8088/bestbuy/products/all/sort/dateadded?page=0&size=5&sort=productAddedDateTime,asc\"\n        },\n        \"next\": {\n            \"href\": \"http://localhost:8088/bestbuy/products/all/sort/dateadded?page=1&size=5&sort=productAddedDateTime,asc\"\n        },\n        \"last\": {\n            \"href\": \"http://localhost:8088/bestbuy/products/all/sort/dateadded?page=1&size=5&sort=productAddedDateTime,asc\"\n        },\n        \"collection\": {\n            \"href\": \"http://localhost:8088/bestbuy/products/all/page{?pageNumber,pageSize}\",\n            \"templated\": true\n        }\n    },\n    \"page\": {\n        \"size\": 5,\n        \"totalElements\": 8,\n        \"totalPages\": 2,\n        \"number\": 0\n    }\n}"}],"_postman_id":"082ce6f5-f071-4e46-967e-a044078fc3b4"},{"name":"Get Product By Id","id":"11f226df-023d-4b84-87a2-240472ea6e8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/products/1","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","products","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"02f8bdce-a703-4f83-8bb4-bec0c8ad0f28","name":"Get Product By Id","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/products/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 02 Feb 2023 10:31:37 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"productId\": 1,\n    \"productName\": \" iPhone 12 Pro\",\n    \"productDescription\": \"The iPhone 12 Pro is the latest and greatest smartphone from Apple, featuring a new A14 Bionic chip, a Triple-camera system, and a Ceramic Shield front cover for improved durability.\",\n    \"productTechnicalDetails\": \"The iPhone 12 Pro features a 6.1-inch Super Retina XDR display, A14 Bionic chip, a Triple-camera system with 12MP Ultra Wide, Wide, and Telephoto lenses, 4K Dolby Vision HDR recording, storage options of 128GB, 256GB, 512GB, and 1TB and a long battery life of up to 28 hours talk time or 95 hours audio playback.\",\n    \"brand\": \"Apple\",\n    \"type\": \"Smartphone\",\n    \"salePrice\": 77143.572,\n    \"marketPrice\": 81203.76,\n    \"discountPercentage\": 5,\n    \"stockQuantity\": 23,\n    \"rating\": 4.5,\n    \"available\": true,\n    \"onDiscountSale\": false,\n    \"buyerschoice\": false,\n    \"images\": [\n        {\n            \"imageName\": \"2455f112-6045-4a38-b158-b2fa8f918103.jpg\",\n            \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/2455f112-6045-4a38-b158-b2fa8f918103.jpg\"\n        },\n        {\n            \"imageName\": \"97134b69-f226-47c7-bc42-f3a5f8ec41cf.jpg\",\n            \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/97134b69-f226-47c7-bc42-f3a5f8ec41cf.jpg\"\n        },\n        {\n            \"imageName\": \"4363bcf4-445d-4c2e-939a-5679d2fd32ba.jpg\",\n            \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/4363bcf4-445d-4c2e-939a-5679d2fd32ba.jpg\"\n        }\n    ],\n    \"manufacturingYear\": 2021,\n    \"manufacturingMonth\": 9,\n    \"productAddedDateTime\": \"2023-01-31T11:30:34.156892\",\n    \"productUpdatedDateTime\": \"2023-02-02T14:48:48.774697\",\n    \"category\": {\n        \"categoryId\": 3,\n        \"categoryName\": \"Electronics\",\n        \"categoryDescription\": \"The Electronics category includes consumer electronics like smartphones, laptops, tablets and more from various brands, including latest models and budget-friendly options. It offers a range of options for customers to choose.\",\n        \"active\": true,\n        \"categoryAddedDateTime\": \"2023-01-31T11:17:54.135729\",\n        \"categoryUpdatedDateTime\": \"2023-01-31T11:17:54.135729\"\n    },\n    \"listOfReviews\": [],\n    \"totalSales\": null,\n    \"_links\": {\n        \"self\": {\n            \"href\": \"http://localhost:8088/bestbuy/products/1\"\n        },\n        \"category\": {\n            \"href\": \"http://localhost:8088/bestbuy/categories/3\"\n        },\n        \"products by category \": {\n            \"href\": \"http://localhost:8088/bestbuy/products/all/categories/3\"\n        },\n        \"collection\": {\n            \"href\": \"http://localhost:8088/bestbuy/products/all/page{?pageNumber,pageSize}\",\n            \"templated\": true\n        },\n        \"add to cart\": {\n            \"href\": \"http://localhost:8088/bestbuy/carts/customers/{contact}/products/1?productQuantity=1\",\n            \"templated\": true\n        },\n        \"buy product\": {\n            \"href\": \"http://localhost:8088/bestbuy/orders/customers/{contact}/payments/{paymentId}/products/1/1\",\n            \"templated\": true\n        }\n    }\n}"}],"_postman_id":"11f226df-023d-4b84-87a2-240472ea6e8b"},{"name":"Get All Products By Page","id":"3f7114de-bcfd-4197-ae01-1c3909226f3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/products/all/page","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","products","all","page"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f51328eb-ccd8-4ece-aee6-e59428f830b8","name":"Get All Products By Page","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/products/all/page"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 02 Feb 2023 10:31:42 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"productResponseDtoList\": [\n            {\n                \"productId\": 1,\n                \"productName\": \" iPhone 12 Pro\",\n                \"productDescription\": \"The iPhone 12 Pro is the latest and greatest smartphone from Apple, featuring a new A14 Bionic chip, a Triple-camera system, and a Ceramic Shield front cover for improved durability.\",\n                \"productTechnicalDetails\": \"The iPhone 12 Pro features a 6.1-inch Super Retina XDR display, A14 Bionic chip, a Triple-camera system with 12MP Ultra Wide, Wide, and Telephoto lenses, 4K Dolby Vision HDR recording, storage options of 128GB, 256GB, 512GB, and 1TB and a long battery life of up to 28 hours talk time or 95 hours audio playback.\",\n                \"brand\": \"Apple\",\n                \"type\": \"Smartphone\",\n                \"salePrice\": 77143.572,\n                \"marketPrice\": 81203.76,\n                \"discountPercentage\": 5,\n                \"stockQuantity\": 23,\n                \"rating\": 4.5,\n                \"available\": true,\n                \"onDiscountSale\": false,\n                \"buyerschoice\": false,\n                \"images\": [\n                    {\n                        \"imageName\": \"2455f112-6045-4a38-b158-b2fa8f918103.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/2455f112-6045-4a38-b158-b2fa8f918103.jpg\"\n                    },\n                    {\n                        \"imageName\": \"97134b69-f226-47c7-bc42-f3a5f8ec41cf.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/97134b69-f226-47c7-bc42-f3a5f8ec41cf.jpg\"\n                    },\n                    {\n                        \"imageName\": \"4363bcf4-445d-4c2e-939a-5679d2fd32ba.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/4363bcf4-445d-4c2e-939a-5679d2fd32ba.jpg\"\n                    }\n                ],\n                \"manufacturingYear\": 2021,\n                \"manufacturingMonth\": 9,\n                \"productAddedDateTime\": \"2023-01-31T11:30:34.156892\",\n                \"productUpdatedDateTime\": \"2023-02-02T14:48:48.774697\",\n                \"category\": {\n                    \"categoryId\": 3,\n                    \"categoryName\": \"Electronics\",\n                    \"categoryDescription\": \"The Electronics category includes consumer electronics like smartphones, laptops, tablets and more from various brands, including latest models and budget-friendly options. It offers a range of options for customers to choose.\",\n                    \"active\": true,\n                    \"categoryAddedDateTime\": \"2023-01-31T11:17:54.135729\",\n                    \"categoryUpdatedDateTime\": \"2023-01-31T11:17:54.135729\"\n                },\n                \"listOfReviews\": [],\n                \"totalSales\": null,\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/products/1\"\n                    },\n                    \"category\": {\n                        \"href\": \"http://localhost:8088/bestbuy/categories/3\"\n                    },\n                    \"add to cart\": {\n                        \"href\": \"http://localhost:8088/bestbuy/carts/customers/{contact}/products/1?productQuantity=1\",\n                        \"templated\": true\n                    },\n                    \"buy product\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/customers/{contact}/payments/{paymentId}/products/1/1\",\n                        \"templated\": true\n                    }\n                }\n            },\n            {\n                \"productId\": 2,\n                \"productName\": \"Samsung Galaxy S21\",\n                \"productDescription\": \"The Samsung Galaxy S21 is a high-end smartphone that features a powerful processor, a large AMOLED display, and a versatile camera system.\",\n                \"productTechnicalDetails\": \"Samsung Galaxy S21 has a 6.2-inch Dynamic AMOLED 2X display, can have either an Exynos 2100 or Snapdragon 888 chip, a triple-camera system with 12MP lenses for ultra wide, wide, and telephoto shots, 8K video recording capabilities, and storage options of 128GB, 256GB, and 512GB. The device also has a battery life of up to 28 hours talk time or 100 hours audio playback.\",\n                \"brand\": \"Samsung\",\n                \"type\": \"Smartphone\",\n                \"salePrice\": 52844.301,\n                \"marketPrice\": 58715.89,\n                \"discountPercentage\": 10,\n                \"stockQuantity\": 20,\n                \"rating\": 4.2,\n                \"available\": true,\n                \"onDiscountSale\": false,\n                \"buyerschoice\": false,\n                \"images\": [\n                    {\n                        \"imageName\": \"eca94e6a-e07e-498c-b332-978ba3d7d912.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/eca94e6a-e07e-498c-b332-978ba3d7d912.jpg\"\n                    },\n                    {\n                        \"imageName\": \"19d2a532-c9fc-4e9a-977d-e12dc8b22996.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/19d2a532-c9fc-4e9a-977d-e12dc8b22996.jpg\"\n                    },\n                    {\n                        \"imageName\": \"6f138061-f9b3-48fd-b37b-6d6d27833887.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/6f138061-f9b3-48fd-b37b-6d6d27833887.jpg\"\n                    }\n                ],\n                \"manufacturingYear\": 2021,\n                \"manufacturingMonth\": 1,\n                \"productAddedDateTime\": \"2023-01-31T11:34:43.717673\",\n                \"productUpdatedDateTime\": \"2023-01-31T11:34:43.717673\",\n                \"category\": {\n                    \"categoryId\": 3,\n                    \"categoryName\": \"Electronics\",\n                    \"categoryDescription\": \"The Electronics category includes consumer electronics like smartphones, laptops, tablets and more from various brands, including latest models and budget-friendly options. It offers a range of options for customers to choose.\",\n                    \"active\": true,\n                    \"categoryAddedDateTime\": \"2023-01-31T11:17:54.135729\",\n                    \"categoryUpdatedDateTime\": \"2023-01-31T11:17:54.135729\"\n                },\n                \"listOfReviews\": [],\n                \"totalSales\": null,\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/products/2\"\n                    },\n                    \"category\": {\n                        \"href\": \"http://localhost:8088/bestbuy/categories/3\"\n                    },\n                    \"add to cart\": {\n                        \"href\": \"http://localhost:8088/bestbuy/carts/customers/{contact}/products/2?productQuantity=1\",\n                        \"templated\": true\n                    },\n                    \"buy product\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/customers/{contact}/payments/{paymentId}/products/2/1\",\n                        \"templated\": true\n                    }\n                }\n            },\n            {\n                \"productId\": 3,\n                \"productName\": \"Gucci GG Marmont Shoulder Bag\",\n                \"productDescription\": \"The Gucci GG Marmont Shoulder Bag is a luxurious and elegant handbag that features the iconic GG pattern and a quilted leather design. It is the perfect accessory for any fashion-conscious individual.\",\n                \"productTechnicalDetails\": \"The Gucci GG Marmont Shoulder Bag is made of Leather, has a Regular fit, Clean with a damp cloth and is available in Small, Medium sizes.\",\n                \"brand\": \"Gucci\",\n                \"type\": \"Bag\",\n                \"salePrice\": 114124.842,\n                \"marketPrice\": 146313.9,\n                \"discountPercentage\": 22,\n                \"stockQuantity\": 40,\n                \"rating\": 4.5,\n                \"available\": true,\n                \"onDiscountSale\": false,\n                \"buyerschoice\": false,\n                \"images\": [\n                    {\n                        \"imageName\": \"9f2c7757-7081-4da2-a1d9-5d622974f0fb.png\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/9f2c7757-7081-4da2-a1d9-5d622974f0fb.png\"\n                    },\n                    {\n                        \"imageName\": \"3a9a4490-3caf-428f-99cf-168e75104cb2.png\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/3a9a4490-3caf-428f-99cf-168e75104cb2.png\"\n                    },\n                    {\n                        \"imageName\": \"b799405e-8724-4591-a0b5-b83a1d5ee20b.png\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/b799405e-8724-4591-a0b5-b83a1d5ee20b.png\"\n                    },\n                    {\n                        \"imageName\": \"ed976a87-9f03-42db-bbcd-7d4620f95c71.png\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/ed976a87-9f03-42db-bbcd-7d4620f95c71.png\"\n                    }\n                ],\n                \"manufacturingYear\": 2018,\n                \"manufacturingMonth\": 10,\n                \"productAddedDateTime\": \"2023-01-31T11:39:33.132628\",\n                \"productUpdatedDateTime\": \"2023-01-31T11:39:33.132628\",\n                \"category\": {\n                    \"categoryId\": 2,\n                    \"categoryName\": \"Fashion\",\n                    \"categoryDescription\": \"The Fashion category provides clothing, shoes and accessories for men, women and children, from different brands and styles, including casual and formal options. It caters to different sizes and fashion needs in one place.\",\n                    \"active\": true,\n                    \"categoryAddedDateTime\": \"2023-01-31T11:17:21.285036\",\n                    \"categoryUpdatedDateTime\": \"2023-01-31T11:17:21.285036\"\n                },\n                \"listOfReviews\": [],\n                \"totalSales\": null,\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/products/3\"\n                    },\n                    \"category\": {\n                        \"href\": \"http://localhost:8088/bestbuy/categories/2\"\n                    },\n                    \"add to cart\": {\n                        \"href\": \"http://localhost:8088/bestbuy/carts/customers/{contact}/products/3?productQuantity=1\",\n                        \"templated\": true\n                    },\n                    \"buy product\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/customers/{contact}/payments/{paymentId}/products/3/1\",\n                        \"templated\": true\n                    }\n                }\n            },\n            {\n                \"productId\": 4,\n                \"productName\": \"Nike Air Zoom Pegasus 38\",\n                \"productDescription\": \"The Nike Air Zoom Pegasus 38 are a high-performance running shoe that feature a lightweight design and responsive Zoom Air cushioning for a comfortable and responsive ride.\",\n                \"productTechnicalDetails\": \"The Nike Air Zoom Pegasus 38 are a running shoe made of Mesh and synthetic upper, rubber outsole, Regular fit, Lace-up Closure, machine washable and have sizes available in 6-13 US Men's with various widths.\",\n                \"brand\": \"Nike\",\n                \"type\": \"Running Shoe\",\n                \"salePrice\": 8973.9192,\n                \"marketPrice\": 9754.26,\n                \"discountPercentage\": 8,\n                \"stockQuantity\": 80,\n                \"rating\": 4.2,\n                \"available\": true,\n                \"onDiscountSale\": false,\n                \"buyerschoice\": false,\n                \"images\": [\n                    {\n                        \"imageName\": \"88946701-a08b-4225-bc2f-1e7205f92203.png\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/88946701-a08b-4225-bc2f-1e7205f92203.png\"\n                    },\n                    {\n                        \"imageName\": \"28e71e21-a240-46ea-b4e8-a9240191c46f.png\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/28e71e21-a240-46ea-b4e8-a9240191c46f.png\"\n                    },\n                    {\n                        \"imageName\": \"44617ecb-97a3-4cb4-8879-107b72390aba.png\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/44617ecb-97a3-4cb4-8879-107b72390aba.png\"\n                    }\n                ],\n                \"manufacturingYear\": 2022,\n                \"manufacturingMonth\": 8,\n                \"productAddedDateTime\": \"2023-01-31T11:43:15.678776\",\n                \"productUpdatedDateTime\": \"2023-01-31T11:43:15.678776\",\n                \"category\": {\n                    \"categoryId\": 2,\n                    \"categoryName\": \"Fashion\",\n                    \"categoryDescription\": \"The Fashion category provides clothing, shoes and accessories for men, women and children, from different brands and styles, including casual and formal options. It caters to different sizes and fashion needs in one place.\",\n                    \"active\": true,\n                    \"categoryAddedDateTime\": \"2023-01-31T11:17:21.285036\",\n                    \"categoryUpdatedDateTime\": \"2023-01-31T11:17:21.285036\"\n                },\n                \"listOfReviews\": [],\n                \"totalSales\": null,\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/products/4\"\n                    },\n                    \"category\": {\n                        \"href\": \"http://localhost:8088/bestbuy/categories/2\"\n                    },\n                    \"add to cart\": {\n                        \"href\": \"http://localhost:8088/bestbuy/carts/customers/{contact}/products/4?productQuantity=1\",\n                        \"templated\": true\n                    },\n                    \"buy product\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/customers/{contact}/payments/{paymentId}/products/4/1\",\n                        \"templated\": true\n                    }\n                }\n            },\n            {\n                \"productId\": 5,\n                \"productName\": \"Starbucks Iced Coffee\",\n                \"productDescription\": \"Starbucks Iced Coffee is a refreshing and delicious coffee drink that is perfect for hot summer days. It is made with high-quality, responsibly sourced arabica beans and cold water for a smooth and balanced flavor.\",\n                \"productTechnicalDetails\": \"Starbucks Iced Coffee is a 16 oz cup of iced coffee made with freshly brewed coffee, ice, and milk. The caloric content varies depending on the size and ingredients used.\",\n                \"brand\": \"Starbucks\",\n                \"type\": \"Coffee\",\n                \"salePrice\": 292.626,\n                \"marketPrice\": 325.14,\n                \"discountPercentage\": 10,\n                \"stockQuantity\": 450,\n                \"rating\": 4.9,\n                \"available\": true,\n                \"onDiscountSale\": false,\n                \"buyerschoice\": false,\n                \"images\": [\n                    {\n                        \"imageName\": \"c9d3f6a5-c554-4809-a950-20e7c7e01907.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/c9d3f6a5-c554-4809-a950-20e7c7e01907.jpg\"\n                    }\n                ],\n                \"manufacturingYear\": 2003,\n                \"manufacturingMonth\": 7,\n                \"productAddedDateTime\": \"2023-01-31T11:52:40.911839\",\n                \"productUpdatedDateTime\": \"2023-01-31T11:53:50.691885\",\n                \"category\": {\n                    \"categoryId\": 1,\n                    \"categoryName\": \"Beverages\",\n                    \"categoryDescription\": \"The Beverages category offers a wide variety of drinks including soft drinks, juices, energy drinks, teas, coffees, and alcoholic beverages from different brands, it also includes options for dietary restrictions.\",\n                    \"active\": true,\n                    \"categoryAddedDateTime\": \"2023-01-31T11:17:01.023846\",\n                    \"categoryUpdatedDateTime\": \"2023-01-31T11:17:01.023846\"\n                },\n                \"listOfReviews\": [],\n                \"totalSales\": null,\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/products/5\"\n                    },\n                    \"category\": {\n                        \"href\": \"http://localhost:8088/bestbuy/categories/1\"\n                    },\n                    \"add to cart\": {\n                        \"href\": \"http://localhost:8088/bestbuy/carts/customers/{contact}/products/5?productQuantity=1\",\n                        \"templated\": true\n                    },\n                    \"buy product\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/customers/{contact}/payments/{paymentId}/products/5/1\",\n                        \"templated\": true\n                    }\n                }\n            }\n        ]\n    },\n    \"_links\": {\n        \"first\": {\n            \"href\": \"http://localhost:8088/bestbuy/products/all/page?page=0&size=5\"\n        },\n        \"self\": {\n            \"href\": \"http://localhost:8088/bestbuy/products/all/page?page=0&size=5\"\n        },\n        \"next\": {\n            \"href\": \"http://localhost:8088/bestbuy/products/all/page?page=1&size=5\"\n        },\n        \"last\": {\n            \"href\": \"http://localhost:8088/bestbuy/products/all/page?page=1&size=5\"\n        },\n        \"collection\": {\n            \"href\": \"http://localhost:8088/bestbuy/products/all/page{?pageNumber,pageSize}\",\n            \"templated\": true\n        }\n    },\n    \"page\": {\n        \"size\": 5,\n        \"totalElements\": 8,\n        \"totalPages\": 2,\n        \"number\": 0\n    }\n}"}],"_postman_id":"3f7114de-bcfd-4197-ae01-1c3909226f3a"},{"name":"Get All Products Sorted By Rating","id":"810ec119-92f9-4e58-945a-2c75fc351103","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/products/all/sort/rating","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","products","all","sort","rating"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b4d84881-c735-45c9-9bab-88013d4f3900","name":"Get All Products Sorted By Rating","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/products/all/sort/rating"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 02 Feb 2023 10:31:48 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"productResponseDtoList\": [\n            {\n                \"productId\": 5,\n                \"productName\": \"Starbucks Iced Coffee\",\n                \"productDescription\": \"Starbucks Iced Coffee is a refreshing and delicious coffee drink that is perfect for hot summer days. It is made with high-quality, responsibly sourced arabica beans and cold water for a smooth and balanced flavor.\",\n                \"productTechnicalDetails\": \"Starbucks Iced Coffee is a 16 oz cup of iced coffee made with freshly brewed coffee, ice, and milk. The caloric content varies depending on the size and ingredients used.\",\n                \"brand\": \"Starbucks\",\n                \"type\": \"Coffee\",\n                \"salePrice\": 292.626,\n                \"marketPrice\": 325.14,\n                \"discountPercentage\": 10,\n                \"stockQuantity\": 450,\n                \"rating\": 4.9,\n                \"available\": true,\n                \"onDiscountSale\": false,\n                \"buyerschoice\": false,\n                \"images\": [\n                    {\n                        \"imageName\": \"c9d3f6a5-c554-4809-a950-20e7c7e01907.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/c9d3f6a5-c554-4809-a950-20e7c7e01907.jpg\"\n                    }\n                ],\n                \"manufacturingYear\": 2003,\n                \"manufacturingMonth\": 7,\n                \"productAddedDateTime\": \"2023-01-31T11:52:40.911839\",\n                \"productUpdatedDateTime\": \"2023-01-31T11:53:50.691885\",\n                \"category\": {\n                    \"categoryId\": 1,\n                    \"categoryName\": \"Beverages\",\n                    \"categoryDescription\": \"The Beverages category offers a wide variety of drinks including soft drinks, juices, energy drinks, teas, coffees, and alcoholic beverages from different brands, it also includes options for dietary restrictions.\",\n                    \"active\": true,\n                    \"categoryAddedDateTime\": \"2023-01-31T11:17:01.023846\",\n                    \"categoryUpdatedDateTime\": \"2023-01-31T11:17:01.023846\"\n                },\n                \"listOfReviews\": [],\n                \"totalSales\": null,\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/products/5\"\n                    },\n                    \"category\": {\n                        \"href\": \"http://localhost:8088/bestbuy/categories/1\"\n                    },\n                    \"add to cart\": {\n                        \"href\": \"http://localhost:8088/bestbuy/carts/customers/{contact}/products/5?productQuantity=1\",\n                        \"templated\": true\n                    },\n                    \"buy product\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/customers/{contact}/payments/{paymentId}/products/5/1\",\n                        \"templated\": true\n                    }\n                }\n            },\n            {\n                \"productId\": 7,\n                \"productName\": \"Levi's 501 Original Fit Jeans\",\n                \"productDescription\": \"The Levi's 501 Original Fit Jeans are a classic and versatile style that have been popular for over 150 years. Made with high-quality denim, these jeans feature a straight leg and a button fly for a comfortable and timeless look.\",\n                \"productTechnicalDetails\": \"Samsung Galaxy S21 has a 6.2-inch Dynamic AMOLED 2X display, can have either an Exynos 2100 or Snapdragon 888 chip, a triple-camera system with 12MP lenses for ultra wide, wide, and telephoto shots, 8K video recording capabilities, and storage options of 128GB, 256GB, and 512GB. The device also has a battery life of up to 28 hours talk time or 100 hours audio playback.\",\n                \"brand\": \"Levi's\",\n                \"type\": \"Jeans\",\n                \"salePrice\": 5084.406,\n                \"marketPrice\": 5649.34,\n                \"discountPercentage\": 10,\n                \"stockQuantity\": 50,\n                \"rating\": 4.6,\n                \"available\": true,\n                \"onDiscountSale\": false,\n                \"buyerschoice\": false,\n                \"images\": [\n                    {\n                        \"imageName\": \"39a504ad-cbeb-435f-8f6c-7233f7780c07.png\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/39a504ad-cbeb-435f-8f6c-7233f7780c07.png\"\n                    },\n                    {\n                        \"imageName\": \"40765e73-7630-4317-8e5c-d1ed8e80fd90.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/40765e73-7630-4317-8e5c-d1ed8e80fd90.jpg\"\n                    },\n                    {\n                        \"imageName\": \"66b31ff6-a1ab-47c1-a419-bab97d579fb0.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/66b31ff6-a1ab-47c1-a419-bab97d579fb0.jpg\"\n                    }\n                ],\n                \"manufacturingYear\": 2022,\n                \"manufacturingMonth\": 3,\n                \"productAddedDateTime\": \"2023-01-31T12:03:22.326077\",\n                \"productUpdatedDateTime\": \"2023-01-31T12:03:22.326077\",\n                \"category\": {\n                    \"categoryId\": 2,\n                    \"categoryName\": \"Fashion\",\n                    \"categoryDescription\": \"The Fashion category provides clothing, shoes and accessories for men, women and children, from different brands and styles, including casual and formal options. It caters to different sizes and fashion needs in one place.\",\n                    \"active\": true,\n                    \"categoryAddedDateTime\": \"2023-01-31T11:17:21.285036\",\n                    \"categoryUpdatedDateTime\": \"2023-01-31T11:17:21.285036\"\n                },\n                \"listOfReviews\": [],\n                \"totalSales\": null,\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/products/7\"\n                    },\n                    \"category\": {\n                        \"href\": \"http://localhost:8088/bestbuy/categories/2\"\n                    },\n                    \"add to cart\": {\n                        \"href\": \"http://localhost:8088/bestbuy/carts/customers/{contact}/products/7?productQuantity=1\",\n                        \"templated\": true\n                    },\n                    \"buy product\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/customers/{contact}/payments/{paymentId}/products/7/1\",\n                        \"templated\": true\n                    }\n                }\n            },\n            {\n                \"productId\": 8,\n                \"productName\": \"Levi's 501 Original Fit Jeans\",\n                \"productDescription\": \"The Levi's 501 Original Fit Jeans are a classic and versatile style that have been popular for over 150 years. Made with high-quality denim, these jeans feature a straight leg and a button fly for a comfortable and timeless look.\",\n                \"productTechnicalDetails\": \"Samsung Galaxy S21 has a 6.2-inch Dynamic AMOLED 2X display, can have either an Exynos 2100 or Snapdragon 888 chip, a triple-camera system with 12MP lenses for ultra wide, wide, and telephoto shots, 8K video recording capabilities, and storage options of 128GB, 256GB, and 512GB. The device also has a battery life of up to 28 hours talk time or 100 hours audio playback.\",\n                \"brand\": \"Levi's\",\n                \"type\": \"Jeans\",\n                \"salePrice\": 5084.406,\n                \"marketPrice\": 5649.34,\n                \"discountPercentage\": 10,\n                \"stockQuantity\": 43,\n                \"rating\": 4.6,\n                \"available\": true,\n                \"onDiscountSale\": false,\n                \"buyerschoice\": false,\n                \"images\": [\n                    {\n                        \"imageName\": \"67c56738-f4a6-4fac-a9da-b73fcd35c686.png\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/67c56738-f4a6-4fac-a9da-b73fcd35c686.png\"\n                    },\n                    {\n                        \"imageName\": \"519565bc-162f-4c47-8039-154a17982246.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/519565bc-162f-4c47-8039-154a17982246.jpg\"\n                    },\n                    {\n                        \"imageName\": \"0f12aa1e-0b3a-43da-b965-2651dd955099.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/0f12aa1e-0b3a-43da-b965-2651dd955099.jpg\"\n                    }\n                ],\n                \"manufacturingYear\": 2022,\n                \"manufacturingMonth\": 3,\n                \"productAddedDateTime\": \"2023-01-31T12:54:00.471956\",\n                \"productUpdatedDateTime\": \"2023-01-31T13:22:15.889562\",\n                \"category\": {\n                    \"categoryId\": 2,\n                    \"categoryName\": \"Fashion\",\n                    \"categoryDescription\": \"The Fashion category provides clothing, shoes and accessories for men, women and children, from different brands and styles, including casual and formal options. It caters to different sizes and fashion needs in one place.\",\n                    \"active\": true,\n                    \"categoryAddedDateTime\": \"2023-01-31T11:17:21.285036\",\n                    \"categoryUpdatedDateTime\": \"2023-01-31T11:17:21.285036\"\n                },\n                \"listOfReviews\": [],\n                \"totalSales\": 1,\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/products/8\"\n                    },\n                    \"category\": {\n                        \"href\": \"http://localhost:8088/bestbuy/categories/2\"\n                    },\n                    \"add to cart\": {\n                        \"href\": \"http://localhost:8088/bestbuy/carts/customers/{contact}/products/8?productQuantity=1\",\n                        \"templated\": true\n                    },\n                    \"buy product\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/customers/{contact}/payments/{paymentId}/products/8/1\",\n                        \"templated\": true\n                    }\n                }\n            },\n            {\n                \"productId\": 1,\n                \"productName\": \" iPhone 12 Pro\",\n                \"productDescription\": \"The iPhone 12 Pro is the latest and greatest smartphone from Apple, featuring a new A14 Bionic chip, a Triple-camera system, and a Ceramic Shield front cover for improved durability.\",\n                \"productTechnicalDetails\": \"The iPhone 12 Pro features a 6.1-inch Super Retina XDR display, A14 Bionic chip, a Triple-camera system with 12MP Ultra Wide, Wide, and Telephoto lenses, 4K Dolby Vision HDR recording, storage options of 128GB, 256GB, 512GB, and 1TB and a long battery life of up to 28 hours talk time or 95 hours audio playback.\",\n                \"brand\": \"Apple\",\n                \"type\": \"Smartphone\",\n                \"salePrice\": 77143.572,\n                \"marketPrice\": 81203.76,\n                \"discountPercentage\": 5,\n                \"stockQuantity\": 23,\n                \"rating\": 4.5,\n                \"available\": true,\n                \"onDiscountSale\": false,\n                \"buyerschoice\": false,\n                \"images\": [\n                    {\n                        \"imageName\": \"2455f112-6045-4a38-b158-b2fa8f918103.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/2455f112-6045-4a38-b158-b2fa8f918103.jpg\"\n                    },\n                    {\n                        \"imageName\": \"97134b69-f226-47c7-bc42-f3a5f8ec41cf.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/97134b69-f226-47c7-bc42-f3a5f8ec41cf.jpg\"\n                    },\n                    {\n                        \"imageName\": \"4363bcf4-445d-4c2e-939a-5679d2fd32ba.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/4363bcf4-445d-4c2e-939a-5679d2fd32ba.jpg\"\n                    }\n                ],\n                \"manufacturingYear\": 2021,\n                \"manufacturingMonth\": 9,\n                \"productAddedDateTime\": \"2023-01-31T11:30:34.156892\",\n                \"productUpdatedDateTime\": \"2023-02-02T14:48:48.774697\",\n                \"category\": {\n                    \"categoryId\": 3,\n                    \"categoryName\": \"Electronics\",\n                    \"categoryDescription\": \"The Electronics category includes consumer electronics like smartphones, laptops, tablets and more from various brands, including latest models and budget-friendly options. It offers a range of options for customers to choose.\",\n                    \"active\": true,\n                    \"categoryAddedDateTime\": \"2023-01-31T11:17:54.135729\",\n                    \"categoryUpdatedDateTime\": \"2023-01-31T11:17:54.135729\"\n                },\n                \"listOfReviews\": [],\n                \"totalSales\": null,\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/products/1\"\n                    },\n                    \"category\": {\n                        \"href\": \"http://localhost:8088/bestbuy/categories/3\"\n                    },\n                    \"add to cart\": {\n                        \"href\": \"http://localhost:8088/bestbuy/carts/customers/{contact}/products/1?productQuantity=1\",\n                        \"templated\": true\n                    },\n                    \"buy product\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/customers/{contact}/payments/{paymentId}/products/1/1\",\n                        \"templated\": true\n                    }\n                }\n            },\n            {\n                \"productId\": 3,\n                \"productName\": \"Gucci GG Marmont Shoulder Bag\",\n                \"productDescription\": \"The Gucci GG Marmont Shoulder Bag is a luxurious and elegant handbag that features the iconic GG pattern and a quilted leather design. It is the perfect accessory for any fashion-conscious individual.\",\n                \"productTechnicalDetails\": \"The Gucci GG Marmont Shoulder Bag is made of Leather, has a Regular fit, Clean with a damp cloth and is available in Small, Medium sizes.\",\n                \"brand\": \"Gucci\",\n                \"type\": \"Bag\",\n                \"salePrice\": 114124.842,\n                \"marketPrice\": 146313.9,\n                \"discountPercentage\": 22,\n                \"stockQuantity\": 40,\n                \"rating\": 4.5,\n                \"available\": true,\n                \"onDiscountSale\": false,\n                \"buyerschoice\": false,\n                \"images\": [\n                    {\n                        \"imageName\": \"9f2c7757-7081-4da2-a1d9-5d622974f0fb.png\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/9f2c7757-7081-4da2-a1d9-5d622974f0fb.png\"\n                    },\n                    {\n                        \"imageName\": \"3a9a4490-3caf-428f-99cf-168e75104cb2.png\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/3a9a4490-3caf-428f-99cf-168e75104cb2.png\"\n                    },\n                    {\n                        \"imageName\": \"b799405e-8724-4591-a0b5-b83a1d5ee20b.png\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/b799405e-8724-4591-a0b5-b83a1d5ee20b.png\"\n                    },\n                    {\n                        \"imageName\": \"ed976a87-9f03-42db-bbcd-7d4620f95c71.png\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/ed976a87-9f03-42db-bbcd-7d4620f95c71.png\"\n                    }\n                ],\n                \"manufacturingYear\": 2018,\n                \"manufacturingMonth\": 10,\n                \"productAddedDateTime\": \"2023-01-31T11:39:33.132628\",\n                \"productUpdatedDateTime\": \"2023-01-31T11:39:33.132628\",\n                \"category\": {\n                    \"categoryId\": 2,\n                    \"categoryName\": \"Fashion\",\n                    \"categoryDescription\": \"The Fashion category provides clothing, shoes and accessories for men, women and children, from different brands and styles, including casual and formal options. It caters to different sizes and fashion needs in one place.\",\n                    \"active\": true,\n                    \"categoryAddedDateTime\": \"2023-01-31T11:17:21.285036\",\n                    \"categoryUpdatedDateTime\": \"2023-01-31T11:17:21.285036\"\n                },\n                \"listOfReviews\": [],\n                \"totalSales\": null,\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/products/3\"\n                    },\n                    \"category\": {\n                        \"href\": \"http://localhost:8088/bestbuy/categories/2\"\n                    },\n                    \"add to cart\": {\n                        \"href\": \"http://localhost:8088/bestbuy/carts/customers/{contact}/products/3?productQuantity=1\",\n                        \"templated\": true\n                    },\n                    \"buy product\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/customers/{contact}/payments/{paymentId}/products/3/1\",\n                        \"templated\": true\n                    }\n                }\n            }\n        ]\n    },\n    \"_links\": {\n        \"first\": {\n            \"href\": \"http://localhost:8088/bestbuy/products/all/sort/rating?page=0&size=5&sort=rating,desc\"\n        },\n        \"self\": {\n            \"href\": \"http://localhost:8088/bestbuy/products/all/sort/rating?page=0&size=5&sort=rating,desc\"\n        },\n        \"next\": {\n            \"href\": \"http://localhost:8088/bestbuy/products/all/sort/rating?page=1&size=5&sort=rating,desc\"\n        },\n        \"last\": {\n            \"href\": \"http://localhost:8088/bestbuy/products/all/sort/rating?page=1&size=5&sort=rating,desc\"\n        },\n        \"collection\": {\n            \"href\": \"http://localhost:8088/bestbuy/products/all/page{?pageNumber,pageSize}\",\n            \"templated\": true\n        }\n    },\n    \"page\": {\n        \"size\": 5,\n        \"totalElements\": 8,\n        \"totalPages\": 2,\n        \"number\": 0\n    }\n}"}],"_postman_id":"810ec119-92f9-4e58-945a-2c75fc351103"},{"name":"Get All Products By Category Sorted By Rating","id":"2d9a4315-b059-4d72-8865-83416561d574","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/products/all/filter/category/{category}/sortby/rating","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","products","all","filter","category","{category}","sortby","rating"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"acde2860-0c47-4256-8da8-b07c2efe0a94","name":"Get All Products By Category Sorted By Rating","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/products/all/filter/category/1/sortby/rating"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 02 Feb 2023 10:32:02 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"productResponseDtoList\": [\n            {\n                \"productId\": 5,\n                \"productName\": \"Starbucks Iced Coffee\",\n                \"productDescription\": \"Starbucks Iced Coffee is a refreshing and delicious coffee drink that is perfect for hot summer days. It is made with high-quality, responsibly sourced arabica beans and cold water for a smooth and balanced flavor.\",\n                \"productTechnicalDetails\": \"Starbucks Iced Coffee is a 16 oz cup of iced coffee made with freshly brewed coffee, ice, and milk. The caloric content varies depending on the size and ingredients used.\",\n                \"brand\": \"Starbucks\",\n                \"type\": \"Coffee\",\n                \"salePrice\": 292.626,\n                \"marketPrice\": 325.14,\n                \"discountPercentage\": 10,\n                \"stockQuantity\": 450,\n                \"rating\": 4.9,\n                \"available\": true,\n                \"onDiscountSale\": false,\n                \"buyerschoice\": false,\n                \"images\": [\n                    {\n                        \"imageName\": \"c9d3f6a5-c554-4809-a950-20e7c7e01907.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/c9d3f6a5-c554-4809-a950-20e7c7e01907.jpg\"\n                    }\n                ],\n                \"manufacturingYear\": 2003,\n                \"manufacturingMonth\": 7,\n                \"productAddedDateTime\": \"2023-01-31T11:52:40.911839\",\n                \"productUpdatedDateTime\": \"2023-01-31T11:53:50.691885\",\n                \"category\": {\n                    \"categoryId\": 1,\n                    \"categoryName\": \"Beverages\",\n                    \"categoryDescription\": \"The Beverages category offers a wide variety of drinks including soft drinks, juices, energy drinks, teas, coffees, and alcoholic beverages from different brands, it also includes options for dietary restrictions.\",\n                    \"active\": true,\n                    \"categoryAddedDateTime\": \"2023-01-31T11:17:01.023846\",\n                    \"categoryUpdatedDateTime\": \"2023-01-31T11:17:01.023846\"\n                },\n                \"listOfReviews\": [],\n                \"totalSales\": null,\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/products/5\"\n                    },\n                    \"category\": {\n                        \"href\": \"http://localhost:8088/bestbuy/categories/1\"\n                    },\n                    \"add to cart\": {\n                        \"href\": \"http://localhost:8088/bestbuy/carts/customers/{contact}/products/5?productQuantity=1\",\n                        \"templated\": true\n                    },\n                    \"buy product\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/customers/{contact}/payments/{paymentId}/products/5/1\",\n                        \"templated\": true\n                    }\n                }\n            },\n            {\n                \"productId\": 6,\n                \"productName\": \"Red Bull Energy Drink\",\n                \"productDescription\": \"Red Bull Energy Drink is a functional beverage that helps to increase performance, concentration, and reaction speed. It contains a unique combination of ingredients, including caffeine, taurine, and B-group vitamins.\",\n                \"productTechnicalDetails\": \"Red Bull Energy Drink is an 8.4 oz can of carbonated beverage made with carbonated water, sucrose, glucose, acidity regulator (citric acid), taurine, caffeine, D-glucuronolactone, inositol, niacinamide, calcium pantothenate, pyridoxine HCl, and Vitamin B12. It contains 110 calories per 8.4 oz can.\",\n                \"brand\": \"Red Bull\",\n                \"type\": \"Energy Drink\",\n                \"salePrice\": 197.1137,\n                \"marketPrice\": 203.21,\n                \"discountPercentage\": 3,\n                \"stockQuantity\": 250,\n                \"rating\": 4.4,\n                \"available\": true,\n                \"onDiscountSale\": false,\n                \"buyerschoice\": false,\n                \"images\": [\n                    {\n                        \"imageName\": \"e1bafb86-f2ed-4b0a-9d7a-cc4c6fa8787b.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/e1bafb86-f2ed-4b0a-9d7a-cc4c6fa8787b.jpg\"\n                    },\n                    {\n                        \"imageName\": \"9c329fe1-7400-4510-aaf2-3cdc69df4237.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/9c329fe1-7400-4510-aaf2-3cdc69df4237.jpg\"\n                    }\n                ],\n                \"manufacturingYear\": 2005,\n                \"manufacturingMonth\": 5,\n                \"productAddedDateTime\": \"2023-01-31T11:57:40.134229\",\n                \"productUpdatedDateTime\": \"2023-01-31T11:57:40.134229\",\n                \"category\": {\n                    \"categoryId\": 1,\n                    \"categoryName\": \"Beverages\",\n                    \"categoryDescription\": \"The Beverages category offers a wide variety of drinks including soft drinks, juices, energy drinks, teas, coffees, and alcoholic beverages from different brands, it also includes options for dietary restrictions.\",\n                    \"active\": true,\n                    \"categoryAddedDateTime\": \"2023-01-31T11:17:01.023846\",\n                    \"categoryUpdatedDateTime\": \"2023-01-31T11:17:01.023846\"\n                },\n                \"listOfReviews\": [],\n                \"totalSales\": null,\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/products/6\"\n                    },\n                    \"category\": {\n                        \"href\": \"http://localhost:8088/bestbuy/categories/1\"\n                    },\n                    \"add to cart\": {\n                        \"href\": \"http://localhost:8088/bestbuy/carts/customers/{contact}/products/6?productQuantity=1\",\n                        \"templated\": true\n                    },\n                    \"buy product\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/customers/{contact}/payments/{paymentId}/products/6/1\",\n                        \"templated\": true\n                    }\n                }\n            }\n        ]\n    },\n    \"_links\": {\n        \"self\": {\n            \"href\": \"http://localhost:8088/bestbuy/products/all/filter/category/1/sortby/rating?page=0&size=5\"\n        },\n        \"products by category \": {\n            \"href\": \"http://localhost:8088/bestbuy/products/all/categories/1\"\n        },\n        \"collection\": {\n            \"href\": \"http://localhost:8088/bestbuy/products/all/page{?pageNumber,pageSize}\",\n            \"templated\": true\n        }\n    },\n    \"page\": {\n        \"size\": 5,\n        \"totalElements\": 2,\n        \"totalPages\": 1,\n        \"number\": 0\n    }\n}"}],"_postman_id":"2d9a4315-b059-4d72-8865-83416561d574"},{"name":"Get All Products By Category Sorted By Added Date","id":"4eb4b0e7-1531-4996-b453-d961bc2f4fdc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/products/all/filter/category/{categoryId}/sortby/addeddate","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","products","all","filter","category","{categoryId}","sortby","addeddate"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d020d01d-9b84-4bfe-8b83-12cb0dffa972","name":"Get All Products By Category Sorted By Added Date","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/products/all/filter/category/2/sortby/addeddate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 02 Feb 2023 10:32:12 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"productResponseDtoList\": [\n            {\n                \"productId\": 8,\n                \"productName\": \"Levi's 501 Original Fit Jeans\",\n                \"productDescription\": \"The Levi's 501 Original Fit Jeans are a classic and versatile style that have been popular for over 150 years. Made with high-quality denim, these jeans feature a straight leg and a button fly for a comfortable and timeless look.\",\n                \"productTechnicalDetails\": \"Samsung Galaxy S21 has a 6.2-inch Dynamic AMOLED 2X display, can have either an Exynos 2100 or Snapdragon 888 chip, a triple-camera system with 12MP lenses for ultra wide, wide, and telephoto shots, 8K video recording capabilities, and storage options of 128GB, 256GB, and 512GB. The device also has a battery life of up to 28 hours talk time or 100 hours audio playback.\",\n                \"brand\": \"Levi's\",\n                \"type\": \"Jeans\",\n                \"salePrice\": 5084.406,\n                \"marketPrice\": 5649.34,\n                \"discountPercentage\": 10,\n                \"stockQuantity\": 43,\n                \"rating\": 4.6,\n                \"available\": true,\n                \"onDiscountSale\": false,\n                \"buyerschoice\": false,\n                \"images\": [\n                    {\n                        \"imageName\": \"67c56738-f4a6-4fac-a9da-b73fcd35c686.png\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/67c56738-f4a6-4fac-a9da-b73fcd35c686.png\"\n                    },\n                    {\n                        \"imageName\": \"519565bc-162f-4c47-8039-154a17982246.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/519565bc-162f-4c47-8039-154a17982246.jpg\"\n                    },\n                    {\n                        \"imageName\": \"0f12aa1e-0b3a-43da-b965-2651dd955099.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/0f12aa1e-0b3a-43da-b965-2651dd955099.jpg\"\n                    }\n                ],\n                \"manufacturingYear\": 2022,\n                \"manufacturingMonth\": 3,\n                \"productAddedDateTime\": \"2023-01-31T12:54:00.471956\",\n                \"productUpdatedDateTime\": \"2023-01-31T13:22:15.889562\",\n                \"category\": {\n                    \"categoryId\": 2,\n                    \"categoryName\": \"Fashion\",\n                    \"categoryDescription\": \"The Fashion category provides clothing, shoes and accessories for men, women and children, from different brands and styles, including casual and formal options. It caters to different sizes and fashion needs in one place.\",\n                    \"active\": true,\n                    \"categoryAddedDateTime\": \"2023-01-31T11:17:21.285036\",\n                    \"categoryUpdatedDateTime\": \"2023-01-31T11:17:21.285036\"\n                },\n                \"listOfReviews\": [],\n                \"totalSales\": 1,\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/products/8\"\n                    },\n                    \"category\": {\n                        \"href\": \"http://localhost:8088/bestbuy/categories/2\"\n                    },\n                    \"add to cart\": {\n                        \"href\": \"http://localhost:8088/bestbuy/carts/customers/{contact}/products/8?productQuantity=1\",\n                        \"templated\": true\n                    },\n                    \"buy product\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/customers/{contact}/payments/{paymentId}/products/8/1\",\n                        \"templated\": true\n                    }\n                }\n            },\n            {\n                \"productId\": 7,\n                \"productName\": \"Levi's 501 Original Fit Jeans\",\n                \"productDescription\": \"The Levi's 501 Original Fit Jeans are a classic and versatile style that have been popular for over 150 years. Made with high-quality denim, these jeans feature a straight leg and a button fly for a comfortable and timeless look.\",\n                \"productTechnicalDetails\": \"Samsung Galaxy S21 has a 6.2-inch Dynamic AMOLED 2X display, can have either an Exynos 2100 or Snapdragon 888 chip, a triple-camera system with 12MP lenses for ultra wide, wide, and telephoto shots, 8K video recording capabilities, and storage options of 128GB, 256GB, and 512GB. The device also has a battery life of up to 28 hours talk time or 100 hours audio playback.\",\n                \"brand\": \"Levi's\",\n                \"type\": \"Jeans\",\n                \"salePrice\": 5084.406,\n                \"marketPrice\": 5649.34,\n                \"discountPercentage\": 10,\n                \"stockQuantity\": 50,\n                \"rating\": 4.6,\n                \"available\": true,\n                \"onDiscountSale\": false,\n                \"buyerschoice\": false,\n                \"images\": [\n                    {\n                        \"imageName\": \"39a504ad-cbeb-435f-8f6c-7233f7780c07.png\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/39a504ad-cbeb-435f-8f6c-7233f7780c07.png\"\n                    },\n                    {\n                        \"imageName\": \"40765e73-7630-4317-8e5c-d1ed8e80fd90.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/40765e73-7630-4317-8e5c-d1ed8e80fd90.jpg\"\n                    },\n                    {\n                        \"imageName\": \"66b31ff6-a1ab-47c1-a419-bab97d579fb0.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/66b31ff6-a1ab-47c1-a419-bab97d579fb0.jpg\"\n                    }\n                ],\n                \"manufacturingYear\": 2022,\n                \"manufacturingMonth\": 3,\n                \"productAddedDateTime\": \"2023-01-31T12:03:22.326077\",\n                \"productUpdatedDateTime\": \"2023-01-31T12:03:22.326077\",\n                \"category\": {\n                    \"categoryId\": 2,\n                    \"categoryName\": \"Fashion\",\n                    \"categoryDescription\": \"The Fashion category provides clothing, shoes and accessories for men, women and children, from different brands and styles, including casual and formal options. It caters to different sizes and fashion needs in one place.\",\n                    \"active\": true,\n                    \"categoryAddedDateTime\": \"2023-01-31T11:17:21.285036\",\n                    \"categoryUpdatedDateTime\": \"2023-01-31T11:17:21.285036\"\n                },\n                \"listOfReviews\": [],\n                \"totalSales\": null,\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/products/7\"\n                    },\n                    \"category\": {\n                        \"href\": \"http://localhost:8088/bestbuy/categories/2\"\n                    },\n                    \"add to cart\": {\n                        \"href\": \"http://localhost:8088/bestbuy/carts/customers/{contact}/products/7?productQuantity=1\",\n                        \"templated\": true\n                    },\n                    \"buy product\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/customers/{contact}/payments/{paymentId}/products/7/1\",\n                        \"templated\": true\n                    }\n                }\n            },\n            {\n                \"productId\": 4,\n                \"productName\": \"Nike Air Zoom Pegasus 38\",\n                \"productDescription\": \"The Nike Air Zoom Pegasus 38 are a high-performance running shoe that feature a lightweight design and responsive Zoom Air cushioning for a comfortable and responsive ride.\",\n                \"productTechnicalDetails\": \"The Nike Air Zoom Pegasus 38 are a running shoe made of Mesh and synthetic upper, rubber outsole, Regular fit, Lace-up Closure, machine washable and have sizes available in 6-13 US Men's with various widths.\",\n                \"brand\": \"Nike\",\n                \"type\": \"Running Shoe\",\n                \"salePrice\": 8973.9192,\n                \"marketPrice\": 9754.26,\n                \"discountPercentage\": 8,\n                \"stockQuantity\": 80,\n                \"rating\": 4.2,\n                \"available\": true,\n                \"onDiscountSale\": false,\n                \"buyerschoice\": false,\n                \"images\": [\n                    {\n                        \"imageName\": \"88946701-a08b-4225-bc2f-1e7205f92203.png\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/88946701-a08b-4225-bc2f-1e7205f92203.png\"\n                    },\n                    {\n                        \"imageName\": \"28e71e21-a240-46ea-b4e8-a9240191c46f.png\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/28e71e21-a240-46ea-b4e8-a9240191c46f.png\"\n                    },\n                    {\n                        \"imageName\": \"44617ecb-97a3-4cb4-8879-107b72390aba.png\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/44617ecb-97a3-4cb4-8879-107b72390aba.png\"\n                    }\n                ],\n                \"manufacturingYear\": 2022,\n                \"manufacturingMonth\": 8,\n                \"productAddedDateTime\": \"2023-01-31T11:43:15.678776\",\n                \"productUpdatedDateTime\": \"2023-01-31T11:43:15.678776\",\n                \"category\": {\n                    \"categoryId\": 2,\n                    \"categoryName\": \"Fashion\",\n                    \"categoryDescription\": \"The Fashion category provides clothing, shoes and accessories for men, women and children, from different brands and styles, including casual and formal options. It caters to different sizes and fashion needs in one place.\",\n                    \"active\": true,\n                    \"categoryAddedDateTime\": \"2023-01-31T11:17:21.285036\",\n                    \"categoryUpdatedDateTime\": \"2023-01-31T11:17:21.285036\"\n                },\n                \"listOfReviews\": [],\n                \"totalSales\": null,\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/products/4\"\n                    },\n                    \"category\": {\n                        \"href\": \"http://localhost:8088/bestbuy/categories/2\"\n                    },\n                    \"add to cart\": {\n                        \"href\": \"http://localhost:8088/bestbuy/carts/customers/{contact}/products/4?productQuantity=1\",\n                        \"templated\": true\n                    },\n                    \"buy product\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/customers/{contact}/payments/{paymentId}/products/4/1\",\n                        \"templated\": true\n                    }\n                }\n            },\n            {\n                \"productId\": 3,\n                \"productName\": \"Gucci GG Marmont Shoulder Bag\",\n                \"productDescription\": \"The Gucci GG Marmont Shoulder Bag is a luxurious and elegant handbag that features the iconic GG pattern and a quilted leather design. It is the perfect accessory for any fashion-conscious individual.\",\n                \"productTechnicalDetails\": \"The Gucci GG Marmont Shoulder Bag is made of Leather, has a Regular fit, Clean with a damp cloth and is available in Small, Medium sizes.\",\n                \"brand\": \"Gucci\",\n                \"type\": \"Bag\",\n                \"salePrice\": 114124.842,\n                \"marketPrice\": 146313.9,\n                \"discountPercentage\": 22,\n                \"stockQuantity\": 40,\n                \"rating\": 4.5,\n                \"available\": true,\n                \"onDiscountSale\": false,\n                \"buyerschoice\": false,\n                \"images\": [\n                    {\n                        \"imageName\": \"9f2c7757-7081-4da2-a1d9-5d622974f0fb.png\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/9f2c7757-7081-4da2-a1d9-5d622974f0fb.png\"\n                    },\n                    {\n                        \"imageName\": \"3a9a4490-3caf-428f-99cf-168e75104cb2.png\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/3a9a4490-3caf-428f-99cf-168e75104cb2.png\"\n                    },\n                    {\n                        \"imageName\": \"b799405e-8724-4591-a0b5-b83a1d5ee20b.png\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/b799405e-8724-4591-a0b5-b83a1d5ee20b.png\"\n                    },\n                    {\n                        \"imageName\": \"ed976a87-9f03-42db-bbcd-7d4620f95c71.png\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/ed976a87-9f03-42db-bbcd-7d4620f95c71.png\"\n                    }\n                ],\n                \"manufacturingYear\": 2018,\n                \"manufacturingMonth\": 10,\n                \"productAddedDateTime\": \"2023-01-31T11:39:33.132628\",\n                \"productUpdatedDateTime\": \"2023-01-31T11:39:33.132628\",\n                \"category\": {\n                    \"categoryId\": 2,\n                    \"categoryName\": \"Fashion\",\n                    \"categoryDescription\": \"The Fashion category provides clothing, shoes and accessories for men, women and children, from different brands and styles, including casual and formal options. It caters to different sizes and fashion needs in one place.\",\n                    \"active\": true,\n                    \"categoryAddedDateTime\": \"2023-01-31T11:17:21.285036\",\n                    \"categoryUpdatedDateTime\": \"2023-01-31T11:17:21.285036\"\n                },\n                \"listOfReviews\": [],\n                \"totalSales\": null,\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/products/3\"\n                    },\n                    \"category\": {\n                        \"href\": \"http://localhost:8088/bestbuy/categories/2\"\n                    },\n                    \"add to cart\": {\n                        \"href\": \"http://localhost:8088/bestbuy/carts/customers/{contact}/products/3?productQuantity=1\",\n                        \"templated\": true\n                    },\n                    \"buy product\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/customers/{contact}/payments/{paymentId}/products/3/1\",\n                        \"templated\": true\n                    }\n                }\n            }\n        ]\n    },\n    \"_links\": {\n        \"self\": {\n            \"href\": \"http://localhost:8088/bestbuy/products/all/filter/category/2/sortby/addeddate?page=0&size=5\"\n        },\n        \"products by category \": {\n            \"href\": \"http://localhost:8088/bestbuy/products/all/categories/2\"\n        },\n        \"collection\": {\n            \"href\": \"http://localhost:8088/bestbuy/products/all/page{?pageNumber,pageSize}\",\n            \"templated\": true\n        }\n    },\n    \"page\": {\n        \"size\": 5,\n        \"totalElements\": 4,\n        \"totalPages\": 1,\n        \"number\": 0\n    }\n}"}],"_postman_id":"4eb4b0e7-1531-4996-b453-d961bc2f4fdc"},{"name":"Get All Products Sorted By Sale Price","id":"390c58ee-1780-4c59-b2f2-50bc69581a49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/products/all/sort/price","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","products","all","sort","price"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1c13ca8b-dd73-46ca-8ccd-791f6518fe29","name":"Get All Products Sorted By Sale Price","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/products/all/sort/price"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 02 Feb 2023 10:32:19 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"productResponseDtoList\": [\n            {\n                \"productId\": 6,\n                \"productName\": \"Red Bull Energy Drink\",\n                \"productDescription\": \"Red Bull Energy Drink is a functional beverage that helps to increase performance, concentration, and reaction speed. It contains a unique combination of ingredients, including caffeine, taurine, and B-group vitamins.\",\n                \"productTechnicalDetails\": \"Red Bull Energy Drink is an 8.4 oz can of carbonated beverage made with carbonated water, sucrose, glucose, acidity regulator (citric acid), taurine, caffeine, D-glucuronolactone, inositol, niacinamide, calcium pantothenate, pyridoxine HCl, and Vitamin B12. It contains 110 calories per 8.4 oz can.\",\n                \"brand\": \"Red Bull\",\n                \"type\": \"Energy Drink\",\n                \"salePrice\": 197.1137,\n                \"marketPrice\": 203.21,\n                \"discountPercentage\": 3,\n                \"stockQuantity\": 250,\n                \"rating\": 4.4,\n                \"available\": true,\n                \"onDiscountSale\": false,\n                \"buyerschoice\": false,\n                \"images\": [\n                    {\n                        \"imageName\": \"e1bafb86-f2ed-4b0a-9d7a-cc4c6fa8787b.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/e1bafb86-f2ed-4b0a-9d7a-cc4c6fa8787b.jpg\"\n                    },\n                    {\n                        \"imageName\": \"9c329fe1-7400-4510-aaf2-3cdc69df4237.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/9c329fe1-7400-4510-aaf2-3cdc69df4237.jpg\"\n                    }\n                ],\n                \"manufacturingYear\": 2005,\n                \"manufacturingMonth\": 5,\n                \"productAddedDateTime\": \"2023-01-31T11:57:40.134229\",\n                \"productUpdatedDateTime\": \"2023-01-31T11:57:40.134229\",\n                \"category\": {\n                    \"categoryId\": 1,\n                    \"categoryName\": \"Beverages\",\n                    \"categoryDescription\": \"The Beverages category offers a wide variety of drinks including soft drinks, juices, energy drinks, teas, coffees, and alcoholic beverages from different brands, it also includes options for dietary restrictions.\",\n                    \"active\": true,\n                    \"categoryAddedDateTime\": \"2023-01-31T11:17:01.023846\",\n                    \"categoryUpdatedDateTime\": \"2023-01-31T11:17:01.023846\"\n                },\n                \"listOfReviews\": [],\n                \"totalSales\": null,\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/products/6\"\n                    },\n                    \"category\": {\n                        \"href\": \"http://localhost:8088/bestbuy/categories/1\"\n                    },\n                    \"add to cart\": {\n                        \"href\": \"http://localhost:8088/bestbuy/carts/customers/{contact}/products/6?productQuantity=1\",\n                        \"templated\": true\n                    },\n                    \"buy product\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/customers/{contact}/payments/{paymentId}/products/6/1\",\n                        \"templated\": true\n                    }\n                }\n            },\n            {\n                \"productId\": 5,\n                \"productName\": \"Starbucks Iced Coffee\",\n                \"productDescription\": \"Starbucks Iced Coffee is a refreshing and delicious coffee drink that is perfect for hot summer days. It is made with high-quality, responsibly sourced arabica beans and cold water for a smooth and balanced flavor.\",\n                \"productTechnicalDetails\": \"Starbucks Iced Coffee is a 16 oz cup of iced coffee made with freshly brewed coffee, ice, and milk. The caloric content varies depending on the size and ingredients used.\",\n                \"brand\": \"Starbucks\",\n                \"type\": \"Coffee\",\n                \"salePrice\": 292.626,\n                \"marketPrice\": 325.14,\n                \"discountPercentage\": 10,\n                \"stockQuantity\": 450,\n                \"rating\": 4.9,\n                \"available\": true,\n                \"onDiscountSale\": false,\n                \"buyerschoice\": false,\n                \"images\": [\n                    {\n                        \"imageName\": \"c9d3f6a5-c554-4809-a950-20e7c7e01907.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/c9d3f6a5-c554-4809-a950-20e7c7e01907.jpg\"\n                    }\n                ],\n                \"manufacturingYear\": 2003,\n                \"manufacturingMonth\": 7,\n                \"productAddedDateTime\": \"2023-01-31T11:52:40.911839\",\n                \"productUpdatedDateTime\": \"2023-01-31T11:53:50.691885\",\n                \"category\": {\n                    \"categoryId\": 1,\n                    \"categoryName\": \"Beverages\",\n                    \"categoryDescription\": \"The Beverages category offers a wide variety of drinks including soft drinks, juices, energy drinks, teas, coffees, and alcoholic beverages from different brands, it also includes options for dietary restrictions.\",\n                    \"active\": true,\n                    \"categoryAddedDateTime\": \"2023-01-31T11:17:01.023846\",\n                    \"categoryUpdatedDateTime\": \"2023-01-31T11:17:01.023846\"\n                },\n                \"listOfReviews\": [],\n                \"totalSales\": null,\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/products/5\"\n                    },\n                    \"category\": {\n                        \"href\": \"http://localhost:8088/bestbuy/categories/1\"\n                    },\n                    \"add to cart\": {\n                        \"href\": \"http://localhost:8088/bestbuy/carts/customers/{contact}/products/5?productQuantity=1\",\n                        \"templated\": true\n                    },\n                    \"buy product\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/customers/{contact}/payments/{paymentId}/products/5/1\",\n                        \"templated\": true\n                    }\n                }\n            },\n            {\n                \"productId\": 7,\n                \"productName\": \"Levi's 501 Original Fit Jeans\",\n                \"productDescription\": \"The Levi's 501 Original Fit Jeans are a classic and versatile style that have been popular for over 150 years. Made with high-quality denim, these jeans feature a straight leg and a button fly for a comfortable and timeless look.\",\n                \"productTechnicalDetails\": \"Samsung Galaxy S21 has a 6.2-inch Dynamic AMOLED 2X display, can have either an Exynos 2100 or Snapdragon 888 chip, a triple-camera system with 12MP lenses for ultra wide, wide, and telephoto shots, 8K video recording capabilities, and storage options of 128GB, 256GB, and 512GB. The device also has a battery life of up to 28 hours talk time or 100 hours audio playback.\",\n                \"brand\": \"Levi's\",\n                \"type\": \"Jeans\",\n                \"salePrice\": 5084.406,\n                \"marketPrice\": 5649.34,\n                \"discountPercentage\": 10,\n                \"stockQuantity\": 50,\n                \"rating\": 4.6,\n                \"available\": true,\n                \"onDiscountSale\": false,\n                \"buyerschoice\": false,\n                \"images\": [\n                    {\n                        \"imageName\": \"39a504ad-cbeb-435f-8f6c-7233f7780c07.png\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/39a504ad-cbeb-435f-8f6c-7233f7780c07.png\"\n                    },\n                    {\n                        \"imageName\": \"40765e73-7630-4317-8e5c-d1ed8e80fd90.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/40765e73-7630-4317-8e5c-d1ed8e80fd90.jpg\"\n                    },\n                    {\n                        \"imageName\": \"66b31ff6-a1ab-47c1-a419-bab97d579fb0.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/66b31ff6-a1ab-47c1-a419-bab97d579fb0.jpg\"\n                    }\n                ],\n                \"manufacturingYear\": 2022,\n                \"manufacturingMonth\": 3,\n                \"productAddedDateTime\": \"2023-01-31T12:03:22.326077\",\n                \"productUpdatedDateTime\": \"2023-01-31T12:03:22.326077\",\n                \"category\": {\n                    \"categoryId\": 2,\n                    \"categoryName\": \"Fashion\",\n                    \"categoryDescription\": \"The Fashion category provides clothing, shoes and accessories for men, women and children, from different brands and styles, including casual and formal options. It caters to different sizes and fashion needs in one place.\",\n                    \"active\": true,\n                    \"categoryAddedDateTime\": \"2023-01-31T11:17:21.285036\",\n                    \"categoryUpdatedDateTime\": \"2023-01-31T11:17:21.285036\"\n                },\n                \"listOfReviews\": [],\n                \"totalSales\": null,\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/products/7\"\n                    },\n                    \"category\": {\n                        \"href\": \"http://localhost:8088/bestbuy/categories/2\"\n                    },\n                    \"add to cart\": {\n                        \"href\": \"http://localhost:8088/bestbuy/carts/customers/{contact}/products/7?productQuantity=1\",\n                        \"templated\": true\n                    },\n                    \"buy product\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/customers/{contact}/payments/{paymentId}/products/7/1\",\n                        \"templated\": true\n                    }\n                }\n            },\n            {\n                \"productId\": 8,\n                \"productName\": \"Levi's 501 Original Fit Jeans\",\n                \"productDescription\": \"The Levi's 501 Original Fit Jeans are a classic and versatile style that have been popular for over 150 years. Made with high-quality denim, these jeans feature a straight leg and a button fly for a comfortable and timeless look.\",\n                \"productTechnicalDetails\": \"Samsung Galaxy S21 has a 6.2-inch Dynamic AMOLED 2X display, can have either an Exynos 2100 or Snapdragon 888 chip, a triple-camera system with 12MP lenses for ultra wide, wide, and telephoto shots, 8K video recording capabilities, and storage options of 128GB, 256GB, and 512GB. The device also has a battery life of up to 28 hours talk time or 100 hours audio playback.\",\n                \"brand\": \"Levi's\",\n                \"type\": \"Jeans\",\n                \"salePrice\": 5084.406,\n                \"marketPrice\": 5649.34,\n                \"discountPercentage\": 10,\n                \"stockQuantity\": 43,\n                \"rating\": 4.6,\n                \"available\": true,\n                \"onDiscountSale\": false,\n                \"buyerschoice\": false,\n                \"images\": [\n                    {\n                        \"imageName\": \"67c56738-f4a6-4fac-a9da-b73fcd35c686.png\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/67c56738-f4a6-4fac-a9da-b73fcd35c686.png\"\n                    },\n                    {\n                        \"imageName\": \"519565bc-162f-4c47-8039-154a17982246.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/519565bc-162f-4c47-8039-154a17982246.jpg\"\n                    },\n                    {\n                        \"imageName\": \"0f12aa1e-0b3a-43da-b965-2651dd955099.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/0f12aa1e-0b3a-43da-b965-2651dd955099.jpg\"\n                    }\n                ],\n                \"manufacturingYear\": 2022,\n                \"manufacturingMonth\": 3,\n                \"productAddedDateTime\": \"2023-01-31T12:54:00.471956\",\n                \"productUpdatedDateTime\": \"2023-01-31T13:22:15.889562\",\n                \"category\": {\n                    \"categoryId\": 2,\n                    \"categoryName\": \"Fashion\",\n                    \"categoryDescription\": \"The Fashion category provides clothing, shoes and accessories for men, women and children, from different brands and styles, including casual and formal options. It caters to different sizes and fashion needs in one place.\",\n                    \"active\": true,\n                    \"categoryAddedDateTime\": \"2023-01-31T11:17:21.285036\",\n                    \"categoryUpdatedDateTime\": \"2023-01-31T11:17:21.285036\"\n                },\n                \"listOfReviews\": [],\n                \"totalSales\": 1,\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/products/8\"\n                    },\n                    \"category\": {\n                        \"href\": \"http://localhost:8088/bestbuy/categories/2\"\n                    },\n                    \"add to cart\": {\n                        \"href\": \"http://localhost:8088/bestbuy/carts/customers/{contact}/products/8?productQuantity=1\",\n                        \"templated\": true\n                    },\n                    \"buy product\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/customers/{contact}/payments/{paymentId}/products/8/1\",\n                        \"templated\": true\n                    }\n                }\n            },\n            {\n                \"productId\": 4,\n                \"productName\": \"Nike Air Zoom Pegasus 38\",\n                \"productDescription\": \"The Nike Air Zoom Pegasus 38 are a high-performance running shoe that feature a lightweight design and responsive Zoom Air cushioning for a comfortable and responsive ride.\",\n                \"productTechnicalDetails\": \"The Nike Air Zoom Pegasus 38 are a running shoe made of Mesh and synthetic upper, rubber outsole, Regular fit, Lace-up Closure, machine washable and have sizes available in 6-13 US Men's with various widths.\",\n                \"brand\": \"Nike\",\n                \"type\": \"Running Shoe\",\n                \"salePrice\": 8973.9192,\n                \"marketPrice\": 9754.26,\n                \"discountPercentage\": 8,\n                \"stockQuantity\": 80,\n                \"rating\": 4.2,\n                \"available\": true,\n                \"onDiscountSale\": false,\n                \"buyerschoice\": false,\n                \"images\": [\n                    {\n                        \"imageName\": \"88946701-a08b-4225-bc2f-1e7205f92203.png\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/88946701-a08b-4225-bc2f-1e7205f92203.png\"\n                    },\n                    {\n                        \"imageName\": \"28e71e21-a240-46ea-b4e8-a9240191c46f.png\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/28e71e21-a240-46ea-b4e8-a9240191c46f.png\"\n                    },\n                    {\n                        \"imageName\": \"44617ecb-97a3-4cb4-8879-107b72390aba.png\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/44617ecb-97a3-4cb4-8879-107b72390aba.png\"\n                    }\n                ],\n                \"manufacturingYear\": 2022,\n                \"manufacturingMonth\": 8,\n                \"productAddedDateTime\": \"2023-01-31T11:43:15.678776\",\n                \"productUpdatedDateTime\": \"2023-01-31T11:43:15.678776\",\n                \"category\": {\n                    \"categoryId\": 2,\n                    \"categoryName\": \"Fashion\",\n                    \"categoryDescription\": \"The Fashion category provides clothing, shoes and accessories for men, women and children, from different brands and styles, including casual and formal options. It caters to different sizes and fashion needs in one place.\",\n                    \"active\": true,\n                    \"categoryAddedDateTime\": \"2023-01-31T11:17:21.285036\",\n                    \"categoryUpdatedDateTime\": \"2023-01-31T11:17:21.285036\"\n                },\n                \"listOfReviews\": [],\n                \"totalSales\": null,\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/products/4\"\n                    },\n                    \"category\": {\n                        \"href\": \"http://localhost:8088/bestbuy/categories/2\"\n                    },\n                    \"add to cart\": {\n                        \"href\": \"http://localhost:8088/bestbuy/carts/customers/{contact}/products/4?productQuantity=1\",\n                        \"templated\": true\n                    },\n                    \"buy product\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/customers/{contact}/payments/{paymentId}/products/4/1\",\n                        \"templated\": true\n                    }\n                }\n            }\n        ]\n    },\n    \"_links\": {\n        \"first\": {\n            \"href\": \"http://localhost:8088/bestbuy/products/all/sort/price?page=0&size=5&sort=salePrice,asc\"\n        },\n        \"self\": {\n            \"href\": \"http://localhost:8088/bestbuy/products/all/sort/price?page=0&size=5&sort=salePrice,asc\"\n        },\n        \"next\": {\n            \"href\": \"http://localhost:8088/bestbuy/products/all/sort/price?page=1&size=5&sort=salePrice,asc\"\n        },\n        \"last\": {\n            \"href\": \"http://localhost:8088/bestbuy/products/all/sort/price?page=1&size=5&sort=salePrice,asc\"\n        },\n        \"collection\": {\n            \"href\": \"http://localhost:8088/bestbuy/products/all/page{?pageNumber,pageSize}\",\n            \"templated\": true\n        }\n    },\n    \"page\": {\n        \"size\": 5,\n        \"totalElements\": 8,\n        \"totalPages\": 2,\n        \"number\": 0\n    }\n}"}],"_postman_id":"390c58ee-1780-4c59-b2f2-50bc69581a49"},{"name":"Get All Products Sorted By Manufacturing Year","id":"6a9e01da-088b-4146-9e32-4f9e4c7edb28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/products/all/sort/manufacturingyear","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","products","all","sort","manufacturingyear"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1ba76b34-c01d-4013-8e63-dfc70edd5582","name":"Get All Products Sorted By Manufacturing Year","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/products/all/sort/manufacturingyear"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 02 Feb 2023 10:32:24 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"productResponseDtoList\": [\n            {\n                \"productId\": 5,\n                \"productName\": \"Starbucks Iced Coffee\",\n                \"productDescription\": \"Starbucks Iced Coffee is a refreshing and delicious coffee drink that is perfect for hot summer days. It is made with high-quality, responsibly sourced arabica beans and cold water for a smooth and balanced flavor.\",\n                \"productTechnicalDetails\": \"Starbucks Iced Coffee is a 16 oz cup of iced coffee made with freshly brewed coffee, ice, and milk. The caloric content varies depending on the size and ingredients used.\",\n                \"brand\": \"Starbucks\",\n                \"type\": \"Coffee\",\n                \"salePrice\": 292.626,\n                \"marketPrice\": 325.14,\n                \"discountPercentage\": 10,\n                \"stockQuantity\": 450,\n                \"rating\": 4.9,\n                \"available\": true,\n                \"onDiscountSale\": false,\n                \"buyerschoice\": false,\n                \"images\": [\n                    {\n                        \"imageName\": \"c9d3f6a5-c554-4809-a950-20e7c7e01907.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/c9d3f6a5-c554-4809-a950-20e7c7e01907.jpg\"\n                    }\n                ],\n                \"manufacturingYear\": 2003,\n                \"manufacturingMonth\": 7,\n                \"productAddedDateTime\": \"2023-01-31T11:52:40.911839\",\n                \"productUpdatedDateTime\": \"2023-01-31T11:53:50.691885\",\n                \"category\": {\n                    \"categoryId\": 1,\n                    \"categoryName\": \"Beverages\",\n                    \"categoryDescription\": \"The Beverages category offers a wide variety of drinks including soft drinks, juices, energy drinks, teas, coffees, and alcoholic beverages from different brands, it also includes options for dietary restrictions.\",\n                    \"active\": true,\n                    \"categoryAddedDateTime\": \"2023-01-31T11:17:01.023846\",\n                    \"categoryUpdatedDateTime\": \"2023-01-31T11:17:01.023846\"\n                },\n                \"listOfReviews\": [],\n                \"totalSales\": null,\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/products/5\"\n                    },\n                    \"category\": {\n                        \"href\": \"http://localhost:8088/bestbuy/categories/1\"\n                    },\n                    \"add to cart\": {\n                        \"href\": \"http://localhost:8088/bestbuy/carts/customers/{contact}/products/5?productQuantity=1\",\n                        \"templated\": true\n                    },\n                    \"buy product\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/customers/{contact}/payments/{paymentId}/products/5/1\",\n                        \"templated\": true\n                    }\n                }\n            },\n            {\n                \"productId\": 6,\n                \"productName\": \"Red Bull Energy Drink\",\n                \"productDescription\": \"Red Bull Energy Drink is a functional beverage that helps to increase performance, concentration, and reaction speed. It contains a unique combination of ingredients, including caffeine, taurine, and B-group vitamins.\",\n                \"productTechnicalDetails\": \"Red Bull Energy Drink is an 8.4 oz can of carbonated beverage made with carbonated water, sucrose, glucose, acidity regulator (citric acid), taurine, caffeine, D-glucuronolactone, inositol, niacinamide, calcium pantothenate, pyridoxine HCl, and Vitamin B12. It contains 110 calories per 8.4 oz can.\",\n                \"brand\": \"Red Bull\",\n                \"type\": \"Energy Drink\",\n                \"salePrice\": 197.1137,\n                \"marketPrice\": 203.21,\n                \"discountPercentage\": 3,\n                \"stockQuantity\": 250,\n                \"rating\": 4.4,\n                \"available\": true,\n                \"onDiscountSale\": false,\n                \"buyerschoice\": false,\n                \"images\": [\n                    {\n                        \"imageName\": \"e1bafb86-f2ed-4b0a-9d7a-cc4c6fa8787b.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/e1bafb86-f2ed-4b0a-9d7a-cc4c6fa8787b.jpg\"\n                    },\n                    {\n                        \"imageName\": \"9c329fe1-7400-4510-aaf2-3cdc69df4237.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/9c329fe1-7400-4510-aaf2-3cdc69df4237.jpg\"\n                    }\n                ],\n                \"manufacturingYear\": 2005,\n                \"manufacturingMonth\": 5,\n                \"productAddedDateTime\": \"2023-01-31T11:57:40.134229\",\n                \"productUpdatedDateTime\": \"2023-01-31T11:57:40.134229\",\n                \"category\": {\n                    \"categoryId\": 1,\n                    \"categoryName\": \"Beverages\",\n                    \"categoryDescription\": \"The Beverages category offers a wide variety of drinks including soft drinks, juices, energy drinks, teas, coffees, and alcoholic beverages from different brands, it also includes options for dietary restrictions.\",\n                    \"active\": true,\n                    \"categoryAddedDateTime\": \"2023-01-31T11:17:01.023846\",\n                    \"categoryUpdatedDateTime\": \"2023-01-31T11:17:01.023846\"\n                },\n                \"listOfReviews\": [],\n                \"totalSales\": null,\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/products/6\"\n                    },\n                    \"category\": {\n                        \"href\": \"http://localhost:8088/bestbuy/categories/1\"\n                    },\n                    \"add to cart\": {\n                        \"href\": \"http://localhost:8088/bestbuy/carts/customers/{contact}/products/6?productQuantity=1\",\n                        \"templated\": true\n                    },\n                    \"buy product\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/customers/{contact}/payments/{paymentId}/products/6/1\",\n                        \"templated\": true\n                    }\n                }\n            },\n            {\n                \"productId\": 3,\n                \"productName\": \"Gucci GG Marmont Shoulder Bag\",\n                \"productDescription\": \"The Gucci GG Marmont Shoulder Bag is a luxurious and elegant handbag that features the iconic GG pattern and a quilted leather design. It is the perfect accessory for any fashion-conscious individual.\",\n                \"productTechnicalDetails\": \"The Gucci GG Marmont Shoulder Bag is made of Leather, has a Regular fit, Clean with a damp cloth and is available in Small, Medium sizes.\",\n                \"brand\": \"Gucci\",\n                \"type\": \"Bag\",\n                \"salePrice\": 114124.842,\n                \"marketPrice\": 146313.9,\n                \"discountPercentage\": 22,\n                \"stockQuantity\": 40,\n                \"rating\": 4.5,\n                \"available\": true,\n                \"onDiscountSale\": false,\n                \"buyerschoice\": false,\n                \"images\": [\n                    {\n                        \"imageName\": \"9f2c7757-7081-4da2-a1d9-5d622974f0fb.png\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/9f2c7757-7081-4da2-a1d9-5d622974f0fb.png\"\n                    },\n                    {\n                        \"imageName\": \"3a9a4490-3caf-428f-99cf-168e75104cb2.png\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/3a9a4490-3caf-428f-99cf-168e75104cb2.png\"\n                    },\n                    {\n                        \"imageName\": \"b799405e-8724-4591-a0b5-b83a1d5ee20b.png\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/b799405e-8724-4591-a0b5-b83a1d5ee20b.png\"\n                    },\n                    {\n                        \"imageName\": \"ed976a87-9f03-42db-bbcd-7d4620f95c71.png\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/ed976a87-9f03-42db-bbcd-7d4620f95c71.png\"\n                    }\n                ],\n                \"manufacturingYear\": 2018,\n                \"manufacturingMonth\": 10,\n                \"productAddedDateTime\": \"2023-01-31T11:39:33.132628\",\n                \"productUpdatedDateTime\": \"2023-01-31T11:39:33.132628\",\n                \"category\": {\n                    \"categoryId\": 2,\n                    \"categoryName\": \"Fashion\",\n                    \"categoryDescription\": \"The Fashion category provides clothing, shoes and accessories for men, women and children, from different brands and styles, including casual and formal options. It caters to different sizes and fashion needs in one place.\",\n                    \"active\": true,\n                    \"categoryAddedDateTime\": \"2023-01-31T11:17:21.285036\",\n                    \"categoryUpdatedDateTime\": \"2023-01-31T11:17:21.285036\"\n                },\n                \"listOfReviews\": [],\n                \"totalSales\": null,\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/products/3\"\n                    },\n                    \"category\": {\n                        \"href\": \"http://localhost:8088/bestbuy/categories/2\"\n                    },\n                    \"add to cart\": {\n                        \"href\": \"http://localhost:8088/bestbuy/carts/customers/{contact}/products/3?productQuantity=1\",\n                        \"templated\": true\n                    },\n                    \"buy product\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/customers/{contact}/payments/{paymentId}/products/3/1\",\n                        \"templated\": true\n                    }\n                }\n            },\n            {\n                \"productId\": 1,\n                \"productName\": \" iPhone 12 Pro\",\n                \"productDescription\": \"The iPhone 12 Pro is the latest and greatest smartphone from Apple, featuring a new A14 Bionic chip, a Triple-camera system, and a Ceramic Shield front cover for improved durability.\",\n                \"productTechnicalDetails\": \"The iPhone 12 Pro features a 6.1-inch Super Retina XDR display, A14 Bionic chip, a Triple-camera system with 12MP Ultra Wide, Wide, and Telephoto lenses, 4K Dolby Vision HDR recording, storage options of 128GB, 256GB, 512GB, and 1TB and a long battery life of up to 28 hours talk time or 95 hours audio playback.\",\n                \"brand\": \"Apple\",\n                \"type\": \"Smartphone\",\n                \"salePrice\": 77143.572,\n                \"marketPrice\": 81203.76,\n                \"discountPercentage\": 5,\n                \"stockQuantity\": 23,\n                \"rating\": 4.5,\n                \"available\": true,\n                \"onDiscountSale\": false,\n                \"buyerschoice\": false,\n                \"images\": [\n                    {\n                        \"imageName\": \"2455f112-6045-4a38-b158-b2fa8f918103.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/2455f112-6045-4a38-b158-b2fa8f918103.jpg\"\n                    },\n                    {\n                        \"imageName\": \"97134b69-f226-47c7-bc42-f3a5f8ec41cf.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/97134b69-f226-47c7-bc42-f3a5f8ec41cf.jpg\"\n                    },\n                    {\n                        \"imageName\": \"4363bcf4-445d-4c2e-939a-5679d2fd32ba.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/4363bcf4-445d-4c2e-939a-5679d2fd32ba.jpg\"\n                    }\n                ],\n                \"manufacturingYear\": 2021,\n                \"manufacturingMonth\": 9,\n                \"productAddedDateTime\": \"2023-01-31T11:30:34.156892\",\n                \"productUpdatedDateTime\": \"2023-02-02T14:48:48.774697\",\n                \"category\": {\n                    \"categoryId\": 3,\n                    \"categoryName\": \"Electronics\",\n                    \"categoryDescription\": \"The Electronics category includes consumer electronics like smartphones, laptops, tablets and more from various brands, including latest models and budget-friendly options. It offers a range of options for customers to choose.\",\n                    \"active\": true,\n                    \"categoryAddedDateTime\": \"2023-01-31T11:17:54.135729\",\n                    \"categoryUpdatedDateTime\": \"2023-01-31T11:17:54.135729\"\n                },\n                \"listOfReviews\": [],\n                \"totalSales\": null,\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/products/1\"\n                    },\n                    \"category\": {\n                        \"href\": \"http://localhost:8088/bestbuy/categories/3\"\n                    },\n                    \"add to cart\": {\n                        \"href\": \"http://localhost:8088/bestbuy/carts/customers/{contact}/products/1?productQuantity=1\",\n                        \"templated\": true\n                    },\n                    \"buy product\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/customers/{contact}/payments/{paymentId}/products/1/1\",\n                        \"templated\": true\n                    }\n                }\n            },\n            {\n                \"productId\": 2,\n                \"productName\": \"Samsung Galaxy S21\",\n                \"productDescription\": \"The Samsung Galaxy S21 is a high-end smartphone that features a powerful processor, a large AMOLED display, and a versatile camera system.\",\n                \"productTechnicalDetails\": \"Samsung Galaxy S21 has a 6.2-inch Dynamic AMOLED 2X display, can have either an Exynos 2100 or Snapdragon 888 chip, a triple-camera system with 12MP lenses for ultra wide, wide, and telephoto shots, 8K video recording capabilities, and storage options of 128GB, 256GB, and 512GB. The device also has a battery life of up to 28 hours talk time or 100 hours audio playback.\",\n                \"brand\": \"Samsung\",\n                \"type\": \"Smartphone\",\n                \"salePrice\": 52844.301,\n                \"marketPrice\": 58715.89,\n                \"discountPercentage\": 10,\n                \"stockQuantity\": 20,\n                \"rating\": 4.2,\n                \"available\": true,\n                \"onDiscountSale\": false,\n                \"buyerschoice\": false,\n                \"images\": [\n                    {\n                        \"imageName\": \"eca94e6a-e07e-498c-b332-978ba3d7d912.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/eca94e6a-e07e-498c-b332-978ba3d7d912.jpg\"\n                    },\n                    {\n                        \"imageName\": \"19d2a532-c9fc-4e9a-977d-e12dc8b22996.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/19d2a532-c9fc-4e9a-977d-e12dc8b22996.jpg\"\n                    },\n                    {\n                        \"imageName\": \"6f138061-f9b3-48fd-b37b-6d6d27833887.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/6f138061-f9b3-48fd-b37b-6d6d27833887.jpg\"\n                    }\n                ],\n                \"manufacturingYear\": 2021,\n                \"manufacturingMonth\": 1,\n                \"productAddedDateTime\": \"2023-01-31T11:34:43.717673\",\n                \"productUpdatedDateTime\": \"2023-01-31T11:34:43.717673\",\n                \"category\": {\n                    \"categoryId\": 3,\n                    \"categoryName\": \"Electronics\",\n                    \"categoryDescription\": \"The Electronics category includes consumer electronics like smartphones, laptops, tablets and more from various brands, including latest models and budget-friendly options. It offers a range of options for customers to choose.\",\n                    \"active\": true,\n                    \"categoryAddedDateTime\": \"2023-01-31T11:17:54.135729\",\n                    \"categoryUpdatedDateTime\": \"2023-01-31T11:17:54.135729\"\n                },\n                \"listOfReviews\": [],\n                \"totalSales\": null,\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/products/2\"\n                    },\n                    \"category\": {\n                        \"href\": \"http://localhost:8088/bestbuy/categories/3\"\n                    },\n                    \"add to cart\": {\n                        \"href\": \"http://localhost:8088/bestbuy/carts/customers/{contact}/products/2?productQuantity=1\",\n                        \"templated\": true\n                    },\n                    \"buy product\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/customers/{contact}/payments/{paymentId}/products/2/1\",\n                        \"templated\": true\n                    }\n                }\n            }\n        ]\n    },\n    \"_links\": {\n        \"first\": {\n            \"href\": \"http://localhost:8088/bestbuy/products/all/sort/manufacturingyear?page=0&size=5&sort=manufacturingYear,asc\"\n        },\n        \"self\": {\n            \"href\": \"http://localhost:8088/bestbuy/products/all/sort/manufacturingyear?page=0&size=5&sort=manufacturingYear,asc\"\n        },\n        \"next\": {\n            \"href\": \"http://localhost:8088/bestbuy/products/all/sort/manufacturingyear?page=1&size=5&sort=manufacturingYear,asc\"\n        },\n        \"last\": {\n            \"href\": \"http://localhost:8088/bestbuy/products/all/sort/manufacturingyear?page=1&size=5&sort=manufacturingYear,asc\"\n        },\n        \"collection\": {\n            \"href\": \"http://localhost:8088/bestbuy/products/all/page{?pageNumber,pageSize}\",\n            \"templated\": true\n        }\n    },\n    \"page\": {\n        \"size\": 5,\n        \"totalElements\": 8,\n        \"totalPages\": 2,\n        \"number\": 0\n    }\n}"}],"_postman_id":"6a9e01da-088b-4146-9e32-4f9e4c7edb28"},{"name":"Get All Products Sorted By Manufacturing Month","id":"e5ac3296-8478-4e7b-b91e-1421724601b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/products/all/sort/manufacturingmonth","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","products","all","sort","manufacturingmonth"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"68c2bc8d-f0a1-432b-a32a-89c537a46a9e","name":"Get All Products Sorted By Manufacturing Month","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/products/all/sort/manufacturingmonth"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 02 Feb 2023 10:32:29 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"productResponseDtoList\": [\n            {\n                \"productId\": 2,\n                \"productName\": \"Samsung Galaxy S21\",\n                \"productDescription\": \"The Samsung Galaxy S21 is a high-end smartphone that features a powerful processor, a large AMOLED display, and a versatile camera system.\",\n                \"productTechnicalDetails\": \"Samsung Galaxy S21 has a 6.2-inch Dynamic AMOLED 2X display, can have either an Exynos 2100 or Snapdragon 888 chip, a triple-camera system with 12MP lenses for ultra wide, wide, and telephoto shots, 8K video recording capabilities, and storage options of 128GB, 256GB, and 512GB. The device also has a battery life of up to 28 hours talk time or 100 hours audio playback.\",\n                \"brand\": \"Samsung\",\n                \"type\": \"Smartphone\",\n                \"salePrice\": 52844.301,\n                \"marketPrice\": 58715.89,\n                \"discountPercentage\": 10,\n                \"stockQuantity\": 20,\n                \"rating\": 4.2,\n                \"available\": true,\n                \"onDiscountSale\": false,\n                \"buyerschoice\": false,\n                \"images\": [\n                    {\n                        \"imageName\": \"eca94e6a-e07e-498c-b332-978ba3d7d912.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/eca94e6a-e07e-498c-b332-978ba3d7d912.jpg\"\n                    },\n                    {\n                        \"imageName\": \"19d2a532-c9fc-4e9a-977d-e12dc8b22996.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/19d2a532-c9fc-4e9a-977d-e12dc8b22996.jpg\"\n                    },\n                    {\n                        \"imageName\": \"6f138061-f9b3-48fd-b37b-6d6d27833887.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/6f138061-f9b3-48fd-b37b-6d6d27833887.jpg\"\n                    }\n                ],\n                \"manufacturingYear\": 2021,\n                \"manufacturingMonth\": 1,\n                \"productAddedDateTime\": \"2023-01-31T11:34:43.717673\",\n                \"productUpdatedDateTime\": \"2023-01-31T11:34:43.717673\",\n                \"category\": {\n                    \"categoryId\": 3,\n                    \"categoryName\": \"Electronics\",\n                    \"categoryDescription\": \"The Electronics category includes consumer electronics like smartphones, laptops, tablets and more from various brands, including latest models and budget-friendly options. It offers a range of options for customers to choose.\",\n                    \"active\": true,\n                    \"categoryAddedDateTime\": \"2023-01-31T11:17:54.135729\",\n                    \"categoryUpdatedDateTime\": \"2023-01-31T11:17:54.135729\"\n                },\n                \"listOfReviews\": [],\n                \"totalSales\": null,\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/products/2\"\n                    },\n                    \"category\": {\n                        \"href\": \"http://localhost:8088/bestbuy/categories/3\"\n                    },\n                    \"add to cart\": {\n                        \"href\": \"http://localhost:8088/bestbuy/carts/customers/{contact}/products/2?productQuantity=1\",\n                        \"templated\": true\n                    },\n                    \"buy product\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/customers/{contact}/payments/{paymentId}/products/2/1\",\n                        \"templated\": true\n                    }\n                }\n            },\n            {\n                \"productId\": 7,\n                \"productName\": \"Levi's 501 Original Fit Jeans\",\n                \"productDescription\": \"The Levi's 501 Original Fit Jeans are a classic and versatile style that have been popular for over 150 years. Made with high-quality denim, these jeans feature a straight leg and a button fly for a comfortable and timeless look.\",\n                \"productTechnicalDetails\": \"Samsung Galaxy S21 has a 6.2-inch Dynamic AMOLED 2X display, can have either an Exynos 2100 or Snapdragon 888 chip, a triple-camera system with 12MP lenses for ultra wide, wide, and telephoto shots, 8K video recording capabilities, and storage options of 128GB, 256GB, and 512GB. The device also has a battery life of up to 28 hours talk time or 100 hours audio playback.\",\n                \"brand\": \"Levi's\",\n                \"type\": \"Jeans\",\n                \"salePrice\": 5084.406,\n                \"marketPrice\": 5649.34,\n                \"discountPercentage\": 10,\n                \"stockQuantity\": 50,\n                \"rating\": 4.6,\n                \"available\": true,\n                \"onDiscountSale\": false,\n                \"buyerschoice\": false,\n                \"images\": [\n                    {\n                        \"imageName\": \"39a504ad-cbeb-435f-8f6c-7233f7780c07.png\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/39a504ad-cbeb-435f-8f6c-7233f7780c07.png\"\n                    },\n                    {\n                        \"imageName\": \"40765e73-7630-4317-8e5c-d1ed8e80fd90.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/40765e73-7630-4317-8e5c-d1ed8e80fd90.jpg\"\n                    },\n                    {\n                        \"imageName\": \"66b31ff6-a1ab-47c1-a419-bab97d579fb0.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/66b31ff6-a1ab-47c1-a419-bab97d579fb0.jpg\"\n                    }\n                ],\n                \"manufacturingYear\": 2022,\n                \"manufacturingMonth\": 3,\n                \"productAddedDateTime\": \"2023-01-31T12:03:22.326077\",\n                \"productUpdatedDateTime\": \"2023-01-31T12:03:22.326077\",\n                \"category\": {\n                    \"categoryId\": 2,\n                    \"categoryName\": \"Fashion\",\n                    \"categoryDescription\": \"The Fashion category provides clothing, shoes and accessories for men, women and children, from different brands and styles, including casual and formal options. It caters to different sizes and fashion needs in one place.\",\n                    \"active\": true,\n                    \"categoryAddedDateTime\": \"2023-01-31T11:17:21.285036\",\n                    \"categoryUpdatedDateTime\": \"2023-01-31T11:17:21.285036\"\n                },\n                \"listOfReviews\": [],\n                \"totalSales\": null,\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/products/7\"\n                    },\n                    \"category\": {\n                        \"href\": \"http://localhost:8088/bestbuy/categories/2\"\n                    },\n                    \"add to cart\": {\n                        \"href\": \"http://localhost:8088/bestbuy/carts/customers/{contact}/products/7?productQuantity=1\",\n                        \"templated\": true\n                    },\n                    \"buy product\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/customers/{contact}/payments/{paymentId}/products/7/1\",\n                        \"templated\": true\n                    }\n                }\n            },\n            {\n                \"productId\": 8,\n                \"productName\": \"Levi's 501 Original Fit Jeans\",\n                \"productDescription\": \"The Levi's 501 Original Fit Jeans are a classic and versatile style that have been popular for over 150 years. Made with high-quality denim, these jeans feature a straight leg and a button fly for a comfortable and timeless look.\",\n                \"productTechnicalDetails\": \"Samsung Galaxy S21 has a 6.2-inch Dynamic AMOLED 2X display, can have either an Exynos 2100 or Snapdragon 888 chip, a triple-camera system with 12MP lenses for ultra wide, wide, and telephoto shots, 8K video recording capabilities, and storage options of 128GB, 256GB, and 512GB. The device also has a battery life of up to 28 hours talk time or 100 hours audio playback.\",\n                \"brand\": \"Levi's\",\n                \"type\": \"Jeans\",\n                \"salePrice\": 5084.406,\n                \"marketPrice\": 5649.34,\n                \"discountPercentage\": 10,\n                \"stockQuantity\": 43,\n                \"rating\": 4.6,\n                \"available\": true,\n                \"onDiscountSale\": false,\n                \"buyerschoice\": false,\n                \"images\": [\n                    {\n                        \"imageName\": \"67c56738-f4a6-4fac-a9da-b73fcd35c686.png\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/67c56738-f4a6-4fac-a9da-b73fcd35c686.png\"\n                    },\n                    {\n                        \"imageName\": \"519565bc-162f-4c47-8039-154a17982246.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/519565bc-162f-4c47-8039-154a17982246.jpg\"\n                    },\n                    {\n                        \"imageName\": \"0f12aa1e-0b3a-43da-b965-2651dd955099.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/0f12aa1e-0b3a-43da-b965-2651dd955099.jpg\"\n                    }\n                ],\n                \"manufacturingYear\": 2022,\n                \"manufacturingMonth\": 3,\n                \"productAddedDateTime\": \"2023-01-31T12:54:00.471956\",\n                \"productUpdatedDateTime\": \"2023-01-31T13:22:15.889562\",\n                \"category\": {\n                    \"categoryId\": 2,\n                    \"categoryName\": \"Fashion\",\n                    \"categoryDescription\": \"The Fashion category provides clothing, shoes and accessories for men, women and children, from different brands and styles, including casual and formal options. It caters to different sizes and fashion needs in one place.\",\n                    \"active\": true,\n                    \"categoryAddedDateTime\": \"2023-01-31T11:17:21.285036\",\n                    \"categoryUpdatedDateTime\": \"2023-01-31T11:17:21.285036\"\n                },\n                \"listOfReviews\": [],\n                \"totalSales\": 1,\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/products/8\"\n                    },\n                    \"category\": {\n                        \"href\": \"http://localhost:8088/bestbuy/categories/2\"\n                    },\n                    \"add to cart\": {\n                        \"href\": \"http://localhost:8088/bestbuy/carts/customers/{contact}/products/8?productQuantity=1\",\n                        \"templated\": true\n                    },\n                    \"buy product\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/customers/{contact}/payments/{paymentId}/products/8/1\",\n                        \"templated\": true\n                    }\n                }\n            },\n            {\n                \"productId\": 6,\n                \"productName\": \"Red Bull Energy Drink\",\n                \"productDescription\": \"Red Bull Energy Drink is a functional beverage that helps to increase performance, concentration, and reaction speed. It contains a unique combination of ingredients, including caffeine, taurine, and B-group vitamins.\",\n                \"productTechnicalDetails\": \"Red Bull Energy Drink is an 8.4 oz can of carbonated beverage made with carbonated water, sucrose, glucose, acidity regulator (citric acid), taurine, caffeine, D-glucuronolactone, inositol, niacinamide, calcium pantothenate, pyridoxine HCl, and Vitamin B12. It contains 110 calories per 8.4 oz can.\",\n                \"brand\": \"Red Bull\",\n                \"type\": \"Energy Drink\",\n                \"salePrice\": 197.1137,\n                \"marketPrice\": 203.21,\n                \"discountPercentage\": 3,\n                \"stockQuantity\": 250,\n                \"rating\": 4.4,\n                \"available\": true,\n                \"onDiscountSale\": false,\n                \"buyerschoice\": false,\n                \"images\": [\n                    {\n                        \"imageName\": \"e1bafb86-f2ed-4b0a-9d7a-cc4c6fa8787b.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/e1bafb86-f2ed-4b0a-9d7a-cc4c6fa8787b.jpg\"\n                    },\n                    {\n                        \"imageName\": \"9c329fe1-7400-4510-aaf2-3cdc69df4237.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/9c329fe1-7400-4510-aaf2-3cdc69df4237.jpg\"\n                    }\n                ],\n                \"manufacturingYear\": 2005,\n                \"manufacturingMonth\": 5,\n                \"productAddedDateTime\": \"2023-01-31T11:57:40.134229\",\n                \"productUpdatedDateTime\": \"2023-01-31T11:57:40.134229\",\n                \"category\": {\n                    \"categoryId\": 1,\n                    \"categoryName\": \"Beverages\",\n                    \"categoryDescription\": \"The Beverages category offers a wide variety of drinks including soft drinks, juices, energy drinks, teas, coffees, and alcoholic beverages from different brands, it also includes options for dietary restrictions.\",\n                    \"active\": true,\n                    \"categoryAddedDateTime\": \"2023-01-31T11:17:01.023846\",\n                    \"categoryUpdatedDateTime\": \"2023-01-31T11:17:01.023846\"\n                },\n                \"listOfReviews\": [],\n                \"totalSales\": null,\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/products/6\"\n                    },\n                    \"category\": {\n                        \"href\": \"http://localhost:8088/bestbuy/categories/1\"\n                    },\n                    \"add to cart\": {\n                        \"href\": \"http://localhost:8088/bestbuy/carts/customers/{contact}/products/6?productQuantity=1\",\n                        \"templated\": true\n                    },\n                    \"buy product\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/customers/{contact}/payments/{paymentId}/products/6/1\",\n                        \"templated\": true\n                    }\n                }\n            },\n            {\n                \"productId\": 5,\n                \"productName\": \"Starbucks Iced Coffee\",\n                \"productDescription\": \"Starbucks Iced Coffee is a refreshing and delicious coffee drink that is perfect for hot summer days. It is made with high-quality, responsibly sourced arabica beans and cold water for a smooth and balanced flavor.\",\n                \"productTechnicalDetails\": \"Starbucks Iced Coffee is a 16 oz cup of iced coffee made with freshly brewed coffee, ice, and milk. The caloric content varies depending on the size and ingredients used.\",\n                \"brand\": \"Starbucks\",\n                \"type\": \"Coffee\",\n                \"salePrice\": 292.626,\n                \"marketPrice\": 325.14,\n                \"discountPercentage\": 10,\n                \"stockQuantity\": 450,\n                \"rating\": 4.9,\n                \"available\": true,\n                \"onDiscountSale\": false,\n                \"buyerschoice\": false,\n                \"images\": [\n                    {\n                        \"imageName\": \"c9d3f6a5-c554-4809-a950-20e7c7e01907.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/c9d3f6a5-c554-4809-a950-20e7c7e01907.jpg\"\n                    }\n                ],\n                \"manufacturingYear\": 2003,\n                \"manufacturingMonth\": 7,\n                \"productAddedDateTime\": \"2023-01-31T11:52:40.911839\",\n                \"productUpdatedDateTime\": \"2023-01-31T11:53:50.691885\",\n                \"category\": {\n                    \"categoryId\": 1,\n                    \"categoryName\": \"Beverages\",\n                    \"categoryDescription\": \"The Beverages category offers a wide variety of drinks including soft drinks, juices, energy drinks, teas, coffees, and alcoholic beverages from different brands, it also includes options for dietary restrictions.\",\n                    \"active\": true,\n                    \"categoryAddedDateTime\": \"2023-01-31T11:17:01.023846\",\n                    \"categoryUpdatedDateTime\": \"2023-01-31T11:17:01.023846\"\n                },\n                \"listOfReviews\": [],\n                \"totalSales\": null,\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/products/5\"\n                    },\n                    \"category\": {\n                        \"href\": \"http://localhost:8088/bestbuy/categories/1\"\n                    },\n                    \"add to cart\": {\n                        \"href\": \"http://localhost:8088/bestbuy/carts/customers/{contact}/products/5?productQuantity=1\",\n                        \"templated\": true\n                    },\n                    \"buy product\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/customers/{contact}/payments/{paymentId}/products/5/1\",\n                        \"templated\": true\n                    }\n                }\n            }\n        ]\n    },\n    \"_links\": {\n        \"first\": {\n            \"href\": \"http://localhost:8088/bestbuy/products/all/sort/manufacturingmonth?page=0&size=5&sort=manufacturingMonth,asc\"\n        },\n        \"self\": {\n            \"href\": \"http://localhost:8088/bestbuy/products/all/sort/manufacturingmonth?page=0&size=5&sort=manufacturingMonth,asc\"\n        },\n        \"next\": {\n            \"href\": \"http://localhost:8088/bestbuy/products/all/sort/manufacturingmonth?page=1&size=5&sort=manufacturingMonth,asc\"\n        },\n        \"last\": {\n            \"href\": \"http://localhost:8088/bestbuy/products/all/sort/manufacturingmonth?page=1&size=5&sort=manufacturingMonth,asc\"\n        },\n        \"collection\": {\n            \"href\": \"http://localhost:8088/bestbuy/products/all/page{?pageNumber,pageSize}\",\n            \"templated\": true\n        }\n    },\n    \"page\": {\n        \"size\": 5,\n        \"totalElements\": 8,\n        \"totalPages\": 2,\n        \"number\": 0\n    }\n}"}],"_postman_id":"e5ac3296-8478-4e7b-b91e-1421724601b6"},{"name":"Update Product Image","id":"ae5c0b58-fa3b-4dc8-9f62-a22be133a714","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"http://localhost:8088/bestbuy/products/admin/images/{productId}","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","products","admin","images","{productId}"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ae5c0b58-fa3b-4dc8-9f62-a22be133a714"},{"name":"Revoke Product's Buyer's Choice","id":"1f81b150-8155-4391-a5ba-f2163a7ed2e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"http://localhost:8088/bestbuy/products/admin/{productId}/buyerschoice","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","products","admin","{productId}","buyerschoice"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1f81b150-8155-4391-a5ba-f2163a7ed2e9"},{"name":"Delete Product","id":"5dc9860d-58a9-44a9-8e2d-36715aa14b8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8088/bestbuy/products/admin/{productId}/delete","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","products","admin","{productId}","delete"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"5dc9860d-58a9-44a9-8e2d-36715aa14b8a"},{"name":"Delete Product Image","id":"79f21291-676d-4ec3-95dd-8522d573be84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8088/bestbuy/products/admin/images/{fileName}","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","products","admin","images","{fileName}"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"79f21291-676d-4ec3-95dd-8522d573be84"},{"name":"Search Products By Discount Percentage","id":"a3d036f9-2349-4ad8-9be6-960db72f3d1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/products/all/discount/5","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","products","all","discount","5"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d5fc7389-e0f5-46c0-93e6-e55fcf560c1d","name":"Search Products By Discount Percentage","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/products/all/discount/5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 02 Feb 2023 10:43:09 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"productResponseDtoList\": [\n            {\n                \"productId\": 1,\n                \"productName\": \" iPhone 12 Pro\",\n                \"productDescription\": \"The iPhone 12 Pro is the latest and greatest smartphone from Apple, featuring a new A14 Bionic chip, a Triple-camera system, and a Ceramic Shield front cover for improved durability.\",\n                \"productTechnicalDetails\": \"The iPhone 12 Pro features a 6.1-inch Super Retina XDR display, A14 Bionic chip, a Triple-camera system with 12MP Ultra Wide, Wide, and Telephoto lenses, 4K Dolby Vision HDR recording, storage options of 128GB, 256GB, 512GB, and 1TB and a long battery life of up to 28 hours talk time or 95 hours audio playback.\",\n                \"brand\": \"Apple\",\n                \"type\": \"Smartphone\",\n                \"salePrice\": 77143.572,\n                \"marketPrice\": 81203.76,\n                \"discountPercentage\": 5,\n                \"stockQuantity\": 23,\n                \"rating\": 4.5,\n                \"available\": true,\n                \"onDiscountSale\": false,\n                \"buyerschoice\": false,\n                \"images\": [\n                    {\n                        \"imageName\": \"2455f112-6045-4a38-b158-b2fa8f918103.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/2455f112-6045-4a38-b158-b2fa8f918103.jpg\"\n                    },\n                    {\n                        \"imageName\": \"97134b69-f226-47c7-bc42-f3a5f8ec41cf.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/97134b69-f226-47c7-bc42-f3a5f8ec41cf.jpg\"\n                    },\n                    {\n                        \"imageName\": \"4363bcf4-445d-4c2e-939a-5679d2fd32ba.jpg\",\n                        \"imageUrl\": \"http://localhost:8088/bestbuy/products/image/4363bcf4-445d-4c2e-939a-5679d2fd32ba.jpg\"\n                    }\n                ],\n                \"manufacturingYear\": 2021,\n                \"manufacturingMonth\": 9,\n                \"productAddedDateTime\": \"2023-01-31T11:30:34.156892\",\n                \"productUpdatedDateTime\": \"2023-02-02T14:48:48.774697\",\n                \"category\": {\n                    \"categoryId\": 3,\n                    \"categoryName\": \"Electronics\",\n                    \"categoryDescription\": \"The Electronics category includes consumer electronics like smartphones, laptops, tablets and more from various brands, including latest models and budget-friendly options. It offers a range of options for customers to choose.\",\n                    \"active\": true,\n                    \"categoryAddedDateTime\": \"2023-01-31T11:17:54.135729\",\n                    \"categoryUpdatedDateTime\": \"2023-01-31T11:17:54.135729\"\n                },\n                \"listOfReviews\": [],\n                \"totalSales\": null,\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/products/1\"\n                    },\n                    \"category\": {\n                        \"href\": \"http://localhost:8088/bestbuy/categories/3\"\n                    },\n                    \"add to cart\": {\n                        \"href\": \"http://localhost:8088/bestbuy/carts/customers/{contact}/products/1?productQuantity=1\",\n                        \"templated\": true\n                    },\n                    \"buy product\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/customers/{contact}/payments/{paymentId}/products/1/1\",\n                        \"templated\": true\n                    }\n                }\n            }\n        ]\n    },\n    \"_links\": {\n        \"self\": {\n            \"href\": \"http://localhost:8088/bestbuy/products/all/discount/5?page=0&size=5&sort=productId,asc\"\n        },\n        \"collection\": {\n            \"href\": \"http://localhost:8088/bestbuy/products/all/page{?pageNumber,pageSize}\",\n            \"templated\": true\n        }\n    },\n    \"page\": {\n        \"size\": 5,\n        \"totalElements\": 1,\n        \"totalPages\": 1,\n        \"number\": 0\n    }\n}"}],"_postman_id":"a3d036f9-2349-4ad8-9be6-960db72f3d1b"},{"name":"Get Buyer's Choice Products","id":"2914abdf-ff45-4a9e-9d12-74017dfc1e6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/products/all/onchoice","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","products","all","onchoice"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2914abdf-ff45-4a9e-9d12-74017dfc1e6b"},{"name":"Get On Sale Products","id":"c1cc3c1c-69df-439e-b3ae-9041cdc71609","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/products/all/onchoice","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","products","all","onchoice"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c1cc3c1c-69df-439e-b3ae-9041cdc71609"}],"id":"51e6fd21-b3ff-4ba1-a7f2-248ab216f44c","_postman_id":"51e6fd21-b3ff-4ba1-a7f2-248ab216f44c","description":""},{"name":"Payment Controller","item":[{"name":"All Payments","id":"83438cb3-6231-4eb2-b24e-b1585cc4995a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/payments/all","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","payments","all"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"91295a16-7f86-4373-9779-83cb53c636a7","name":"All Payment Methods","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/payments/"},"status":"Found","code":302,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 14 Jan 2023 05:57:47 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"paymentId\": 101,\n        \"paymentType\": \"Debit Card\",\n        \"allowed\": true\n    }\n]"}],"_postman_id":"83438cb3-6231-4eb2-b24e-b1585cc4995a"},{"name":"Add Payment Method","id":"25545d78-da58-4d88-ac83-45b1ef84a3b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"paymentId\": 106,\r\n    \"paymentType\": \"BestBuy Wallet\",\r\n    \"allowed\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8088/bestbuy/payments/","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","payments",""],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"12b258b0-f8bb-49a0-b71a-403eac4795bb","name":"Add Payment Method","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"paymentId\": 102,\r\n    \"paymentType\": \"Credit Card\",\r\n    \"allowed\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8088/bestbuy/payments/"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 14 Jan 2023 06:17:40 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"paymentId\": 101,\n    \"paymentType\": \"Credit Card\",\n    \"allowed\": true\n}"},{"id":"8f670445-ac4a-4855-a268-5d6b565062cb","name":"Payment Method - Credit Card","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"paymentId\": 101,\r\n    \"paymentType\": \"Credit Card\",\r\n    \"allowed\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8088/bestbuy/payments/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 31 Jan 2023 05:49:19 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"paymentId\": 101,\n    \"paymentType\": \"Credit Card\",\n    \"allowed\": true,\n    \"paymentAddedTimeStamp\": \"2023-01-31T11:19:19.1461671\",\n    \"paymentUpdatedTimeStamp\": \"2023-01-31T11:19:19.1461671\",\n    \"_links\": {\n        \"self\": {\n            \"href\": \"http://localhost:8088/bestbuy/payments/101\"\n        },\n        \"collection\": {\n            \"href\": \"http://localhost:8088/bestbuy/payments/all\"\n        }\n    }\n}"},{"id":"f06a5188-b520-4958-a406-92b09783f14e","name":"Payment Method - Debit Card","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"paymentId\": 102,\r\n    \"paymentType\": \"Debit Card\",\r\n    \"allowed\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8088/bestbuy/payments/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 31 Jan 2023 05:50:11 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"paymentId\": 102,\n    \"paymentType\": \"Debit Card\",\n    \"allowed\": true,\n    \"paymentAddedTimeStamp\": \"2023-01-31T11:20:11.0938259\",\n    \"paymentUpdatedTimeStamp\": \"2023-01-31T11:20:11.094827\",\n    \"_links\": {\n        \"self\": {\n            \"href\": \"http://localhost:8088/bestbuy/payments/102\"\n        },\n        \"collection\": {\n            \"href\": \"http://localhost:8088/bestbuy/payments/all\"\n        }\n    }\n}"},{"id":"505835d7-cbcc-4096-b039-913a614cc2a2","name":"Payment Method - Cash On Delivery","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"paymentId\": 103,\r\n    \"paymentType\": \"Cash On Delivery\",\r\n    \"allowed\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8088/bestbuy/payments/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 31 Jan 2023 05:50:51 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"paymentId\": 103,\n    \"paymentType\": \"Cash On Delivery\",\n    \"allowed\": true,\n    \"paymentAddedTimeStamp\": \"2023-01-31T11:20:51.1035989\",\n    \"paymentUpdatedTimeStamp\": \"2023-01-31T11:20:51.1035989\",\n    \"_links\": {\n        \"self\": {\n            \"href\": \"http://localhost:8088/bestbuy/payments/103\"\n        },\n        \"collection\": {\n            \"href\": \"http://localhost:8088/bestbuy/payments/all\"\n        }\n    }\n}"},{"id":"596a4971-877f-4d1b-8596-450cfcec9942","name":"Payment Method - Pay Pal","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"paymentId\": 104,\r\n        \"paymentType\": \"Pay Pal\",\r\n        \"allowed\": false\r\n    }","options":{"raw":{"language":"json"}}},"url":"http://localhost:8088/bestbuy/payments/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 31 Jan 2023 05:51:11 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"paymentId\": 104,\n    \"paymentType\": \"Pay Pal\",\n    \"allowed\": false,\n    \"paymentAddedTimeStamp\": \"2023-01-31T11:21:11.2698978\",\n    \"paymentUpdatedTimeStamp\": \"2023-01-31T11:21:11.2698978\",\n    \"_links\": {\n        \"self\": {\n            \"href\": \"http://localhost:8088/bestbuy/payments/104\"\n        },\n        \"collection\": {\n            \"href\": \"http://localhost:8088/bestbuy/payments/all\"\n        }\n    }\n}"},{"id":"a3af518e-5dca-4656-a38b-6b12620f1c57","name":"Payment Method - Net Banking","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"paymentId\": 105,\r\n    \"paymentType\": \"Net Banking\",\r\n    \"allowed\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8088/bestbuy/payments/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 31 Jan 2023 05:51:39 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"paymentId\": 105,\n    \"paymentType\": \"Net Banking\",\n    \"allowed\": true,\n    \"paymentAddedTimeStamp\": \"2023-01-31T11:21:39.675085\",\n    \"paymentUpdatedTimeStamp\": \"2023-01-31T11:21:39.675085\",\n    \"_links\": {\n        \"self\": {\n            \"href\": \"http://localhost:8088/bestbuy/payments/105\"\n        },\n        \"collection\": {\n            \"href\": \"http://localhost:8088/bestbuy/payments/all\"\n        }\n    }\n}"},{"id":"08133899-7c44-44be-92f7-c2d12eb8ed75","name":"Add Payment Method - Wallet","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"paymentId\": 106,\r\n    \"paymentType\": \"BestBuy Wallet\",\r\n    \"allowed\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8088/bestbuy/payments/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 31 Jan 2023 05:52:05 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"paymentId\": 106,\n    \"paymentType\": \"BestBuy Wallet\",\n    \"allowed\": true,\n    \"paymentAddedTimeStamp\": \"2023-01-31T11:22:05.577347\",\n    \"paymentUpdatedTimeStamp\": \"2023-01-31T11:22:05.577347\",\n    \"_links\": {\n        \"self\": {\n            \"href\": \"http://localhost:8088/bestbuy/payments/106\"\n        },\n        \"collection\": {\n            \"href\": \"http://localhost:8088/bestbuy/payments/all\"\n        }\n    }\n}"}],"_postman_id":"25545d78-da58-4d88-ac83-45b1ef84a3b3"},{"name":"Revoke Payment Methods","id":"78428c3d-9b03-450b-936a-5a3a7d9f19f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"http://localhost:8088/bestbuy/payments/{paymentId}/revoke","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","payments","{paymentId}","revoke"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"365fca0a-1b6a-4de7-9637-3a23e23e4acd","name":"Revoke Payment Methods","originalRequest":{"method":"PUT","header":[],"url":"http://localhost:8088/bestbuy/payments/104"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 14 Jan 2023 06:25:32 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"paymentId\": 104,\n    \"paymentType\": \"PayPal\",\n    \"allowed\": false\n}"}],"_postman_id":"78428c3d-9b03-450b-936a-5a3a7d9f19f7"},{"name":"Get Payment By Id","id":"e3a1b056-c649-4aae-bca2-ab993d8c2a2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/payments/101","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","payments","101"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"02cadb70-b793-4f21-84a7-89a98947f188","name":"Get Payment By Id","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/payments/101"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 02 Feb 2023 09:25:28 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"paymentId\": 101,\n    \"paymentType\": \"Credit Card\",\n    \"allowed\": true,\n    \"paymentAddedTimeStamp\": \"2023-01-31T11:19:19.146167\",\n    \"paymentUpdatedTimeStamp\": \"2023-02-02T14:52:19.736793\",\n    \"_links\": {\n        \"self\": {\n            \"href\": \"http://localhost:8088/bestbuy/payments/101\"\n        },\n        \"collection\": {\n            \"href\": \"http://localhost:8088/bestbuy/payments/all\"\n        }\n    }\n}"}],"_postman_id":"e3a1b056-c649-4aae-bca2-ab993d8c2a2e"},{"name":"Delete Payment Method","id":"ccef9c58-6f0d-4019-82dd-b2a504187f1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8088/bestbuy/payments/{paymentId}/delete","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","payments","{paymentId}","delete"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ccef9c58-6f0d-4019-82dd-b2a504187f1c"}],"id":"9c871382-a506-4376-af4c-5de3df3a7d2a","_postman_id":"9c871382-a506-4376-af4c-5de3df3a7d2a","description":""},{"name":"Cart Controller","item":[{"name":"Add Product To Cart","id":"5dfa9de5-1f12-47ef-870f-0e404fbf8654","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:8088/bestbuy/carts/customers/9307090263/products/2","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","carts","customers","9307090263","products","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"5efd68e5-df75-4925-8abb-c89900d18b39","name":"Add Product To Cart","originalRequest":{"method":"POST","header":[],"url":"http://localhost:8088/bestbuy/carts/customers/9307710593/products/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 27 Jan 2023 11:21:52 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2023-01-27T16:51:52.1723549\",\n    \"message\": \"Product Already Added to Cart, Quantity Updated Successfully !\",\n    \"status\": true,\n    \"responseObject\": {\n        \"cartId\": 1,\n        \"cartQuantity\": 13,\n        \"cartTotalAmount\": 1483622.9459999995,\n        \"listOfProducts\": [\n            {\n                \"productId\": 1,\n                \"productName\": \"Gucci GG Marmont Shoulder Bag\",\n                \"productDescription\": \"The Gucci GG Marmont Shoulder Bag is a luxurious and elegant handbag that features the iconic GG pattern and a quilted leather design. It is the perfect accessory for any fashion-conscious individual.\",\n                \"salePrice\": 114124.842,\n                \"marketPrice\": 146313.9,\n                \"available\": true,\n                \"images\": null,\n                \"productQuantity\": 13,\n                \"productTotalAmount\": 1483622.946\n            }\n        ]\n    }\n}"},{"id":"f8bf1cf6-e0fb-4bb7-896a-12012f295928","name":"Product Aldready Added To Cart","originalRequest":{"method":"POST","header":[],"url":"http://localhost:8088/bestbuy/carts/customers/9307090263/products/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 02 Feb 2023 10:20:55 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2023-02-02T15:50:55.1762626\",\n    \"message\": \"Product Added to Cart Successfully !\",\n    \"status\": true,\n    \"responseObject\": {\n        \"cartId\": 1,\n        \"cartQuantity\": 1,\n        \"cartTotalAmount\": 52844.301,\n        \"listOfProducts\": [\n            {\n                \"productId\": 2,\n                \"productName\": \"Samsung Galaxy S21\",\n                \"productDescription\": \"The Samsung Galaxy S21 is a high-end smartphone that features a powerful processor, a large AMOLED display, and a versatile camera system.\",\n                \"salePrice\": 52844.301,\n                \"marketPrice\": 58715.89,\n                \"available\": true,\n                \"images\": null,\n                \"productQuantity\": 1,\n                \"productTotalAmount\": 52844.301,\n                \"links\": []\n            }\n        ],\n        \"links\": []\n    }\n}"}],"_postman_id":"5dfa9de5-1f12-47ef-870f-0e404fbf8654"},{"name":"Get Cart","id":"66122b5b-f6db-4236-98f9-0efb887d7841","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/carts/customers/9307090263","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","carts","customers","9307090263"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"abd32242-f699-4e50-98dd-40b220c2583d","name":"Get Cart","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/carts/customers/9307090263"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 02 Feb 2023 10:22:24 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"cartId\": 1,\n    \"cartQuantity\": 1,\n    \"cartTotalAmount\": 52844.301,\n    \"listOfProducts\": [\n        {\n            \"productId\": 2,\n            \"productName\": \"Samsung Galaxy S21\",\n            \"productDescription\": \"The Samsung Galaxy S21 is a high-end smartphone that features a powerful processor, a large AMOLED display, and a versatile camera system.\",\n            \"salePrice\": 52844.301,\n            \"marketPrice\": 58715.89,\n            \"available\": true,\n            \"images\": null,\n            \"productQuantity\": 1,\n            \"productTotalAmount\": 52844.301,\n            \"_links\": {\n                \"self\": {\n                    \"href\": \"http://localhost:8088/bestbuy/products/2\"\n                }\n            }\n        }\n    ],\n    \"_links\": {\n        \"buy cart\": {\n            \"href\": \"http://localhost:8088/bestbuy/carts/customers/9307090263/payments/{paymentId}\",\n            \"templated\": true\n        }\n    }\n}"}],"_postman_id":"66122b5b-f6db-4236-98f9-0efb887d7841"},{"name":"Buy Cart","id":"d7ce2c9a-b89e-46b4-9c0c-c528e8c34faf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:8088/bestbuy/carts/customers/9307090263/payments/101","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","carts","customers","9307090263","payments","101"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d7ce2c9a-b89e-46b4-9c0c-c528e8c34faf"},{"name":"Empty Cart","id":"9d03a06d-a1ae-49a4-a6b8-cff2873a09bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"http://localhost:8088/bestbuy/carts/customers/9307090263","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","carts","customers","9307090263"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9d03a06d-a1ae-49a4-a6b8-cff2873a09bd"},{"name":"Update Cart Product Quantity","id":"50cf6e11-6baa-4f35-8888-e99d37c2a4fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"http://localhost:8088/bestbuy/carts/customers/9307090263/products/2?productQuantity=1","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","carts","customers","9307090263","products","2"],"host":["localhost"],"query":[{"key":"productQuantity","value":"1"}],"variable":[]}},"response":[{"id":"53bae389-aaed-450f-ac08-9bdfe32f8043","name":"Update Cart Product Quantity","originalRequest":{"method":"PUT","header":[],"url":{"raw":"http://localhost:8088/bestbuy/carts/customers/9307090263/products/2?productQuantity=1","protocol":"http","host":["localhost"],"port":"8088","path":["bestbuy","carts","customers","9307090263","products","2"],"query":[{"key":"productQuantity","value":"1","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 02 Feb 2023 10:24:06 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2023-02-02T15:54:06.6080221\",\n    \"message\": \"Quantity Updated Successfully !\",\n    \"status\": true,\n    \"responseObject\": {\n        \"cartId\": 1,\n        \"cartQuantity\": 2,\n        \"cartTotalAmount\": 105688.602,\n        \"listOfProducts\": [\n            {\n                \"productId\": 2,\n                \"productName\": \"Samsung Galaxy S21\",\n                \"productDescription\": \"The Samsung Galaxy S21 is a high-end smartphone that features a powerful processor, a large AMOLED display, and a versatile camera system.\",\n                \"salePrice\": 52844.301,\n                \"marketPrice\": 58715.89,\n                \"available\": true,\n                \"images\": null,\n                \"productQuantity\": 2,\n                \"productTotalAmount\": 105688.602,\n                \"links\": []\n            }\n        ],\n        \"links\": []\n    }\n}"}],"_postman_id":"50cf6e11-6baa-4f35-8888-e99d37c2a4fc"},{"name":"Remove Product From Cart","id":"6db1a03b-5a38-4bcf-8e1f-52b6fd6ecc04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8088/bestbuy/carts/customers/9307090263/products/2","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","carts","customers","9307090263","products","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6db1a03b-5a38-4bcf-8e1f-52b6fd6ecc04"}],"id":"d466155a-1cf0-44e7-b3f8-cd73e853e97a","_postman_id":"d466155a-1cf0-44e7-b3f8-cd73e853e97a","description":""},{"name":"Order Controller","item":[{"name":"Order Single Product","id":"6c690b39-6c5c-4f00-a55e-2351fdae27b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:8088/bestbuy/orders/customers/9307710594/payments/101/products/1/2","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","orders","customers","9307710594","payments","101","products","1","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b04c2f6e-d8a1-4fb3-b998-5b6befda0a56","name":"Order Single Product","originalRequest":{"method":"POST","header":[],"url":"http://localhost:8088/bestbuy/orders/customers/9307710594/payments/101/products/1/2"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 27 Jan 2023 12:45:18 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2023-01-27T18:15:18.0170228\",\n    \"message\": \"Order Placed Successfully !\",\n    \"status\": true,\n    \"responseObject\": {\n        \"orderId\": 4,\n        \"status\": \"Order Placed\",\n        \"orderTimeStamp\": \"2023-01-27T18:15:17.9445031\",\n        \"orderUpdatedTimeStamp\": \"2023-01-27T18:15:17.9445031\",\n        \"expectedDeliveryDate\": \"2023-01-30T18:15:17.9425007\",\n        \"orderQuantity\": 2,\n        \"orderTotalAmount\": 228249.684,\n        \"listOfProducts\": [\n            {\n                \"productId\": 1,\n                \"productName\": \"Gucci GG Marmont Shoulder Bag\",\n                \"productDescription\": \"The Gucci GG Marmont Shoulder Bag is a luxurious and elegant handbag that features the iconic GG pattern and a quilted leather design. It is the perfect accessory for any fashion-conscious individual.\",\n                \"salePrice\": 114124.842,\n                \"marketPrice\": 146313.9,\n                \"available\": true,\n                \"images\": null,\n                \"productQuantity\": 2,\n                \"productTotalAmount\": 228249.684,\n                \"isProductCancelled\": null,\n                \"isProductReturned\": null,\n                \"isProductReplaced\": null,\n                \"isProductRefunded\": null,\n                \"isProductDelievered\": null,\n                \"isReplacementProduct\": null,\n                \"orginialOrderId\": null,\n                \"links\": [\n                    {\n                        \"rel\": \"self\",\n                        \"href\": \"http://localhost:8088/bestbuy/products/1\"\n                    }\n                ]\n            }\n        ],\n        \"links\": [\n            {\n                \"rel\": \"self\",\n                \"href\": \"http://localhost:8088/bestbuy/orders/4\"\n            }\n        ]\n    }\n}"}],"_postman_id":"6c690b39-6c5c-4f00-a55e-2351fdae27b2"},{"name":"Mark Order Delivered","id":"bff55ef1-c0e7-4963-b163-7ac3d071b6fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"http://localhost:8088/bestbuy/orders/admin/2/delivered","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","orders","admin","2","delivered"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"36aa3b29-7bd1-4baa-857f-809203c60001","name":"Mark Order Delivered","originalRequest":{"method":"PUT","header":[],"url":"http://localhost:8088/bestbuy/orders/admin/2/delivered"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 02 Feb 2023 09:17:04 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2023-02-02T14:47:04.0242851\",\n    \"message\": \"Order Delieverd Successfully !\",\n    \"status\": true,\n    \"responseObject\": {\n        \"orderId\": 2,\n        \"status\": \"Delievered\",\n        \"orderTimeStamp\": \"2023-01-31T13:06:18.364778\",\n        \"orderUpdatedTimeStamp\": \"2023-02-02T14:47:03.998285\",\n        \"expectedDeliveryDate\": \"2023-02-02T14:47:03.9247716\",\n        \"orderQuantity\": 2,\n        \"orderTotalAmount\": 10168.812,\n        \"payment\": {\n            \"paymentId\": 101,\n            \"paymentType\": \"Credit Card\",\n            \"allowed\": true,\n            \"paymentAddedTimeStamp\": \"2023-01-31T11:19:19.146167\",\n            \"paymentUpdatedTimeStamp\": \"2023-02-02T14:14:44.838796\",\n            \"links\": []\n        },\n        \"customer\": {\n            \"userId\": 2,\n            \"firstName\": \"Shreyas\",\n            \"lastName\": \"Medade\",\n            \"contact\": \"9307090263\",\n            \"email\": \"shreyasmedade@gmail.com\",\n            \"dateOfBirth\": \"2003-04-06\",\n            \"image\": null,\n            \"accountCreatedDate\": \"2023-01-31T12:35:13.023635\",\n            \"accountUpdatedDate\": \"2023-01-31T12:48:07.505886\",\n            \"roles\": [\n                {\n                    \"roleId\": 1002,\n                    \"roleName\": \"ROLE_USER\"\n                }\n            ],\n            \"address\": {\n                \"addressId\": 1,\n                \"addressLine1\": \"001\",\n                \"addressLine2\": \"Hastinapur Society, Lok Nagari\",\n                \"buildingName\": \"J-5\",\n                \"landMark\": \"Near Hp Petrol Pump\",\n                \"city\": \"Ambernath\",\n                \"state\": \"Maharashtra\",\n                \"country\": \"India\",\n                \"pincode\": \"421501\",\n                \"addressCreatedDate\": \"2023-01-31T12:48:07.503887\",\n                \"addressUpdatedDate\": \"2023-01-31T12:48:07.503887\",\n                \"links\": []\n            },\n            \"links\": []\n        },\n        \"listOfProducts\": [\n            {\n                \"productId\": 8,\n                \"productName\": \"Levi's 501 Original Fit Jeans\",\n                \"productDescription\": \"The Levi's 501 Original Fit Jeans are a classic and versatile style that have been popular for over 150 years. Made with high-quality denim, these jeans feature a straight leg and a button fly for a comfortable and timeless look.\",\n                \"salePrice\": 5084.406,\n                \"marketPrice\": 5649.34,\n                \"available\": true,\n                \"images\": null,\n                \"productQuantity\": 2,\n                \"productTotalAmount\": 10168.812,\n                \"isProductCancelled\": null,\n                \"isProductReturned\": null,\n                \"isProductReplaced\": null,\n                \"isProductRefunded\": null,\n                \"isProductDelievered\": true,\n                \"isReplacementProduct\": null,\n                \"orginialOrderId\": null,\n                \"links\": []\n            }\n        ],\n        \"isOrderCancelled\": false,\n        \"isOrderReturned\": true,\n        \"isOrderReplaced\": true,\n        \"isOrderRefunded\": false,\n        \"isOrderDelievered\": true,\n        \"isReplacementOrder\": false,\n        \"orginialOrderId\": null,\n        \"links\": []\n    }\n}"}],"_postman_id":"bff55ef1-c0e7-4963-b163-7ac3d071b6fa"},{"name":"Get Order By Id","id":"67f651f9-9184-4a5d-b025-5f6ede12dd9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/orders/2","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","orders","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f11427c3-7347-4a38-8906-63c9af6baf17","name":"Get Order By Id","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/orders/3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 27 Jan 2023 12:23:17 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"orderId\": 3,\n    \"status\": \"Order Placed\",\n    \"orderTimeStamp\": \"2023-01-27T17:52:52.693106\",\n    \"orderUpdatedTimeStamp\": \"2023-01-27T17:52:52.693106\",\n    \"expectedDeliveryDate\": \"2023-01-30T17:52:52.691106\",\n    \"orderQuantity\": 2,\n    \"orderTotalAmount\": 228249.684,\n    \"listOfProducts\": [\n        {\n            \"productId\": 1,\n            \"productName\": \"Gucci GG Marmont Shoulder Bag\",\n            \"productDescription\": \"The Gucci GG Marmont Shoulder Bag is a luxurious and elegant handbag that features the iconic GG pattern and a quilted leather design. It is the perfect accessory for any fashion-conscious individual.\",\n            \"salePrice\": 114124.842,\n            \"marketPrice\": 146313.9,\n            \"available\": true,\n            \"images\": null,\n            \"productQuantity\": 2,\n            \"productTotalAmount\": 228249.684,\n            \"isProductCancelled\": null,\n            \"isProductReturned\": null,\n            \"isProductReplaced\": null,\n            \"isProductRefunded\": null,\n            \"isProductDelievered\": null,\n            \"isReplacementProduct\": null,\n            \"orginialOrderId\": null\n        }\n    ]\n}"}],"_postman_id":"67f651f9-9184-4a5d-b025-5f6ede12dd9f"},{"name":"Add Order","id":"8b9012c5-a10c-4846-bdec-8d782d2bed38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:8088/bestbuy/orders/customers/9307710594/payments/101/products/1/2","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","orders","customers","9307710594","payments","101","products","1","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"cfdb52d2-0b37-477e-9eca-5094b9f6f29c","name":"Add Order","originalRequest":{"method":"POST","header":[],"url":"http://localhost:8088/bestbuy/orders/customers/9307710593/payments/101/products/1/2"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 27 Jan 2023 12:22:52 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2023-01-27T17:52:52.757109\",\n    \"message\": \"Order Placed Successfully !\",\n    \"status\": true,\n    \"responseObject\": {\n        \"orderId\": 3,\n        \"status\": \"Order Placed\",\n        \"orderTimeStamp\": \"2023-01-27T17:52:52.6931061\",\n        \"orderUpdatedTimeStamp\": \"2023-01-27T17:52:52.6931061\",\n        \"expectedDeliveryDate\": \"2023-01-30T17:52:52.6911063\",\n        \"orderQuantity\": 2,\n        \"orderTotalAmount\": 228249.684,\n        \"listOfProducts\": [\n            {\n                \"productId\": 1,\n                \"productName\": \"Gucci GG Marmont Shoulder Bag\",\n                \"productDescription\": \"The Gucci GG Marmont Shoulder Bag is a luxurious and elegant handbag that features the iconic GG pattern and a quilted leather design. It is the perfect accessory for any fashion-conscious individual.\",\n                \"salePrice\": 114124.842,\n                \"marketPrice\": 146313.9,\n                \"available\": true,\n                \"images\": null,\n                \"productQuantity\": 2,\n                \"productTotalAmount\": 228249.684,\n                \"isProductCancelled\": null,\n                \"isProductReturned\": null,\n                \"isProductReplaced\": null,\n                \"isProductRefunded\": null,\n                \"isProductDelievered\": null,\n                \"isReplacementProduct\": null,\n                \"orginialOrderId\": null,\n                \"links\": [\n                    {\n                        \"rel\": \"self\",\n                        \"href\": \"http://localhost:8088/bestbuy/products/1\"\n                    }\n                ]\n            }\n        ],\n        \"links\": [\n            {\n                \"rel\": \"self\",\n                \"href\": \"http://localhost:8088/bestbuy/orders/3\"\n            }\n        ]\n    }\n}"}],"_postman_id":"8b9012c5-a10c-4846-bdec-8d782d2bed38"},{"name":"Get All Orders","id":"78dddfe3-7281-46b8-b44f-eb7bdde42f2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/orders/","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","orders",""],"host":["localhost"],"query":[{"disabled":true,"key":"pageSize","value":"2"}],"variable":[]}},"response":[{"id":"67261083-93c4-4230-949e-59c94aff2610","name":"Get All Orders","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8088/bestbuy/orders/","protocol":"http","host":["localhost"],"port":"8088","path":["bestbuy","orders",""],"query":[{"key":"pageSize","value":"2","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 02 Feb 2023 10:52:21 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"orderResponseDtoList\": [\n            {\n                \"orderId\": 5,\n                \"status\": \"Order Placed\",\n                \"orderTimeStamp\": \"2023-02-02T14:48:48.70669\",\n                \"orderUpdatedTimeStamp\": \"2023-02-02T14:48:48.70669\",\n                \"expectedDeliveryDate\": \"2023-02-05T14:48:48.703691\",\n                \"orderQuantity\": 2,\n                \"orderTotalAmount\": 154287.144,\n                \"payment\": {\n                    \"paymentId\": 101,\n                    \"paymentType\": \"Credit Card\",\n                    \"allowed\": true,\n                    \"paymentAddedTimeStamp\": \"2023-01-31T11:19:19.146167\",\n                    \"paymentUpdatedTimeStamp\": \"2023-02-02T16:12:26.957646\"\n                },\n                \"customer\": {\n                    \"userId\": 1,\n                    \"firstName\": \"Tejas\",\n                    \"lastName\": \"Medade\",\n                    \"contact\": \"9307710594\",\n                    \"email\": \"tejasmedade@gmail.com\",\n                    \"dateOfBirth\": null,\n                    \"image\": null,\n                    \"accountCreatedDate\": \"2023-01-31T11:14:50.967501\",\n                    \"accountUpdatedDate\": \"2023-01-31T11:14:50.967501\",\n                    \"roles\": [\n                        {\n                            \"roleId\": 1002,\n                            \"roleName\": \"ROLE_USER\"\n                        },\n                        {\n                            \"roleId\": 1001,\n                            \"roleName\": \"ROLE_ADMIN\"\n                        }\n                    ],\n                    \"address\": null\n                },\n                \"listOfProducts\": [\n                    {\n                        \"productId\": 1,\n                        \"productName\": \" iPhone 12 Pro\",\n                        \"productDescription\": \"The iPhone 12 Pro is the latest and greatest smartphone from Apple, featuring a new A14 Bionic chip, a Triple-camera system, and a Ceramic Shield front cover for improved durability.\",\n                        \"salePrice\": 77143.572,\n                        \"marketPrice\": 81203.76,\n                        \"available\": true,\n                        \"images\": null,\n                        \"productQuantity\": 2,\n                        \"productTotalAmount\": 154287.144,\n                        \"isProductCancelled\": null,\n                        \"isProductReturned\": null,\n                        \"isProductReplaced\": null,\n                        \"isProductRefunded\": null,\n                        \"isProductDelievered\": null,\n                        \"isReplacementProduct\": null,\n                        \"orginialOrderId\": null,\n                        \"_links\": {\n                            \"self\": {\n                                \"href\": \"http://localhost:8088/bestbuy/products/1\"\n                            }\n                        }\n                    }\n                ],\n                \"isOrderCancelled\": false,\n                \"isOrderReturned\": false,\n                \"isOrderReplaced\": false,\n                \"isOrderRefunded\": false,\n                \"isOrderDelievered\": false,\n                \"isReplacementOrder\": false,\n                \"orginialOrderId\": null,\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/5\"\n                    },\n                    \"customer\": {\n                        \"href\": \"http://localhost:8088/bestbuy/customers/9307710594\"\n                    },\n                    \"payment\": {\n                        \"href\": \"http://localhost:8088/bestbuy/payments/101\"\n                    }\n                }\n            },\n            {\n                \"orderId\": 4,\n                \"status\": \"Order Placed\",\n                \"orderTimeStamp\": \"2023-01-31T13:22:15.913562\",\n                \"orderUpdatedTimeStamp\": \"2023-01-31T13:22:15.913562\",\n                \"expectedDeliveryDate\": \"2023-02-03T13:22:15.91256\",\n                \"orderQuantity\": 2,\n                \"orderTotalAmount\": 10168.812,\n                \"payment\": {\n                    \"paymentId\": 101,\n                    \"paymentType\": \"Credit Card\",\n                    \"allowed\": true,\n                    \"paymentAddedTimeStamp\": \"2023-01-31T11:19:19.146167\",\n                    \"paymentUpdatedTimeStamp\": \"2023-02-02T16:12:26.957646\"\n                },\n                \"customer\": {\n                    \"userId\": 2,\n                    \"firstName\": \"Shreyas\",\n                    \"lastName\": \"Medade\",\n                    \"contact\": \"9307090263\",\n                    \"email\": \"shreyasmedade@gmail.com\",\n                    \"dateOfBirth\": \"2003-04-06\",\n                    \"image\": null,\n                    \"accountCreatedDate\": \"2023-01-31T12:35:13.023635\",\n                    \"accountUpdatedDate\": \"2023-01-31T12:48:07.505886\",\n                    \"roles\": [\n                        {\n                            \"roleId\": 1002,\n                            \"roleName\": \"ROLE_USER\"\n                        }\n                    ],\n                    \"address\": {\n                        \"addressId\": 1,\n                        \"addressLine1\": \"001\",\n                        \"addressLine2\": \"Hastinapur Society, Lok Nagari\",\n                        \"buildingName\": \"J-5\",\n                        \"landMark\": \"Near Hp Petrol Pump\",\n                        \"city\": \"Ambernath\",\n                        \"state\": \"Maharashtra\",\n                        \"country\": \"India\",\n                        \"pincode\": \"421501\",\n                        \"addressCreatedDate\": \"2023-01-31T12:48:07.503887\",\n                        \"addressUpdatedDate\": \"2023-01-31T12:48:07.503887\"\n                    }\n                },\n                \"listOfProducts\": [\n                    {\n                        \"productId\": 8,\n                        \"productName\": \"Levi's 501 Original Fit Jeans\",\n                        \"productDescription\": \"The Levi's 501 Original Fit Jeans are a classic and versatile style that have been popular for over 150 years. Made with high-quality denim, these jeans feature a straight leg and a button fly for a comfortable and timeless look.\",\n                        \"salePrice\": 5084.406,\n                        \"marketPrice\": 5649.34,\n                        \"available\": true,\n                        \"images\": null,\n                        \"productQuantity\": 2,\n                        \"productTotalAmount\": 10168.812,\n                        \"isProductCancelled\": null,\n                        \"isProductReturned\": null,\n                        \"isProductReplaced\": null,\n                        \"isProductRefunded\": null,\n                        \"isProductDelievered\": true,\n                        \"isReplacementProduct\": null,\n                        \"orginialOrderId\": null,\n                        \"_links\": {\n                            \"self\": {\n                                \"href\": \"http://localhost:8088/bestbuy/products/8\"\n                            }\n                        }\n                    }\n                ],\n                \"isOrderCancelled\": false,\n                \"isOrderReturned\": false,\n                \"isOrderReplaced\": false,\n                \"isOrderRefunded\": false,\n                \"isOrderDelievered\": false,\n                \"isReplacementOrder\": true,\n                \"orginialOrderId\": 2,\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/4\"\n                    },\n                    \"customer\": {\n                        \"href\": \"http://localhost:8088/bestbuy/customers/9307090263\"\n                    },\n                    \"payment\": {\n                        \"href\": \"http://localhost:8088/bestbuy/payments/101\"\n                    }\n                }\n            },\n            {\n                \"orderId\": 3,\n                \"status\": \"Cancelled\",\n                \"orderTimeStamp\": \"2023-01-31T13:10:32.707429\",\n                \"orderUpdatedTimeStamp\": \"2023-01-31T13:20:03.30294\",\n                \"expectedDeliveryDate\": \"2023-02-03T13:10:32.707429\",\n                \"orderQuantity\": 2,\n                \"orderTotalAmount\": 10168.812,\n                \"payment\": {\n                    \"paymentId\": 101,\n                    \"paymentType\": \"Credit Card\",\n                    \"allowed\": true,\n                    \"paymentAddedTimeStamp\": \"2023-01-31T11:19:19.146167\",\n                    \"paymentUpdatedTimeStamp\": \"2023-02-02T16:12:26.957646\"\n                },\n                \"customer\": {\n                    \"userId\": 2,\n                    \"firstName\": \"Shreyas\",\n                    \"lastName\": \"Medade\",\n                    \"contact\": \"9307090263\",\n                    \"email\": \"shreyasmedade@gmail.com\",\n                    \"dateOfBirth\": \"2003-04-06\",\n                    \"image\": null,\n                    \"accountCreatedDate\": \"2023-01-31T12:35:13.023635\",\n                    \"accountUpdatedDate\": \"2023-01-31T12:48:07.505886\",\n                    \"roles\": [\n                        {\n                            \"roleId\": 1002,\n                            \"roleName\": \"ROLE_USER\"\n                        }\n                    ],\n                    \"address\": {\n                        \"addressId\": 1,\n                        \"addressLine1\": \"001\",\n                        \"addressLine2\": \"Hastinapur Society, Lok Nagari\",\n                        \"buildingName\": \"J-5\",\n                        \"landMark\": \"Near Hp Petrol Pump\",\n                        \"city\": \"Ambernath\",\n                        \"state\": \"Maharashtra\",\n                        \"country\": \"India\",\n                        \"pincode\": \"421501\",\n                        \"addressCreatedDate\": \"2023-01-31T12:48:07.503887\",\n                        \"addressUpdatedDate\": \"2023-01-31T12:48:07.503887\"\n                    }\n                },\n                \"listOfProducts\": [\n                    {\n                        \"productId\": 8,\n                        \"productName\": \"Levi's 501 Original Fit Jeans\",\n                        \"productDescription\": \"The Levi's 501 Original Fit Jeans are a classic and versatile style that have been popular for over 150 years. Made with high-quality denim, these jeans feature a straight leg and a button fly for a comfortable and timeless look.\",\n                        \"salePrice\": 5084.406,\n                        \"marketPrice\": 5649.34,\n                        \"available\": true,\n                        \"images\": null,\n                        \"productQuantity\": 2,\n                        \"productTotalAmount\": 10168.812,\n                        \"isProductCancelled\": null,\n                        \"isProductReturned\": null,\n                        \"isProductReplaced\": null,\n                        \"isProductRefunded\": null,\n                        \"isProductDelievered\": null,\n                        \"isReplacementProduct\": null,\n                        \"orginialOrderId\": null,\n                        \"_links\": {\n                            \"self\": {\n                                \"href\": \"http://localhost:8088/bestbuy/products/8\"\n                            }\n                        }\n                    }\n                ],\n                \"isOrderCancelled\": true,\n                \"isOrderReturned\": false,\n                \"isOrderReplaced\": false,\n                \"isOrderRefunded\": true,\n                \"isOrderDelievered\": false,\n                \"isReplacementOrder\": false,\n                \"orginialOrderId\": null,\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/3\"\n                    },\n                    \"customer\": {\n                        \"href\": \"http://localhost:8088/bestbuy/customers/9307090263\"\n                    },\n                    \"payment\": {\n                        \"href\": \"http://localhost:8088/bestbuy/payments/101\"\n                    }\n                }\n            },\n            {\n                \"orderId\": 2,\n                \"status\": \"Delievered\",\n                \"orderTimeStamp\": \"2023-01-31T13:06:18.364778\",\n                \"orderUpdatedTimeStamp\": \"2023-02-02T14:47:03.998285\",\n                \"expectedDeliveryDate\": \"2023-02-02T14:47:03.924772\",\n                \"orderQuantity\": 2,\n                \"orderTotalAmount\": 10168.812,\n                \"payment\": {\n                    \"paymentId\": 101,\n                    \"paymentType\": \"Credit Card\",\n                    \"allowed\": true,\n                    \"paymentAddedTimeStamp\": \"2023-01-31T11:19:19.146167\",\n                    \"paymentUpdatedTimeStamp\": \"2023-02-02T16:12:26.957646\"\n                },\n                \"customer\": {\n                    \"userId\": 2,\n                    \"firstName\": \"Shreyas\",\n                    \"lastName\": \"Medade\",\n                    \"contact\": \"9307090263\",\n                    \"email\": \"shreyasmedade@gmail.com\",\n                    \"dateOfBirth\": \"2003-04-06\",\n                    \"image\": null,\n                    \"accountCreatedDate\": \"2023-01-31T12:35:13.023635\",\n                    \"accountUpdatedDate\": \"2023-01-31T12:48:07.505886\",\n                    \"roles\": [\n                        {\n                            \"roleId\": 1002,\n                            \"roleName\": \"ROLE_USER\"\n                        }\n                    ],\n                    \"address\": {\n                        \"addressId\": 1,\n                        \"addressLine1\": \"001\",\n                        \"addressLine2\": \"Hastinapur Society, Lok Nagari\",\n                        \"buildingName\": \"J-5\",\n                        \"landMark\": \"Near Hp Petrol Pump\",\n                        \"city\": \"Ambernath\",\n                        \"state\": \"Maharashtra\",\n                        \"country\": \"India\",\n                        \"pincode\": \"421501\",\n                        \"addressCreatedDate\": \"2023-01-31T12:48:07.503887\",\n                        \"addressUpdatedDate\": \"2023-01-31T12:48:07.503887\"\n                    }\n                },\n                \"listOfProducts\": [\n                    {\n                        \"productId\": 8,\n                        \"productName\": \"Levi's 501 Original Fit Jeans\",\n                        \"productDescription\": \"The Levi's 501 Original Fit Jeans are a classic and versatile style that have been popular for over 150 years. Made with high-quality denim, these jeans feature a straight leg and a button fly for a comfortable and timeless look.\",\n                        \"salePrice\": 5084.406,\n                        \"marketPrice\": 5649.34,\n                        \"available\": true,\n                        \"images\": null,\n                        \"productQuantity\": 2,\n                        \"productTotalAmount\": 10168.812,\n                        \"isProductCancelled\": null,\n                        \"isProductReturned\": null,\n                        \"isProductReplaced\": null,\n                        \"isProductRefunded\": null,\n                        \"isProductDelievered\": true,\n                        \"isReplacementProduct\": null,\n                        \"orginialOrderId\": null,\n                        \"_links\": {\n                            \"self\": {\n                                \"href\": \"http://localhost:8088/bestbuy/products/8\"\n                            }\n                        }\n                    }\n                ],\n                \"isOrderCancelled\": false,\n                \"isOrderReturned\": true,\n                \"isOrderReplaced\": true,\n                \"isOrderRefunded\": false,\n                \"isOrderDelievered\": true,\n                \"isReplacementOrder\": false,\n                \"orginialOrderId\": null,\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/2\"\n                    },\n                    \"customer\": {\n                        \"href\": \"http://localhost:8088/bestbuy/customers/9307090263\"\n                    },\n                    \"payment\": {\n                        \"href\": \"http://localhost:8088/bestbuy/payments/101\"\n                    }\n                }\n            },\n            {\n                \"orderId\": 1,\n                \"status\": \"Refunded\",\n                \"orderTimeStamp\": \"2023-01-31T13:00:08.874436\",\n                \"orderUpdatedTimeStamp\": \"2023-01-31T13:18:47.760674\",\n                \"expectedDeliveryDate\": \"2023-01-31T13:12:44.486524\",\n                \"orderQuantity\": 1,\n                \"orderTotalAmount\": 5084.406,\n                \"payment\": {\n                    \"paymentId\": 101,\n                    \"paymentType\": \"Credit Card\",\n                    \"allowed\": true,\n                    \"paymentAddedTimeStamp\": \"2023-01-31T11:19:19.146167\",\n                    \"paymentUpdatedTimeStamp\": \"2023-02-02T16:12:26.957646\"\n                },\n                \"customer\": {\n                    \"userId\": 2,\n                    \"firstName\": \"Shreyas\",\n                    \"lastName\": \"Medade\",\n                    \"contact\": \"9307090263\",\n                    \"email\": \"shreyasmedade@gmail.com\",\n                    \"dateOfBirth\": \"2003-04-06\",\n                    \"image\": null,\n                    \"accountCreatedDate\": \"2023-01-31T12:35:13.023635\",\n                    \"accountUpdatedDate\": \"2023-01-31T12:48:07.505886\",\n                    \"roles\": [\n                        {\n                            \"roleId\": 1002,\n                            \"roleName\": \"ROLE_USER\"\n                        }\n                    ],\n                    \"address\": {\n                        \"addressId\": 1,\n                        \"addressLine1\": \"001\",\n                        \"addressLine2\": \"Hastinapur Society, Lok Nagari\",\n                        \"buildingName\": \"J-5\",\n                        \"landMark\": \"Near Hp Petrol Pump\",\n                        \"city\": \"Ambernath\",\n                        \"state\": \"Maharashtra\",\n                        \"country\": \"India\",\n                        \"pincode\": \"421501\",\n                        \"addressCreatedDate\": \"2023-01-31T12:48:07.503887\",\n                        \"addressUpdatedDate\": \"2023-01-31T12:48:07.503887\"\n                    }\n                },\n                \"listOfProducts\": [\n                    {\n                        \"productId\": 8,\n                        \"productName\": \"Levi's 501 Original Fit Jeans\",\n                        \"productDescription\": \"The Levi's 501 Original Fit Jeans are a classic and versatile style that have been popular for over 150 years. Made with high-quality denim, these jeans feature a straight leg and a button fly for a comfortable and timeless look.\",\n                        \"salePrice\": 5084.406,\n                        \"marketPrice\": 5649.34,\n                        \"available\": true,\n                        \"images\": null,\n                        \"productQuantity\": 1,\n                        \"productTotalAmount\": 5084.406,\n                        \"isProductCancelled\": null,\n                        \"isProductReturned\": null,\n                        \"isProductReplaced\": null,\n                        \"isProductRefunded\": null,\n                        \"isProductDelievered\": true,\n                        \"isReplacementProduct\": null,\n                        \"orginialOrderId\": null,\n                        \"_links\": {\n                            \"self\": {\n                                \"href\": \"http://localhost:8088/bestbuy/products/8\"\n                            }\n                        }\n                    }\n                ],\n                \"isOrderCancelled\": false,\n                \"isOrderReturned\": true,\n                \"isOrderReplaced\": false,\n                \"isOrderRefunded\": true,\n                \"isOrderDelievered\": true,\n                \"isReplacementOrder\": false,\n                \"orginialOrderId\": null,\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/1\"\n                    },\n                    \"customer\": {\n                        \"href\": \"http://localhost:8088/bestbuy/customers/9307090263\"\n                    },\n                    \"payment\": {\n                        \"href\": \"http://localhost:8088/bestbuy/payments/101\"\n                    }\n                }\n            }\n        ]\n    },\n    \"_links\": {\n        \"self\": {\n            \"href\": \"http://localhost:8088/bestbuy/orders/?page=0&size=5&sort=orderId,desc\"\n        },\n        \"collection\": {\n            \"href\": \"http://localhost:8088/bestbuy/orders/?sortBy=orderId&sortDirection=ASC{&pageNumber,pageSize}\",\n            \"templated\": true\n        }\n    },\n    \"page\": {\n        \"size\": 5,\n        \"totalElements\": 5,\n        \"totalPages\": 1,\n        \"number\": 0\n    }\n}"}],"_postman_id":"78dddfe3-7281-46b8-b44f-eb7bdde42f2c"},{"name":"Revoke Pickup Status","id":"41f37a85-0891-4894-97a0-827507b88f16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"http://localhost:8088/bestbuy/orders/admin/pickups/requests/1?pickedUpBy=Tejas","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","orders","admin","pickups","requests","1"],"host":["localhost"],"query":[{"key":"pickedUpBy","value":"Tejas"}],"variable":[]}},"response":[],"_postman_id":"41f37a85-0891-4894-97a0-827507b88f16"},{"name":"Approve Refund Request","id":"dadc2aaa-9fd2-43e6-bcbb-b52c485c8146","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"http://localhost:8088/bestbuy/orders/admin/refunds/4?approvedBy=Tejas","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","orders","admin","refunds","4"],"host":["localhost"],"query":[{"key":"approvedBy","value":"Tejas"}],"variable":[]}},"response":[],"_postman_id":"dadc2aaa-9fd2-43e6-bcbb-b52c485c8146"},{"name":"Get Orders By Customer","id":"526c0520-d4b6-45ab-9f93-ab4cae017174","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/orders/customers/9307090263","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","orders","customers","9307090263"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"66b5b270-5813-4c61-817d-24fe79fd4679","name":"Get Orders By Customer","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/orders/customers/9307090263"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 02 Feb 2023 10:58:06 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"orderResponseDtoList\": [\n            {\n                \"orderId\": 6,\n                \"status\": \"Order Placed\",\n                \"orderTimeStamp\": \"2023-02-02T16:25:57.444708\",\n                \"orderUpdatedTimeStamp\": \"2023-02-02T16:25:57.444708\",\n                \"expectedDeliveryDate\": \"2023-02-05T16:25:57.442708\",\n                \"orderQuantity\": 2,\n                \"orderTotalAmount\": 10168.812,\n                \"payment\": {\n                    \"paymentId\": 101,\n                    \"paymentType\": \"Credit Card\",\n                    \"allowed\": true,\n                    \"paymentAddedTimeStamp\": \"2023-01-31T11:19:19.146167\",\n                    \"paymentUpdatedTimeStamp\": \"2023-02-02T16:12:26.957646\"\n                },\n                \"customer\": {\n                    \"userId\": 2,\n                    \"firstName\": \"Shreyas\",\n                    \"lastName\": \"Medade\",\n                    \"contact\": \"9307090263\",\n                    \"email\": \"shreyasmedade@gmail.com\",\n                    \"dateOfBirth\": \"2003-04-06\",\n                    \"image\": null,\n                    \"accountCreatedDate\": \"2023-01-31T12:35:13.023635\",\n                    \"accountUpdatedDate\": \"2023-01-31T12:48:07.505886\",\n                    \"roles\": [\n                        {\n                            \"roleId\": 1002,\n                            \"roleName\": \"ROLE_USER\"\n                        }\n                    ],\n                    \"address\": {\n                        \"addressId\": 1,\n                        \"addressLine1\": \"001\",\n                        \"addressLine2\": \"Hastinapur Society, Lok Nagari\",\n                        \"buildingName\": \"J-5\",\n                        \"landMark\": \"Near Hp Petrol Pump\",\n                        \"city\": \"Ambernath\",\n                        \"state\": \"Maharashtra\",\n                        \"country\": \"India\",\n                        \"pincode\": \"421501\",\n                        \"addressCreatedDate\": \"2023-01-31T12:48:07.503887\",\n                        \"addressUpdatedDate\": \"2023-01-31T12:48:07.503887\"\n                    }\n                },\n                \"listOfProducts\": [\n                    {\n                        \"productId\": 8,\n                        \"productName\": \"Levi's 501 Original Fit Jeans\",\n                        \"productDescription\": \"The Levi's 501 Original Fit Jeans are a classic and versatile style that have been popular for over 150 years. Made with high-quality denim, these jeans feature a straight leg and a button fly for a comfortable and timeless look.\",\n                        \"salePrice\": 5084.406,\n                        \"marketPrice\": 5649.34,\n                        \"available\": true,\n                        \"images\": null,\n                        \"productQuantity\": 2,\n                        \"productTotalAmount\": 10168.812,\n                        \"isProductCancelled\": null,\n                        \"isProductReturned\": null,\n                        \"isProductReplaced\": null,\n                        \"isProductRefunded\": null,\n                        \"isProductDelievered\": true,\n                        \"isReplacementProduct\": null,\n                        \"orginialOrderId\": null,\n                        \"_links\": {\n                            \"self\": {\n                                \"href\": \"http://localhost:8088/bestbuy/products/8\"\n                            }\n                        }\n                    }\n                ],\n                \"isOrderCancelled\": false,\n                \"isOrderReturned\": false,\n                \"isOrderReplaced\": false,\n                \"isOrderRefunded\": false,\n                \"isOrderDelievered\": false,\n                \"isReplacementOrder\": true,\n                \"orginialOrderId\": 2,\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/6\"\n                    },\n                    \"customer\": {\n                        \"href\": \"http://localhost:8088/bestbuy/customers/9307090263\"\n                    },\n                    \"payment\": {\n                        \"href\": \"http://localhost:8088/bestbuy/payments/101\"\n                    }\n                }\n            },\n            {\n                \"orderId\": 4,\n                \"status\": \"Order Placed\",\n                \"orderTimeStamp\": \"2023-01-31T13:22:15.913562\",\n                \"orderUpdatedTimeStamp\": \"2023-01-31T13:22:15.913562\",\n                \"expectedDeliveryDate\": \"2023-02-03T13:22:15.91256\",\n                \"orderQuantity\": 2,\n                \"orderTotalAmount\": 10168.812,\n                \"payment\": {\n                    \"paymentId\": 101,\n                    \"paymentType\": \"Credit Card\",\n                    \"allowed\": true,\n                    \"paymentAddedTimeStamp\": \"2023-01-31T11:19:19.146167\",\n                    \"paymentUpdatedTimeStamp\": \"2023-02-02T16:12:26.957646\"\n                },\n                \"customer\": {\n                    \"userId\": 2,\n                    \"firstName\": \"Shreyas\",\n                    \"lastName\": \"Medade\",\n                    \"contact\": \"9307090263\",\n                    \"email\": \"shreyasmedade@gmail.com\",\n                    \"dateOfBirth\": \"2003-04-06\",\n                    \"image\": null,\n                    \"accountCreatedDate\": \"2023-01-31T12:35:13.023635\",\n                    \"accountUpdatedDate\": \"2023-01-31T12:48:07.505886\",\n                    \"roles\": [\n                        {\n                            \"roleId\": 1002,\n                            \"roleName\": \"ROLE_USER\"\n                        }\n                    ],\n                    \"address\": {\n                        \"addressId\": 1,\n                        \"addressLine1\": \"001\",\n                        \"addressLine2\": \"Hastinapur Society, Lok Nagari\",\n                        \"buildingName\": \"J-5\",\n                        \"landMark\": \"Near Hp Petrol Pump\",\n                        \"city\": \"Ambernath\",\n                        \"state\": \"Maharashtra\",\n                        \"country\": \"India\",\n                        \"pincode\": \"421501\",\n                        \"addressCreatedDate\": \"2023-01-31T12:48:07.503887\",\n                        \"addressUpdatedDate\": \"2023-01-31T12:48:07.503887\"\n                    }\n                },\n                \"listOfProducts\": [\n                    {\n                        \"productId\": 8,\n                        \"productName\": \"Levi's 501 Original Fit Jeans\",\n                        \"productDescription\": \"The Levi's 501 Original Fit Jeans are a classic and versatile style that have been popular for over 150 years. Made with high-quality denim, these jeans feature a straight leg and a button fly for a comfortable and timeless look.\",\n                        \"salePrice\": 5084.406,\n                        \"marketPrice\": 5649.34,\n                        \"available\": true,\n                        \"images\": null,\n                        \"productQuantity\": 2,\n                        \"productTotalAmount\": 10168.812,\n                        \"isProductCancelled\": null,\n                        \"isProductReturned\": null,\n                        \"isProductReplaced\": null,\n                        \"isProductRefunded\": null,\n                        \"isProductDelievered\": true,\n                        \"isReplacementProduct\": null,\n                        \"orginialOrderId\": null,\n                        \"_links\": {\n                            \"self\": {\n                                \"href\": \"http://localhost:8088/bestbuy/products/8\"\n                            }\n                        }\n                    }\n                ],\n                \"isOrderCancelled\": false,\n                \"isOrderReturned\": false,\n                \"isOrderReplaced\": false,\n                \"isOrderRefunded\": false,\n                \"isOrderDelievered\": false,\n                \"isReplacementOrder\": true,\n                \"orginialOrderId\": 2,\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/4\"\n                    },\n                    \"customer\": {\n                        \"href\": \"http://localhost:8088/bestbuy/customers/9307090263\"\n                    },\n                    \"payment\": {\n                        \"href\": \"http://localhost:8088/bestbuy/payments/101\"\n                    }\n                }\n            },\n            {\n                \"orderId\": 3,\n                \"status\": \"Cancelled\",\n                \"orderTimeStamp\": \"2023-01-31T13:10:32.707429\",\n                \"orderUpdatedTimeStamp\": \"2023-01-31T13:20:03.30294\",\n                \"expectedDeliveryDate\": \"2023-02-03T13:10:32.707429\",\n                \"orderQuantity\": 2,\n                \"orderTotalAmount\": 10168.812,\n                \"payment\": {\n                    \"paymentId\": 101,\n                    \"paymentType\": \"Credit Card\",\n                    \"allowed\": true,\n                    \"paymentAddedTimeStamp\": \"2023-01-31T11:19:19.146167\",\n                    \"paymentUpdatedTimeStamp\": \"2023-02-02T16:12:26.957646\"\n                },\n                \"customer\": {\n                    \"userId\": 2,\n                    \"firstName\": \"Shreyas\",\n                    \"lastName\": \"Medade\",\n                    \"contact\": \"9307090263\",\n                    \"email\": \"shreyasmedade@gmail.com\",\n                    \"dateOfBirth\": \"2003-04-06\",\n                    \"image\": null,\n                    \"accountCreatedDate\": \"2023-01-31T12:35:13.023635\",\n                    \"accountUpdatedDate\": \"2023-01-31T12:48:07.505886\",\n                    \"roles\": [\n                        {\n                            \"roleId\": 1002,\n                            \"roleName\": \"ROLE_USER\"\n                        }\n                    ],\n                    \"address\": {\n                        \"addressId\": 1,\n                        \"addressLine1\": \"001\",\n                        \"addressLine2\": \"Hastinapur Society, Lok Nagari\",\n                        \"buildingName\": \"J-5\",\n                        \"landMark\": \"Near Hp Petrol Pump\",\n                        \"city\": \"Ambernath\",\n                        \"state\": \"Maharashtra\",\n                        \"country\": \"India\",\n                        \"pincode\": \"421501\",\n                        \"addressCreatedDate\": \"2023-01-31T12:48:07.503887\",\n                        \"addressUpdatedDate\": \"2023-01-31T12:48:07.503887\"\n                    }\n                },\n                \"listOfProducts\": [\n                    {\n                        \"productId\": 8,\n                        \"productName\": \"Levi's 501 Original Fit Jeans\",\n                        \"productDescription\": \"The Levi's 501 Original Fit Jeans are a classic and versatile style that have been popular for over 150 years. Made with high-quality denim, these jeans feature a straight leg and a button fly for a comfortable and timeless look.\",\n                        \"salePrice\": 5084.406,\n                        \"marketPrice\": 5649.34,\n                        \"available\": true,\n                        \"images\": null,\n                        \"productQuantity\": 2,\n                        \"productTotalAmount\": 10168.812,\n                        \"isProductCancelled\": null,\n                        \"isProductReturned\": null,\n                        \"isProductReplaced\": null,\n                        \"isProductRefunded\": null,\n                        \"isProductDelievered\": null,\n                        \"isReplacementProduct\": null,\n                        \"orginialOrderId\": null,\n                        \"_links\": {\n                            \"self\": {\n                                \"href\": \"http://localhost:8088/bestbuy/products/8\"\n                            }\n                        }\n                    }\n                ],\n                \"isOrderCancelled\": true,\n                \"isOrderReturned\": false,\n                \"isOrderReplaced\": false,\n                \"isOrderRefunded\": true,\n                \"isOrderDelievered\": false,\n                \"isReplacementOrder\": false,\n                \"orginialOrderId\": null,\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/3\"\n                    },\n                    \"customer\": {\n                        \"href\": \"http://localhost:8088/bestbuy/customers/9307090263\"\n                    },\n                    \"payment\": {\n                        \"href\": \"http://localhost:8088/bestbuy/payments/101\"\n                    }\n                }\n            },\n            {\n                \"orderId\": 2,\n                \"status\": \"Replaced\",\n                \"orderTimeStamp\": \"2023-01-31T13:06:18.364778\",\n                \"orderUpdatedTimeStamp\": \"2023-02-02T16:25:57.392702\",\n                \"expectedDeliveryDate\": \"2023-02-02T14:47:03.924772\",\n                \"orderQuantity\": 2,\n                \"orderTotalAmount\": 10168.812,\n                \"payment\": {\n                    \"paymentId\": 101,\n                    \"paymentType\": \"Credit Card\",\n                    \"allowed\": true,\n                    \"paymentAddedTimeStamp\": \"2023-01-31T11:19:19.146167\",\n                    \"paymentUpdatedTimeStamp\": \"2023-02-02T16:12:26.957646\"\n                },\n                \"customer\": {\n                    \"userId\": 2,\n                    \"firstName\": \"Shreyas\",\n                    \"lastName\": \"Medade\",\n                    \"contact\": \"9307090263\",\n                    \"email\": \"shreyasmedade@gmail.com\",\n                    \"dateOfBirth\": \"2003-04-06\",\n                    \"image\": null,\n                    \"accountCreatedDate\": \"2023-01-31T12:35:13.023635\",\n                    \"accountUpdatedDate\": \"2023-01-31T12:48:07.505886\",\n                    \"roles\": [\n                        {\n                            \"roleId\": 1002,\n                            \"roleName\": \"ROLE_USER\"\n                        }\n                    ],\n                    \"address\": {\n                        \"addressId\": 1,\n                        \"addressLine1\": \"001\",\n                        \"addressLine2\": \"Hastinapur Society, Lok Nagari\",\n                        \"buildingName\": \"J-5\",\n                        \"landMark\": \"Near Hp Petrol Pump\",\n                        \"city\": \"Ambernath\",\n                        \"state\": \"Maharashtra\",\n                        \"country\": \"India\",\n                        \"pincode\": \"421501\",\n                        \"addressCreatedDate\": \"2023-01-31T12:48:07.503887\",\n                        \"addressUpdatedDate\": \"2023-01-31T12:48:07.503887\"\n                    }\n                },\n                \"listOfProducts\": [\n                    {\n                        \"productId\": 8,\n                        \"productName\": \"Levi's 501 Original Fit Jeans\",\n                        \"productDescription\": \"The Levi's 501 Original Fit Jeans are a classic and versatile style that have been popular for over 150 years. Made with high-quality denim, these jeans feature a straight leg and a button fly for a comfortable and timeless look.\",\n                        \"salePrice\": 5084.406,\n                        \"marketPrice\": 5649.34,\n                        \"available\": true,\n                        \"images\": null,\n                        \"productQuantity\": 2,\n                        \"productTotalAmount\": 10168.812,\n                        \"isProductCancelled\": null,\n                        \"isProductReturned\": null,\n                        \"isProductReplaced\": null,\n                        \"isProductRefunded\": null,\n                        \"isProductDelievered\": true,\n                        \"isReplacementProduct\": null,\n                        \"orginialOrderId\": null,\n                        \"_links\": {\n                            \"self\": {\n                                \"href\": \"http://localhost:8088/bestbuy/products/8\"\n                            }\n                        }\n                    }\n                ],\n                \"isOrderCancelled\": false,\n                \"isOrderReturned\": true,\n                \"isOrderReplaced\": true,\n                \"isOrderRefunded\": false,\n                \"isOrderDelievered\": true,\n                \"isReplacementOrder\": false,\n                \"orginialOrderId\": null,\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/2\"\n                    },\n                    \"customer\": {\n                        \"href\": \"http://localhost:8088/bestbuy/customers/9307090263\"\n                    },\n                    \"payment\": {\n                        \"href\": \"http://localhost:8088/bestbuy/payments/101\"\n                    }\n                }\n            },\n            {\n                \"orderId\": 1,\n                \"status\": \"Refunded\",\n                \"orderTimeStamp\": \"2023-01-31T13:00:08.874436\",\n                \"orderUpdatedTimeStamp\": \"2023-01-31T13:18:47.760674\",\n                \"expectedDeliveryDate\": \"2023-01-31T13:12:44.486524\",\n                \"orderQuantity\": 1,\n                \"orderTotalAmount\": 5084.406,\n                \"payment\": {\n                    \"paymentId\": 101,\n                    \"paymentType\": \"Credit Card\",\n                    \"allowed\": true,\n                    \"paymentAddedTimeStamp\": \"2023-01-31T11:19:19.146167\",\n                    \"paymentUpdatedTimeStamp\": \"2023-02-02T16:12:26.957646\"\n                },\n                \"customer\": {\n                    \"userId\": 2,\n                    \"firstName\": \"Shreyas\",\n                    \"lastName\": \"Medade\",\n                    \"contact\": \"9307090263\",\n                    \"email\": \"shreyasmedade@gmail.com\",\n                    \"dateOfBirth\": \"2003-04-06\",\n                    \"image\": null,\n                    \"accountCreatedDate\": \"2023-01-31T12:35:13.023635\",\n                    \"accountUpdatedDate\": \"2023-01-31T12:48:07.505886\",\n                    \"roles\": [\n                        {\n                            \"roleId\": 1002,\n                            \"roleName\": \"ROLE_USER\"\n                        }\n                    ],\n                    \"address\": {\n                        \"addressId\": 1,\n                        \"addressLine1\": \"001\",\n                        \"addressLine2\": \"Hastinapur Society, Lok Nagari\",\n                        \"buildingName\": \"J-5\",\n                        \"landMark\": \"Near Hp Petrol Pump\",\n                        \"city\": \"Ambernath\",\n                        \"state\": \"Maharashtra\",\n                        \"country\": \"India\",\n                        \"pincode\": \"421501\",\n                        \"addressCreatedDate\": \"2023-01-31T12:48:07.503887\",\n                        \"addressUpdatedDate\": \"2023-01-31T12:48:07.503887\"\n                    }\n                },\n                \"listOfProducts\": [\n                    {\n                        \"productId\": 8,\n                        \"productName\": \"Levi's 501 Original Fit Jeans\",\n                        \"productDescription\": \"The Levi's 501 Original Fit Jeans are a classic and versatile style that have been popular for over 150 years. Made with high-quality denim, these jeans feature a straight leg and a button fly for a comfortable and timeless look.\",\n                        \"salePrice\": 5084.406,\n                        \"marketPrice\": 5649.34,\n                        \"available\": true,\n                        \"images\": null,\n                        \"productQuantity\": 1,\n                        \"productTotalAmount\": 5084.406,\n                        \"isProductCancelled\": null,\n                        \"isProductReturned\": null,\n                        \"isProductReplaced\": null,\n                        \"isProductRefunded\": null,\n                        \"isProductDelievered\": true,\n                        \"isReplacementProduct\": null,\n                        \"orginialOrderId\": null,\n                        \"_links\": {\n                            \"self\": {\n                                \"href\": \"http://localhost:8088/bestbuy/products/8\"\n                            }\n                        }\n                    }\n                ],\n                \"isOrderCancelled\": false,\n                \"isOrderReturned\": true,\n                \"isOrderReplaced\": false,\n                \"isOrderRefunded\": true,\n                \"isOrderDelievered\": true,\n                \"isReplacementOrder\": false,\n                \"orginialOrderId\": null,\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/1\"\n                    },\n                    \"customer\": {\n                        \"href\": \"http://localhost:8088/bestbuy/customers/9307090263\"\n                    },\n                    \"payment\": {\n                        \"href\": \"http://localhost:8088/bestbuy/payments/101\"\n                    }\n                }\n            }\n        ]\n    },\n    \"_links\": {\n        \"self\": {\n            \"href\": \"http://localhost:8088/bestbuy/orders/customers/9307090263?page=0&size=5&sort=orderId,desc\"\n        },\n        \"collection\": {\n            \"href\": \"http://localhost:8088/bestbuy/orders/?sortBy=orderId&sortDirection=ASC{&pageNumber,pageSize}\",\n            \"templated\": true\n        }\n    },\n    \"page\": {\n        \"size\": 5,\n        \"totalElements\": 5,\n        \"totalPages\": 1,\n        \"number\": 0\n    }\n}"}],"_postman_id":"526c0520-d4b6-45ab-9f93-ab4cae017174"},{"name":"Delete Order","id":"c6310f74-f4ed-4b0a-959d-538c77b87609","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8088/bestbuy/orders/admin/{orderId}/delete","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","orders","admin","{orderId}","delete"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c6310f74-f4ed-4b0a-959d-538c77b87609"},{"name":"Update Order Status","id":"dcfb3afa-4246-4bc5-9737-fd20bb6b1616","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"http://localhost:8088/bestbuy/orders/admin/{orderId}","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","orders","admin","{orderId}"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"dcfb3afa-4246-4bc5-9737-fd20bb6b1616"},{"name":"Cancel Order","id":"8fee1b06-9fde-49f5-9695-f1260ba8cc76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:8088/bestbuy/orders/3/cancel","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","orders","3","cancel"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8fee1b06-9fde-49f5-9695-f1260ba8cc76"},{"name":"Get All Approved Refund Requests","id":"ab4032be-24b3-4083-b555-cffc5a4c8ac3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/orders/admin/refunds/requests/approved","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","orders","admin","refunds","requests","approved"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"321e9263-d64d-44a3-83a2-d947c520ca5c","name":"Get All Approved Refund Requests","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/orders/admin/refunds/requests/approved"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 02 Feb 2023 10:55:43 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"refundOrderDetailsResponseDtoList\": [\n            {\n                \"refundOrderRequestId\": 1,\n                \"refundTimestamp\": \"2023-01-31T13:16:59.612485\",\n                \"refundUpdatedTimeStamp\": \"2023-01-31T13:18:47.775673\",\n                \"orderTotalAmount\": 5084.406,\n                \"approvedBy\": null,\n                \"approved\": true,\n                \"status\": \"Refund Successfull !\",\n                \"payment\": {\n                    \"paymentId\": 101,\n                    \"paymentType\": \"Credit Card\",\n                    \"allowed\": true,\n                    \"paymentAddedTimeStamp\": \"2023-01-31T11:19:19.146167\",\n                    \"paymentUpdatedTimeStamp\": \"2023-02-02T16:12:26.957646\"\n                },\n                \"customer\": {\n                    \"userId\": 2,\n                    \"firstName\": \"Shreyas\",\n                    \"lastName\": \"Medade\",\n                    \"contact\": \"9307090263\",\n                    \"email\": \"shreyasmedade@gmail.com\",\n                    \"dateOfBirth\": \"2003-04-06\",\n                    \"image\": null,\n                    \"accountCreatedDate\": \"2023-01-31T12:35:13.023635\",\n                    \"accountUpdatedDate\": \"2023-01-31T12:48:07.505886\",\n                    \"roles\": [\n                        {\n                            \"roleId\": 1002,\n                            \"roleName\": \"ROLE_USER\"\n                        }\n                    ]\n                },\n                \"order\": {\n                    \"orderId\": 1,\n                    \"status\": \"Refunded\",\n                    \"orderTimeStamp\": \"2023-01-31T13:00:08.874436\",\n                    \"orderUpdatedTimeStamp\": \"2023-01-31T13:18:47.760674\",\n                    \"expectedDeliveryDate\": \"2023-01-31T13:12:44.486524\",\n                    \"orderQuantity\": 1,\n                    \"orderTotalAmount\": 5084.406,\n                    \"listOfProducts\": [\n                        {\n                            \"productId\": 8,\n                            \"productName\": \"Levi's 501 Original Fit Jeans\",\n                            \"productDescription\": \"The Levi's 501 Original Fit Jeans are a classic and versatile style that have been popular for over 150 years. Made with high-quality denim, these jeans feature a straight leg and a button fly for a comfortable and timeless look.\",\n                            \"salePrice\": 5084.406,\n                            \"marketPrice\": 5649.34,\n                            \"available\": true,\n                            \"images\": null,\n                            \"productQuantity\": 1,\n                            \"productTotalAmount\": 5084.406,\n                            \"isProductCancelled\": null,\n                            \"isProductReturned\": null,\n                            \"isProductReplaced\": null,\n                            \"isProductRefunded\": null,\n                            \"isProductDelievered\": true,\n                            \"isReplacementProduct\": null,\n                            \"orginialOrderId\": null\n                        }\n                    ]\n                },\n                \"_links\": {\n                    \"customer\": {\n                        \"href\": \"http://localhost:8088/bestbuy/customers/9307090263\"\n                    },\n                    \"order\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/1\"\n                    },\n                    \"payment\": {\n                        \"href\": \"http://localhost:8088/bestbuy/payments/101\"\n                    },\n                    \"Approve Refund\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/admin/refunds/1?approvedBy={approvedBy}\",\n                        \"templated\": true\n                    }\n                }\n            },\n            {\n                \"refundOrderRequestId\": 2,\n                \"refundTimestamp\": \"2023-01-31T13:20:03.300937\",\n                \"refundUpdatedTimeStamp\": \"2023-01-31T13:20:03.300937\",\n                \"orderTotalAmount\": 10168.812,\n                \"approvedBy\": \"System Approved Refund\",\n                \"approved\": true,\n                \"status\": \"Refund Successfull !\",\n                \"payment\": {\n                    \"paymentId\": 101,\n                    \"paymentType\": \"Credit Card\",\n                    \"allowed\": true,\n                    \"paymentAddedTimeStamp\": \"2023-01-31T11:19:19.146167\",\n                    \"paymentUpdatedTimeStamp\": \"2023-02-02T16:12:26.957646\"\n                },\n                \"customer\": {\n                    \"userId\": 2,\n                    \"firstName\": \"Shreyas\",\n                    \"lastName\": \"Medade\",\n                    \"contact\": \"9307090263\",\n                    \"email\": \"shreyasmedade@gmail.com\",\n                    \"dateOfBirth\": \"2003-04-06\",\n                    \"image\": null,\n                    \"accountCreatedDate\": \"2023-01-31T12:35:13.023635\",\n                    \"accountUpdatedDate\": \"2023-01-31T12:48:07.505886\",\n                    \"roles\": [\n                        {\n                            \"roleId\": 1002,\n                            \"roleName\": \"ROLE_USER\"\n                        }\n                    ]\n                },\n                \"order\": {\n                    \"orderId\": 3,\n                    \"status\": \"Cancelled\",\n                    \"orderTimeStamp\": \"2023-01-31T13:10:32.707429\",\n                    \"orderUpdatedTimeStamp\": \"2023-01-31T13:20:03.30294\",\n                    \"expectedDeliveryDate\": \"2023-02-03T13:10:32.707429\",\n                    \"orderQuantity\": 2,\n                    \"orderTotalAmount\": 10168.812,\n                    \"listOfProducts\": [\n                        {\n                            \"productId\": 8,\n                            \"productName\": \"Levi's 501 Original Fit Jeans\",\n                            \"productDescription\": \"The Levi's 501 Original Fit Jeans are a classic and versatile style that have been popular for over 150 years. Made with high-quality denim, these jeans feature a straight leg and a button fly for a comfortable and timeless look.\",\n                            \"salePrice\": 5084.406,\n                            \"marketPrice\": 5649.34,\n                            \"available\": true,\n                            \"images\": null,\n                            \"productQuantity\": 2,\n                            \"productTotalAmount\": 10168.812,\n                            \"isProductCancelled\": null,\n                            \"isProductReturned\": null,\n                            \"isProductReplaced\": null,\n                            \"isProductRefunded\": null,\n                            \"isProductDelievered\": null,\n                            \"isReplacementProduct\": null,\n                            \"orginialOrderId\": null\n                        }\n                    ]\n                },\n                \"_links\": {\n                    \"customer\": {\n                        \"href\": \"http://localhost:8088/bestbuy/customers/9307090263\"\n                    },\n                    \"order\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/3\"\n                    },\n                    \"payment\": {\n                        \"href\": \"http://localhost:8088/bestbuy/payments/101\"\n                    },\n                    \"Approve Refund\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/admin/refunds/2?approvedBy={approvedBy}\",\n                        \"templated\": true\n                    }\n                }\n            }\n        ]\n    },\n    \"_links\": {\n        \"self\": {\n            \"href\": \"http://localhost:8088/bestbuy/orders/admin/refunds/requests/approved?page=0&size=5&sort=refundOrderRequestId,asc\"\n        },\n        \"refund requests\": {\n            \"href\": \"http://localhost:8088/bestbuy/orders/admin/refunds/requests/pending?pageNumber=0&pageSize=5&sortBy=refundOrderRequestId&sortDirection=ASC\"\n        }\n    },\n    \"page\": {\n        \"size\": 5,\n        \"totalElements\": 2,\n        \"totalPages\": 1,\n        \"number\": 0\n    }\n}"}],"_postman_id":"ab4032be-24b3-4083-b555-cffc5a4c8ac3"},{"name":"Get All Approved Replacements","id":"1dc7e027-b3c3-45d5-8c1c-fc8df70df2ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/orders/admin/replacements/requests/approved","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","orders","admin","replacements","requests","approved"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"cdb63265-f6f6-44cf-b97d-4a6874003f09","name":"Get All Approved Replacements","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/orders/admin/replacements/requests/approved"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 02 Feb 2023 10:55:49 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"replaceOrderDetailsResponseDtoList\": [\n            {\n                \"replaceOrderRequestId\": 1,\n                \"replaceTimeStamp\": \"2023-01-31T13:21:01.920265\",\n                \"status\": \"Replacement Order is Placed Successfully !\",\n                \"approvedBy\": \"Tejas\",\n                \"approved\": true,\n                \"customer\": {\n                    \"userId\": 2,\n                    \"firstName\": \"Shreyas\",\n                    \"lastName\": \"Medade\",\n                    \"contact\": \"9307090263\",\n                    \"email\": \"shreyasmedade@gmail.com\",\n                    \"dateOfBirth\": \"2003-04-06\",\n                    \"image\": null,\n                    \"accountCreatedDate\": \"2023-01-31T12:35:13.023635\",\n                    \"accountUpdatedDate\": \"2023-01-31T12:48:07.505886\",\n                    \"roles\": [\n                        {\n                            \"roleId\": 1002,\n                            \"roleName\": \"ROLE_USER\"\n                        }\n                    ]\n                },\n                \"order\": {\n                    \"orderId\": 2,\n                    \"status\": \"Delievered\",\n                    \"orderTimeStamp\": \"2023-01-31T13:06:18.364778\",\n                    \"orderUpdatedTimeStamp\": \"2023-02-02T14:47:03.998285\",\n                    \"expectedDeliveryDate\": \"2023-02-02T14:47:03.924772\",\n                    \"orderQuantity\": 2,\n                    \"orderTotalAmount\": 10168.812,\n                    \"listOfProducts\": [\n                        {\n                            \"productId\": 8,\n                            \"productName\": \"Levi's 501 Original Fit Jeans\",\n                            \"productDescription\": \"The Levi's 501 Original Fit Jeans are a classic and versatile style that have been popular for over 150 years. Made with high-quality denim, these jeans feature a straight leg and a button fly for a comfortable and timeless look.\",\n                            \"salePrice\": 5084.406,\n                            \"marketPrice\": 5649.34,\n                            \"available\": true,\n                            \"images\": null,\n                            \"productQuantity\": 2,\n                            \"productTotalAmount\": 10168.812,\n                            \"isProductCancelled\": null,\n                            \"isProductReturned\": null,\n                            \"isProductReplaced\": null,\n                            \"isProductRefunded\": null,\n                            \"isProductDelievered\": true,\n                            \"isReplacementProduct\": null,\n                            \"orginialOrderId\": null\n                        }\n                    ]\n                },\n                \"isReplacementOrderGenerated\": true,\n                \"replacemenetOrderId\": 4,\n                \"_links\": {\n                    \"customer\": {\n                        \"href\": \"http://localhost:8088/bestbuy/customers/9307090263\"\n                    },\n                    \"order\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/2\"\n                    },\n                    \"replacement order\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/4\"\n                    },\n                    \"approve replacement\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/admin/replacements/requests/1?approvedBy={approvedBy}\",\n                        \"templated\": true\n                    }\n                }\n            }\n        ]\n    },\n    \"_links\": {\n        \"self\": {\n            \"href\": \"http://localhost:8088/bestbuy/orders/admin/replacements/requests/approved?page=0&size=5&sort=replaceOrderRequestId,asc\"\n        },\n        \"replacements requests\": {\n            \"href\": \"http://localhost:8088/bestbuy/orders/admin/replacements/requests/pending?pageNumber=0&pageSize=5&sortBy=replaceOrderRequestId&sortDirection=ASC\"\n        }\n    },\n    \"page\": {\n        \"size\": 5,\n        \"totalElements\": 1,\n        \"totalPages\": 1,\n        \"number\": 0\n    }\n}"}],"_postman_id":"1dc7e027-b3c3-45d5-8c1c-fc8df70df2ae"},{"name":"Get All Pending Replacements","id":"3aef8753-035f-4d84-be4d-072e8057ccb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/orders/admin/replacements/requests/pending","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","orders","admin","replacements","requests","pending"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"3aef8753-035f-4d84-be4d-072e8057ccb4"},{"name":"Approve Replacement Requests","id":"7eff68b7-8889-4117-9c4c-58ffa99a8fa5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"http://localhost:8088/bestbuy/orders/admin/replacements/requests/1?approvedBy=Tejas","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","orders","admin","replacements","requests","1"],"host":["localhost"],"query":[{"key":"approvedBy","value":"Tejas"}],"variable":[]}},"response":[{"id":"ce00e93e-5941-4d0c-8485-dfc225e894ee","name":"Approve Replacement Requests","originalRequest":{"method":"PUT","header":[],"url":{"raw":"http://localhost:8088/bestbuy/orders/admin/replacements/requests/1?approvedBy=Tejas","protocol":"http","host":["localhost"],"port":"8088","path":["bestbuy","orders","admin","replacements","requests","1"],"query":[{"key":"approvedBy","value":"Tejas"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 02 Feb 2023 10:55:57 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"returnOrderRequestId\": 2,\n    \"returnForReplacement\": true,\n    \"returnTimeStamp\": \"2023-01-31T13:20:24.650212\",\n    \"returnUpdatedTimeStamp\": \"2023-01-31T13:22:15.889562\",\n    \"isReturnOrderPickedup\": true,\n    \"status\": \"Order Replaced Successfully !\",\n    \"order\": {\n        \"orderId\": 2,\n        \"status\": \"Replaced\",\n        \"orderTimeStamp\": \"2023-01-31T13:06:18.364778\",\n        \"orderUpdatedTimeStamp\": \"2023-02-02T16:25:57.3927015\",\n        \"expectedDeliveryDate\": \"2023-02-02T14:47:03.924772\",\n        \"orderQuantity\": 2,\n        \"orderTotalAmount\": 10168.812,\n        \"listOfProducts\": [\n            {\n                \"productId\": 8,\n                \"productName\": \"Levi's 501 Original Fit Jeans\",\n                \"productDescription\": \"The Levi's 501 Original Fit Jeans are a classic and versatile style that have been popular for over 150 years. Made with high-quality denim, these jeans feature a straight leg and a button fly for a comfortable and timeless look.\",\n                \"salePrice\": 5084.406,\n                \"marketPrice\": 5649.34,\n                \"available\": true,\n                \"images\": null,\n                \"productQuantity\": 2,\n                \"productTotalAmount\": 10168.812,\n                \"isProductCancelled\": null,\n                \"isProductReturned\": null,\n                \"isProductReplaced\": null,\n                \"isProductRefunded\": null,\n                \"isProductDelievered\": true,\n                \"isReplacementProduct\": null,\n                \"orginialOrderId\": null,\n                \"links\": []\n            }\n        ],\n        \"links\": []\n    },\n    \"customer\": {\n        \"userId\": 2,\n        \"firstName\": \"Shreyas\",\n        \"lastName\": \"Medade\",\n        \"contact\": \"9307090263\",\n        \"email\": \"shreyasmedade@gmail.com\",\n        \"dateOfBirth\": \"2003-04-06\",\n        \"image\": null,\n        \"accountCreatedDate\": \"2023-01-31T12:35:13.023635\",\n        \"accountUpdatedDate\": \"2023-01-31T12:48:07.505886\",\n        \"roles\": [\n            {\n                \"roleId\": 1002,\n                \"roleName\": \"ROLE_USER\"\n            }\n        ],\n        \"address\": {\n            \"addressId\": 1,\n            \"addressLine1\": \"001\",\n            \"addressLine2\": \"Hastinapur Society, Lok Nagari\",\n            \"buildingName\": \"J-5\",\n            \"landMark\": \"Near Hp Petrol Pump\",\n            \"city\": \"Ambernath\",\n            \"state\": \"Maharashtra\",\n            \"country\": \"India\",\n            \"pincode\": \"421501\",\n            \"addressCreatedDate\": \"2023-01-31T12:48:07.503887\",\n            \"addressUpdatedDate\": \"2023-01-31T12:48:07.503887\",\n            \"links\": []\n        },\n        \"links\": []\n    },\n    \"pickUpOrderRequest\": {\n        \"pickUpOrderRequestId\": 2,\n        \"pickUpOrderTimeStamp\": \"2023-01-31T13:20:24.628211\",\n        \"pickUpOrderUpdatedTimeStamp\": \"2023-01-31T13:21:01.923263\",\n        \"isReturnOrderPickedUp\": true,\n        \"expectedPickUpDate\": \"2023-02-01T13:20:24.628211\"\n    },\n    \"replaceOrderRequest\": {\n        \"replaceOrderRequestId\": 1,\n        \"replaceTimeStamp\": \"2023-01-31T13:21:01.920265\",\n        \"replaceUpdatedTimeStamp\": \"2023-02-02T16:25:57.5042205\",\n        \"status\": \"Replacement Order is Placed Successfully !\",\n        \"approved\": true,\n        \"isReplacementOrderGenerated\": true,\n        \"replacemenetOrderId\": 6\n    }\n}"}],"_postman_id":"7eff68b7-8889-4117-9c4c-58ffa99a8fa5"},{"name":"Return Order For Replacement","id":"a00fe3c1-3b7c-48af-8334-4af0fce8393c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:8088/bestbuy/orders/2/return/replace","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","orders","2","return","replace"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a00fe3c1-3b7c-48af-8334-4af0fce8393c"},{"name":"Get All Pending Refund Requests ","id":"b6d7fd99-502d-4add-b4de-6378636f8b49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/orders/admin/refunds/requests/pending","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","orders","admin","refunds","requests","pending"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b6d7fd99-502d-4add-b4de-6378636f8b49"},{"name":"Return Order For Refund","id":"dc15259a-c331-41bc-bafa-ff8035f558c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:8088/bestbuy/orders/1/return/refund","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","orders","1","return","refund"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"dc15259a-c331-41bc-bafa-ff8035f558c5"},{"name":"Get All Approved Pickups","id":"f723b8aa-3d15-44da-a776-37e8d620d614","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/orders/admin/pickup/requests/approved","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","orders","admin","pickup","requests","approved"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3cd193c2-970a-4995-b7ad-5d6fd45b0092","name":"Get All Approved Pickup","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/orders/admin/pickup/requests/approved"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 02 Feb 2023 10:53:20 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"pickUpOrderDetailsResponseDtoList\": [\n            {\n                \"pickUpOrderRequestId\": 1,\n                \"pickUpOrderTimeStamp\": \"2023-01-31T13:15:04.721773\",\n                \"pickUpOrderUpdatedTimeStamp\": \"2023-01-31T13:16:59.614488\",\n                \"isReturnOrderPickedUp\": true,\n                \"expectedPickUpDate\": \"2023-02-01T13:15:04.719774\",\n                \"customer\": {\n                    \"userId\": 2,\n                    \"firstName\": \"Shreyas\",\n                    \"lastName\": \"Medade\",\n                    \"contact\": \"9307090263\",\n                    \"email\": \"shreyasmedade@gmail.com\",\n                    \"dateOfBirth\": \"2003-04-06\",\n                    \"image\": null,\n                    \"accountCreatedDate\": \"2023-01-31T12:35:13.023635\",\n                    \"accountUpdatedDate\": \"2023-01-31T12:48:07.505886\",\n                    \"roles\": [\n                        {\n                            \"roleId\": 1002,\n                            \"roleName\": \"ROLE_USER\"\n                        }\n                    ]\n                },\n                \"order\": {\n                    \"orderId\": 1,\n                    \"status\": \"Refunded\",\n                    \"orderTimeStamp\": \"2023-01-31T13:00:08.874436\",\n                    \"orderUpdatedTimeStamp\": \"2023-01-31T13:18:47.760674\",\n                    \"expectedDeliveryDate\": \"2023-01-31T13:12:44.486524\",\n                    \"orderQuantity\": 1,\n                    \"orderTotalAmount\": 5084.406,\n                    \"listOfProducts\": [\n                        {\n                            \"productId\": 8,\n                            \"productName\": \"Levi's 501 Original Fit Jeans\",\n                            \"productDescription\": \"The Levi's 501 Original Fit Jeans are a classic and versatile style that have been popular for over 150 years. Made with high-quality denim, these jeans feature a straight leg and a button fly for a comfortable and timeless look.\",\n                            \"salePrice\": 5084.406,\n                            \"marketPrice\": 5649.34,\n                            \"available\": true,\n                            \"images\": null,\n                            \"productQuantity\": 1,\n                            \"productTotalAmount\": 5084.406,\n                            \"isProductCancelled\": null,\n                            \"isProductReturned\": null,\n                            \"isProductReplaced\": null,\n                            \"isProductRefunded\": null,\n                            \"isProductDelievered\": true,\n                            \"isReplacementProduct\": null,\n                            \"orginialOrderId\": null\n                        }\n                    ]\n                },\n                \"_links\": {\n                    \"customer\": {\n                        \"href\": \"http://localhost:8088/bestbuy/customers/9307090263\"\n                    },\n                    \"order\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/1\"\n                    },\n                    \"revoke pickup status\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/admin/pickups/requests/1?pickedUpBy={pickedUpBy}\",\n                        \"templated\": true\n                    }\n                }\n            },\n            {\n                \"pickUpOrderRequestId\": 2,\n                \"pickUpOrderTimeStamp\": \"2023-01-31T13:20:24.628211\",\n                \"pickUpOrderUpdatedTimeStamp\": \"2023-01-31T13:21:01.923263\",\n                \"isReturnOrderPickedUp\": true,\n                \"expectedPickUpDate\": \"2023-02-01T13:20:24.628211\",\n                \"customer\": {\n                    \"userId\": 2,\n                    \"firstName\": \"Shreyas\",\n                    \"lastName\": \"Medade\",\n                    \"contact\": \"9307090263\",\n                    \"email\": \"shreyasmedade@gmail.com\",\n                    \"dateOfBirth\": \"2003-04-06\",\n                    \"image\": null,\n                    \"accountCreatedDate\": \"2023-01-31T12:35:13.023635\",\n                    \"accountUpdatedDate\": \"2023-01-31T12:48:07.505886\",\n                    \"roles\": [\n                        {\n                            \"roleId\": 1002,\n                            \"roleName\": \"ROLE_USER\"\n                        }\n                    ]\n                },\n                \"order\": {\n                    \"orderId\": 2,\n                    \"status\": \"Delievered\",\n                    \"orderTimeStamp\": \"2023-01-31T13:06:18.364778\",\n                    \"orderUpdatedTimeStamp\": \"2023-02-02T14:47:03.998285\",\n                    \"expectedDeliveryDate\": \"2023-02-02T14:47:03.924772\",\n                    \"orderQuantity\": 2,\n                    \"orderTotalAmount\": 10168.812,\n                    \"listOfProducts\": [\n                        {\n                            \"productId\": 8,\n                            \"productName\": \"Levi's 501 Original Fit Jeans\",\n                            \"productDescription\": \"The Levi's 501 Original Fit Jeans are a classic and versatile style that have been popular for over 150 years. Made with high-quality denim, these jeans feature a straight leg and a button fly for a comfortable and timeless look.\",\n                            \"salePrice\": 5084.406,\n                            \"marketPrice\": 5649.34,\n                            \"available\": true,\n                            \"images\": null,\n                            \"productQuantity\": 2,\n                            \"productTotalAmount\": 10168.812,\n                            \"isProductCancelled\": null,\n                            \"isProductReturned\": null,\n                            \"isProductReplaced\": null,\n                            \"isProductRefunded\": null,\n                            \"isProductDelievered\": true,\n                            \"isReplacementProduct\": null,\n                            \"orginialOrderId\": null\n                        }\n                    ]\n                },\n                \"_links\": {\n                    \"customer\": {\n                        \"href\": \"http://localhost:8088/bestbuy/customers/9307090263\"\n                    },\n                    \"order\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/2\"\n                    },\n                    \"revoke pickup status\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/admin/pickups/requests/2?pickedUpBy={pickedUpBy}\",\n                        \"templated\": true\n                    }\n                }\n            }\n        ]\n    },\n    \"_links\": {\n        \"self\": {\n            \"href\": \"http://localhost:8088/bestbuy/orders/admin/pickup/requests/approved?page=0&size=5&sort=pickUpOrderRequestId,asc\"\n        },\n        \"approved requests\": {\n            \"href\": \"http://localhost:8088/bestbuy/orders/admin/pickup/requests/approved?pageNumber=0&pageSize=5&sortBy=pickUpOrderRequestId&sortDirection=ASC\"\n        }\n    },\n    \"page\": {\n        \"size\": 5,\n        \"totalElements\": 2,\n        \"totalPages\": 1,\n        \"number\": 0\n    }\n}"}],"_postman_id":"f723b8aa-3d15-44da-a776-37e8d620d614"},{"name":"Get All Pending Pickups","id":"2bb6702c-9ad5-464e-aef8-8acc764ef8da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/orders/admin/pickup/requests/pending","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","orders","admin","pickup","requests","pending"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2bb6702c-9ad5-464e-aef8-8acc764ef8da"},{"name":"Refunded Orders By Customer","id":"25834778-fdce-4d0a-a72e-21365a2bbdaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/orders/customers/9307090263/refunded","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","orders","customers","9307090263","refunded"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d5c849e6-cc74-4b5c-a41e-f7fc9ffdb092","name":"Refunded Orders By Customer","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/orders/customers/9307090263/refunded"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 02 Feb 2023 10:58:41 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"refundOrderDetailsResponseDtoList\": [\n            {\n                \"refundOrderRequestId\": 1,\n                \"refundTimestamp\": \"2023-01-31T13:16:59.612485\",\n                \"refundUpdatedTimeStamp\": \"2023-01-31T13:18:47.775673\",\n                \"orderTotalAmount\": 5084.406,\n                \"approvedBy\": null,\n                \"approved\": true,\n                \"status\": \"Refund Successfull !\",\n                \"payment\": {\n                    \"paymentId\": 101,\n                    \"paymentType\": \"Credit Card\",\n                    \"allowed\": true,\n                    \"paymentAddedTimeStamp\": \"2023-01-31T11:19:19.146167\",\n                    \"paymentUpdatedTimeStamp\": \"2023-02-02T16:12:26.957646\"\n                },\n                \"customer\": {\n                    \"userId\": 2,\n                    \"firstName\": \"Shreyas\",\n                    \"lastName\": \"Medade\",\n                    \"contact\": \"9307090263\",\n                    \"email\": \"shreyasmedade@gmail.com\",\n                    \"dateOfBirth\": \"2003-04-06\",\n                    \"image\": null,\n                    \"accountCreatedDate\": \"2023-01-31T12:35:13.023635\",\n                    \"accountUpdatedDate\": \"2023-01-31T12:48:07.505886\",\n                    \"roles\": [\n                        {\n                            \"roleId\": 1002,\n                            \"roleName\": \"ROLE_USER\"\n                        }\n                    ]\n                },\n                \"order\": {\n                    \"orderId\": 1,\n                    \"status\": \"Refunded\",\n                    \"orderTimeStamp\": \"2023-01-31T13:00:08.874436\",\n                    \"orderUpdatedTimeStamp\": \"2023-01-31T13:18:47.760674\",\n                    \"expectedDeliveryDate\": \"2023-01-31T13:12:44.486524\",\n                    \"orderQuantity\": 1,\n                    \"orderTotalAmount\": 5084.406,\n                    \"listOfProducts\": [\n                        {\n                            \"productId\": 8,\n                            \"productName\": \"Levi's 501 Original Fit Jeans\",\n                            \"productDescription\": \"The Levi's 501 Original Fit Jeans are a classic and versatile style that have been popular for over 150 years. Made with high-quality denim, these jeans feature a straight leg and a button fly for a comfortable and timeless look.\",\n                            \"salePrice\": 5084.406,\n                            \"marketPrice\": 5649.34,\n                            \"available\": true,\n                            \"images\": null,\n                            \"productQuantity\": 1,\n                            \"productTotalAmount\": 5084.406,\n                            \"isProductCancelled\": null,\n                            \"isProductReturned\": null,\n                            \"isProductReplaced\": null,\n                            \"isProductRefunded\": null,\n                            \"isProductDelievered\": true,\n                            \"isReplacementProduct\": null,\n                            \"orginialOrderId\": null\n                        }\n                    ]\n                },\n                \"_links\": {\n                    \"customer\": {\n                        \"href\": \"http://localhost:8088/bestbuy/customers/9307090263\"\n                    },\n                    \"order\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/1\"\n                    },\n                    \"payment\": {\n                        \"href\": \"http://localhost:8088/bestbuy/payments/101\"\n                    },\n                    \"Approve Refund\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/admin/refunds/1?approvedBy={approvedBy}\",\n                        \"templated\": true\n                    }\n                }\n            },\n            {\n                \"refundOrderRequestId\": 2,\n                \"refundTimestamp\": \"2023-01-31T13:20:03.300937\",\n                \"refundUpdatedTimeStamp\": \"2023-01-31T13:20:03.300937\",\n                \"orderTotalAmount\": 10168.812,\n                \"approvedBy\": \"System Approved Refund\",\n                \"approved\": true,\n                \"status\": \"Refund Successfull !\",\n                \"payment\": {\n                    \"paymentId\": 101,\n                    \"paymentType\": \"Credit Card\",\n                    \"allowed\": true,\n                    \"paymentAddedTimeStamp\": \"2023-01-31T11:19:19.146167\",\n                    \"paymentUpdatedTimeStamp\": \"2023-02-02T16:12:26.957646\"\n                },\n                \"customer\": {\n                    \"userId\": 2,\n                    \"firstName\": \"Shreyas\",\n                    \"lastName\": \"Medade\",\n                    \"contact\": \"9307090263\",\n                    \"email\": \"shreyasmedade@gmail.com\",\n                    \"dateOfBirth\": \"2003-04-06\",\n                    \"image\": null,\n                    \"accountCreatedDate\": \"2023-01-31T12:35:13.023635\",\n                    \"accountUpdatedDate\": \"2023-01-31T12:48:07.505886\",\n                    \"roles\": [\n                        {\n                            \"roleId\": 1002,\n                            \"roleName\": \"ROLE_USER\"\n                        }\n                    ]\n                },\n                \"order\": {\n                    \"orderId\": 3,\n                    \"status\": \"Cancelled\",\n                    \"orderTimeStamp\": \"2023-01-31T13:10:32.707429\",\n                    \"orderUpdatedTimeStamp\": \"2023-01-31T13:20:03.30294\",\n                    \"expectedDeliveryDate\": \"2023-02-03T13:10:32.707429\",\n                    \"orderQuantity\": 2,\n                    \"orderTotalAmount\": 10168.812,\n                    \"listOfProducts\": [\n                        {\n                            \"productId\": 8,\n                            \"productName\": \"Levi's 501 Original Fit Jeans\",\n                            \"productDescription\": \"The Levi's 501 Original Fit Jeans are a classic and versatile style that have been popular for over 150 years. Made with high-quality denim, these jeans feature a straight leg and a button fly for a comfortable and timeless look.\",\n                            \"salePrice\": 5084.406,\n                            \"marketPrice\": 5649.34,\n                            \"available\": true,\n                            \"images\": null,\n                            \"productQuantity\": 2,\n                            \"productTotalAmount\": 10168.812,\n                            \"isProductCancelled\": null,\n                            \"isProductReturned\": null,\n                            \"isProductReplaced\": null,\n                            \"isProductRefunded\": null,\n                            \"isProductDelievered\": null,\n                            \"isReplacementProduct\": null,\n                            \"orginialOrderId\": null\n                        }\n                    ]\n                },\n                \"_links\": {\n                    \"customer\": {\n                        \"href\": \"http://localhost:8088/bestbuy/customers/9307090263\"\n                    },\n                    \"order\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/3\"\n                    },\n                    \"payment\": {\n                        \"href\": \"http://localhost:8088/bestbuy/payments/101\"\n                    },\n                    \"Approve Refund\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/admin/refunds/2?approvedBy={approvedBy}\",\n                        \"templated\": true\n                    }\n                }\n            }\n        ]\n    },\n    \"_links\": {\n        \"self\": {\n            \"href\": \"http://localhost:8088/bestbuy/orders/customers/9307090263/refunded?page=0&size=5&sort=refundOrderRequestId,asc\"\n        },\n        \"collection\": {\n            \"href\": \"http://localhost:8088/bestbuy/orders/?pageNumber=0&pageSize=5&sortBy=orderId&sortDirection=ASC\"\n        }\n    },\n    \"page\": {\n        \"size\": 5,\n        \"totalElements\": 2,\n        \"totalPages\": 1,\n        \"number\": 0\n    }\n}"}],"_postman_id":"25834778-fdce-4d0a-a72e-21365a2bbdaf"},{"name":"Replaced Orders By Customer","id":"395169c3-3ef9-46f8-a870-dae80bd064d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/orders/customers/9307090263/replaced","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","orders","customers","9307090263","replaced"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"30c1bd4d-cb4d-42dd-98fe-9984cc5a83c5","name":"Replaced Orders By Customer","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/orders/customers/9307090263/replaced"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 02 Feb 2023 10:59:24 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"replaceOrderDetailsResponseDtoList\": [\n            {\n                \"replaceOrderRequestId\": 1,\n                \"replaceTimeStamp\": \"2023-01-31T13:21:01.920265\",\n                \"status\": \"Replacement Order is Placed Successfully !\",\n                \"approvedBy\": \"Tejas\",\n                \"approved\": true,\n                \"customer\": {\n                    \"userId\": 2,\n                    \"firstName\": \"Shreyas\",\n                    \"lastName\": \"Medade\",\n                    \"contact\": \"9307090263\",\n                    \"email\": \"shreyasmedade@gmail.com\",\n                    \"dateOfBirth\": \"2003-04-06\",\n                    \"image\": null,\n                    \"accountCreatedDate\": \"2023-01-31T12:35:13.023635\",\n                    \"accountUpdatedDate\": \"2023-01-31T12:48:07.505886\",\n                    \"roles\": [\n                        {\n                            \"roleId\": 1002,\n                            \"roleName\": \"ROLE_USER\"\n                        }\n                    ]\n                },\n                \"order\": {\n                    \"orderId\": 2,\n                    \"status\": \"Replaced\",\n                    \"orderTimeStamp\": \"2023-01-31T13:06:18.364778\",\n                    \"orderUpdatedTimeStamp\": \"2023-02-02T16:25:57.392702\",\n                    \"expectedDeliveryDate\": \"2023-02-02T14:47:03.924772\",\n                    \"orderQuantity\": 2,\n                    \"orderTotalAmount\": 10168.812,\n                    \"listOfProducts\": [\n                        {\n                            \"productId\": 8,\n                            \"productName\": \"Levi's 501 Original Fit Jeans\",\n                            \"productDescription\": \"The Levi's 501 Original Fit Jeans are a classic and versatile style that have been popular for over 150 years. Made with high-quality denim, these jeans feature a straight leg and a button fly for a comfortable and timeless look.\",\n                            \"salePrice\": 5084.406,\n                            \"marketPrice\": 5649.34,\n                            \"available\": true,\n                            \"images\": null,\n                            \"productQuantity\": 2,\n                            \"productTotalAmount\": 10168.812,\n                            \"isProductCancelled\": null,\n                            \"isProductReturned\": null,\n                            \"isProductReplaced\": null,\n                            \"isProductRefunded\": null,\n                            \"isProductDelievered\": true,\n                            \"isReplacementProduct\": null,\n                            \"orginialOrderId\": null\n                        }\n                    ]\n                },\n                \"isReplacementOrderGenerated\": true,\n                \"replacemenetOrderId\": 6,\n                \"_links\": {\n                    \"customer\": {\n                        \"href\": \"http://localhost:8088/bestbuy/customers/9307090263\"\n                    },\n                    \"order\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/2\"\n                    },\n                    \"replacement order\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/6\"\n                    },\n                    \"approve replacement\": {\n                        \"href\": \"http://localhost:8088/bestbuy/orders/admin/replacements/requests/1?approvedBy={approvedBy}\",\n                        \"templated\": true\n                    }\n                }\n            }\n        ]\n    },\n    \"_links\": {\n        \"self\": {\n            \"href\": \"http://localhost:8088/bestbuy/orders/customers/9307090263/replaced?page=0&size=5&sort=replaceOrderRequestId,asc\"\n        },\n        \"collection\": {\n            \"href\": \"http://localhost:8088/bestbuy/orders/?pageNumber=0&pageSize=5&sortBy=orderId&sortDirection=ASC\"\n        }\n    },\n    \"page\": {\n        \"size\": 5,\n        \"totalElements\": 1,\n        \"totalPages\": 1,\n        \"number\": 0\n    }\n}"}],"_postman_id":"395169c3-3ef9-46f8-a870-dae80bd064d0"}],"id":"6fa4f8a4-ffdd-4275-a73c-b520191d032c","_postman_id":"6fa4f8a4-ffdd-4275-a73c-b520191d032c","description":""},{"name":"Feedback Controller","item":[{"name":"All Feedbacks","id":"d962b463-7200-4a12-b2ed-0bfec1157032","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/feedbacks/","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","feedbacks",""],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"55ce8996-7ee6-4735-a3e3-11d08b6dce32","name":"All Feedbacks","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/feedbacks/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 02 Feb 2023 09:53:47 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"feedbackResponseDtoList\": [\n            {\n                \"feedbackId\": 1,\n                \"customerFeedback\": \"Demo\",\n                \"deliveredOrderFeedback\": true,\n                \"cancelOrderFeedback\": false,\n                \"replacementOrderFeedback\": false,\n                \"rating\": 5,\n                \"image\": null,\n                \"feebackTimeStamp\": \"2023-02-02T15:09:41.533813\",\n                \"customer\": {\n                    \"userId\": 1,\n                    \"firstName\": \"Tejas\",\n                    \"lastName\": \"Medade\",\n                    \"contact\": \"9307710594\",\n                    \"email\": \"tejasmedade@gmail.com\",\n                    \"dateOfBirth\": null,\n                    \"image\": null,\n                    \"accountCreatedDate\": \"2023-01-31T11:14:50.967501\",\n                    \"accountUpdatedDate\": \"2023-01-31T11:14:50.967501\",\n                    \"roles\": [\n                        {\n                            \"roleId\": 1002,\n                            \"roleName\": \"ROLE_USER\"\n                        },\n                        {\n                            \"roleId\": 1001,\n                            \"roleName\": \"ROLE_ADMIN\"\n                        }\n                    ]\n                },\n                \"order\": {\n                    \"orderId\": 1,\n                    \"status\": \"Refunded\",\n                    \"orderTimeStamp\": \"2023-01-31T13:00:08.874436\",\n                    \"orderUpdatedTimeStamp\": \"2023-01-31T13:18:47.760674\",\n                    \"expectedDeliveryDate\": \"2023-01-31T13:12:44.486524\",\n                    \"orderQuantity\": 1,\n                    \"orderTotalAmount\": 5084.406,\n                    \"listOfProducts\": [\n                        {\n                            \"productId\": 8,\n                            \"productName\": \"Levi's 501 Original Fit Jeans\",\n                            \"productDescription\": \"The Levi's 501 Original Fit Jeans are a classic and versatile style that have been popular for over 150 years. Made with high-quality denim, these jeans feature a straight leg and a button fly for a comfortable and timeless look.\",\n                            \"salePrice\": 5084.406,\n                            \"marketPrice\": 5649.34,\n                            \"available\": true,\n                            \"images\": null,\n                            \"productQuantity\": 1,\n                            \"productTotalAmount\": 5084.406,\n                            \"isProductCancelled\": null,\n                            \"isProductReturned\": null,\n                            \"isProductReplaced\": null,\n                            \"isProductRefunded\": null,\n                            \"isProductDelievered\": true,\n                            \"isReplacementProduct\": null,\n                            \"orginialOrderId\": null\n                        }\n                    ]\n                },\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/feedbacks/1\"\n                    }\n                }\n            },\n            {\n                \"feedbackId\": 2,\n                \"customerFeedback\": \"Demo\",\n                \"deliveredOrderFeedback\": false,\n                \"cancelOrderFeedback\": true,\n                \"replacementOrderFeedback\": false,\n                \"rating\": 5,\n                \"image\": null,\n                \"feebackTimeStamp\": \"2023-02-02T15:11:20.096934\",\n                \"customer\": {\n                    \"userId\": 1,\n                    \"firstName\": \"Tejas\",\n                    \"lastName\": \"Medade\",\n                    \"contact\": \"9307710594\",\n                    \"email\": \"tejasmedade@gmail.com\",\n                    \"dateOfBirth\": null,\n                    \"image\": null,\n                    \"accountCreatedDate\": \"2023-01-31T11:14:50.967501\",\n                    \"accountUpdatedDate\": \"2023-01-31T11:14:50.967501\",\n                    \"roles\": [\n                        {\n                            \"roleId\": 1002,\n                            \"roleName\": \"ROLE_USER\"\n                        },\n                        {\n                            \"roleId\": 1001,\n                            \"roleName\": \"ROLE_ADMIN\"\n                        }\n                    ]\n                },\n                \"order\": {\n                    \"orderId\": 3,\n                    \"status\": \"Cancelled\",\n                    \"orderTimeStamp\": \"2023-01-31T13:10:32.707429\",\n                    \"orderUpdatedTimeStamp\": \"2023-01-31T13:20:03.30294\",\n                    \"expectedDeliveryDate\": \"2023-02-03T13:10:32.707429\",\n                    \"orderQuantity\": 2,\n                    \"orderTotalAmount\": 10168.812,\n                    \"listOfProducts\": [\n                        {\n                            \"productId\": 8,\n                            \"productName\": \"Levi's 501 Original Fit Jeans\",\n                            \"productDescription\": \"The Levi's 501 Original Fit Jeans are a classic and versatile style that have been popular for over 150 years. Made with high-quality denim, these jeans feature a straight leg and a button fly for a comfortable and timeless look.\",\n                            \"salePrice\": 5084.406,\n                            \"marketPrice\": 5649.34,\n                            \"available\": true,\n                            \"images\": null,\n                            \"productQuantity\": 2,\n                            \"productTotalAmount\": 10168.812,\n                            \"isProductCancelled\": null,\n                            \"isProductReturned\": null,\n                            \"isProductReplaced\": null,\n                            \"isProductRefunded\": null,\n                            \"isProductDelievered\": null,\n                            \"isReplacementProduct\": null,\n                            \"orginialOrderId\": null\n                        }\n                    ]\n                },\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/feedbacks/2\"\n                    }\n                }\n            },\n            {\n                \"feedbackId\": 3,\n                \"customerFeedback\": \"Demo\",\n                \"deliveredOrderFeedback\": false,\n                \"cancelOrderFeedback\": true,\n                \"replacementOrderFeedback\": false,\n                \"rating\": 5,\n                \"image\": null,\n                \"feebackTimeStamp\": \"2023-02-02T15:11:29.63531\",\n                \"customer\": {\n                    \"userId\": 1,\n                    \"firstName\": \"Tejas\",\n                    \"lastName\": \"Medade\",\n                    \"contact\": \"9307710594\",\n                    \"email\": \"tejasmedade@gmail.com\",\n                    \"dateOfBirth\": null,\n                    \"image\": null,\n                    \"accountCreatedDate\": \"2023-01-31T11:14:50.967501\",\n                    \"accountUpdatedDate\": \"2023-01-31T11:14:50.967501\",\n                    \"roles\": [\n                        {\n                            \"roleId\": 1002,\n                            \"roleName\": \"ROLE_USER\"\n                        },\n                        {\n                            \"roleId\": 1001,\n                            \"roleName\": \"ROLE_ADMIN\"\n                        }\n                    ]\n                },\n                \"order\": {\n                    \"orderId\": 1,\n                    \"status\": \"Refunded\",\n                    \"orderTimeStamp\": \"2023-01-31T13:00:08.874436\",\n                    \"orderUpdatedTimeStamp\": \"2023-01-31T13:18:47.760674\",\n                    \"expectedDeliveryDate\": \"2023-01-31T13:12:44.486524\",\n                    \"orderQuantity\": 1,\n                    \"orderTotalAmount\": 5084.406,\n                    \"listOfProducts\": [\n                        {\n                            \"productId\": 8,\n                            \"productName\": \"Levi's 501 Original Fit Jeans\",\n                            \"productDescription\": \"The Levi's 501 Original Fit Jeans are a classic and versatile style that have been popular for over 150 years. Made with high-quality denim, these jeans feature a straight leg and a button fly for a comfortable and timeless look.\",\n                            \"salePrice\": 5084.406,\n                            \"marketPrice\": 5649.34,\n                            \"available\": true,\n                            \"images\": null,\n                            \"productQuantity\": 1,\n                            \"productTotalAmount\": 5084.406,\n                            \"isProductCancelled\": null,\n                            \"isProductReturned\": null,\n                            \"isProductReplaced\": null,\n                            \"isProductRefunded\": null,\n                            \"isProductDelievered\": true,\n                            \"isReplacementProduct\": null,\n                            \"orginialOrderId\": null\n                        }\n                    ]\n                },\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/feedbacks/3\"\n                    }\n                }\n            },\n            {\n                \"feedbackId\": 4,\n                \"customerFeedback\": \"Demo\",\n                \"deliveredOrderFeedback\": false,\n                \"cancelOrderFeedback\": false,\n                \"replacementOrderFeedback\": true,\n                \"rating\": 5,\n                \"image\": null,\n                \"feebackTimeStamp\": \"2023-02-02T15:18:03.029379\",\n                \"customer\": {\n                    \"userId\": 1,\n                    \"firstName\": \"Tejas\",\n                    \"lastName\": \"Medade\",\n                    \"contact\": \"9307710594\",\n                    \"email\": \"tejasmedade@gmail.com\",\n                    \"dateOfBirth\": null,\n                    \"image\": null,\n                    \"accountCreatedDate\": \"2023-01-31T11:14:50.967501\",\n                    \"accountUpdatedDate\": \"2023-01-31T11:14:50.967501\",\n                    \"roles\": [\n                        {\n                            \"roleId\": 1002,\n                            \"roleName\": \"ROLE_USER\"\n                        },\n                        {\n                            \"roleId\": 1001,\n                            \"roleName\": \"ROLE_ADMIN\"\n                        }\n                    ]\n                },\n                \"order\": {\n                    \"orderId\": 4,\n                    \"status\": \"Order Placed\",\n                    \"orderTimeStamp\": \"2023-01-31T13:22:15.913562\",\n                    \"orderUpdatedTimeStamp\": \"2023-01-31T13:22:15.913562\",\n                    \"expectedDeliveryDate\": \"2023-02-03T13:22:15.91256\",\n                    \"orderQuantity\": 2,\n                    \"orderTotalAmount\": 10168.812,\n                    \"listOfProducts\": [\n                        {\n                            \"productId\": 8,\n                            \"productName\": \"Levi's 501 Original Fit Jeans\",\n                            \"productDescription\": \"The Levi's 501 Original Fit Jeans are a classic and versatile style that have been popular for over 150 years. Made with high-quality denim, these jeans feature a straight leg and a button fly for a comfortable and timeless look.\",\n                            \"salePrice\": 5084.406,\n                            \"marketPrice\": 5649.34,\n                            \"available\": true,\n                            \"images\": null,\n                            \"productQuantity\": 2,\n                            \"productTotalAmount\": 10168.812,\n                            \"isProductCancelled\": null,\n                            \"isProductReturned\": null,\n                            \"isProductReplaced\": null,\n                            \"isProductRefunded\": null,\n                            \"isProductDelievered\": true,\n                            \"isReplacementProduct\": null,\n                            \"orginialOrderId\": null\n                        }\n                    ]\n                },\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/feedbacks/4\"\n                    }\n                }\n            }\n        ]\n    },\n    \"_links\": {\n        \"self\": {\n            \"href\": \"http://localhost:8088/bestbuy/feedbacks/?page=0&size=5\"\n        }\n    },\n    \"page\": {\n        \"size\": 5,\n        \"totalElements\": 4,\n        \"totalPages\": 1,\n        \"number\": 0\n    }\n}"}],"_postman_id":"d962b463-7200-4a12-b2ed-0bfec1157032"},{"name":"Get Feedback By Id","id":"d85648f3-e6ca-43db-ad7a-8aa718e8a92a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/feedbacks/1","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","feedbacks","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d755907b-29f1-48b3-b1f2-12b290149113","name":"Get Feedback By Id","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/feedbacks/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 02 Feb 2023 09:53:53 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"feedbackId\": 1,\n    \"customerFeedback\": \"Demo\",\n    \"deliveredOrderFeedback\": true,\n    \"cancelOrderFeedback\": false,\n    \"replacementOrderFeedback\": false,\n    \"rating\": 5,\n    \"image\": null,\n    \"feebackTimeStamp\": \"2023-02-02T15:09:41.533813\",\n    \"customer\": {\n        \"userId\": 1,\n        \"firstName\": \"Tejas\",\n        \"lastName\": \"Medade\",\n        \"contact\": \"9307710594\",\n        \"email\": \"tejasmedade@gmail.com\",\n        \"dateOfBirth\": null,\n        \"image\": null,\n        \"accountCreatedDate\": \"2023-01-31T11:14:50.967501\",\n        \"accountUpdatedDate\": \"2023-01-31T11:14:50.967501\",\n        \"roles\": [\n            {\n                \"roleId\": 1002,\n                \"roleName\": \"ROLE_USER\"\n            },\n            {\n                \"roleId\": 1001,\n                \"roleName\": \"ROLE_ADMIN\"\n            }\n        ],\n        \"_links\": {\n            \"customer\": {\n                \"href\": \"http://localhost:8088/bestbuy/customers/9307710594\"\n            }\n        }\n    },\n    \"order\": {\n        \"orderId\": 1,\n        \"status\": \"Refunded\",\n        \"orderTimeStamp\": \"2023-01-31T13:00:08.874436\",\n        \"orderUpdatedTimeStamp\": \"2023-01-31T13:18:47.760674\",\n        \"expectedDeliveryDate\": \"2023-01-31T13:12:44.486524\",\n        \"orderQuantity\": 1,\n        \"orderTotalAmount\": 5084.406,\n        \"listOfProducts\": [\n            {\n                \"productId\": 8,\n                \"productName\": \"Levi's 501 Original Fit Jeans\",\n                \"productDescription\": \"The Levi's 501 Original Fit Jeans are a classic and versatile style that have been popular for over 150 years. Made with high-quality denim, these jeans feature a straight leg and a button fly for a comfortable and timeless look.\",\n                \"salePrice\": 5084.406,\n                \"marketPrice\": 5649.34,\n                \"available\": true,\n                \"images\": null,\n                \"productQuantity\": 1,\n                \"productTotalAmount\": 5084.406,\n                \"isProductCancelled\": null,\n                \"isProductReturned\": null,\n                \"isProductReplaced\": null,\n                \"isProductRefunded\": null,\n                \"isProductDelievered\": true,\n                \"isReplacementProduct\": null,\n                \"orginialOrderId\": null,\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/products/8\"\n                    }\n                }\n            }\n        ],\n        \"_links\": {\n            \"order\": {\n                \"href\": \"http://localhost:8088/bestbuy/orders/1\"\n            }\n        }\n    },\n    \"_links\": {\n        \"self\": {\n            \"href\": \"http://localhost:8088/bestbuy/feedbacks/1\"\n        },\n        \"collection\": {\n            \"href\": \"http://localhost:8088/bestbuy/feedbacks/{?pageNumber,pageSize}\",\n            \"templated\": true\n        }\n    }\n}"}],"_postman_id":"d85648f3-e6ca-43db-ad7a-8aa718e8a92a"},{"name":"Add Feedback For Delivered Order","id":"025d9db2-7f1e-46c0-9368-53a16a1ab56f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"feedbackRequestDto","value":"{\n    \"customerFeedback\" : \"Demo\",\n    \"rating\" : 5\n}","type":"text"},{"key":"image","type":"file","value":null}]},"url":"http://localhost:8088/bestbuy/feedbacks/customers/9307710594/orders/1/deliever","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","feedbacks","customers","9307710594","orders","1","deliever"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"84f8e415-a236-4dd5-97fa-bc91752f3541","name":"Add Feedback For Delivered Order","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"feedbackRequestDto","value":"{\n    \"customerFeedback\" : \"Demo\",\n    \"rating\" : 5\n}","type":"text"},{"key":"image","type":"file","value":null,"disabled":true}]},"url":"http://localhost:8088/bestbuy/feedbacks/customers/9307710594/orders/1/deliever"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 02 Feb 2023 09:39:41 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"feedbackId\": 1,\n    \"customerFeedback\": \"Demo\",\n    \"deliveredOrderFeedback\": true,\n    \"cancelOrderFeedback\": false,\n    \"replacementOrderFeedback\": false,\n    \"rating\": 5,\n    \"image\": {\n        \"imageName\": null,\n        \"imageUrl\": null\n    },\n    \"feebackTimeStamp\": \"2023-02-02T15:09:41.533813\",\n    \"customer\": {\n        \"userId\": 1,\n        \"firstName\": \"Tejas\",\n        \"lastName\": \"Medade\",\n        \"contact\": \"9307710594\",\n        \"email\": \"tejasmedade@gmail.com\",\n        \"dateOfBirth\": null,\n        \"image\": null,\n        \"accountCreatedDate\": \"2023-01-31T11:14:50.967501\",\n        \"accountUpdatedDate\": \"2023-01-31T11:14:50.967501\",\n        \"roles\": [\n            {\n                \"roleId\": 1002,\n                \"roleName\": \"ROLE_USER\"\n            },\n            {\n                \"roleId\": 1001,\n                \"roleName\": \"ROLE_ADMIN\"\n            }\n        ],\n        \"_links\": {\n            \"customer\": {\n                \"href\": \"http://localhost:8088/bestbuy/customers/9307710594\"\n            }\n        }\n    },\n    \"order\": {\n        \"orderId\": 1,\n        \"status\": \"Refunded\",\n        \"orderTimeStamp\": \"2023-01-31T13:00:08.874436\",\n        \"orderUpdatedTimeStamp\": \"2023-01-31T13:18:47.760674\",\n        \"expectedDeliveryDate\": \"2023-01-31T13:12:44.486524\",\n        \"orderQuantity\": 1,\n        \"orderTotalAmount\": 5084.406,\n        \"listOfProducts\": [\n            {\n                \"productId\": 8,\n                \"productName\": \"Levi's 501 Original Fit Jeans\",\n                \"productDescription\": \"The Levi's 501 Original Fit Jeans are a classic and versatile style that have been popular for over 150 years. Made with high-quality denim, these jeans feature a straight leg and a button fly for a comfortable and timeless look.\",\n                \"salePrice\": 5084.406,\n                \"marketPrice\": 5649.34,\n                \"available\": true,\n                \"images\": null,\n                \"productQuantity\": 1,\n                \"productTotalAmount\": 5084.406,\n                \"isProductCancelled\": null,\n                \"isProductReturned\": null,\n                \"isProductReplaced\": null,\n                \"isProductRefunded\": null,\n                \"isProductDelievered\": true,\n                \"isReplacementProduct\": null,\n                \"orginialOrderId\": null\n            }\n        ],\n        \"_links\": {\n            \"order\": {\n                \"href\": \"http://localhost:8088/bestbuy/orders/1\"\n            }\n        }\n    },\n    \"_links\": {\n        \"self\": {\n            \"href\": \"http://localhost:8088/bestbuy/feedbacks/1\"\n        },\n        \"collection\": {\n            \"href\": \"http://localhost:8088/bestbuy/feedbacks/{?pageNumber,pageSize}\",\n            \"templated\": true\n        }\n    }\n}"}],"_postman_id":"025d9db2-7f1e-46c0-9368-53a16a1ab56f"},{"name":"Add Feedback For Cancelled Order","id":"0d71614d-56a6-4003-ad08-f6c9a2bf8cb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"feedbackRequestDto","value":"{\n    \"customerFeedback\" : \"Demo\",\n    \"rating\" : 5\n}","type":"text"}]},"url":"http://localhost:8088/bestbuy/feedbacks/customers/9307710594/orders/1/cancel","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","feedbacks","customers","9307710594","orders","1","cancel"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ff6ddce5-8bff-4b68-b58a-8838fd2b3e23","name":"Add Feedback For Cancelled Order","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"feedbackRequestDto","value":"{\n    \"customerFeedback\" : \"Demo\",\n    \"rating\" : 5\n}","type":"text"}]},"url":"http://localhost:8088/bestbuy/feedbacks/customers/9307710594/orders/1/cancel"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 02 Feb 2023 09:41:29 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"feedbackId\": 3,\n    \"customerFeedback\": \"Demo\",\n    \"deliveredOrderFeedback\": false,\n    \"cancelOrderFeedback\": true,\n    \"replacementOrderFeedback\": false,\n    \"rating\": 5,\n    \"image\": {\n        \"imageName\": null,\n        \"imageUrl\": null\n    },\n    \"feebackTimeStamp\": \"2023-02-02T15:11:29.6353098\",\n    \"customer\": {\n        \"userId\": 1,\n        \"firstName\": \"Tejas\",\n        \"lastName\": \"Medade\",\n        \"contact\": \"9307710594\",\n        \"email\": \"tejasmedade@gmail.com\",\n        \"dateOfBirth\": null,\n        \"image\": null,\n        \"accountCreatedDate\": \"2023-01-31T11:14:50.967501\",\n        \"accountUpdatedDate\": \"2023-01-31T11:14:50.967501\",\n        \"roles\": [\n            {\n                \"roleId\": 1002,\n                \"roleName\": \"ROLE_USER\"\n            },\n            {\n                \"roleId\": 1001,\n                \"roleName\": \"ROLE_ADMIN\"\n            }\n        ],\n        \"_links\": {\n            \"customer\": {\n                \"href\": \"http://localhost:8088/bestbuy/customers/9307710594\"\n            }\n        }\n    },\n    \"order\": {\n        \"orderId\": 1,\n        \"status\": \"Refunded\",\n        \"orderTimeStamp\": \"2023-01-31T13:00:08.874436\",\n        \"orderUpdatedTimeStamp\": \"2023-01-31T13:18:47.760674\",\n        \"expectedDeliveryDate\": \"2023-01-31T13:12:44.486524\",\n        \"orderQuantity\": 1,\n        \"orderTotalAmount\": 5084.406,\n        \"listOfProducts\": [\n            {\n                \"productId\": 8,\n                \"productName\": \"Levi's 501 Original Fit Jeans\",\n                \"productDescription\": \"The Levi's 501 Original Fit Jeans are a classic and versatile style that have been popular for over 150 years. Made with high-quality denim, these jeans feature a straight leg and a button fly for a comfortable and timeless look.\",\n                \"salePrice\": 5084.406,\n                \"marketPrice\": 5649.34,\n                \"available\": true,\n                \"images\": null,\n                \"productQuantity\": 1,\n                \"productTotalAmount\": 5084.406,\n                \"isProductCancelled\": null,\n                \"isProductReturned\": null,\n                \"isProductReplaced\": null,\n                \"isProductRefunded\": null,\n                \"isProductDelievered\": true,\n                \"isReplacementProduct\": null,\n                \"orginialOrderId\": null\n            }\n        ],\n        \"_links\": {\n            \"order\": {\n                \"href\": \"http://localhost:8088/bestbuy/orders/1\"\n            }\n        }\n    },\n    \"_links\": {\n        \"self\": {\n            \"href\": \"http://localhost:8088/bestbuy/feedbacks/3\"\n        },\n        \"collection\": {\n            \"href\": \"http://localhost:8088/bestbuy/feedbacks/{?pageNumber,pageSize}\",\n            \"templated\": true\n        }\n    }\n}"}],"_postman_id":"0d71614d-56a6-4003-ad08-f6c9a2bf8cb3"},{"name":"Add Feedback For Replacement Order","id":"729a25a2-0348-4dcf-8d41-5a4897a002ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"feedbackRequestDto","value":"{\n    \"customerFeedback\" : \"Demo\",\n    \"rating\" : 5\n}","type":"text"}]},"url":"http://localhost:8088/bestbuy/feedbacks/customers/9307710594/orders/4/replace","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","feedbacks","customers","9307710594","orders","4","replace"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c804801b-3e01-4d47-bcb5-fe74f1aaceaf","name":"Add Feedback For Replacement Order","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"feedbackRequestDto","value":"{\n    \"customerFeedback\" : \"Demo\",\n    \"rating\" : 5\n}","type":"text"}]},"url":"http://localhost:8088/bestbuy/feedbacks/customers/9307710594/orders/4/replace"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 02 Feb 2023 09:48:03 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"feedbackId\": 4,\n    \"customerFeedback\": \"Demo\",\n    \"deliveredOrderFeedback\": false,\n    \"cancelOrderFeedback\": false,\n    \"replacementOrderFeedback\": true,\n    \"rating\": 5,\n    \"image\": {\n        \"imageName\": null,\n        \"imageUrl\": null\n    },\n    \"feebackTimeStamp\": \"2023-02-02T15:18:03.0293792\",\n    \"customer\": {\n        \"userId\": 1,\n        \"firstName\": \"Tejas\",\n        \"lastName\": \"Medade\",\n        \"contact\": \"9307710594\",\n        \"email\": \"tejasmedade@gmail.com\",\n        \"dateOfBirth\": null,\n        \"image\": null,\n        \"accountCreatedDate\": \"2023-01-31T11:14:50.967501\",\n        \"accountUpdatedDate\": \"2023-01-31T11:14:50.967501\",\n        \"roles\": [\n            {\n                \"roleId\": 1002,\n                \"roleName\": \"ROLE_USER\"\n            },\n            {\n                \"roleId\": 1001,\n                \"roleName\": \"ROLE_ADMIN\"\n            }\n        ],\n        \"_links\": {\n            \"customer\": {\n                \"href\": \"http://localhost:8088/bestbuy/customers/9307710594\"\n            }\n        }\n    },\n    \"order\": {\n        \"orderId\": 4,\n        \"status\": \"Order Placed\",\n        \"orderTimeStamp\": \"2023-01-31T13:22:15.913562\",\n        \"orderUpdatedTimeStamp\": \"2023-01-31T13:22:15.913562\",\n        \"expectedDeliveryDate\": \"2023-02-03T13:22:15.91256\",\n        \"orderQuantity\": 2,\n        \"orderTotalAmount\": 10168.812,\n        \"listOfProducts\": [\n            {\n                \"productId\": 8,\n                \"productName\": \"Levi's 501 Original Fit Jeans\",\n                \"productDescription\": \"The Levi's 501 Original Fit Jeans are a classic and versatile style that have been popular for over 150 years. Made with high-quality denim, these jeans feature a straight leg and a button fly for a comfortable and timeless look.\",\n                \"salePrice\": 5084.406,\n                \"marketPrice\": 5649.34,\n                \"available\": true,\n                \"images\": null,\n                \"productQuantity\": 2,\n                \"productTotalAmount\": 10168.812,\n                \"isProductCancelled\": null,\n                \"isProductReturned\": null,\n                \"isProductReplaced\": null,\n                \"isProductRefunded\": null,\n                \"isProductDelievered\": true,\n                \"isReplacementProduct\": null,\n                \"orginialOrderId\": null\n            }\n        ],\n        \"_links\": {\n            \"order\": {\n                \"href\": \"http://localhost:8088/bestbuy/orders/4\"\n            }\n        }\n    },\n    \"_links\": {\n        \"self\": {\n            \"href\": \"http://localhost:8088/bestbuy/feedbacks/4\"\n        },\n        \"collection\": {\n            \"href\": \"http://localhost:8088/bestbuy/feedbacks/{?pageNumber,pageSize}\",\n            \"templated\": true\n        }\n    }\n}"}],"_postman_id":"729a25a2-0348-4dcf-8d41-5a4897a002ff"},{"name":"Get Feedbacks By Customer","id":"54c0f2d0-0a16-413d-a356-0eb415c17a40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/feedbacks/customers/{contact}","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","feedbacks","customers","{contact}"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6614b738-0f06-47b8-ad6f-a6bd3c20cfee","name":"Get Feedbacks By Customer","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8088/bestbuy/feedbacks/customers/9307710594"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 02 Feb 2023 09:48:18 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"feedbackResponseDtoList\": [\n            {\n                \"feedbackId\": 4,\n                \"customerFeedback\": \"Demo\",\n                \"deliveredOrderFeedback\": false,\n                \"cancelOrderFeedback\": false,\n                \"replacementOrderFeedback\": true,\n                \"rating\": 5,\n                \"image\": null,\n                \"feebackTimeStamp\": \"2023-02-02T15:18:03.029379\",\n                \"customer\": {\n                    \"userId\": 1,\n                    \"firstName\": \"Tejas\",\n                    \"lastName\": \"Medade\",\n                    \"contact\": \"9307710594\",\n                    \"email\": \"tejasmedade@gmail.com\",\n                    \"dateOfBirth\": null,\n                    \"image\": null,\n                    \"accountCreatedDate\": \"2023-01-31T11:14:50.967501\",\n                    \"accountUpdatedDate\": \"2023-01-31T11:14:50.967501\",\n                    \"roles\": [\n                        {\n                            \"roleId\": 1002,\n                            \"roleName\": \"ROLE_USER\"\n                        },\n                        {\n                            \"roleId\": 1001,\n                            \"roleName\": \"ROLE_ADMIN\"\n                        }\n                    ],\n                    \"_links\": {\n                        \"customer\": {\n                            \"href\": \"http://localhost:8088/bestbuy/customers/9307710594\"\n                        }\n                    }\n                },\n                \"order\": {\n                    \"orderId\": 4,\n                    \"status\": \"Order Placed\",\n                    \"orderTimeStamp\": \"2023-01-31T13:22:15.913562\",\n                    \"orderUpdatedTimeStamp\": \"2023-01-31T13:22:15.913562\",\n                    \"expectedDeliveryDate\": \"2023-02-03T13:22:15.91256\",\n                    \"orderQuantity\": 2,\n                    \"orderTotalAmount\": 10168.812,\n                    \"listOfProducts\": [\n                        {\n                            \"productId\": 8,\n                            \"productName\": \"Levi's 501 Original Fit Jeans\",\n                            \"productDescription\": \"The Levi's 501 Original Fit Jeans are a classic and versatile style that have been popular for over 150 years. Made with high-quality denim, these jeans feature a straight leg and a button fly for a comfortable and timeless look.\",\n                            \"salePrice\": 5084.406,\n                            \"marketPrice\": 5649.34,\n                            \"available\": true,\n                            \"images\": null,\n                            \"productQuantity\": 2,\n                            \"productTotalAmount\": 10168.812,\n                            \"isProductCancelled\": null,\n                            \"isProductReturned\": null,\n                            \"isProductReplaced\": null,\n                            \"isProductRefunded\": null,\n                            \"isProductDelievered\": true,\n                            \"isReplacementProduct\": null,\n                            \"orginialOrderId\": null\n                        }\n                    ],\n                    \"_links\": {\n                        \"order\": {\n                            \"href\": \"http://localhost:8088/bestbuy/orders/4\"\n                        }\n                    }\n                },\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/feedbacks/4\"\n                    }\n                }\n            },\n            {\n                \"feedbackId\": 3,\n                \"customerFeedback\": \"Demo\",\n                \"deliveredOrderFeedback\": false,\n                \"cancelOrderFeedback\": true,\n                \"replacementOrderFeedback\": false,\n                \"rating\": 5,\n                \"image\": null,\n                \"feebackTimeStamp\": \"2023-02-02T15:11:29.63531\",\n                \"customer\": {\n                    \"userId\": 1,\n                    \"firstName\": \"Tejas\",\n                    \"lastName\": \"Medade\",\n                    \"contact\": \"9307710594\",\n                    \"email\": \"tejasmedade@gmail.com\",\n                    \"dateOfBirth\": null,\n                    \"image\": null,\n                    \"accountCreatedDate\": \"2023-01-31T11:14:50.967501\",\n                    \"accountUpdatedDate\": \"2023-01-31T11:14:50.967501\",\n                    \"roles\": [\n                        {\n                            \"roleId\": 1002,\n                            \"roleName\": \"ROLE_USER\"\n                        },\n                        {\n                            \"roleId\": 1001,\n                            \"roleName\": \"ROLE_ADMIN\"\n                        }\n                    ],\n                    \"_links\": {\n                        \"customer\": {\n                            \"href\": \"http://localhost:8088/bestbuy/customers/9307710594\"\n                        }\n                    }\n                },\n                \"order\": {\n                    \"orderId\": 1,\n                    \"status\": \"Refunded\",\n                    \"orderTimeStamp\": \"2023-01-31T13:00:08.874436\",\n                    \"orderUpdatedTimeStamp\": \"2023-01-31T13:18:47.760674\",\n                    \"expectedDeliveryDate\": \"2023-01-31T13:12:44.486524\",\n                    \"orderQuantity\": 1,\n                    \"orderTotalAmount\": 5084.406,\n                    \"listOfProducts\": [\n                        {\n                            \"productId\": 8,\n                            \"productName\": \"Levi's 501 Original Fit Jeans\",\n                            \"productDescription\": \"The Levi's 501 Original Fit Jeans are a classic and versatile style that have been popular for over 150 years. Made with high-quality denim, these jeans feature a straight leg and a button fly for a comfortable and timeless look.\",\n                            \"salePrice\": 5084.406,\n                            \"marketPrice\": 5649.34,\n                            \"available\": true,\n                            \"images\": null,\n                            \"productQuantity\": 1,\n                            \"productTotalAmount\": 5084.406,\n                            \"isProductCancelled\": null,\n                            \"isProductReturned\": null,\n                            \"isProductReplaced\": null,\n                            \"isProductRefunded\": null,\n                            \"isProductDelievered\": true,\n                            \"isReplacementProduct\": null,\n                            \"orginialOrderId\": null\n                        }\n                    ],\n                    \"_links\": {\n                        \"order\": {\n                            \"href\": \"http://localhost:8088/bestbuy/orders/1\"\n                        }\n                    }\n                },\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/feedbacks/3\"\n                    }\n                }\n            },\n            {\n                \"feedbackId\": 2,\n                \"customerFeedback\": \"Demo\",\n                \"deliveredOrderFeedback\": false,\n                \"cancelOrderFeedback\": true,\n                \"replacementOrderFeedback\": false,\n                \"rating\": 5,\n                \"image\": null,\n                \"feebackTimeStamp\": \"2023-02-02T15:11:20.096934\",\n                \"customer\": {\n                    \"userId\": 1,\n                    \"firstName\": \"Tejas\",\n                    \"lastName\": \"Medade\",\n                    \"contact\": \"9307710594\",\n                    \"email\": \"tejasmedade@gmail.com\",\n                    \"dateOfBirth\": null,\n                    \"image\": null,\n                    \"accountCreatedDate\": \"2023-01-31T11:14:50.967501\",\n                    \"accountUpdatedDate\": \"2023-01-31T11:14:50.967501\",\n                    \"roles\": [\n                        {\n                            \"roleId\": 1002,\n                            \"roleName\": \"ROLE_USER\"\n                        },\n                        {\n                            \"roleId\": 1001,\n                            \"roleName\": \"ROLE_ADMIN\"\n                        }\n                    ],\n                    \"_links\": {\n                        \"customer\": {\n                            \"href\": \"http://localhost:8088/bestbuy/customers/9307710594\"\n                        }\n                    }\n                },\n                \"order\": {\n                    \"orderId\": 3,\n                    \"status\": \"Cancelled\",\n                    \"orderTimeStamp\": \"2023-01-31T13:10:32.707429\",\n                    \"orderUpdatedTimeStamp\": \"2023-01-31T13:20:03.30294\",\n                    \"expectedDeliveryDate\": \"2023-02-03T13:10:32.707429\",\n                    \"orderQuantity\": 2,\n                    \"orderTotalAmount\": 10168.812,\n                    \"listOfProducts\": [\n                        {\n                            \"productId\": 8,\n                            \"productName\": \"Levi's 501 Original Fit Jeans\",\n                            \"productDescription\": \"The Levi's 501 Original Fit Jeans are a classic and versatile style that have been popular for over 150 years. Made with high-quality denim, these jeans feature a straight leg and a button fly for a comfortable and timeless look.\",\n                            \"salePrice\": 5084.406,\n                            \"marketPrice\": 5649.34,\n                            \"available\": true,\n                            \"images\": null,\n                            \"productQuantity\": 2,\n                            \"productTotalAmount\": 10168.812,\n                            \"isProductCancelled\": null,\n                            \"isProductReturned\": null,\n                            \"isProductReplaced\": null,\n                            \"isProductRefunded\": null,\n                            \"isProductDelievered\": null,\n                            \"isReplacementProduct\": null,\n                            \"orginialOrderId\": null\n                        }\n                    ],\n                    \"_links\": {\n                        \"order\": {\n                            \"href\": \"http://localhost:8088/bestbuy/orders/3\"\n                        }\n                    }\n                },\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/feedbacks/2\"\n                    }\n                }\n            },\n            {\n                \"feedbackId\": 1,\n                \"customerFeedback\": \"Demo\",\n                \"deliveredOrderFeedback\": true,\n                \"cancelOrderFeedback\": false,\n                \"replacementOrderFeedback\": false,\n                \"rating\": 5,\n                \"image\": null,\n                \"feebackTimeStamp\": \"2023-02-02T15:09:41.533813\",\n                \"customer\": {\n                    \"userId\": 1,\n                    \"firstName\": \"Tejas\",\n                    \"lastName\": \"Medade\",\n                    \"contact\": \"9307710594\",\n                    \"email\": \"tejasmedade@gmail.com\",\n                    \"dateOfBirth\": null,\n                    \"image\": null,\n                    \"accountCreatedDate\": \"2023-01-31T11:14:50.967501\",\n                    \"accountUpdatedDate\": \"2023-01-31T11:14:50.967501\",\n                    \"roles\": [\n                        {\n                            \"roleId\": 1002,\n                            \"roleName\": \"ROLE_USER\"\n                        },\n                        {\n                            \"roleId\": 1001,\n                            \"roleName\": \"ROLE_ADMIN\"\n                        }\n                    ],\n                    \"_links\": {\n                        \"customer\": {\n                            \"href\": \"http://localhost:8088/bestbuy/customers/9307710594\"\n                        }\n                    }\n                },\n                \"order\": {\n                    \"orderId\": 1,\n                    \"status\": \"Refunded\",\n                    \"orderTimeStamp\": \"2023-01-31T13:00:08.874436\",\n                    \"orderUpdatedTimeStamp\": \"2023-01-31T13:18:47.760674\",\n                    \"expectedDeliveryDate\": \"2023-01-31T13:12:44.486524\",\n                    \"orderQuantity\": 1,\n                    \"orderTotalAmount\": 5084.406,\n                    \"listOfProducts\": [\n                        {\n                            \"productId\": 8,\n                            \"productName\": \"Levi's 501 Original Fit Jeans\",\n                            \"productDescription\": \"The Levi's 501 Original Fit Jeans are a classic and versatile style that have been popular for over 150 years. Made with high-quality denim, these jeans feature a straight leg and a button fly for a comfortable and timeless look.\",\n                            \"salePrice\": 5084.406,\n                            \"marketPrice\": 5649.34,\n                            \"available\": true,\n                            \"images\": null,\n                            \"productQuantity\": 1,\n                            \"productTotalAmount\": 5084.406,\n                            \"isProductCancelled\": null,\n                            \"isProductReturned\": null,\n                            \"isProductReplaced\": null,\n                            \"isProductRefunded\": null,\n                            \"isProductDelievered\": true,\n                            \"isReplacementProduct\": null,\n                            \"orginialOrderId\": null\n                        }\n                    ],\n                    \"_links\": {\n                        \"order\": {\n                            \"href\": \"http://localhost:8088/bestbuy/orders/1\"\n                        }\n                    }\n                },\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/feedbacks/1\"\n                    }\n                }\n            }\n        ]\n    },\n    \"_links\": {\n        \"self\": {\n            \"href\": \"http://localhost:8088/bestbuy/feedbacks/customers/9307710594?page=0&size=5&sort=feedbackId,desc\"\n        },\n        \"collection\": {\n            \"href\": \"http://localhost:8088/bestbuy/feedbacks/{?pageNumber,pageSize}\",\n            \"templated\": true\n        }\n    },\n    \"page\": {\n        \"size\": 5,\n        \"totalElements\": 4,\n        \"totalPages\": 1,\n        \"number\": 0\n    }\n}"}],"_postman_id":"54c0f2d0-0a16-413d-a356-0eb415c17a40"},{"name":"Get Feedback By Order","id":"a5e2b733-5140-4023-9f7c-48a6b25d389b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/feedbacks/orders/1","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","feedbacks","orders","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8020b240-028e-4b89-886f-bb068b617fed","name":"Get Feedback By Order","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/feedbacks/orders/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 02 Feb 2023 09:51:42 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"feedbackResponseDtoList\": [\n            {\n                \"feedbackId\": 3,\n                \"customerFeedback\": \"Demo\",\n                \"deliveredOrderFeedback\": false,\n                \"cancelOrderFeedback\": true,\n                \"replacementOrderFeedback\": false,\n                \"rating\": 5,\n                \"image\": null,\n                \"feebackTimeStamp\": \"2023-02-02T15:11:29.63531\",\n                \"customer\": {\n                    \"userId\": 1,\n                    \"firstName\": \"Tejas\",\n                    \"lastName\": \"Medade\",\n                    \"contact\": \"9307710594\",\n                    \"email\": \"tejasmedade@gmail.com\",\n                    \"dateOfBirth\": null,\n                    \"image\": null,\n                    \"accountCreatedDate\": \"2023-01-31T11:14:50.967501\",\n                    \"accountUpdatedDate\": \"2023-01-31T11:14:50.967501\",\n                    \"roles\": [\n                        {\n                            \"roleId\": 1002,\n                            \"roleName\": \"ROLE_USER\"\n                        },\n                        {\n                            \"roleId\": 1001,\n                            \"roleName\": \"ROLE_ADMIN\"\n                        }\n                    ],\n                    \"_links\": {\n                        \"customer\": {\n                            \"href\": \"http://localhost:8088/bestbuy/customers/9307710594\"\n                        }\n                    }\n                },\n                \"order\": {\n                    \"orderId\": 1,\n                    \"status\": \"Refunded\",\n                    \"orderTimeStamp\": \"2023-01-31T13:00:08.874436\",\n                    \"orderUpdatedTimeStamp\": \"2023-01-31T13:18:47.760674\",\n                    \"expectedDeliveryDate\": \"2023-01-31T13:12:44.486524\",\n                    \"orderQuantity\": 1,\n                    \"orderTotalAmount\": 5084.406,\n                    \"listOfProducts\": [\n                        {\n                            \"productId\": 8,\n                            \"productName\": \"Levi's 501 Original Fit Jeans\",\n                            \"productDescription\": \"The Levi's 501 Original Fit Jeans are a classic and versatile style that have been popular for over 150 years. Made with high-quality denim, these jeans feature a straight leg and a button fly for a comfortable and timeless look.\",\n                            \"salePrice\": 5084.406,\n                            \"marketPrice\": 5649.34,\n                            \"available\": true,\n                            \"images\": null,\n                            \"productQuantity\": 1,\n                            \"productTotalAmount\": 5084.406,\n                            \"isProductCancelled\": null,\n                            \"isProductReturned\": null,\n                            \"isProductReplaced\": null,\n                            \"isProductRefunded\": null,\n                            \"isProductDelievered\": true,\n                            \"isReplacementProduct\": null,\n                            \"orginialOrderId\": null\n                        }\n                    ],\n                    \"_links\": {\n                        \"order\": {\n                            \"href\": \"http://localhost:8088/bestbuy/orders/1\"\n                        }\n                    }\n                },\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/feedbacks/3\"\n                    }\n                }\n            },\n            {\n                \"feedbackId\": 1,\n                \"customerFeedback\": \"Demo\",\n                \"deliveredOrderFeedback\": true,\n                \"cancelOrderFeedback\": false,\n                \"replacementOrderFeedback\": false,\n                \"rating\": 5,\n                \"image\": null,\n                \"feebackTimeStamp\": \"2023-02-02T15:09:41.533813\",\n                \"customer\": {\n                    \"userId\": 1,\n                    \"firstName\": \"Tejas\",\n                    \"lastName\": \"Medade\",\n                    \"contact\": \"9307710594\",\n                    \"email\": \"tejasmedade@gmail.com\",\n                    \"dateOfBirth\": null,\n                    \"image\": null,\n                    \"accountCreatedDate\": \"2023-01-31T11:14:50.967501\",\n                    \"accountUpdatedDate\": \"2023-01-31T11:14:50.967501\",\n                    \"roles\": [\n                        {\n                            \"roleId\": 1002,\n                            \"roleName\": \"ROLE_USER\"\n                        },\n                        {\n                            \"roleId\": 1001,\n                            \"roleName\": \"ROLE_ADMIN\"\n                        }\n                    ],\n                    \"_links\": {\n                        \"customer\": {\n                            \"href\": \"http://localhost:8088/bestbuy/customers/9307710594\"\n                        }\n                    }\n                },\n                \"order\": {\n                    \"orderId\": 1,\n                    \"status\": \"Refunded\",\n                    \"orderTimeStamp\": \"2023-01-31T13:00:08.874436\",\n                    \"orderUpdatedTimeStamp\": \"2023-01-31T13:18:47.760674\",\n                    \"expectedDeliveryDate\": \"2023-01-31T13:12:44.486524\",\n                    \"orderQuantity\": 1,\n                    \"orderTotalAmount\": 5084.406,\n                    \"listOfProducts\": [\n                        {\n                            \"productId\": 8,\n                            \"productName\": \"Levi's 501 Original Fit Jeans\",\n                            \"productDescription\": \"The Levi's 501 Original Fit Jeans are a classic and versatile style that have been popular for over 150 years. Made with high-quality denim, these jeans feature a straight leg and a button fly for a comfortable and timeless look.\",\n                            \"salePrice\": 5084.406,\n                            \"marketPrice\": 5649.34,\n                            \"available\": true,\n                            \"images\": null,\n                            \"productQuantity\": 1,\n                            \"productTotalAmount\": 5084.406,\n                            \"isProductCancelled\": null,\n                            \"isProductReturned\": null,\n                            \"isProductReplaced\": null,\n                            \"isProductRefunded\": null,\n                            \"isProductDelievered\": true,\n                            \"isReplacementProduct\": null,\n                            \"orginialOrderId\": null\n                        }\n                    ],\n                    \"_links\": {\n                        \"order\": {\n                            \"href\": \"http://localhost:8088/bestbuy/orders/1\"\n                        }\n                    }\n                },\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/feedbacks/1\"\n                    }\n                }\n            }\n        ]\n    },\n    \"_links\": {\n        \"self\": {\n            \"href\": \"http://localhost:8088/bestbuy/feedbacks/orders/1?page=0&size=5&sort=feedbackId,desc\"\n        },\n        \"collection\": {\n            \"href\": \"http://localhost:8088/bestbuy/feedbacks/{?pageNumber,pageSize}\",\n            \"templated\": true\n        }\n    },\n    \"page\": {\n        \"size\": 5,\n        \"totalElements\": 2,\n        \"totalPages\": 1,\n        \"number\": 0\n    }\n}"}],"_postman_id":"a5e2b733-5140-4023-9f7c-48a6b25d389b"},{"name":"Get All Feedbacks Sorted By Rating","id":"b0ccf1da-b5e5-4beb-af01-d0922be27e82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/feedbacks/sortby/ratings","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","feedbacks","sortby","ratings"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f6f228b3-b4b7-4344-a254-2f19118efd3b","name":"Get All Feedbacks Sorted By Rating","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/feedbacks/sortby/ratings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 02 Feb 2023 09:52:00 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"feedbackResponseDtoList\": [\n            {\n                \"feedbackId\": 1,\n                \"customerFeedback\": \"Demo\",\n                \"deliveredOrderFeedback\": true,\n                \"cancelOrderFeedback\": false,\n                \"replacementOrderFeedback\": false,\n                \"rating\": 5,\n                \"image\": null,\n                \"feebackTimeStamp\": \"2023-02-02T15:09:41.533813\",\n                \"customer\": {\n                    \"userId\": 1,\n                    \"firstName\": \"Tejas\",\n                    \"lastName\": \"Medade\",\n                    \"contact\": \"9307710594\",\n                    \"email\": \"tejasmedade@gmail.com\",\n                    \"dateOfBirth\": null,\n                    \"image\": null,\n                    \"accountCreatedDate\": \"2023-01-31T11:14:50.967501\",\n                    \"accountUpdatedDate\": \"2023-01-31T11:14:50.967501\",\n                    \"roles\": [\n                        {\n                            \"roleId\": 1002,\n                            \"roleName\": \"ROLE_USER\"\n                        },\n                        {\n                            \"roleId\": 1001,\n                            \"roleName\": \"ROLE_ADMIN\"\n                        }\n                    ],\n                    \"_links\": {\n                        \"customer\": {\n                            \"href\": \"http://localhost:8088/bestbuy/customers/9307710594\"\n                        }\n                    }\n                },\n                \"order\": {\n                    \"orderId\": 1,\n                    \"status\": \"Refunded\",\n                    \"orderTimeStamp\": \"2023-01-31T13:00:08.874436\",\n                    \"orderUpdatedTimeStamp\": \"2023-01-31T13:18:47.760674\",\n                    \"expectedDeliveryDate\": \"2023-01-31T13:12:44.486524\",\n                    \"orderQuantity\": 1,\n                    \"orderTotalAmount\": 5084.406,\n                    \"listOfProducts\": [\n                        {\n                            \"productId\": 8,\n                            \"productName\": \"Levi's 501 Original Fit Jeans\",\n                            \"productDescription\": \"The Levi's 501 Original Fit Jeans are a classic and versatile style that have been popular for over 150 years. Made with high-quality denim, these jeans feature a straight leg and a button fly for a comfortable and timeless look.\",\n                            \"salePrice\": 5084.406,\n                            \"marketPrice\": 5649.34,\n                            \"available\": true,\n                            \"images\": null,\n                            \"productQuantity\": 1,\n                            \"productTotalAmount\": 5084.406,\n                            \"isProductCancelled\": null,\n                            \"isProductReturned\": null,\n                            \"isProductReplaced\": null,\n                            \"isProductRefunded\": null,\n                            \"isProductDelievered\": true,\n                            \"isReplacementProduct\": null,\n                            \"orginialOrderId\": null\n                        }\n                    ],\n                    \"_links\": {\n                        \"order\": {\n                            \"href\": \"http://localhost:8088/bestbuy/orders/1\"\n                        }\n                    }\n                },\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/feedbacks/1\"\n                    }\n                }\n            },\n            {\n                \"feedbackId\": 2,\n                \"customerFeedback\": \"Demo\",\n                \"deliveredOrderFeedback\": false,\n                \"cancelOrderFeedback\": true,\n                \"replacementOrderFeedback\": false,\n                \"rating\": 5,\n                \"image\": null,\n                \"feebackTimeStamp\": \"2023-02-02T15:11:20.096934\",\n                \"customer\": {\n                    \"userId\": 1,\n                    \"firstName\": \"Tejas\",\n                    \"lastName\": \"Medade\",\n                    \"contact\": \"9307710594\",\n                    \"email\": \"tejasmedade@gmail.com\",\n                    \"dateOfBirth\": null,\n                    \"image\": null,\n                    \"accountCreatedDate\": \"2023-01-31T11:14:50.967501\",\n                    \"accountUpdatedDate\": \"2023-01-31T11:14:50.967501\",\n                    \"roles\": [\n                        {\n                            \"roleId\": 1002,\n                            \"roleName\": \"ROLE_USER\"\n                        },\n                        {\n                            \"roleId\": 1001,\n                            \"roleName\": \"ROLE_ADMIN\"\n                        }\n                    ],\n                    \"_links\": {\n                        \"customer\": {\n                            \"href\": \"http://localhost:8088/bestbuy/customers/9307710594\"\n                        }\n                    }\n                },\n                \"order\": {\n                    \"orderId\": 3,\n                    \"status\": \"Cancelled\",\n                    \"orderTimeStamp\": \"2023-01-31T13:10:32.707429\",\n                    \"orderUpdatedTimeStamp\": \"2023-01-31T13:20:03.30294\",\n                    \"expectedDeliveryDate\": \"2023-02-03T13:10:32.707429\",\n                    \"orderQuantity\": 2,\n                    \"orderTotalAmount\": 10168.812,\n                    \"listOfProducts\": [\n                        {\n                            \"productId\": 8,\n                            \"productName\": \"Levi's 501 Original Fit Jeans\",\n                            \"productDescription\": \"The Levi's 501 Original Fit Jeans are a classic and versatile style that have been popular for over 150 years. Made with high-quality denim, these jeans feature a straight leg and a button fly for a comfortable and timeless look.\",\n                            \"salePrice\": 5084.406,\n                            \"marketPrice\": 5649.34,\n                            \"available\": true,\n                            \"images\": null,\n                            \"productQuantity\": 2,\n                            \"productTotalAmount\": 10168.812,\n                            \"isProductCancelled\": null,\n                            \"isProductReturned\": null,\n                            \"isProductReplaced\": null,\n                            \"isProductRefunded\": null,\n                            \"isProductDelievered\": null,\n                            \"isReplacementProduct\": null,\n                            \"orginialOrderId\": null\n                        }\n                    ],\n                    \"_links\": {\n                        \"order\": {\n                            \"href\": \"http://localhost:8088/bestbuy/orders/3\"\n                        }\n                    }\n                },\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/feedbacks/2\"\n                    }\n                }\n            },\n            {\n                \"feedbackId\": 3,\n                \"customerFeedback\": \"Demo\",\n                \"deliveredOrderFeedback\": false,\n                \"cancelOrderFeedback\": true,\n                \"replacementOrderFeedback\": false,\n                \"rating\": 5,\n                \"image\": null,\n                \"feebackTimeStamp\": \"2023-02-02T15:11:29.63531\",\n                \"customer\": {\n                    \"userId\": 1,\n                    \"firstName\": \"Tejas\",\n                    \"lastName\": \"Medade\",\n                    \"contact\": \"9307710594\",\n                    \"email\": \"tejasmedade@gmail.com\",\n                    \"dateOfBirth\": null,\n                    \"image\": null,\n                    \"accountCreatedDate\": \"2023-01-31T11:14:50.967501\",\n                    \"accountUpdatedDate\": \"2023-01-31T11:14:50.967501\",\n                    \"roles\": [\n                        {\n                            \"roleId\": 1002,\n                            \"roleName\": \"ROLE_USER\"\n                        },\n                        {\n                            \"roleId\": 1001,\n                            \"roleName\": \"ROLE_ADMIN\"\n                        }\n                    ],\n                    \"_links\": {\n                        \"customer\": {\n                            \"href\": \"http://localhost:8088/bestbuy/customers/9307710594\"\n                        }\n                    }\n                },\n                \"order\": {\n                    \"orderId\": 1,\n                    \"status\": \"Refunded\",\n                    \"orderTimeStamp\": \"2023-01-31T13:00:08.874436\",\n                    \"orderUpdatedTimeStamp\": \"2023-01-31T13:18:47.760674\",\n                    \"expectedDeliveryDate\": \"2023-01-31T13:12:44.486524\",\n                    \"orderQuantity\": 1,\n                    \"orderTotalAmount\": 5084.406,\n                    \"listOfProducts\": [\n                        {\n                            \"productId\": 8,\n                            \"productName\": \"Levi's 501 Original Fit Jeans\",\n                            \"productDescription\": \"The Levi's 501 Original Fit Jeans are a classic and versatile style that have been popular for over 150 years. Made with high-quality denim, these jeans feature a straight leg and a button fly for a comfortable and timeless look.\",\n                            \"salePrice\": 5084.406,\n                            \"marketPrice\": 5649.34,\n                            \"available\": true,\n                            \"images\": null,\n                            \"productQuantity\": 1,\n                            \"productTotalAmount\": 5084.406,\n                            \"isProductCancelled\": null,\n                            \"isProductReturned\": null,\n                            \"isProductReplaced\": null,\n                            \"isProductRefunded\": null,\n                            \"isProductDelievered\": true,\n                            \"isReplacementProduct\": null,\n                            \"orginialOrderId\": null\n                        }\n                    ],\n                    \"_links\": {\n                        \"order\": {\n                            \"href\": \"http://localhost:8088/bestbuy/orders/1\"\n                        }\n                    }\n                },\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/feedbacks/3\"\n                    }\n                }\n            },\n            {\n                \"feedbackId\": 4,\n                \"customerFeedback\": \"Demo\",\n                \"deliveredOrderFeedback\": false,\n                \"cancelOrderFeedback\": false,\n                \"replacementOrderFeedback\": true,\n                \"rating\": 5,\n                \"image\": null,\n                \"feebackTimeStamp\": \"2023-02-02T15:18:03.029379\",\n                \"customer\": {\n                    \"userId\": 1,\n                    \"firstName\": \"Tejas\",\n                    \"lastName\": \"Medade\",\n                    \"contact\": \"9307710594\",\n                    \"email\": \"tejasmedade@gmail.com\",\n                    \"dateOfBirth\": null,\n                    \"image\": null,\n                    \"accountCreatedDate\": \"2023-01-31T11:14:50.967501\",\n                    \"accountUpdatedDate\": \"2023-01-31T11:14:50.967501\",\n                    \"roles\": [\n                        {\n                            \"roleId\": 1002,\n                            \"roleName\": \"ROLE_USER\"\n                        },\n                        {\n                            \"roleId\": 1001,\n                            \"roleName\": \"ROLE_ADMIN\"\n                        }\n                    ],\n                    \"_links\": {\n                        \"customer\": {\n                            \"href\": \"http://localhost:8088/bestbuy/customers/9307710594\"\n                        }\n                    }\n                },\n                \"order\": {\n                    \"orderId\": 4,\n                    \"status\": \"Order Placed\",\n                    \"orderTimeStamp\": \"2023-01-31T13:22:15.913562\",\n                    \"orderUpdatedTimeStamp\": \"2023-01-31T13:22:15.913562\",\n                    \"expectedDeliveryDate\": \"2023-02-03T13:22:15.91256\",\n                    \"orderQuantity\": 2,\n                    \"orderTotalAmount\": 10168.812,\n                    \"listOfProducts\": [\n                        {\n                            \"productId\": 8,\n                            \"productName\": \"Levi's 501 Original Fit Jeans\",\n                            \"productDescription\": \"The Levi's 501 Original Fit Jeans are a classic and versatile style that have been popular for over 150 years. Made with high-quality denim, these jeans feature a straight leg and a button fly for a comfortable and timeless look.\",\n                            \"salePrice\": 5084.406,\n                            \"marketPrice\": 5649.34,\n                            \"available\": true,\n                            \"images\": null,\n                            \"productQuantity\": 2,\n                            \"productTotalAmount\": 10168.812,\n                            \"isProductCancelled\": null,\n                            \"isProductReturned\": null,\n                            \"isProductReplaced\": null,\n                            \"isProductRefunded\": null,\n                            \"isProductDelievered\": true,\n                            \"isReplacementProduct\": null,\n                            \"orginialOrderId\": null\n                        }\n                    ],\n                    \"_links\": {\n                        \"order\": {\n                            \"href\": \"http://localhost:8088/bestbuy/orders/4\"\n                        }\n                    }\n                },\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/feedbacks/4\"\n                    }\n                }\n            }\n        ]\n    },\n    \"_links\": {\n        \"self\": {\n            \"href\": \"http://localhost:8088/bestbuy/feedbacks/sortby/ratings?page=0&size=5&sort=rating,desc\"\n        },\n        \"collection\": {\n            \"href\": \"http://localhost:8088/bestbuy/feedbacks/{?pageNumber,pageSize}\",\n            \"templated\": true\n        }\n    },\n    \"page\": {\n        \"size\": 5,\n        \"totalElements\": 4,\n        \"totalPages\": 1,\n        \"number\": 0\n    }\n}"}],"_postman_id":"b0ccf1da-b5e5-4beb-af01-d0922be27e82"},{"name":"Get Feedbacks By Customer","id":"5a187ca1-2933-4b0e-aaa9-3f0cbc6e34a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/feedbacks/customers/9307710594","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","feedbacks","customers","9307710594"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"912f89a2-64cb-4bbd-91ec-48119cb24859","name":"Get Feedbacks By Customer","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/feedbacks/customers/9307710594"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 27 Jan 2023 12:45:00 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"feedbackResponseDtoList\": [\n            {\n                \"feedbackId\": 14,\n                \"customerFeedback\": \"Demo\",\n                \"deliveredOrderFeedback\": true,\n                \"cancelOrderFeedback\": false,\n                \"replacementOrderFeedback\": false,\n                \"rating\": 5,\n                \"image\": null,\n                \"feebackTimeStamp\": \"2023-01-26T17:18:28.616564\",\n                \"customer\": {\n                    \"userId\": 1,\n                    \"firstName\": \"Tejas\",\n                    \"lastName\": \"Medade\",\n                    \"contact\": \"9307710594\",\n                    \"email\": \"tejasmedade@gmail.com\",\n                    \"dateOfBirth\": null,\n                    \"image\": null,\n                    \"accountCreatedDate\": \"2023-01-24T05:21:37.173099\",\n                    \"accountUpdatedDate\": \"2023-01-24T05:21:37.173099\",\n                    \"roles\": [\n                        {\n                            \"roleId\": 1002,\n                            \"roleName\": \"ROLE_USER\"\n                        },\n                        {\n                            \"roleId\": 1001,\n                            \"roleName\": \"ROLE_ADMIN\"\n                        }\n                    ],\n                    \"_links\": {\n                        \"customer\": {\n                            \"href\": \"http://localhost:8088/bestbuy/customers/9307710594\"\n                        }\n                    }\n                },\n                \"order\": {\n                    \"orderId\": 1,\n                    \"status\": \"Delievered\",\n                    \"orderTimeStamp\": \"2023-01-26T01:41:04.77695\",\n                    \"orderUpdatedTimeStamp\": \"2023-01-26T01:42:43.613664\",\n                    \"expectedDeliveryDate\": \"2023-01-26T01:42:43.612666\",\n                    \"orderQuantity\": 2,\n                    \"orderTotalAmount\": 228249.684,\n                    \"listOfProducts\": [\n                        {\n                            \"productId\": 1,\n                            \"productName\": \"Gucci GG Marmont Shoulder Bag\",\n                            \"productDescription\": \"The Gucci GG Marmont Shoulder Bag is a luxurious and elegant handbag that features the iconic GG pattern and a quilted leather design. It is the perfect accessory for any fashion-conscious individual.\",\n                            \"salePrice\": 114124.842,\n                            \"marketPrice\": 146313.9,\n                            \"available\": true,\n                            \"images\": null,\n                            \"productQuantity\": 2,\n                            \"productTotalAmount\": 228249.684,\n                            \"isProductCancelled\": null,\n                            \"isProductReturned\": null,\n                            \"isProductReplaced\": null,\n                            \"isProductRefunded\": null,\n                            \"isProductDelievered\": true,\n                            \"isReplacementProduct\": null,\n                            \"orginialOrderId\": null\n                        }\n                    ],\n                    \"_links\": {\n                        \"order\": {\n                            \"href\": \"http://localhost:8088/bestbuy/orders/1\"\n                        }\n                    }\n                },\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/feedbacks/14\"\n                    }\n                }\n            },\n            {\n                \"feedbackId\": 13,\n                \"customerFeedback\": \"Demo\",\n                \"deliveredOrderFeedback\": true,\n                \"cancelOrderFeedback\": false,\n                \"replacementOrderFeedback\": false,\n                \"rating\": 5,\n                \"image\": null,\n                \"feebackTimeStamp\": \"2023-01-26T17:16:25.576502\",\n                \"customer\": {\n                    \"userId\": 1,\n                    \"firstName\": \"Tejas\",\n                    \"lastName\": \"Medade\",\n                    \"contact\": \"9307710594\",\n                    \"email\": \"tejasmedade@gmail.com\",\n                    \"dateOfBirth\": null,\n                    \"image\": null,\n                    \"accountCreatedDate\": \"2023-01-24T05:21:37.173099\",\n                    \"accountUpdatedDate\": \"2023-01-24T05:21:37.173099\",\n                    \"roles\": [\n                        {\n                            \"roleId\": 1002,\n                            \"roleName\": \"ROLE_USER\"\n                        },\n                        {\n                            \"roleId\": 1001,\n                            \"roleName\": \"ROLE_ADMIN\"\n                        }\n                    ],\n                    \"_links\": {\n                        \"customer\": {\n                            \"href\": \"http://localhost:8088/bestbuy/customers/9307710594\"\n                        }\n                    }\n                },\n                \"order\": {\n                    \"orderId\": 1,\n                    \"status\": \"Delievered\",\n                    \"orderTimeStamp\": \"2023-01-26T01:41:04.77695\",\n                    \"orderUpdatedTimeStamp\": \"2023-01-26T01:42:43.613664\",\n                    \"expectedDeliveryDate\": \"2023-01-26T01:42:43.612666\",\n                    \"orderQuantity\": 2,\n                    \"orderTotalAmount\": 228249.684,\n                    \"listOfProducts\": [\n                        {\n                            \"productId\": 1,\n                            \"productName\": \"Gucci GG Marmont Shoulder Bag\",\n                            \"productDescription\": \"The Gucci GG Marmont Shoulder Bag is a luxurious and elegant handbag that features the iconic GG pattern and a quilted leather design. It is the perfect accessory for any fashion-conscious individual.\",\n                            \"salePrice\": 114124.842,\n                            \"marketPrice\": 146313.9,\n                            \"available\": true,\n                            \"images\": null,\n                            \"productQuantity\": 2,\n                            \"productTotalAmount\": 228249.684,\n                            \"isProductCancelled\": null,\n                            \"isProductReturned\": null,\n                            \"isProductReplaced\": null,\n                            \"isProductRefunded\": null,\n                            \"isProductDelievered\": true,\n                            \"isReplacementProduct\": null,\n                            \"orginialOrderId\": null\n                        }\n                    ],\n                    \"_links\": {\n                        \"order\": {\n                            \"href\": \"http://localhost:8088/bestbuy/orders/1\"\n                        }\n                    }\n                },\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/feedbacks/13\"\n                    }\n                }\n            },\n            {\n                \"feedbackId\": 12,\n                \"customerFeedback\": \"Demo\",\n                \"deliveredOrderFeedback\": true,\n                \"cancelOrderFeedback\": false,\n                \"replacementOrderFeedback\": false,\n                \"rating\": 5,\n                \"image\": null,\n                \"feebackTimeStamp\": \"2023-01-26T17:14:44.672449\",\n                \"customer\": {\n                    \"userId\": 1,\n                    \"firstName\": \"Tejas\",\n                    \"lastName\": \"Medade\",\n                    \"contact\": \"9307710594\",\n                    \"email\": \"tejasmedade@gmail.com\",\n                    \"dateOfBirth\": null,\n                    \"image\": null,\n                    \"accountCreatedDate\": \"2023-01-24T05:21:37.173099\",\n                    \"accountUpdatedDate\": \"2023-01-24T05:21:37.173099\",\n                    \"roles\": [\n                        {\n                            \"roleId\": 1002,\n                            \"roleName\": \"ROLE_USER\"\n                        },\n                        {\n                            \"roleId\": 1001,\n                            \"roleName\": \"ROLE_ADMIN\"\n                        }\n                    ],\n                    \"_links\": {\n                        \"customer\": {\n                            \"href\": \"http://localhost:8088/bestbuy/customers/9307710594\"\n                        }\n                    }\n                },\n                \"order\": {\n                    \"orderId\": 1,\n                    \"status\": \"Delievered\",\n                    \"orderTimeStamp\": \"2023-01-26T01:41:04.77695\",\n                    \"orderUpdatedTimeStamp\": \"2023-01-26T01:42:43.613664\",\n                    \"expectedDeliveryDate\": \"2023-01-26T01:42:43.612666\",\n                    \"orderQuantity\": 2,\n                    \"orderTotalAmount\": 228249.684,\n                    \"listOfProducts\": [\n                        {\n                            \"productId\": 1,\n                            \"productName\": \"Gucci GG Marmont Shoulder Bag\",\n                            \"productDescription\": \"The Gucci GG Marmont Shoulder Bag is a luxurious and elegant handbag that features the iconic GG pattern and a quilted leather design. It is the perfect accessory for any fashion-conscious individual.\",\n                            \"salePrice\": 114124.842,\n                            \"marketPrice\": 146313.9,\n                            \"available\": true,\n                            \"images\": null,\n                            \"productQuantity\": 2,\n                            \"productTotalAmount\": 228249.684,\n                            \"isProductCancelled\": null,\n                            \"isProductReturned\": null,\n                            \"isProductReplaced\": null,\n                            \"isProductRefunded\": null,\n                            \"isProductDelievered\": true,\n                            \"isReplacementProduct\": null,\n                            \"orginialOrderId\": null\n                        }\n                    ],\n                    \"_links\": {\n                        \"order\": {\n                            \"href\": \"http://localhost:8088/bestbuy/orders/1\"\n                        }\n                    }\n                },\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/feedbacks/12\"\n                    }\n                }\n            },\n            {\n                \"feedbackId\": 11,\n                \"customerFeedback\": \"Demo\",\n                \"deliveredOrderFeedback\": true,\n                \"cancelOrderFeedback\": false,\n                \"replacementOrderFeedback\": false,\n                \"rating\": 5,\n                \"image\": null,\n                \"feebackTimeStamp\": \"2023-01-26T01:50:10.418369\",\n                \"customer\": {\n                    \"userId\": 1,\n                    \"firstName\": \"Tejas\",\n                    \"lastName\": \"Medade\",\n                    \"contact\": \"9307710594\",\n                    \"email\": \"tejasmedade@gmail.com\",\n                    \"dateOfBirth\": null,\n                    \"image\": null,\n                    \"accountCreatedDate\": \"2023-01-24T05:21:37.173099\",\n                    \"accountUpdatedDate\": \"2023-01-24T05:21:37.173099\",\n                    \"roles\": [\n                        {\n                            \"roleId\": 1002,\n                            \"roleName\": \"ROLE_USER\"\n                        },\n                        {\n                            \"roleId\": 1001,\n                            \"roleName\": \"ROLE_ADMIN\"\n                        }\n                    ],\n                    \"_links\": {\n                        \"customer\": {\n                            \"href\": \"http://localhost:8088/bestbuy/customers/9307710594\"\n                        }\n                    }\n                },\n                \"order\": {\n                    \"orderId\": 1,\n                    \"status\": \"Delievered\",\n                    \"orderTimeStamp\": \"2023-01-26T01:41:04.77695\",\n                    \"orderUpdatedTimeStamp\": \"2023-01-26T01:42:43.613664\",\n                    \"expectedDeliveryDate\": \"2023-01-26T01:42:43.612666\",\n                    \"orderQuantity\": 2,\n                    \"orderTotalAmount\": 228249.684,\n                    \"listOfProducts\": [\n                        {\n                            \"productId\": 1,\n                            \"productName\": \"Gucci GG Marmont Shoulder Bag\",\n                            \"productDescription\": \"The Gucci GG Marmont Shoulder Bag is a luxurious and elegant handbag that features the iconic GG pattern and a quilted leather design. It is the perfect accessory for any fashion-conscious individual.\",\n                            \"salePrice\": 114124.842,\n                            \"marketPrice\": 146313.9,\n                            \"available\": true,\n                            \"images\": null,\n                            \"productQuantity\": 2,\n                            \"productTotalAmount\": 228249.684,\n                            \"isProductCancelled\": null,\n                            \"isProductReturned\": null,\n                            \"isProductReplaced\": null,\n                            \"isProductRefunded\": null,\n                            \"isProductDelievered\": true,\n                            \"isReplacementProduct\": null,\n                            \"orginialOrderId\": null\n                        }\n                    ],\n                    \"_links\": {\n                        \"order\": {\n                            \"href\": \"http://localhost:8088/bestbuy/orders/1\"\n                        }\n                    }\n                },\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/feedbacks/11\"\n                    }\n                }\n            },\n            {\n                \"feedbackId\": 10,\n                \"customerFeedback\": \"Demo\",\n                \"deliveredOrderFeedback\": true,\n                \"cancelOrderFeedback\": false,\n                \"replacementOrderFeedback\": false,\n                \"rating\": 5,\n                \"image\": null,\n                \"feebackTimeStamp\": \"2023-01-26T01:50:09.966292\",\n                \"customer\": {\n                    \"userId\": 1,\n                    \"firstName\": \"Tejas\",\n                    \"lastName\": \"Medade\",\n                    \"contact\": \"9307710594\",\n                    \"email\": \"tejasmedade@gmail.com\",\n                    \"dateOfBirth\": null,\n                    \"image\": null,\n                    \"accountCreatedDate\": \"2023-01-24T05:21:37.173099\",\n                    \"accountUpdatedDate\": \"2023-01-24T05:21:37.173099\",\n                    \"roles\": [\n                        {\n                            \"roleId\": 1002,\n                            \"roleName\": \"ROLE_USER\"\n                        },\n                        {\n                            \"roleId\": 1001,\n                            \"roleName\": \"ROLE_ADMIN\"\n                        }\n                    ],\n                    \"_links\": {\n                        \"customer\": {\n                            \"href\": \"http://localhost:8088/bestbuy/customers/9307710594\"\n                        }\n                    }\n                },\n                \"order\": {\n                    \"orderId\": 1,\n                    \"status\": \"Delievered\",\n                    \"orderTimeStamp\": \"2023-01-26T01:41:04.77695\",\n                    \"orderUpdatedTimeStamp\": \"2023-01-26T01:42:43.613664\",\n                    \"expectedDeliveryDate\": \"2023-01-26T01:42:43.612666\",\n                    \"orderQuantity\": 2,\n                    \"orderTotalAmount\": 228249.684,\n                    \"listOfProducts\": [\n                        {\n                            \"productId\": 1,\n                            \"productName\": \"Gucci GG Marmont Shoulder Bag\",\n                            \"productDescription\": \"The Gucci GG Marmont Shoulder Bag is a luxurious and elegant handbag that features the iconic GG pattern and a quilted leather design. It is the perfect accessory for any fashion-conscious individual.\",\n                            \"salePrice\": 114124.842,\n                            \"marketPrice\": 146313.9,\n                            \"available\": true,\n                            \"images\": null,\n                            \"productQuantity\": 2,\n                            \"productTotalAmount\": 228249.684,\n                            \"isProductCancelled\": null,\n                            \"isProductReturned\": null,\n                            \"isProductReplaced\": null,\n                            \"isProductRefunded\": null,\n                            \"isProductDelievered\": true,\n                            \"isReplacementProduct\": null,\n                            \"orginialOrderId\": null\n                        }\n                    ],\n                    \"_links\": {\n                        \"order\": {\n                            \"href\": \"http://localhost:8088/bestbuy/orders/1\"\n                        }\n                    }\n                },\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/feedbacks/10\"\n                    }\n                }\n            }\n        ]\n    },\n    \"_links\": {\n        \"first\": {\n            \"href\": \"http://localhost:8088/bestbuy/feedbacks/customers/9307710594?page=0&size=5&sort=feebackTimeStamp,desc\"\n        },\n        \"self\": {\n            \"href\": \"http://localhost:8088/bestbuy/feedbacks/customers/9307710594?page=0&size=5&sort=feebackTimeStamp,desc\"\n        },\n        \"next\": {\n            \"href\": \"http://localhost:8088/bestbuy/feedbacks/customers/9307710594?page=1&size=5&sort=feebackTimeStamp,desc\"\n        },\n        \"last\": {\n            \"href\": \"http://localhost:8088/bestbuy/feedbacks/customers/9307710594?page=2&size=5&sort=feebackTimeStamp,desc\"\n        },\n        \"collection\": {\n            \"href\": \"http://localhost:8088/bestbuy/feedbacks/{?pageNumber,pageSize}\",\n            \"templated\": true\n        }\n    },\n    \"page\": {\n        \"size\": 5,\n        \"totalElements\": 14,\n        \"totalPages\": 3,\n        \"number\": 0\n    }\n}"}],"_postman_id":"5a187ca1-2933-4b0e-aaa9-3f0cbc6e34a8"},{"name":"Get Feedbacks Sorted By Date","id":"69a96c9e-661e-48c9-a3de-58552bc94324","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/feedbacks/sortby/dates","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","feedbacks","sortby","dates"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a766b43e-587f-4407-8469-cbd40267d92d","name":"Get Feedbacks Sorted By Date","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/feedbacks/sortby/dates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 27 Jan 2023 12:44:56 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"feedbackResponseDtoList\": [\n            {\n                \"feedbackId\": 14,\n                \"customerFeedback\": \"Demo\",\n                \"deliveredOrderFeedback\": true,\n                \"cancelOrderFeedback\": false,\n                \"replacementOrderFeedback\": false,\n                \"rating\": 5,\n                \"image\": null,\n                \"feebackTimeStamp\": \"2023-01-26T17:18:28.616564\",\n                \"customer\": {\n                    \"userId\": 1,\n                    \"firstName\": \"Tejas\",\n                    \"lastName\": \"Medade\",\n                    \"contact\": \"9307710594\",\n                    \"email\": \"tejasmedade@gmail.com\",\n                    \"dateOfBirth\": null,\n                    \"image\": null,\n                    \"accountCreatedDate\": \"2023-01-24T05:21:37.173099\",\n                    \"accountUpdatedDate\": \"2023-01-24T05:21:37.173099\",\n                    \"roles\": [\n                        {\n                            \"roleId\": 1002,\n                            \"roleName\": \"ROLE_USER\"\n                        },\n                        {\n                            \"roleId\": 1001,\n                            \"roleName\": \"ROLE_ADMIN\"\n                        }\n                    ],\n                    \"_links\": {\n                        \"customer\": {\n                            \"href\": \"http://localhost:8088/bestbuy/customers/9307710594\"\n                        }\n                    }\n                },\n                \"order\": {\n                    \"orderId\": 1,\n                    \"status\": \"Delievered\",\n                    \"orderTimeStamp\": \"2023-01-26T01:41:04.77695\",\n                    \"orderUpdatedTimeStamp\": \"2023-01-26T01:42:43.613664\",\n                    \"expectedDeliveryDate\": \"2023-01-26T01:42:43.612666\",\n                    \"orderQuantity\": 2,\n                    \"orderTotalAmount\": 228249.684,\n                    \"listOfProducts\": [\n                        {\n                            \"productId\": 1,\n                            \"productName\": \"Gucci GG Marmont Shoulder Bag\",\n                            \"productDescription\": \"The Gucci GG Marmont Shoulder Bag is a luxurious and elegant handbag that features the iconic GG pattern and a quilted leather design. It is the perfect accessory for any fashion-conscious individual.\",\n                            \"salePrice\": 114124.842,\n                            \"marketPrice\": 146313.9,\n                            \"available\": true,\n                            \"images\": null,\n                            \"productQuantity\": 2,\n                            \"productTotalAmount\": 228249.684,\n                            \"isProductCancelled\": null,\n                            \"isProductReturned\": null,\n                            \"isProductReplaced\": null,\n                            \"isProductRefunded\": null,\n                            \"isProductDelievered\": true,\n                            \"isReplacementProduct\": null,\n                            \"orginialOrderId\": null\n                        }\n                    ],\n                    \"_links\": {\n                        \"order\": {\n                            \"href\": \"http://localhost:8088/bestbuy/orders/1\"\n                        }\n                    }\n                },\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/feedbacks/14\"\n                    }\n                }\n            },\n            {\n                \"feedbackId\": 13,\n                \"customerFeedback\": \"Demo\",\n                \"deliveredOrderFeedback\": true,\n                \"cancelOrderFeedback\": false,\n                \"replacementOrderFeedback\": false,\n                \"rating\": 5,\n                \"image\": null,\n                \"feebackTimeStamp\": \"2023-01-26T17:16:25.576502\",\n                \"customer\": {\n                    \"userId\": 1,\n                    \"firstName\": \"Tejas\",\n                    \"lastName\": \"Medade\",\n                    \"contact\": \"9307710594\",\n                    \"email\": \"tejasmedade@gmail.com\",\n                    \"dateOfBirth\": null,\n                    \"image\": null,\n                    \"accountCreatedDate\": \"2023-01-24T05:21:37.173099\",\n                    \"accountUpdatedDate\": \"2023-01-24T05:21:37.173099\",\n                    \"roles\": [\n                        {\n                            \"roleId\": 1002,\n                            \"roleName\": \"ROLE_USER\"\n                        },\n                        {\n                            \"roleId\": 1001,\n                            \"roleName\": \"ROLE_ADMIN\"\n                        }\n                    ],\n                    \"_links\": {\n                        \"customer\": {\n                            \"href\": \"http://localhost:8088/bestbuy/customers/9307710594\"\n                        }\n                    }\n                },\n                \"order\": {\n                    \"orderId\": 1,\n                    \"status\": \"Delievered\",\n                    \"orderTimeStamp\": \"2023-01-26T01:41:04.77695\",\n                    \"orderUpdatedTimeStamp\": \"2023-01-26T01:42:43.613664\",\n                    \"expectedDeliveryDate\": \"2023-01-26T01:42:43.612666\",\n                    \"orderQuantity\": 2,\n                    \"orderTotalAmount\": 228249.684,\n                    \"listOfProducts\": [\n                        {\n                            \"productId\": 1,\n                            \"productName\": \"Gucci GG Marmont Shoulder Bag\",\n                            \"productDescription\": \"The Gucci GG Marmont Shoulder Bag is a luxurious and elegant handbag that features the iconic GG pattern and a quilted leather design. It is the perfect accessory for any fashion-conscious individual.\",\n                            \"salePrice\": 114124.842,\n                            \"marketPrice\": 146313.9,\n                            \"available\": true,\n                            \"images\": null,\n                            \"productQuantity\": 2,\n                            \"productTotalAmount\": 228249.684,\n                            \"isProductCancelled\": null,\n                            \"isProductReturned\": null,\n                            \"isProductReplaced\": null,\n                            \"isProductRefunded\": null,\n                            \"isProductDelievered\": true,\n                            \"isReplacementProduct\": null,\n                            \"orginialOrderId\": null\n                        }\n                    ],\n                    \"_links\": {\n                        \"order\": {\n                            \"href\": \"http://localhost:8088/bestbuy/orders/1\"\n                        }\n                    }\n                },\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/feedbacks/13\"\n                    }\n                }\n            },\n            {\n                \"feedbackId\": 12,\n                \"customerFeedback\": \"Demo\",\n                \"deliveredOrderFeedback\": true,\n                \"cancelOrderFeedback\": false,\n                \"replacementOrderFeedback\": false,\n                \"rating\": 5,\n                \"image\": null,\n                \"feebackTimeStamp\": \"2023-01-26T17:14:44.672449\",\n                \"customer\": {\n                    \"userId\": 1,\n                    \"firstName\": \"Tejas\",\n                    \"lastName\": \"Medade\",\n                    \"contact\": \"9307710594\",\n                    \"email\": \"tejasmedade@gmail.com\",\n                    \"dateOfBirth\": null,\n                    \"image\": null,\n                    \"accountCreatedDate\": \"2023-01-24T05:21:37.173099\",\n                    \"accountUpdatedDate\": \"2023-01-24T05:21:37.173099\",\n                    \"roles\": [\n                        {\n                            \"roleId\": 1002,\n                            \"roleName\": \"ROLE_USER\"\n                        },\n                        {\n                            \"roleId\": 1001,\n                            \"roleName\": \"ROLE_ADMIN\"\n                        }\n                    ],\n                    \"_links\": {\n                        \"customer\": {\n                            \"href\": \"http://localhost:8088/bestbuy/customers/9307710594\"\n                        }\n                    }\n                },\n                \"order\": {\n                    \"orderId\": 1,\n                    \"status\": \"Delievered\",\n                    \"orderTimeStamp\": \"2023-01-26T01:41:04.77695\",\n                    \"orderUpdatedTimeStamp\": \"2023-01-26T01:42:43.613664\",\n                    \"expectedDeliveryDate\": \"2023-01-26T01:42:43.612666\",\n                    \"orderQuantity\": 2,\n                    \"orderTotalAmount\": 228249.684,\n                    \"listOfProducts\": [\n                        {\n                            \"productId\": 1,\n                            \"productName\": \"Gucci GG Marmont Shoulder Bag\",\n                            \"productDescription\": \"The Gucci GG Marmont Shoulder Bag is a luxurious and elegant handbag that features the iconic GG pattern and a quilted leather design. It is the perfect accessory for any fashion-conscious individual.\",\n                            \"salePrice\": 114124.842,\n                            \"marketPrice\": 146313.9,\n                            \"available\": true,\n                            \"images\": null,\n                            \"productQuantity\": 2,\n                            \"productTotalAmount\": 228249.684,\n                            \"isProductCancelled\": null,\n                            \"isProductReturned\": null,\n                            \"isProductReplaced\": null,\n                            \"isProductRefunded\": null,\n                            \"isProductDelievered\": true,\n                            \"isReplacementProduct\": null,\n                            \"orginialOrderId\": null\n                        }\n                    ],\n                    \"_links\": {\n                        \"order\": {\n                            \"href\": \"http://localhost:8088/bestbuy/orders/1\"\n                        }\n                    }\n                },\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/feedbacks/12\"\n                    }\n                }\n            },\n            {\n                \"feedbackId\": 11,\n                \"customerFeedback\": \"Demo\",\n                \"deliveredOrderFeedback\": true,\n                \"cancelOrderFeedback\": false,\n                \"replacementOrderFeedback\": false,\n                \"rating\": 5,\n                \"image\": null,\n                \"feebackTimeStamp\": \"2023-01-26T01:50:10.418369\",\n                \"customer\": {\n                    \"userId\": 1,\n                    \"firstName\": \"Tejas\",\n                    \"lastName\": \"Medade\",\n                    \"contact\": \"9307710594\",\n                    \"email\": \"tejasmedade@gmail.com\",\n                    \"dateOfBirth\": null,\n                    \"image\": null,\n                    \"accountCreatedDate\": \"2023-01-24T05:21:37.173099\",\n                    \"accountUpdatedDate\": \"2023-01-24T05:21:37.173099\",\n                    \"roles\": [\n                        {\n                            \"roleId\": 1002,\n                            \"roleName\": \"ROLE_USER\"\n                        },\n                        {\n                            \"roleId\": 1001,\n                            \"roleName\": \"ROLE_ADMIN\"\n                        }\n                    ],\n                    \"_links\": {\n                        \"customer\": {\n                            \"href\": \"http://localhost:8088/bestbuy/customers/9307710594\"\n                        }\n                    }\n                },\n                \"order\": {\n                    \"orderId\": 1,\n                    \"status\": \"Delievered\",\n                    \"orderTimeStamp\": \"2023-01-26T01:41:04.77695\",\n                    \"orderUpdatedTimeStamp\": \"2023-01-26T01:42:43.613664\",\n                    \"expectedDeliveryDate\": \"2023-01-26T01:42:43.612666\",\n                    \"orderQuantity\": 2,\n                    \"orderTotalAmount\": 228249.684,\n                    \"listOfProducts\": [\n                        {\n                            \"productId\": 1,\n                            \"productName\": \"Gucci GG Marmont Shoulder Bag\",\n                            \"productDescription\": \"The Gucci GG Marmont Shoulder Bag is a luxurious and elegant handbag that features the iconic GG pattern and a quilted leather design. It is the perfect accessory for any fashion-conscious individual.\",\n                            \"salePrice\": 114124.842,\n                            \"marketPrice\": 146313.9,\n                            \"available\": true,\n                            \"images\": null,\n                            \"productQuantity\": 2,\n                            \"productTotalAmount\": 228249.684,\n                            \"isProductCancelled\": null,\n                            \"isProductReturned\": null,\n                            \"isProductReplaced\": null,\n                            \"isProductRefunded\": null,\n                            \"isProductDelievered\": true,\n                            \"isReplacementProduct\": null,\n                            \"orginialOrderId\": null\n                        }\n                    ],\n                    \"_links\": {\n                        \"order\": {\n                            \"href\": \"http://localhost:8088/bestbuy/orders/1\"\n                        }\n                    }\n                },\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/feedbacks/11\"\n                    }\n                }\n            },\n            {\n                \"feedbackId\": 10,\n                \"customerFeedback\": \"Demo\",\n                \"deliveredOrderFeedback\": true,\n                \"cancelOrderFeedback\": false,\n                \"replacementOrderFeedback\": false,\n                \"rating\": 5,\n                \"image\": null,\n                \"feebackTimeStamp\": \"2023-01-26T01:50:09.966292\",\n                \"customer\": {\n                    \"userId\": 1,\n                    \"firstName\": \"Tejas\",\n                    \"lastName\": \"Medade\",\n                    \"contact\": \"9307710594\",\n                    \"email\": \"tejasmedade@gmail.com\",\n                    \"dateOfBirth\": null,\n                    \"image\": null,\n                    \"accountCreatedDate\": \"2023-01-24T05:21:37.173099\",\n                    \"accountUpdatedDate\": \"2023-01-24T05:21:37.173099\",\n                    \"roles\": [\n                        {\n                            \"roleId\": 1002,\n                            \"roleName\": \"ROLE_USER\"\n                        },\n                        {\n                            \"roleId\": 1001,\n                            \"roleName\": \"ROLE_ADMIN\"\n                        }\n                    ],\n                    \"_links\": {\n                        \"customer\": {\n                            \"href\": \"http://localhost:8088/bestbuy/customers/9307710594\"\n                        }\n                    }\n                },\n                \"order\": {\n                    \"orderId\": 1,\n                    \"status\": \"Delievered\",\n                    \"orderTimeStamp\": \"2023-01-26T01:41:04.77695\",\n                    \"orderUpdatedTimeStamp\": \"2023-01-26T01:42:43.613664\",\n                    \"expectedDeliveryDate\": \"2023-01-26T01:42:43.612666\",\n                    \"orderQuantity\": 2,\n                    \"orderTotalAmount\": 228249.684,\n                    \"listOfProducts\": [\n                        {\n                            \"productId\": 1,\n                            \"productName\": \"Gucci GG Marmont Shoulder Bag\",\n                            \"productDescription\": \"The Gucci GG Marmont Shoulder Bag is a luxurious and elegant handbag that features the iconic GG pattern and a quilted leather design. It is the perfect accessory for any fashion-conscious individual.\",\n                            \"salePrice\": 114124.842,\n                            \"marketPrice\": 146313.9,\n                            \"available\": true,\n                            \"images\": null,\n                            \"productQuantity\": 2,\n                            \"productTotalAmount\": 228249.684,\n                            \"isProductCancelled\": null,\n                            \"isProductReturned\": null,\n                            \"isProductReplaced\": null,\n                            \"isProductRefunded\": null,\n                            \"isProductDelievered\": true,\n                            \"isReplacementProduct\": null,\n                            \"orginialOrderId\": null\n                        }\n                    ],\n                    \"_links\": {\n                        \"order\": {\n                            \"href\": \"http://localhost:8088/bestbuy/orders/1\"\n                        }\n                    }\n                },\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/feedbacks/10\"\n                    }\n                }\n            }\n        ]\n    },\n    \"_links\": {\n        \"first\": {\n            \"href\": \"http://localhost:8088/bestbuy/feedbacks/sortby/dates?page=0&size=5&sort=feebackTimeStamp,desc\"\n        },\n        \"self\": {\n            \"href\": \"http://localhost:8088/bestbuy/feedbacks/sortby/dates?page=0&size=5&sort=feebackTimeStamp,desc\"\n        },\n        \"next\": {\n            \"href\": \"http://localhost:8088/bestbuy/feedbacks/sortby/dates?page=1&size=5&sort=feebackTimeStamp,desc\"\n        },\n        \"last\": {\n            \"href\": \"http://localhost:8088/bestbuy/feedbacks/sortby/dates?page=2&size=5&sort=feebackTimeStamp,desc\"\n        },\n        \"collection\": {\n            \"href\": \"http://localhost:8088/bestbuy/feedbacks/{?pageNumber,pageSize}\",\n            \"templated\": true\n        }\n    },\n    \"page\": {\n        \"size\": 5,\n        \"totalElements\": 14,\n        \"totalPages\": 3,\n        \"number\": 0\n    }\n}"}],"_postman_id":"69a96c9e-661e-48c9-a3de-58552bc94324"}],"id":"6ea42322-8fa9-468a-91af-160e8f4a4242","_postman_id":"6ea42322-8fa9-468a-91af-160e8f4a4242","description":""},{"name":"Review Controller","item":[{"name":"Get Review By Id","id":"54891eea-f8d7-4d7d-9cdf-873b843c69f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/reviews/1","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","reviews","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"76de787f-28b9-4cd1-96cf-529f088b59d4","name":"Get Review By Id","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/reviews/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 27 Jan 2023 12:24:31 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"reviewId\": 1,\n    \"customerReview\": null,\n    \"customerRating\": null,\n    \"images\": [],\n    \"reviewTimeStamp\": \"2023-01-26T18:06:05.304342\",\n    \"customer\": {\n        \"userId\": 1,\n        \"firstName\": \"Tejas\",\n        \"lastName\": \"Medade\",\n        \"contact\": \"9307710594\",\n        \"email\": \"tejasmedade@gmail.com\",\n        \"dateOfBirth\": null,\n        \"image\": null,\n        \"accountCreatedDate\": \"2023-01-24T05:21:37.173099\",\n        \"accountUpdatedDate\": \"2023-01-24T05:21:37.173099\",\n        \"roles\": [\n            {\n                \"roleId\": 1002,\n                \"roleName\": \"ROLE_USER\"\n            },\n            {\n                \"roleId\": 1001,\n                \"roleName\": \"ROLE_ADMIN\"\n            }\n        ],\n        \"_links\": {\n            \"customer\": {\n                \"href\": \"http://localhost:8088/bestbuy/customers/9307710594\"\n            }\n        }\n    },\n    \"_links\": {\n        \"self\": {\n            \"href\": \"http://localhost:8088/bestbuy/reviews/1\"\n        },\n        \"collection\": {\n            \"href\": \"http://localhost:8088/bestbuy/reviews/{?pageNumber,pageSize}\",\n            \"templated\": true\n        }\n    }\n}"}],"_postman_id":"54891eea-f8d7-4d7d-9cdf-873b843c69f5"},{"name":"Add Review","id":"b1e84e3c-5e98-45d7-8d92-d9ce27dd79de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"reviewRequestDto","value":"{\n    \"customerReview\": \"Demo 1\",\n    \"customerRating\": 5\n}","type":"text"},{"key":"images","type":"file","value":null,"disabled":true}]},"url":"http://localhost:8088/bestbuy/reviews/products/1/customers/9307710594","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","reviews","products","1","customers","9307710594"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"678cc6de-0620-48e4-a700-1b72bf4f0a61","name":"Add Review","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"reviewRequestDto","value":"{\n    \"customerReview\": \"Demo 1\",\n    \"customerRating\": 5\n}","type":"text"},{"key":"images","type":"file","value":null,"disabled":true}]},"url":"http://localhost:8088/bestbuy/reviews/products/1/customers/9307710594"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 02 Feb 2023 09:56:29 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"reviewId\": 1,\n    \"customerReview\": \"Demo 1\",\n    \"customerRating\": 5,\n    \"images\": null,\n    \"reviewTimeStamp\": \"2023-02-02T15:26:29.5113794\",\n    \"customer\": {\n        \"userId\": 1,\n        \"firstName\": \"Tejas\",\n        \"lastName\": \"Medade\",\n        \"contact\": \"9307710594\",\n        \"email\": \"tejasmedade@gmail.com\",\n        \"dateOfBirth\": null,\n        \"image\": null,\n        \"accountCreatedDate\": \"2023-01-31T11:14:50.967501\",\n        \"accountUpdatedDate\": \"2023-01-31T11:14:50.967501\",\n        \"roles\": [\n            {\n                \"roleId\": 1002,\n                \"roleName\": \"ROLE_USER\"\n            },\n            {\n                \"roleId\": 1001,\n                \"roleName\": \"ROLE_ADMIN\"\n            }\n        ],\n        \"_links\": {\n            \"customer\": {\n                \"href\": \"http://localhost:8088/bestbuy/customers/9307710594\"\n            }\n        }\n    },\n    \"_links\": {\n        \"self\": {\n            \"href\": \"http://localhost:8088/bestbuy/reviews/1\"\n        }\n    }\n}"}],"_postman_id":"b1e84e3c-5e98-45d7-8d92-d9ce27dd79de"},{"name":"Get Reviews Sorted By Rating","id":"57f29b77-5833-4272-af45-a0bf3b3d644b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/reviews/ratings","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","reviews","ratings"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"bfe4e1dc-7c90-4d0d-bc60-7886f36aebc7","name":"Get Reviews Sorted By Rating","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/reviews/ratings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 02 Feb 2023 09:59:08 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"reviewResponseDtoList\": [\n            {\n                \"reviewId\": 1,\n                \"customerReview\": \"Demo 1\",\n                \"customerRating\": 5,\n                \"images\": [],\n                \"reviewTimeStamp\": \"2023-02-02T15:26:29.511379\",\n                \"customer\": {\n                    \"userId\": 1,\n                    \"firstName\": \"Tejas\",\n                    \"lastName\": \"Medade\",\n                    \"contact\": \"9307710594\",\n                    \"email\": \"tejasmedade@gmail.com\",\n                    \"dateOfBirth\": null,\n                    \"image\": null,\n                    \"accountCreatedDate\": \"2023-01-31T11:14:50.967501\",\n                    \"accountUpdatedDate\": \"2023-01-31T11:14:50.967501\",\n                    \"roles\": [\n                        {\n                            \"roleId\": 1002,\n                            \"roleName\": \"ROLE_USER\"\n                        },\n                        {\n                            \"roleId\": 1001,\n                            \"roleName\": \"ROLE_ADMIN\"\n                        }\n                    ],\n                    \"_links\": {\n                        \"customer\": {\n                            \"href\": \"http://localhost:8088/bestbuy/customers/9307710594\"\n                        }\n                    }\n                },\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/reviews/1\"\n                    }\n                }\n            },\n            {\n                \"reviewId\": 2,\n                \"customerReview\": \"Demo 2\",\n                \"customerRating\": 3,\n                \"images\": [],\n                \"reviewTimeStamp\": \"2023-02-02T15:28:49.209592\",\n                \"customer\": {\n                    \"userId\": 1,\n                    \"firstName\": \"Tejas\",\n                    \"lastName\": \"Medade\",\n                    \"contact\": \"9307710594\",\n                    \"email\": \"tejasmedade@gmail.com\",\n                    \"dateOfBirth\": null,\n                    \"image\": null,\n                    \"accountCreatedDate\": \"2023-01-31T11:14:50.967501\",\n                    \"accountUpdatedDate\": \"2023-01-31T11:14:50.967501\",\n                    \"roles\": [\n                        {\n                            \"roleId\": 1002,\n                            \"roleName\": \"ROLE_USER\"\n                        },\n                        {\n                            \"roleId\": 1001,\n                            \"roleName\": \"ROLE_ADMIN\"\n                        }\n                    ],\n                    \"_links\": {\n                        \"customer\": {\n                            \"href\": \"http://localhost:8088/bestbuy/customers/9307710594\"\n                        }\n                    }\n                },\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/reviews/2\"\n                    }\n                }\n            }\n        ]\n    },\n    \"_links\": {\n        \"self\": {\n            \"href\": \"http://localhost:8088/bestbuy/reviews/ratings?page=0&size=5&sort=customerRating,desc\"\n        },\n        \"collection\": {\n            \"href\": \"http://localhost:8088/bestbuy/reviews/{?pageNumber,pageSize}\",\n            \"templated\": true\n        }\n    },\n    \"page\": {\n        \"size\": 5,\n        \"totalElements\": 2,\n        \"totalPages\": 1,\n        \"number\": 0\n    }\n}"}],"_postman_id":"57f29b77-5833-4272-af45-a0bf3b3d644b"},{"name":"Get Review By Product","id":"c799b5ba-342e-4dcd-b9ce-7d8ef0f46be6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/reviews/products/{productId}","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","reviews","products","{productId}"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"863a1c95-88b8-4400-9d0d-fd89866cdede","name":"Get Review By Product","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/reviews/products/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 02 Feb 2023 09:59:16 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"reviewId\": 1,\n        \"customerReview\": \"Demo 1\",\n        \"customerRating\": 5,\n        \"images\": [],\n        \"reviewTimeStamp\": \"2023-02-02T15:26:29.511379\",\n        \"customer\": {\n            \"userId\": 1,\n            \"firstName\": \"Tejas\",\n            \"lastName\": \"Medade\",\n            \"contact\": \"9307710594\",\n            \"email\": \"tejasmedade@gmail.com\",\n            \"dateOfBirth\": null,\n            \"image\": null,\n            \"accountCreatedDate\": \"2023-01-31T11:14:50.967501\",\n            \"accountUpdatedDate\": \"2023-01-31T11:14:50.967501\",\n            \"roles\": [\n                {\n                    \"roleId\": 1002,\n                    \"roleName\": \"ROLE_USER\"\n                },\n                {\n                    \"roleId\": 1001,\n                    \"roleName\": \"ROLE_ADMIN\"\n                }\n            ],\n            \"links\": []\n        },\n        \"links\": []\n    }\n]"}],"_postman_id":"c799b5ba-342e-4dcd-b9ce-7d8ef0f46be6"},{"name":"Get Reviews By Customer","id":"0880e327-c011-4da0-aa5d-2f8636e7fd0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/reviews/customers/{contact}","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","reviews","customers","{contact}"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0dac039a-51af-48e4-9fc9-5377617110ee","name":"Get Reviews By Customer","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/reviews/customers/9307710594"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 02 Feb 2023 09:59:19 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"reviewId\": 1,\n        \"customerReview\": \"Demo 1\",\n        \"customerRating\": 5,\n        \"images\": [],\n        \"reviewTimeStamp\": \"2023-02-02T15:26:29.511379\",\n        \"customer\": {\n            \"userId\": 1,\n            \"firstName\": \"Tejas\",\n            \"lastName\": \"Medade\",\n            \"contact\": \"9307710594\",\n            \"email\": \"tejasmedade@gmail.com\",\n            \"dateOfBirth\": null,\n            \"image\": null,\n            \"accountCreatedDate\": \"2023-01-31T11:14:50.967501\",\n            \"accountUpdatedDate\": \"2023-01-31T11:14:50.967501\",\n            \"roles\": [\n                {\n                    \"roleId\": 1002,\n                    \"roleName\": \"ROLE_USER\"\n                },\n                {\n                    \"roleId\": 1001,\n                    \"roleName\": \"ROLE_ADMIN\"\n                }\n            ],\n            \"links\": []\n        },\n        \"links\": []\n    },\n    {\n        \"reviewId\": 2,\n        \"customerReview\": \"Demo 2\",\n        \"customerRating\": 3,\n        \"images\": [],\n        \"reviewTimeStamp\": \"2023-02-02T15:28:49.209592\",\n        \"customer\": {\n            \"userId\": 1,\n            \"firstName\": \"Tejas\",\n            \"lastName\": \"Medade\",\n            \"contact\": \"9307710594\",\n            \"email\": \"tejasmedade@gmail.com\",\n            \"dateOfBirth\": null,\n            \"image\": null,\n            \"accountCreatedDate\": \"2023-01-31T11:14:50.967501\",\n            \"accountUpdatedDate\": \"2023-01-31T11:14:50.967501\",\n            \"roles\": [\n                {\n                    \"roleId\": 1002,\n                    \"roleName\": \"ROLE_USER\"\n                },\n                {\n                    \"roleId\": 1001,\n                    \"roleName\": \"ROLE_ADMIN\"\n                }\n            ],\n            \"links\": []\n        },\n        \"links\": []\n    }\n]"}],"_postman_id":"0880e327-c011-4da0-aa5d-2f8636e7fd0a"},{"name":"Get Reviews By Product Sorted By Date","id":"79f665c5-4dfe-487f-8c59-a6de75b4824a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/reviews/dates/products/1","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","reviews","dates","products","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ef0eb9dd-169f-492e-9e67-ffc40656dda7","name":"Get Reviews By Product Sorted By Date","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/reviews/dates/products/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 02 Feb 2023 09:59:26 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"reviewResponseDtoList\": [\n            {\n                \"reviewId\": 1,\n                \"customerReview\": \"Demo 1\",\n                \"customerRating\": 5,\n                \"images\": [],\n                \"reviewTimeStamp\": \"2023-02-02T15:26:29.511379\",\n                \"customer\": {\n                    \"userId\": 1,\n                    \"firstName\": \"Tejas\",\n                    \"lastName\": \"Medade\",\n                    \"contact\": \"9307710594\",\n                    \"email\": \"tejasmedade@gmail.com\",\n                    \"dateOfBirth\": null,\n                    \"image\": null,\n                    \"accountCreatedDate\": \"2023-01-31T11:14:50.967501\",\n                    \"accountUpdatedDate\": \"2023-01-31T11:14:50.967501\",\n                    \"roles\": [\n                        {\n                            \"roleId\": 1002,\n                            \"roleName\": \"ROLE_USER\"\n                        },\n                        {\n                            \"roleId\": 1001,\n                            \"roleName\": \"ROLE_ADMIN\"\n                        }\n                    ],\n                    \"_links\": {\n                        \"customer\": {\n                            \"href\": \"http://localhost:8088/bestbuy/customers/9307710594\"\n                        }\n                    }\n                },\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/reviews/1\"\n                    }\n                }\n            }\n        ]\n    },\n    \"_links\": {\n        \"self\": {\n            \"href\": \"http://localhost:8088/bestbuy/reviews/dates/products/1?page=0&size=5\"\n        },\n        \"collection\": {\n            \"href\": \"http://localhost:8088/bestbuy/reviews/{?pageNumber,pageSize}\",\n            \"templated\": true\n        }\n    },\n    \"page\": {\n        \"size\": 5,\n        \"totalElements\": 1,\n        \"totalPages\": 1,\n        \"number\": 0\n    }\n}"}],"_postman_id":"79f665c5-4dfe-487f-8c59-a6de75b4824a"},{"name":"Get Reviews By Product Sorted By Ratings","id":"06604e1f-1140-4bfb-b137-f6f4b51872fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/reviews/ratings/products/1","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","reviews","ratings","products","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"665d7e20-337e-42ef-ade8-4f398b8c4ec2","name":"Get Reviews By Product Sorted By Ratings","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/reviews/ratings/products/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 02 Feb 2023 09:59:32 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"reviewResponseDtoList\": [\n            {\n                \"reviewId\": 1,\n                \"customerReview\": \"Demo 1\",\n                \"customerRating\": 5,\n                \"images\": [],\n                \"reviewTimeStamp\": \"2023-02-02T15:26:29.511379\",\n                \"customer\": {\n                    \"userId\": 1,\n                    \"firstName\": \"Tejas\",\n                    \"lastName\": \"Medade\",\n                    \"contact\": \"9307710594\",\n                    \"email\": \"tejasmedade@gmail.com\",\n                    \"dateOfBirth\": null,\n                    \"image\": null,\n                    \"accountCreatedDate\": \"2023-01-31T11:14:50.967501\",\n                    \"accountUpdatedDate\": \"2023-01-31T11:14:50.967501\",\n                    \"roles\": [\n                        {\n                            \"roleId\": 1002,\n                            \"roleName\": \"ROLE_USER\"\n                        },\n                        {\n                            \"roleId\": 1001,\n                            \"roleName\": \"ROLE_ADMIN\"\n                        }\n                    ],\n                    \"_links\": {\n                        \"customer\": {\n                            \"href\": \"http://localhost:8088/bestbuy/customers/9307710594\"\n                        }\n                    }\n                },\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/reviews/1\"\n                    }\n                }\n            }\n        ]\n    },\n    \"_links\": {\n        \"self\": {\n            \"href\": \"http://localhost:8088/bestbuy/reviews/ratings/products/1?page=0&size=5\"\n        },\n        \"collection\": {\n            \"href\": \"http://localhost:8088/bestbuy/reviews/{?pageNumber,pageSize}\",\n            \"templated\": true\n        }\n    },\n    \"page\": {\n        \"size\": 5,\n        \"totalElements\": 1,\n        \"totalPages\": 1,\n        \"number\": 0\n    }\n}"}],"_postman_id":"06604e1f-1140-4bfb-b137-f6f4b51872fc"},{"name":"Get All Reviews Sorted By Ratings","id":"37e668d0-6823-4a73-a4ab-898ca278e3f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/reviews/ratings","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","reviews","ratings"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6b14d93c-e453-4ee0-a894-eddb8ceb18a6","name":"Get All Reviews Sorted By Ratings","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/reviews/ratings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 02 Feb 2023 09:59:45 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"reviewResponseDtoList\": [\n            {\n                \"reviewId\": 1,\n                \"customerReview\": \"Demo 1\",\n                \"customerRating\": 5,\n                \"images\": [],\n                \"reviewTimeStamp\": \"2023-02-02T15:26:29.511379\",\n                \"customer\": {\n                    \"userId\": 1,\n                    \"firstName\": \"Tejas\",\n                    \"lastName\": \"Medade\",\n                    \"contact\": \"9307710594\",\n                    \"email\": \"tejasmedade@gmail.com\",\n                    \"dateOfBirth\": null,\n                    \"image\": null,\n                    \"accountCreatedDate\": \"2023-01-31T11:14:50.967501\",\n                    \"accountUpdatedDate\": \"2023-01-31T11:14:50.967501\",\n                    \"roles\": [\n                        {\n                            \"roleId\": 1002,\n                            \"roleName\": \"ROLE_USER\"\n                        },\n                        {\n                            \"roleId\": 1001,\n                            \"roleName\": \"ROLE_ADMIN\"\n                        }\n                    ],\n                    \"_links\": {\n                        \"customer\": {\n                            \"href\": \"http://localhost:8088/bestbuy/customers/9307710594\"\n                        }\n                    }\n                },\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/reviews/1\"\n                    }\n                }\n            },\n            {\n                \"reviewId\": 2,\n                \"customerReview\": \"Demo 2\",\n                \"customerRating\": 3,\n                \"images\": [],\n                \"reviewTimeStamp\": \"2023-02-02T15:28:49.209592\",\n                \"customer\": {\n                    \"userId\": 1,\n                    \"firstName\": \"Tejas\",\n                    \"lastName\": \"Medade\",\n                    \"contact\": \"9307710594\",\n                    \"email\": \"tejasmedade@gmail.com\",\n                    \"dateOfBirth\": null,\n                    \"image\": null,\n                    \"accountCreatedDate\": \"2023-01-31T11:14:50.967501\",\n                    \"accountUpdatedDate\": \"2023-01-31T11:14:50.967501\",\n                    \"roles\": [\n                        {\n                            \"roleId\": 1002,\n                            \"roleName\": \"ROLE_USER\"\n                        },\n                        {\n                            \"roleId\": 1001,\n                            \"roleName\": \"ROLE_ADMIN\"\n                        }\n                    ],\n                    \"_links\": {\n                        \"customer\": {\n                            \"href\": \"http://localhost:8088/bestbuy/customers/9307710594\"\n                        }\n                    }\n                },\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/reviews/2\"\n                    }\n                }\n            }\n        ]\n    },\n    \"_links\": {\n        \"self\": {\n            \"href\": \"http://localhost:8088/bestbuy/reviews/ratings?page=0&size=5&sort=customerRating,desc\"\n        },\n        \"collection\": {\n            \"href\": \"http://localhost:8088/bestbuy/reviews/{?pageNumber,pageSize}\",\n            \"templated\": true\n        }\n    },\n    \"page\": {\n        \"size\": 5,\n        \"totalElements\": 2,\n        \"totalPages\": 1,\n        \"number\": 0\n    }\n}"}],"_postman_id":"37e668d0-6823-4a73-a4ab-898ca278e3f5"},{"name":"Delete Reviews","id":"6f372ce2-6089-48be-8519-e380ebefc5e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8088/bestbuy/reviews/{reviewId}/delete","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","reviews","{reviewId}","delete"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6f372ce2-6089-48be-8519-e380ebefc5e1"},{"name":"Get All Reviews","id":"4c8d1fd5-40d9-4f7e-bc94-7b2f635d4052","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/reviews/","urlObject":{"protocol":"http","port":"8088","path":["bestbuy","reviews",""],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"906aa00a-85e2-474b-ae02-4aaaf10c7c3b","name":"Get All Reviews","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8088/bestbuy/reviews/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 02 Feb 2023 09:59:52 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"reviewResponseDtoList\": [\n            {\n                \"reviewId\": 1,\n                \"customerReview\": \"Demo 1\",\n                \"customerRating\": 5,\n                \"images\": [],\n                \"reviewTimeStamp\": \"2023-02-02T15:26:29.511379\",\n                \"customer\": {\n                    \"userId\": 1,\n                    \"firstName\": \"Tejas\",\n                    \"lastName\": \"Medade\",\n                    \"contact\": \"9307710594\",\n                    \"email\": \"tejasmedade@gmail.com\",\n                    \"dateOfBirth\": null,\n                    \"image\": null,\n                    \"accountCreatedDate\": \"2023-01-31T11:14:50.967501\",\n                    \"accountUpdatedDate\": \"2023-01-31T11:14:50.967501\",\n                    \"roles\": [\n                        {\n                            \"roleId\": 1002,\n                            \"roleName\": \"ROLE_USER\"\n                        },\n                        {\n                            \"roleId\": 1001,\n                            \"roleName\": \"ROLE_ADMIN\"\n                        }\n                    ]\n                },\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/reviews/1\"\n                    }\n                }\n            },\n            {\n                \"reviewId\": 2,\n                \"customerReview\": \"Demo 2\",\n                \"customerRating\": 3,\n                \"images\": [],\n                \"reviewTimeStamp\": \"2023-02-02T15:28:49.209592\",\n                \"customer\": {\n                    \"userId\": 1,\n                    \"firstName\": \"Tejas\",\n                    \"lastName\": \"Medade\",\n                    \"contact\": \"9307710594\",\n                    \"email\": \"tejasmedade@gmail.com\",\n                    \"dateOfBirth\": null,\n                    \"image\": null,\n                    \"accountCreatedDate\": \"2023-01-31T11:14:50.967501\",\n                    \"accountUpdatedDate\": \"2023-01-31T11:14:50.967501\",\n                    \"roles\": [\n                        {\n                            \"roleId\": 1002,\n                            \"roleName\": \"ROLE_USER\"\n                        },\n                        {\n                            \"roleId\": 1001,\n                            \"roleName\": \"ROLE_ADMIN\"\n                        }\n                    ]\n                },\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://localhost:8088/bestbuy/reviews/2\"\n                    }\n                }\n            }\n        ]\n    },\n    \"_links\": {\n        \"self\": {\n            \"href\": \"http://localhost:8088/bestbuy/reviews/?page=0&size=5\"\n        }\n    },\n    \"page\": {\n        \"size\": 5,\n        \"totalElements\": 2,\n        \"totalPages\": 1,\n        \"number\": 0\n    }\n}"}],"_postman_id":"4c8d1fd5-40d9-4f7e-bc94-7b2f635d4052"}],"id":"74e9c9b5-e9fb-4971-9de5-52cc6c8cb9b3","_postman_id":"74e9c9b5-e9fb-4971-9de5-52cc6c8cb9b3","description":""}]}