{"info":{"_postman_id":"498e6b2f-e45a-40f2-b0f3-dc42d4b0d7a7","name":"LTP Market API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"19344400","collectionId":"498e6b2f-e45a-40f2-b0f3-dc42d4b0d7a7","publishedId":"2s9XxvTEr6","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-08-01T16:13:54.000Z"},"item":[{"name":"Products","item":[{"name":"Get All Products","id":"7fbd906d-ce80-4037-8892-6d3442a1a027","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/products","urlObject":{"protocol":"http","port":"8080","path":["api","products"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8eb0dd81-459e-40f0-a66e-79473e1081dc","name":"Get All Products","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"730"},{"key":"ETag","value":"W/\"2da-L1q2cHEGEQwOgyJ0ym/szQtT+ug\""},{"key":"Date","value":"Mon, 08 May 2023 03:57:54 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"payload\": [\n        {\n            \"id\": 1,\n            \"title\": \"Squeeze Bottle\",\n            \"description\": \"Microscopic polyangiitis\",\n            \"price\": 6.9,\n            \"code\": \"abc123\",\n            \"stock\": 71,\n            \"category\": \"kitchen\",\n            \"thumbnail\": [],\n            \"status\": true\n        },\n        {\n            \"id\": 2,\n            \"title\": \"Sauce - Bernaise, Mix\",\n            \"description\": \"Personal history of malignant neoplasm of unsp dgstv org\",\n            \"price\": 9.9,\n            \"code\": \"42dac30a-882a-4ec5-98a3-a8a9111607f9\",\n            \"stock\": 77,\n            \"category\": \"Food\",\n            \"thumbnail\": [\n                \"http://dummyimage.com/202x100.png\"\n            ],\n            \"status\": true\n        },\n        {\n            \"id\": 3,\n            \"title\": \"Creme De Menth - White\",\n            \"description\": \"Chronic venous hypertension w/o comp of bilateral low extrm\",\n            \"price\": 3.2,\n            \"code\": \"8fefa475-d7f4-4ac1-8f9d-6a3ead8fa475\",\n            \"stock\": 66,\n            \"category\": \"Food\",\n            \"thumbnail\": [\n                \"http://dummyimage.com/228x100.png\"\n            ],\n            \"status\": true\n        }\n    ]\n}"}],"_postman_id":"7fbd906d-ce80-4037-8892-6d3442a1a027"},{"name":"Get All Products with LIMIT","id":"68033591-c7c1-48aa-bdda-717882d3960f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/products?limit=","urlObject":{"protocol":"http","port":"8080","path":["api","products"],"host":["localhost"],"query":[{"key":"limit","value":""}],"variable":[]}},"response":[{"id":"df702eec-a797-430e-ba74-15097ba18b58","name":"Limit = 3","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/api/products?limit=3","protocol":"http","host":["localhost"],"port":"8080","path":["api","products"],"query":[{"key":"limit","value":"3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"715"},{"key":"ETag","value":"W/\"2cb-sZhfjDIutUL+4cLVCdWlWIJ9Bwc\""},{"key":"Date","value":"Mon, 08 May 2023 04:18:34 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"payload\": [\n        {\n            \"id\": 2,\n            \"title\": \"Cheese\",\n            \"description\": \"Personal history of malignant neoplasm of unsp dgstv org\",\n            \"price\": 9.9,\n            \"code\": \"42dac30a-882a-4ec5-98a3-a8a9111607f9\",\n            \"stock\": 77,\n            \"category\": \"Food\",\n            \"thumbnail\": [\n                \"http://dummyimage.com/202x100.png\"\n            ],\n            \"status\": true\n        },\n        {\n            \"id\": 3,\n            \"title\": \"Creme De Menth - White\",\n            \"description\": \"Chronic venous hypertension w/o comp of bilateral low extrm\",\n            \"price\": 3.2,\n            \"code\": \"8fefa475-d7f4-4ac1-8f9d-6a3ead8fa475\",\n            \"stock\": 66,\n            \"category\": \"Food\",\n            \"thumbnail\": [\n                \"http://dummyimage.com/228x100.png\"\n            ],\n            \"status\": true\n        },\n        {\n            \"id\": 4,\n            \"title\": \"Squeeze Bottle\",\n            \"description\": \"Microscopic polyangiitis\",\n            \"price\": 6.9,\n            \"code\": \"abc123\",\n            \"stock\": 71,\n            \"category\": \"kitchen\",\n            \"thumbnail\": [],\n            \"status\": true\n        }\n    ]\n}"},{"id":"84b17ebd-59bc-4ba3-baa4-cf863c33d753","name":"Limit = 1","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/api/products?limit=1","protocol":"http","host":["localhost"],"port":"8080","path":["api","products"],"query":[{"key":"limit","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"282"},{"key":"ETag","value":"W/\"11a-YtssDdpi7nYOol7q/FimPyCGgd4\""},{"key":"Date","value":"Mon, 08 May 2023 04:18:54 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"payload\": [\n        {\n            \"id\": 2,\n            \"title\": \"Cheese\",\n            \"description\": \"Personal history of malignant neoplasm of unsp dgstv org\",\n            \"price\": 9.9,\n            \"code\": \"42dac30a-882a-4ec5-98a3-a8a9111607f9\",\n            \"stock\": 77,\n            \"category\": \"Food\",\n            \"thumbnail\": [\n                \"http://dummyimage.com/202x100.png\"\n            ],\n            \"status\": true\n        }\n    ]\n}"},{"id":"d89aa7d3-27be-471c-b7ae-b236e994ff83","name":"Wrong Limit","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/api/products?limit=aaaa","protocol":"http","host":["localhost"],"port":"8080","path":["api","products"],"query":[{"key":"limit","value":"aaaa"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"44"},{"key":"ETag","value":"W/\"2c-caLQeOG9OBhKOXX0pIJ12kmm8Kw\""},{"key":"Date","value":"Mon, 08 May 2023 04:19:50 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"message\": \"Invalid limit\"\n}"}],"_postman_id":"68033591-c7c1-48aa-bdda-717882d3960f"},{"name":"Get All Products in Page","id":"8ebce7ef-3ca2-4b6c-87eb-cff8d6cf5354","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/products?page=","urlObject":{"protocol":"http","port":"8080","path":["api","products"],"host":["localhost"],"query":[{"key":"page","value":""}],"variable":[]}},"response":[{"id":"42befa0e-2964-48ea-91fc-84f56b7933d2","name":"Get All Products in Page 2","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/api/products?page=2","protocol":"http","host":["localhost"],"port":"8080","path":["api","products"],"query":[{"key":"page","value":"2"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"bc8f877b-72a8-46e4-bd9e-b35d4656eb38","name":"Get All Products Wrong Page","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/api/products?page=aaa","protocol":"http","host":["localhost"],"port":"8080","path":["api","products"],"query":[{"key":"page","value":"aaa"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"8ebce7ef-3ca2-4b6c-87eb-cff8d6cf5354"},{"name":"Get All Products in Category","id":"d2dc1a28-73e9-42ec-af61-d2a5edd0ff61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/products?query=","urlObject":{"protocol":"http","port":"8080","path":["api","products"],"host":["localhost"],"query":[{"key":"query","value":""}],"variable":[]}},"response":[{"id":"19f36fdb-62e3-45d4-8aff-c3b74f19a278","name":"Get All Products in Elevator Category","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/api/products?query=Elevator","protocol":"http","host":["localhost"],"port":"8080","path":["api","products"],"query":[{"key":"query","value":"Elevator"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"11e3a204-77d0-4b86-a2f0-0fd17d95d4c2","name":"Get All Products in Wrong Category","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/api/products?query=Decoracion","protocol":"http","host":["localhost"],"port":"8080","path":["api","products"],"query":[{"key":"query","value":"Decoracion"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"d2dc1a28-73e9-42ec-af61-d2a5edd0ff61"},{"name":"Get All Products Sort","id":"ed61f6f6-a59e-4c6f-96fd-9e434f13cb2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/products?sort=","urlObject":{"protocol":"http","port":"8080","path":["api","products"],"host":["localhost"],"query":[{"key":"sort","value":""}],"variable":[]}},"response":[{"id":"2edb52cc-a690-4cd2-8200-27433142a684","name":"Get All Products Sort Asc","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/api/products?sort=asc","protocol":"http","host":["localhost"],"port":"8080","path":["api","products"],"query":[{"key":"sort","value":"asc"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"9c212130-e13a-4b39-81dd-a35ac55a1ccc","name":"Get All Products Sort Desc","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/api/products?sort=desc","protocol":"http","host":["localhost"],"port":"8080","path":["api","products"],"query":[{"key":"sort","value":"desc"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"03443dc5-4f38-490d-9706-e78a457c323e","name":"Get All Products Wrong Sort","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/api/products?sort=aaa","protocol":"http","host":["localhost"],"port":"8080","path":["api","products"],"query":[{"key":"sort","value":"aaa"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"ed61f6f6-a59e-4c6f-96fd-9e434f13cb2e"},{"name":"Add Product","id":"ed0428fd-00c9-4104-a9d3-5f5619c88e74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"title\": \"Squeeze Bottle\", \"description\": \"Microscopic polyangiitis\", \"price\": 6.9, \"code\": \"abc123\", \"stock\": 71, \"category\": \"kitchen\" }","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/products","urlObject":{"protocol":"http","port":"8080","path":["api","products"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c064dffe-932f-40cc-89d6-a3add8537492","name":"Without thumbnail nor status","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"title\": \"Squeeze Bottle\", \"description\": \"Microscopic polyangiitis\", \"price\": 6.9, \"code\": \"abc123\", \"stock\": 71, \"category\": \"kitchen\" }","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/products"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"233"},{"key":"ETag","value":"W/\"e9-We7EGqG2OK0mmBnTtBPyUlgDYRo\""},{"key":"Date","value":"Mon, 08 May 2023 03:54:28 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Product added successfully\",\n    \"payload\": {\n        \"id\": 1,\n        \"title\": \"Squeeze Bottle\",\n        \"description\": \"Microscopic polyangiitis\",\n        \"price\": 6.9,\n        \"code\": \"abc123\",\n        \"stock\": 71,\n        \"category\": \"kitchen\",\n        \"thumbnail\": [],\n        \"status\": true\n    }\n}"},{"id":"0f884286-930f-43ad-8def-77b9a0b3c862","name":"Without status with owner","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"title\": \"Sauce - Bernaise, Mix\", \"description\": \"Personal history of malignant neoplasm of unsp dgstv org\", \"price\": 9.9, \"owner\":\"652353604a4bf6293058ec86\", \"code\": \"42dac30a-882a-4ec5-98a3-a8a9111607f9\", \"stock\": 77, \"category\": \"Food\", \"thumbnail\": [\"http://dummyimage.com/202x100.png\"] }","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/products"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"395"},{"key":"ETag","value":"W/\"18b-oL6E+XzizwKgI8uI1hzyX7w5TnY\""},{"key":"Date","value":"Tue, 10 Oct 2023 15:08:14 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Product added successfully\",\n    \"payload\": {\n        \"_id\": \"652568dd1d77a42a4695d239\",\n        \"title\": \"Sauce - Bernaise, Mix\",\n        \"description\": \"Personal history of malignant neoplasm of unsp dgstv org\",\n        \"price\": 9.9,\n        \"code\": \"42dac30a-882a-4ec5-98a3-a8a9111607f9\",\n        \"stock\": 77,\n        \"category\": \"Food\",\n        \"thumbnail\": [\n            \"http://dummyimage.com/202x100.png\"\n        ],\n        \"owner\": \"65138e2e1e9c8165d1200e38\",\n        \"status\": true\n    }\n}"},{"id":"280c8d84-1115-467c-a614-983936912230","name":"With ALL fields","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"title\": \"Mantequilla\", \"description\": \"Chronic venous hypertension w/o comp of bilateral low extrm\", \"price\": 3.2, \"code\": \"8fefa475-d7f4-6a3ead8fa475\", \"stock\": 66, \"category\": \"Food\", \"thumbnail\": [\"http://dummyimage.com/228x100.png\"], \"status\": true }","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/products"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"310"},{"key":"ETag","value":"W/\"136-XddIlczReuu2TshuAwxdMzLxMyg\""},{"key":"Date","value":"Mon, 31 Jul 2023 16:12:09 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Product added successfully\",\n    \"payload\": {\n        \"title\": \"Mantequilla\",\n        \"description\": \"Chronic venous hypertension w/o comp of bilateral low extrm\",\n        \"price\": 3.2,\n        \"code\": \"8fefa475-d7f4-6a3ead8fa475\",\n        \"stock\": 66,\n        \"category\": \"Food\",\n        \"thumbnail\": [\n            \"http://dummyimage.com/228x100.png\"\n        ],\n        \"status\": true\n    }\n}"},{"id":"d22296cc-786d-4ed2-830c-c03d94299643","name":"With Missing Properties","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"description\": \"Esto dara error porque falta el title\", \"price\": 3.2, \"code\": \"8fefa475-d7f4\", \"stock\": 66, \"category\": \"Food\" }","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/products"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"69"},{"key":"ETag","value":"W/\"45-iP880Ovca7Zko/bgNd+SiRYszmU\""},{"key":"Date","value":"Mon, 08 May 2023 03:57:11 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"message\": \"Product is missing required properties\"\n}"},{"id":"f8353dc4-750c-435f-b1ae-96578af8b949","name":"With All fields 2","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"title\": \"Solar Punk Village\", \"description\": \"Low Poly Environment modeled and textured in blender.\", \"price\": 9.9, \"code\": \"solarpunk-village-60d34cf693084564848e64eb8eeae0b8\", \"stock\": 999, \"category\": \"Environment\", \"thumbnail\": [\"/static/img/products/solarpunk-village-60d34cf693084564848e64eb8eeae0b8.jpg\", \"\"], \"status\": true }","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/products"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"456"},{"key":"ETag","value":"W/\"1c8-yRiC1cMNcIE08XpAgY4d4/dh5bI\""},{"key":"Date","value":"Thu, 12 Oct 2023 21:03:42 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Product added successfully\",\n    \"payload\": {\n        \"_id\": \"65285f2ea58c672d3372d0a0\",\n        \"title\": \"Solar Punk Village\",\n        \"description\": \"Low Poly Environment modeled and textured in blender.\",\n        \"price\": 9.9,\n        \"code\": \"solarpunk-village-60d34cf693084564848e64eb8eeae0b8\",\n        \"stock\": 999,\n        \"category\": \"Environment\",\n        \"thumbnail\": [\n            \"/static/img/products/solarpunk-village-60d34cf693084564848e64eb8eeae0b8.jpg\",\n            \"\"\n        ],\n        \"owner\": \"65285b99a58c672d3372d089\",\n        \"status\": true\n    }\n}"}],"_postman_id":"ed0428fd-00c9-4104-a9d3-5f5619c88e74"},{"name":"Delete Product","id":"bb80bd5c-2ab4-435d-90db-8b4ac6ef0dbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8080/api/products/:pid","urlObject":{"protocol":"http","port":"8080","path":["api","products",":pid"],"host":["localhost"],"query":[],"variable":[{"id":"f3d58ebb-cd7c-45bf-ad39-a46d05af3fad","type":"any","value":"","key":"pid"}]}},"response":[{"id":"ec9ca72a-d5cd-4795-9f29-f5ca68fcc36b","name":"Delete Product","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:8080/api/products/:pid","protocol":"http","host":["localhost"],"port":"8080","path":["api","products",":pid"],"variable":[{"key":"pid","value":"64f741f4cc50dd1a372b1b50"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"296"},{"key":"ETag","value":"W/\"128-Pq4ldOSzq91/QtYYO/GWKrc46S4\""},{"key":"Date","value":"Tue, 05 Sep 2023 14:59:37 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Product deleted successfully\",\n    \"payload\": {\n        \"_id\": \"64f741f4cc50dd1a372b1b50\",\n        \"title\": \"Squeeze Bottle\",\n        \"description\": \"Microscopic polyangiitis\",\n        \"price\": 6.9,\n        \"code\": \"abc123\",\n        \"stock\": 71,\n        \"category\": \"kitchen\",\n        \"thumbnail\": [],\n        \"owner\": \"64ab5a261cf2b9adbddfd623\",\n        \"status\": true\n    }\n}"},{"id":"537bebc4-b141-40ba-a94a-5438cf8f855d","name":"Wrong ID","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8080/api/products/abc123"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"48"},{"key":"ETag","value":"W/\"30-P8HzIsu9ZWMMu6pj+JaIPa0eU6U\""},{"key":"Date","value":"Mon, 08 May 2023 04:04:02 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"message\": \"Product not found\"\n}"}],"_postman_id":"bb80bd5c-2ab4-435d-90db-8b4ac6ef0dbe"},{"name":"Get Product By ID","id":"43e09f9e-5ee9-454c-a719-0a604594b0a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/products/:pid","urlObject":{"protocol":"http","port":"8080","path":["api","products",":pid"],"host":["localhost"],"query":[],"variable":[{"id":"778cc5fd-ecc4-416c-8b7f-067e197cebfa","type":"any","value":"2","key":"pid"}]}},"response":[{"id":"98af61d3-523a-4df7-b4dc-3c5997020ccf","name":"Get Product By ID","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/api/products/:pid","protocol":"http","host":["localhost"],"port":"8080","path":["api","products",":pid"],"variable":[{"key":"pid","value":"64f7396b1a5c386e509b6c05"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"414"},{"key":"ETag","value":"W/\"19e-PtSGKj182LbolvOxSAjhk+pnD2M\""},{"key":"Date","value":"Mon, 11 Sep 2023 01:52:56 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"payload\": {\n        \"_id\": \"64f7396b1a5c386e509b6c05\",\n        \"title\": \"Fantastic Granite Gloves\",\n        \"description\": \"The Nagasaki Lander is the trademarked name of several series of Nagasaki sport bikes, that started with the 1984 ABC800J\",\n        \"price\": 818,\n        \"code\": \"5f95dd71-b9a7-4f06-8a65-8fe552db2c32\",\n        \"stock\": 41,\n        \"category\": \"Grocery\",\n        \"thumbnail\": [\n            \"https://loremflickr.com/640/480?lock=3786240946077696\"\n        ],\n        \"owner\": \"admin\"\n    }\n}"},{"id":"6d9e5abb-d4ec-4d3f-a537-3657c0e9315d","name":"Wrong ID","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/products/aaaa"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"41"},{"key":"ETag","value":"W/\"29-uaxvQhiHrQguqM05shHR1ss6Osc\""},{"key":"Date","value":"Mon, 08 May 2023 04:13:18 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"message\": \"Invalid id\"\n}"}],"_postman_id":"43e09f9e-5ee9-454c-a719-0a604594b0a8"},{"name":"Update Product","id":"a1b3bb8e-9858-4f68-9019-7517d4593134","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\"title\": \"Cheese\"}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/products/:pid","urlObject":{"protocol":"http","port":"8080","path":["api","products",":pid"],"host":["localhost"],"query":[],"variable":[{"id":"7c383008-d2dd-4838-bed1-e027b7ab7a33","type":"any","value":"2","key":"pid"}]}},"response":[{"id":"668a5b4f-57e0-469e-958f-05041a62987f","name":"Update Product","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\"title\": \"Cheese\"}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/api/products/:pid","protocol":"http","host":["localhost"],"port":"8080","path":["api","products",":pid"],"variable":[{"key":"pid","value":"6473cf2253d8c91676cb19a5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"321"},{"key":"ETag","value":"W/\"141-dYMOveJkKuqqZBTAKzXOdLNl/Kc\""},{"key":"Date","value":"Mon, 08 May 2023 04:15:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Product updated successfully\",\n    \"payload\": {\n        \"id\": 2,\n        \"title\": \"Cheese\",\n        \"description\": \"Personal history of malignant neoplasm of unsp dgstv org\",\n        \"price\": 9.9,\n        \"code\": \"42dac30a-882a-4ec5-98a3-a8a9111607f9\",\n        \"stock\": 77,\n        \"category\": \"Food\",\n        \"thumbnail\": [\n            \"http://dummyimage.com/202x100.png\"\n        ],\n        \"status\": true\n    }\n}"},{"id":"e4e74524-5467-46e3-b102-89d51b582be2","name":"Wrong ID","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\"title\": \"Cheese\"}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/products/adad"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"48"},{"key":"ETag","value":"W/\"30-P8HzIsu9ZWMMu6pj+JaIPa0eU6U\""},{"key":"Date","value":"Mon, 08 May 2023 04:16:21 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"message\": \"Product not found\"\n}"}],"_postman_id":"a1b3bb8e-9858-4f68-9019-7517d4593134"}],"id":"7eb57609-800a-42fd-b152-0d2ad4fca70e","_postman_id":"7eb57609-800a-42fd-b152-0d2ad4fca70e","description":""},{"name":"Carts","item":[{"name":"Create New Empty Cart","id":"1588a34d-6d12-451b-8ec3-dc9ba76d9a3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:8080/api/carts","urlObject":{"protocol":"http","port":"8080","path":["api","carts"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b8f24519-e817-4511-b420-4794c8509d09","name":"Create New Empty Cart","originalRequest":{"method":"POST","header":[],"url":"http://localhost:8080/api/carts"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"99"},{"key":"ETag","value":"W/\"63-xWJpLu3VCasjhteQkdDD0/kV1xs\""},{"key":"Date","value":"Mon, 08 May 2023 03:41:10 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Cart created successfully\",\n    \"payload\": {\n        \"idCarrito\": 1,\n        \"productos\": []\n    }\n}"}],"_postman_id":"1588a34d-6d12-451b-8ec3-dc9ba76d9a3f"},{"name":"Add Product To Cart","id":"814d7ce8-bb61-4622-a241-89459ca40813","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:8080/api/carts/:cid/product/:pid","urlObject":{"protocol":"http","port":"8080","path":["api","carts",":cid","product",":pid"],"host":["localhost"],"query":[],"variable":[{"id":"9375e191-15b7-46eb-9458-7e79ca992513","type":"any","value":"","key":"cid"},{"id":"a371ae7a-da6b-420c-849d-ed14523e1723","type":"any","value":"","key":"pid"}]}},"response":[{"id":"37cf4fd4-660a-40d6-8e5c-71fb05f258af","name":"Wrong Cart","originalRequest":{"method":"POST","header":[],"url":{"raw":"http://localhost:8080/api/carts/:cid/product/:pid","protocol":"http","host":["localhost"],"port":"8080","path":["api","carts",":cid","product",":pid"],"variable":[{"key":"cid","value":"999"},{"key":"pid","value":"2"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"45"},{"key":"ETag","value":"W/\"2d-+hZLucFPvSKlArqdTmEJBJTAEn4\""},{"key":"Date","value":"Mon, 08 May 2023 04:08:01 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"message\": \"Cart not found\"\n}"},{"id":"cd69eceb-fd08-4641-8078-b4d0feeb85fb","name":"Wrong Product","originalRequest":{"method":"POST","header":[],"url":{"raw":"http://localhost:8080/api/carts/:cid/product/:pid","protocol":"http","host":["localhost"],"port":"8080","path":["api","carts",":cid","product",":pid"],"variable":[{"key":"cid","value":"1"},{"key":"pid","value":"999"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"48"},{"key":"ETag","value":"W/\"30-P8HzIsu9ZWMMu6pj+JaIPa0eU6U\""},{"key":"Date","value":"Mon, 08 May 2023 04:08:22 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"message\": \"Product not found\"\n}"},{"id":"689958cd-ca4f-4c32-b29c-4977b4be003e","name":"Add Product To Cart Mongo Test","originalRequest":{"method":"POST","header":[],"url":{"raw":"http://localhost:8080/api/carts/:cid/product/:pid","protocol":"http","host":["localhost"],"port":"8080","path":["api","carts",":cid","product",":pid"],"variable":[{"key":"cid","value":"64ab3bbec7936221c286e298"},{"key":"pid","value":"64f7396b1a5c386e509b6c05"}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"167"},{"key":"ETag","value":"W/\"a7-S3B7w+HXL5BdNuV2C+q0mGRojKE\""},{"key":"Date","value":"Mon, 11 Sep 2023 03:20:33 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Product added to cart\",\n    \"payload\": {\n        \"_id\": \"64ab3bbec7936221c286e298\",\n        \"productos\": [\n            {\n                \"idProduct\": \"64f7396b1a5c386e509b6c05\",\n                \"quantity\": 1\n            }\n        ]\n    }\n}"}],"_postman_id":"814d7ce8-bb61-4622-a241-89459ca40813"},{"name":"Update Product Quantity in Cart","id":"8b205ac2-e262-4847-bbdb-4e81ea9d5420","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"http://localhost:8080/api/carts/:cid/product/:pid","urlObject":{"protocol":"http","port":"8080","path":["api","carts",":cid","product",":pid"],"host":["localhost"],"query":[],"variable":[{"id":"ec9d5894-8ef7-4ec9-9ad5-176043c80358","type":"any","value":"1","key":"cid"},{"id":"80672ead-fa21-4e38-b1bb-0268b84f2057","type":"any","value":"2","key":"pid"}]}},"response":[{"id":"4d55a5ee-78ce-4f27-977f-5b2205e5e61c","name":"Update Product Quantity in Cart","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{ \"quantity\": 75 }","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/api/carts/:cid/product/:pid","protocol":"http","host":["localhost"],"port":"8080","path":["api","carts",":cid","product",":pid"],"variable":[{"key":"cid","value":"64ab3bbec7936221c286e298"},{"key":"pid","value":"64f7396d1a5c386e509b6c1b"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"171"},{"key":"ETag","value":"W/\"ab-sXjQG4l6OQ94uPSQTPv3yQi4ioE\""},{"key":"Date","value":"Mon, 11 Sep 2023 04:21:59 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Product quantity updated\",\n    \"payload\": {\n        \"_id\": \"64ab3bbec7936221c286e298\",\n        \"productos\": [\n            {\n                \"idProduct\": \"64f7396d1a5c386e509b6c1b\",\n                \"quantity\": 75\n            }\n        ]\n    }\n}"},{"id":"088cfe2b-c738-4a90-b67d-832d834ffc14","name":"Wrong CartID Update Product Quantity in Cart","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{ \"quantity\": 1111 }","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/api/carts/:cid/product/:pid","protocol":"http","host":["localhost"],"port":"8080","path":["api","carts",":cid","product",":pid"],"variable":[{"key":"cid","value":"647b769434b7884a57d517e"},{"key":"pid","value":"6473cf2253d8c91676cb19a5"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"d0f5622e-5241-41c1-8f2e-9b35277acaa5","name":"Wrong ProductID Update Product Quantity in Cart","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{ \"quantity\": 1111 }","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/api/carts/:cid/product/:pid","protocol":"http","host":["localhost"],"port":"8080","path":["api","carts",":cid","product",":pid"],"variable":[{"key":"cid","value":"647b769434b7884a57d517e2"},{"key":"pid","value":"6473cf2253d8c91676cb19a"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"95ebb54f-7976-464c-87e9-f41e3ea0a1b3","name":"Wrong Product not in Cart - Update Product Quantity in Cart","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{ \"quantity\": 1111 }","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/api/carts/:cid/product/:pid","protocol":"http","host":["localhost"],"port":"8080","path":["api","carts",":cid","product",":pid"],"variable":[{"key":"cid","value":"647b769434b7884a57d517e2"},{"key":"pid","value":"6473cf2253d8c91676cb19aa"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"8b205ac2-e262-4847-bbdb-4e81ea9d5420"},{"name":"GET Cart Products By Cart ID","id":"f0394e83-7885-4ec5-b1a5-7f92b39b4160","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/carts/:cid","urlObject":{"protocol":"http","port":"8080","path":["api","carts",":cid"],"host":["localhost"],"query":[],"variable":[{"id":"a0b34132-19c2-4b91-b4a3-53af66bcd65c","type":"any","value":"","key":"cid"}]}},"response":[{"id":"7ffda425-dd87-47da-b999-01123b1d704c","name":"Wrong ID","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/api/carts/:cid","protocol":"http","host":["localhost"],"port":"8080","path":["api","carts",":cid"],"variable":[{"key":"cid","value":"aaaa"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"41"},{"key":"ETag","value":"W/\"29-uaxvQhiHrQguqM05shHR1ss6Osc\""},{"key":"Date","value":"Mon, 08 May 2023 04:10:08 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"message\": \"Invalid id\"\n}"},{"id":"3c6a0524-14c1-46d5-8936-765b973973fa","name":"GET Cart Products By Cart ID","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/api/carts/:cid","protocol":"http","host":["localhost"],"port":"8080","path":["api","carts",":cid"],"variable":[{"key":"cid","value":"64ab3bbec7936221c286e298"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"443"},{"key":"ETag","value":"W/\"1bb-loP6jBFYIR6Qqlpgxyzs5aOWP0M\""},{"key":"Date","value":"Mon, 11 Sep 2023 03:21:21 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"payload\": [\n        {\n            \"idProduct\": {\n                \"_id\": \"64f7396b1a5c386e509b6c05\",\n                \"title\": \"Fantastic Granite Gloves\",\n                \"description\": \"The Nagasaki Lander is the trademarked name of several series of Nagasaki sport bikes, that started with the 1984 ABC800J\",\n                \"price\": 818,\n                \"code\": \"5f95dd71-b9a7-4f06-8a65-8fe552db2c32\",\n                \"stock\": 41,\n                \"category\": \"Grocery\",\n                \"thumbnail\": [\n                    \"https://loremflickr.com/640/480?lock=3786240946077696\"\n                ],\n                \"owner\": \"admin\"\n            },\n            \"quantity\": 1\n        }\n    ]\n}"}],"_postman_id":"f0394e83-7885-4ec5-b1a5-7f92b39b4160"},{"name":"DEL Product from Cart","id":"f19ecd58-44c5-42d7-b660-8e2f099087f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8080/api/carts/:cid/product/:pid","urlObject":{"protocol":"http","port":"8080","path":["api","carts",":cid","product",":pid"],"host":["localhost"],"query":[],"variable":[{"id":"3cf1ad95-c7f7-48aa-9762-ddfeae829db0","type":"any","value":"","key":"cid"},{"id":"533559cd-e7b8-449e-a52f-2ce598ae797b","type":"any","value":null,"key":"pid"}]}},"response":[{"id":"cd7032c9-d963-4326-8faf-2b2e7527a84f","name":"DEL Product from Cart","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:8080/api/carts/:cid/product/:pid","protocol":"http","host":["localhost"],"port":"8080","path":["api","carts",":cid","product",":pid"],"variable":[{"key":"cid","value":"647b769434b7884a57d517e2"},{"key":"pid","value":"6473cf2253d8c91676cb19a5"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"f19ecd58-44c5-42d7-b660-8e2f099087f0"},{"name":"Clear Products from Cart","id":"0ace494f-1ae8-4c31-894e-e8a7a62089e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8080/api/carts/:cid/","urlObject":{"protocol":"http","port":"8080","path":["api","carts",":cid",""],"host":["localhost"],"query":[],"variable":[{"id":"3b607983-2939-4115-abd4-bbc7c8371ce6","type":"any","value":"","key":"cid"}]}},"response":[{"id":"3b4503c7-4879-4693-9cdb-5c75ba03ce17","name":"Clear Products from Cart","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:8080/api/carts/:cid/","protocol":"http","host":["localhost"],"port":"8080","path":["api","carts",":cid",""],"variable":[{"key":"cid","value":"64ab3bbec7936221c286e298"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"105"},{"key":"ETag","value":"W/\"69-RV3huZQMznvgLKYioeDi1sMOG4A\""},{"key":"Date","value":"Mon, 11 Sep 2023 03:45:06 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Cart cleared\",\n    \"payload\": {\n        \"_id\": \"64ab3bbec7936221c286e298\",\n        \"productos\": []\n    }\n}"},{"id":"ce2136a8-30b3-4f06-b161-b13943754448","name":"Wrong CartID Clear Products from Cart","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:8080/api/carts/:cid/","protocol":"http","host":["localhost"],"port":"8080","path":["api","carts",":cid",""],"variable":[{"key":"cid","value":"647b769434b7884a57d517e"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"0ace494f-1ae8-4c31-894e-e8a7a62089e3"},{"name":"Change Cart Product List","id":"2c1c7ffa-e5da-4d36-af37-9f27b5f209c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"http://localhost:8080/api/carts/:cid/","urlObject":{"protocol":"http","port":"8080","path":["api","carts",":cid",""],"host":["localhost"],"query":[],"variable":[{"id":"dc7f64bf-7f00-4e9e-a1cc-55ddaf60dca3","type":"any","value":null,"key":"cid"}]}},"response":[{"id":"5e8af38f-ab6b-49f4-8d4d-8c267eb2a4b4","name":"Wrong Structure Change Cart Product List in MongoDB","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"\n    {\"productId\": 111}\n","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/api/carts/:cid/","protocol":"http","host":["localhost"],"port":"8080","path":["api","carts",":cid",""],"variable":[{"key":"cid","value":"6473cf2253d8c91676cb19a4"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\"productId\": \"111\"}"},{"id":"d01accba-3ce5-4826-96c8-1284b2bbab1b","name":"Wrong ID Change Cart Product List in MongoDB","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\"idProduct\": \"6473cf2253d8c91676cb19a5\"}\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/api/carts/:cid/","protocol":"http","host":["localhost"],"port":"8080","path":["api","carts",":cid",""],"variable":[{"key":"cid","value":"6473cf2253d8c91676cb19a44"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{[\"productId\": \"111\"]}"},{"id":"d0b02aab-90c2-49ff-9649-f904ee5debfe","name":"Wrong Product ID Change Cart Product List","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\"idProduct\": 111}\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/api/carts/:cid/","protocol":"http","host":["localhost"],"port":"8080","path":["api","carts",":cid",""],"variable":[{"key":"cid","value":"647b769434b7884a57d517e2"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{productId: 111}"},{"id":"9bca21a5-097c-4044-b19e-357cc7790d53","name":"Product ID Change Cart Product List with Multiple products","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\"idProduct\": \"64f7396b1a5c386e509b6c05\", \"quantity\": 1313},\n    {\"idProduct\": \"64f7396b1a5c386e509b6c07\", \"quantity\": 777}\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/api/carts/:cid/","protocol":"http","host":["localhost"],"port":"8080","path":["api","carts",":cid",""],"variable":[{"key":"cid","value":"64ab3bbec7936221c286e298"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"230"},{"key":"ETag","value":"W/\"e6-5KUJH0gy31N9amE3jmGpCNi0RY0\""},{"key":"Date","value":"Mon, 11 Sep 2023 03:36:14 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Cart product list updated\",\n    \"payload\": {\n        \"_id\": \"64ab3bbec7936221c286e298\",\n        \"productos\": [\n            {\n                \"idProduct\": \"64f7396b1a5c386e509b6c05\",\n                \"quantity\": 1313\n            },\n            {\n                \"idProduct\": \"64f7396b1a5c386e509b6c07\",\n                \"quantity\": 777\n            }\n        ]\n    }\n}"}],"_postman_id":"2c1c7ffa-e5da-4d36-af37-9f27b5f209c6"},{"name":"Purchase","id":"294c55f4-74f6-4327-9ae5-f40e77c7ca37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/carts/:cid/purchase","urlObject":{"protocol":"http","port":"8080","path":["api","carts",":cid","purchase"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"","key":"cid"}]}},"response":[{"id":"8b37ddb2-0d67-4a59-aaf8-a5f028709867","name":"Purchase","originalRequest":{"method":"POST","header":[],"url":{"raw":"http://localhost:8080/api/carts/:cid/purchase","protocol":"http","host":["localhost"],"port":"8080","path":["api","carts",":cid","purchase"],"variable":[{"key":"cid","value":"64ab5a261cf2b9adbddfd621"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"240"},{"key":"ETag","value":"W/\"f0-sQMaVqMpgdGfVBAo8mf5zfXplGw\""},{"key":"Date","value":"Mon, 31 Jul 2023 22:16:38 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Purchase successful\",\n    \"payload\": {\n        \"code\": \"72d9b07a-fa23-40f5-b5fb-6d23f1bef3d6\",\n        \"amount\": 78.08,\n        \"purchaser\": \"adminCoder@coder.com\",\n        \"_id\": \"64c832c6adfed2474dfb250e\",\n        \"purchase_datetime\": \"2023-07-31T22:16:38.585Z\"\n    }\n}"}],"_postman_id":"294c55f4-74f6-4327-9ae5-f40e77c7ca37"},{"name":"Current Cart","id":"9152f50f-1d86-41d5-afbc-e885f3b994a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/sessions/cart","urlObject":{"protocol":"http","port":"8080","path":["api","sessions","cart"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1944df02-9f02-4533-a2fa-38a7e7b4c679","name":"Get Cart","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/sessions/cart"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"80"},{"key":"ETag","value":"W/\"50-stFsVD1aLgdfwqt2mpqFIM0/b9s\""},{"key":"Date","value":"Tue, 01 Aug 2023 16:12:21 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Cart found\",\n    \"payload\": \"64ab58b61cf2b9adbddfd615\"\n}"}],"_postman_id":"9152f50f-1d86-41d5-afbc-e885f3b994a1"}],"id":"113d22ee-b4d6-4f5b-b515-6226cf59a3f8","_postman_id":"113d22ee-b4d6-4f5b-b515-6226cf59a3f8","description":""},{"name":"Users","item":[{"name":"Create User","id":"1d397691-fd99-44c7-91fb-eb91c38da330","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"application","value":"x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"first_name","value":"Nombre1","type":"text"},{"key":"last_name","value":"Apellido1","type":"text"},{"key":"email","value":"correo@mail.com","type":"text"},{"key":"age","value":"24","type":"text"},{"key":"password","value":"123456","type":"text"},{"key":"","value":"","type":"text","disabled":true}]},"url":"http://localhost:8080/api/users/register","urlObject":{"protocol":"http","port":"8080","path":["api","users","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"bb592647-a965-411c-8eb2-e54b7aa8444f","name":"Create User","originalRequest":{"method":"POST","header":[{"key":"application","value":"x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"first_name","value":"Nombre1","type":"text"},{"key":"last_name","value":"Apellido1","type":"text"},{"key":"email","value":"user@user.com","type":"text"},{"key":"age","value":"24","type":"text"},{"key":"password","value":"123456","type":"text"}]},"url":"http://localhost:8080/api/users/register"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"238"},{"key":"ETag","value":"W/\"ee-P8MFpjwQrOPvtWYEdHwJdzyejsw\""},{"key":"Date","value":"Sun, 18 Jun 2023 22:44:58 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"User created successfully\",\n    \"payload\": {\n        \"username\": \"User1\",\n        \"first_name\": \"Nombre1\",\n        \"last_name\": \"Apellido1\",\n        \"email\": \"correo@mail.com\",\n        \"age\": 24,\n        \"password\": \"123456\",\n        \"role\": \"user\",\n        \"_id\": \"648f88ea0b94058da1ff6a01\"\n    }\n}"}],"_postman_id":"1d397691-fd99-44c7-91fb-eb91c38da330"},{"name":"Login","id":"6ef30a0b-624f-49b1-af30-67cef20617a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"application","value":"x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"","type":"text"},{"key":"password","value":"","type":"text"}]},"url":"http://localhost:8080/api/users/login","urlObject":{"protocol":"http","port":"8080","path":["api","users","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"570bcdd7-0eb4-4ad4-b9d2-46a8a9dc259b","name":"Login User","originalRequest":{"method":"POST","header":[{"key":"application","value":"x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"test@test.com","type":"text"},{"key":"password","value":"test","type":"text"}]},"url":"http://localhost:8080/api/users/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"229"},{"key":"ETag","value":"W/\"e5-vIEL36cr+EAIM02TAq2z+Z7Me4Y\""},{"key":"Set-Cookie","value":"connect.sid=s%3ANL71p7ebKxaCHXC3VAGg2MWy_bC22osC.R6U89FhboOKX5V194tQ1L2vNKVBycMRgBZOzkNkxzuc; Path=/; HttpOnly"},{"key":"Date","value":"Wed, 27 Sep 2023 02:08:16 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"User logged in successfully\",\n    \"payload\": {\n        \"_id\": \"6512e48c6b96cad3b51a55bd\",\n        \"email\": \"test@test.com\",\n        \"first_name\": \"Test\",\n        \"last_name\": \"Prueba\",\n        \"role\": \"user\",\n        \"age\": 18,\n        \"cartId\": \"6512e48c6b96cad3b51a55bb\"\n    }\n}"},{"id":"b2dddc5f-9475-4758-b470-d6e16a3fa005","name":"Login Admin","originalRequest":{"method":"POST","header":[{"key":"application","value":"x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"adminCoder@coder.com","type":"text"},{"key":"password","value":"adminCod3r123","type":"text"}]},"url":"http://localhost:8080/api/users/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Set-Cookie","value":"cartId=j%3A%2264ab5a261cf2b9adbddfd621%22; Max-Age=31536000; Path=/; Expires=Tue, 09 Jul 2024 02:15:56 GMT"},{"key":"Set-Cookie","value":"connect.sid=s%3ABAGTcNV-m2iOuTouES7my3-Kq0WSztQP.mm768nNMJLH1%2Fo7Rff8ndZXtO4AJaCJhwoJEvU4xY1M; Path=/; HttpOnly"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"241"},{"key":"ETag","value":"W/\"f1-CbI4NaBnWi7GrBNLDLo2AQlepZo\""},{"key":"Date","value":"Mon, 10 Jul 2023 02:15:56 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"User logged in successfully\",\n    \"payload\": {\n        \"_id\": \"64ab5a261cf2b9adbddfd623\",\n        \"email\": \"adminCoder@coder.com\",\n        \"first_name\": \"Administrador\",\n        \"last_name\": \"\",\n        \"role\": \"admin\",\n        \"age\": 100,\n        \"cartId\": \"64ab5a261cf2b9adbddfd621\"\n    }\n}"},{"id":"e6f1f46c-16c7-4ff5-a2a8-24f183e0b76e","name":"Wrong Login","originalRequest":{"method":"POST","header":[{"key":"application","value":"x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"sda@df.clsdfsf","type":"text"},{"key":"password","value":"123sdfs","type":"text"}]},"url":"http://localhost:8080/api/users/login"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"6ef30a0b-624f-49b1-af30-67cef20617a5"},{"name":"Logout","id":"21caeabc-2876-4960-afde-ac920d72bf1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/users/logout","urlObject":{"protocol":"http","port":"8080","path":["api","users","logout"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8f33277f-ab76-4565-aafc-839e04ecc2aa","name":"Logout","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/users/logout"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Set-Cookie","value":"connect.sid=; Path=/; Expires=Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Set-Cookie","value":"cartId=; Path=/; Expires=Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"52"},{"key":"ETag","value":"W/\"34-atXmn2USJGBPJfMnqGSvNd8j7/s\""},{"key":"Date","value":"Mon, 31 Jul 2023 16:13:09 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Logout succesfully!\"\n}"}],"_postman_id":"21caeabc-2876-4960-afde-ac920d72bf1e"},{"name":"Current User","id":"eee14fe6-491d-4234-abd4-78ce057a56b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/users/current","urlObject":{"protocol":"http","port":"8080","path":["api","users","current"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"46103748-1825-48ea-820d-4ba3d4835f77","name":"Current User","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/users/current"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"563"},{"key":"ETag","value":"W/\"233-5QgFFevjqSU5iKIkFxMaS9ROp0E\""},{"key":"Date","value":"Mon, 31 Jul 2023 16:14:02 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"User found\",\n    \"payload\": {\n        \"_id\": \"64ab58b61cf2b9adbddfd617\",\n        \"email\": \"user@user.com\",\n        \"first_name\": \"Nombre1\",\n        \"last_name\": \"Apellido1\",\n        \"role\": \"user\",\n        \"age\": 24,\n        \"cartId\": {\n            \"_id\": \"64ab58b61cf2b9adbddfd615\",\n            \"productos\": [\n                {\n                    \"idProduct\": {\n                        \"_id\": \"6473cf2253d8c91676cb19b5\",\n                        \"title\": \"Leeks - Large\",\n                        \"description\": \"Other hereditary corneal dystrophies\",\n                        \"price\": 24.98,\n                        \"code\": \"29384358-2ee0-4814-8c19-beefbab3a330\",\n                        \"stock\": 79,\n                        \"category\": \"Fire Sprinkler System\",\n                        \"thumbnail\": [\n                            \"http://dummyimage.com/150x167.png/dddddd/000000\"\n                        ],\n                        \"status\": true\n                    },\n                    \"quantity\": 3\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"eee14fe6-491d-4234-abd4-78ce057a56b6"},{"name":"Password Recovery","id":"69cda687-a2d0-4a00-b6b7-40a5ffdc0bcc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/users/recovery","urlObject":{"protocol":"http","port":"8080","path":["api","users","recovery"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b442d1e3-ce95-459d-abcb-3ac9982e7d65","name":"Wrong Email","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"email\": \"123456@hotmail.com\"}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/users/recovery"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"46"},{"key":"ETag","value":"W/\"2e-H5WTWA9NRrO7bmgJFUcqjp+NDZM\""},{"key":"Date","value":"Mon, 04 Sep 2023 19:46:10 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"message\": \"Email not found\"\n}"},{"id":"507329f9-4e4e-45d8-9ff3-f69d535f67c5","name":"Good Password Recovery","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"email\": \"spy0x@hotmail.com\"}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/users/recovery"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"220"},{"key":"ETag","value":"W/\"dc-Y6DIbbQEIQ86lJcafcf2TqUvlS8\""},{"key":"Date","value":"Mon, 04 Sep 2023 19:46:47 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Recovery ticket created successfully\",\n    \"payload\": {\n        \"email\": \"spy0x@hotmail.com\",\n        \"_id\": \"64f634242ebfe4ee9b8cab33\",\n        \"createdAt\": \"2023-09-04T19:46:44.698Z\",\n        \"updatedAt\": \"2023-09-04T19:46:44.698Z\"\n    }\n}"}],"_postman_id":"69cda687-a2d0-4a00-b6b7-40a5ffdc0bcc"},{"name":"Password Update","id":"12ecb4eb-aa59-4dda-8a22-bc25607b6d78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\"code\": \"64f62984ce401d7073c9e0bf\", \"password\": \"123456\"}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/users/recovery","urlObject":{"protocol":"http","port":"8080","path":["api","users","recovery"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"746fa337-cd97-4efb-af67-de0e1a44b629","name":"Password Update","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\"code\": \"64f62984ce401d7073c9e0bf\", \"password\": \"123456\"}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/users/recovery"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"62"},{"key":"ETag","value":"W/\"3e-FrrRoIi12xWq40SnfTrEBgiOlWs\""},{"key":"Date","value":"Mon, 04 Sep 2023 20:56:39 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Password updated successfully\"\n}"}],"_postman_id":"12ecb4eb-aa59-4dda-8a22-bc25607b6d78"},{"name":"Can Get Recovery Ticket","id":"c70f1adb-2069-4a65-99dc-404840bd666f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\"code\": \"64f66e2fb69fef6ddf9e736b\"}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/users/recovery","urlObject":{"protocol":"http","port":"8080","path":["api","users","recovery"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c70f1adb-2069-4a65-99dc-404840bd666f"},{"name":"Update Role","id":"8109f720-19ca-4411-b36e-61909616e0b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/sessions/premium/:uid","urlObject":{"protocol":"http","port":"8080","path":["api","sessions","premium",":uid"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"","key":"uid"}]}},"response":[{"id":"b7ee81cf-b45c-4ca5-93b7-748141fd2644","name":"Try to Update Admin","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/api/sessions/premium/:uid","protocol":"http","host":["localhost"],"port":"8080","path":["api","sessions","premium",":uid"],"variable":[{"key":"uid","value":"64ab5a261cf2b9adbddfd623"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"50"},{"key":"ETag","value":"W/\"32-+8AZl1TcaNNUPQXCR9o1BOENjKQ\""},{"key":"Date","value":"Tue, 05 Sep 2023 15:32:03 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"message\": \"This user is ADMIN!\"\n}"},{"id":"01177fb1-3e4d-4b2a-a49b-af7dd1ad8553","name":"Update Role","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/api/users/premium/:uid","protocol":"http","host":["localhost"],"port":"8080","path":["api","users","premium",":uid"],"variable":[{"key":"uid","value":"64ab3bbfc7936221c286e29a"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"79"},{"key":"ETag","value":"W/\"4f-iWlm785RWR016diZLDk0HeFo8cs\""},{"key":"Date","value":"Tue, 05 Sep 2023 15:33:05 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Role updated successfully from user to premium\"\n}"}],"_postman_id":"8109f720-19ca-4411-b36e-61909616e0b6"},{"name":"Upload Documents","id":"ddeabe36-5d09-461a-8477-34e586213eda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"","type":"file","value":null}]},"url":"http://localhost:8080/api/users/:uid/documents","urlObject":{"protocol":"http","port":"8080","path":["api","users",":uid","documents"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"","key":"uid"}]}},"response":[{"id":"a009c451-eb08-44e5-8a88-39af79e1632b","name":"Upload Documents","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"documents","type":"file","src":"/C:/Users/spy0x/Documents/Mis Imagenes/fondo pantalla/adobeIMG_7751.jpg"}]},"url":{"raw":"http://localhost:8080/api/users/:uid/documents","protocol":"http","host":["localhost"],"port":"8080","path":["api","users",":uid","documents"],"variable":[{"key":"uid","value":"6512e48c6b96cad3b51a55bd"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"64"},{"key":"ETag","value":"W/\"40-W6JXzzdgOTuWaR34jCKJSXot4iY\""},{"key":"Date","value":"Wed, 27 Sep 2023 02:09:41 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Documents uploaded successfully\"\n}"}],"_postman_id":"ddeabe36-5d09-461a-8477-34e586213eda"},{"name":"Get All Users","id":"d81eee1f-dfc5-4672-a29c-7ecef150b85c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/users/","urlObject":{"protocol":"http","port":"8080","path":["api","users",""],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"db53dac0-c6c3-4598-9468-8da485f44f16","name":"Get All Users","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/users/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"556"},{"key":"ETag","value":"W/\"22c-RWavuzPtdoTdZb+LOiSJl6xiU/0\""},{"key":"Date","value":"Tue, 03 Oct 2023 01:06:10 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Users found\",\n    \"payload\": [\n        {\n            \"id\": \"6512e48c6b96cad3b51a55bd\",\n            \"email\": \"test@test.com\",\n            \"first_name\": \"Test\",\n            \"last_name\": \"Prueba\",\n            \"role\": \"user\",\n            \"last_connection\": \"2023-09-27T02:08:15.948Z\"\n        },\n        {\n            \"id\": \"65138e2e1e9c8165d1200e38\",\n            \"email\": \"adminCoder@coder.com\",\n            \"first_name\": \"Admin\",\n            \"last_name\": \"Administrador\",\n            \"role\": \"user\",\n            \"last_connection\": \"2023-09-27T02:07:20.949Z\"\n        },\n        {\n            \"id\": \"651431ea0da97308e53b88fd\",\n            \"email\": \"spy0x@hotmail.com\",\n            \"first_name\": \"Francisco V. Diaz\",\n            \"last_name\": \"\",\n            \"role\": \"user\",\n            \"last_connection\": \"2023-09-27T13:51:16.579Z\"\n        }\n    ]\n}"}],"_postman_id":"d81eee1f-dfc5-4672-a29c-7ecef150b85c"},{"name":"Clean Old Users","id":"852aee48-4eff-4195-ac08-2fb17a30650d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8080/api/users/","urlObject":{"protocol":"http","port":"8080","path":["api","users",""],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9dce7733-a3d9-4f08-9238-992c5d778353","name":"Clean Old Users","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8080/api/users/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"49"},{"key":"ETag","value":"W/\"31-LdrU+K3BtOq5SuKUTZ5UoBNBFlk\""},{"key":"Set-Cookie","value":"connect.sid=s%3AVeTxH_QDTSICc5gQSVMeGNczToC9kY94.t3aekulSLWcXPvupVgH5C%2BxrHhYmuoKiyt1GaVDJVC8; Path=/; HttpOnly"},{"key":"Date","value":"Tue, 03 Oct 2023 01:35:52 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Deleted 1 users!\"\n}"}],"_postman_id":"852aee48-4eff-4195-ac08-2fb17a30650d"},{"name":"Get User Tickets","id":"5703da4d-a7cb-486c-82b6-4d76e912a987","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/users/:uid/tickets","urlObject":{"protocol":"http","port":"8080","path":["api","users",":uid","tickets"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"652965240bc768d82a73a1cf","key":"uid"}]}},"response":[],"_postman_id":"5703da4d-a7cb-486c-82b6-4d76e912a987"}],"id":"7ae74885-56b0-4119-9e2f-af36548a81b4","_postman_id":"7ae74885-56b0-4119-9e2f-af36548a81b4","description":""},{"name":"Mocking","item":[{"name":"Add 25 Products","id":"fefecf7c-96e1-45b4-8f59-eaed77c28192","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/mockingproducts","urlObject":{"protocol":"http","port":"8080","path":["mockingproducts"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"65ea80ef-7bfa-433c-8d8f-d56f2b445dd7","name":"Add 25 Products","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/mockingproducts"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"7ec8-YtNmz3IHRcW/w51XUZnrnmhG22g\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Mon, 07 Aug 2023 18:03:13 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Products added successfully\",\n    \"payload\": [\n        {\n            \"title\": \"Handmade Plastic Cheese\",\n            \"price\": 779,\n            \"description\": \"Andy shoes are designed to keeping in mind durability as well as trends, the most stylish range of shoes & sandals\",\n            \"thumbnail\": [\n                \"https://loremflickr.com/640/480?lock=6452259990798336\"\n            ],\n            \"code\": \"a585bd43-166c-4898-a1fe-213fedafe978\",\n            \"stock\": 65,\n            \"category\": \"Sports\"\n        },\n        {\n            \"title\": \"Awesome Fresh Car\",\n            \"price\": 854,\n            \"description\": \"Boston's most advanced compression wear technology increases muscle oxygenation, stabilizes active muscles\",\n            \"thumbnail\": [\n                \"https://loremflickr.com/640/480?lock=4331959459250176\"\n            ],\n            \"code\": \"31db80eb-e76d-4d07-85c6-2670e275d4be\",\n            \"stock\": 61,\n            \"category\": \"Computers\"\n        },\n        {\n            \"title\": \"Ergonomic Wooden Ball\",\n            \"price\": 762,\n            \"description\": \"New range of formal shirts are designed keeping you in mind. With fits and styling that will make you stand apart\",\n            \"thumbnail\": [\n                \"https://picsum.photos/seed/AolJ5/640/480\"\n            ],\n            \"code\": \"32d232ef-46fe-48f9-b17d-7b86985f8947\",\n            \"stock\": 59,\n            \"category\": \"Outdoors\"\n        },\n        {\n            \"title\": \"Modern Soft Chips\",\n            \"price\": 101,\n            \"description\": \"The Apollotech B340 is an affordable wireless mouse with reliable connectivity, 12 months battery life and modern design\",\n            \"thumbnail\": [\n                \"https://picsum.photos/seed/DSpAfma7P/640/480\"\n            ],\n            \"code\": \"d4c5aa6f-08f5-479f-b396-2cd81a08f981\",\n            \"stock\": 68,\n            \"category\": \"Kids\"\n        },\n        {\n            \"title\": \"Ergonomic Plastic Soap\",\n            \"price\": 424,\n            \"description\": \"The Apollotech B340 is an affordable wireless mouse with reliable connectivity, 12 months battery life and modern design\",\n            \"thumbnail\": [\n                \"https://loremflickr.com/640/480?lock=5634389478211584\"\n            ],\n            \"code\": \"5833cdfc-c73f-47e1-b4c5-8de5376c403b\",\n            \"stock\": 94,\n            \"category\": \"Shoes\"\n        },\n        {\n            \"title\": \"Generic Steel Mouse\",\n            \"price\": 17,\n            \"description\": \"The beautiful range of Apple Naturalé that has an exciting mix of natural ingredients. With the Goodness of 100% Natural Ingredients\",\n            \"thumbnail\": [\n                \"https://picsum.photos/seed/D1cebfu/640/480\"\n            ],\n            \"code\": \"694e84b0-fe78-498c-bd85-52b683e3f8cc\",\n            \"stock\": 60,\n            \"category\": \"Shoes\"\n        },\n        {\n            \"title\": \"Fantastic Cotton Sausages\",\n            \"price\": 270,\n            \"description\": \"Ergonomic executive chair upholstered in bonded black leather and PVC padded seat and back for all-day comfort and support\",\n            \"thumbnail\": [\n                \"https://loremflickr.com/640/480?lock=667930979205120\"\n            ],\n            \"code\": \"6ab6cb1a-a526-4b54-860e-4b9cb048967f\",\n            \"stock\": 100,\n            \"category\": \"Shoes\"\n        },\n        {\n            \"title\": \"Modern Steel Chips\",\n            \"price\": 504,\n            \"description\": \"The slim & simple Maple Gaming Keyboard from Dev Byte comes with a sleek body and 7- Color RGB LED Back-lighting for smart functionality\",\n            \"thumbnail\": [\n                \"https://loremflickr.com/640/480?lock=3660010412310528\"\n            ],\n            \"code\": \"2acf19a3-c099-4331-a7be-13c611fbd803\",\n            \"stock\": 50,\n            \"category\": \"Toys\"\n        },\n        {\n            \"title\": \"Small Bronze Gloves\",\n            \"price\": 758,\n            \"description\": \"The automobile layout consists of a front-engine design, with transaxle-type transmissions mounted at the rear of the engine and four wheel drive\",\n            \"thumbnail\": [\n                \"https://picsum.photos/seed/aULzQQZ/640/480\"\n            ],\n            \"code\": \"ffd153eb-6450-4dac-9b08-24c6df246cc8\",\n            \"stock\": 36,\n            \"category\": \"Beauty\"\n        },\n        {\n            \"title\": \"Handmade Plastic Chicken\",\n            \"price\": 360,\n            \"description\": \"New range of formal shirts are designed keeping you in mind. With fits and styling that will make you stand apart\",\n            \"thumbnail\": [\n                \"https://picsum.photos/seed/0zZJ4nsUju/640/480\"\n            ],\n            \"code\": \"8f41ddf0-ed7a-47cd-8aee-75905e0be5f4\",\n            \"stock\": 43,\n            \"category\": \"Books\"\n        },\n        {\n            \"title\": \"Licensed Steel Chair\",\n            \"price\": 168,\n            \"description\": \"The automobile layout consists of a front-engine design, with transaxle-type transmissions mounted at the rear of the engine and four wheel drive\",\n            \"thumbnail\": [\n                \"https://picsum.photos/seed/TmcB8/640/480\"\n            ],\n            \"code\": \"d427e876-7442-4820-99f1-6fba4f1f8042\",\n            \"stock\": 76,\n            \"category\": \"Automotive\"\n        },\n        {\n            \"title\": \"Incredible Frozen Chicken\",\n            \"price\": 736,\n            \"description\": \"The beautiful range of Apple Naturalé that has an exciting mix of natural ingredients. With the Goodness of 100% Natural Ingredients\",\n            \"thumbnail\": [\n                \"https://picsum.photos/seed/9OVF76FRyr/640/480\"\n            ],\n            \"code\": \"c8e4c3e1-3023-48f8-be1b-5975f33f883d\",\n            \"stock\": 9,\n            \"category\": \"Home\"\n        },\n        {\n            \"title\": \"Rustic Granite Gloves\",\n            \"price\": 127,\n            \"description\": \"The beautiful range of Apple Naturalé that has an exciting mix of natural ingredients. With the Goodness of 100% Natural Ingredients\",\n            \"thumbnail\": [\n                \"https://picsum.photos/seed/6rf7FPa5S/640/480\"\n            ],\n            \"code\": \"f6a3f930-5369-40be-bf3b-df5c4b3c2111\",\n            \"stock\": 13,\n            \"category\": \"Sports\"\n        },\n        {\n            \"title\": \"Modern Granite Chair\",\n            \"price\": 349,\n            \"description\": \"The Apollotech B340 is an affordable wireless mouse with reliable connectivity, 12 months battery life and modern design\",\n            \"thumbnail\": [\n                \"https://picsum.photos/seed/tUslGHV/640/480\"\n            ],\n            \"code\": \"4ec6b052-f211-4017-a613-b041e2da8237\",\n            \"stock\": 83,\n            \"category\": \"Jewelery\"\n        },\n        {\n            \"title\": \"Generic Cotton Fish\",\n            \"price\": 689,\n            \"description\": \"Ergonomic executive chair upholstered in bonded black leather and PVC padded seat and back for all-day comfort and support\",\n            \"thumbnail\": [\n                \"https://loremflickr.com/640/480?lock=930119849869312\"\n            ],\n            \"code\": \"0316b3a6-5019-4ce6-8791-cc9d67227938\",\n            \"stock\": 59,\n            \"category\": \"Outdoors\"\n        },\n        {\n            \"title\": \"Unbranded Bronze Hat\",\n            \"price\": 78,\n            \"description\": \"New ABC 13 9370, 13.3, 5th Gen CoreA5-8250U, 8GB RAM, 256GB SSD, power UHD Graphics, OS 10 Home, OS Office A & J 2016\",\n            \"thumbnail\": [\n                \"https://loremflickr.com/640/480?lock=2830098895994880\"\n            ],\n            \"code\": \"c36812f5-abad-4e39-9b36-d5729803fd97\",\n            \"stock\": 69,\n            \"category\": \"Clothing\"\n        },\n        {\n            \"title\": \"Fantastic Fresh Shirt\",\n            \"price\": 900,\n            \"description\": \"The Apollotech B340 is an affordable wireless mouse with reliable connectivity, 12 months battery life and modern design\",\n            \"thumbnail\": [\n                \"https://picsum.photos/seed/CDXP9y6/640/480\"\n            ],\n            \"code\": \"644844b1-b44c-47bd-a05c-844c61cf0ec9\",\n            \"stock\": 52,\n            \"category\": \"Clothing\"\n        },\n        {\n            \"title\": \"Ergonomic Steel Sausages\",\n            \"price\": 399,\n            \"description\": \"The beautiful range of Apple Naturalé that has an exciting mix of natural ingredients. With the Goodness of 100% Natural Ingredients\",\n            \"thumbnail\": [\n                \"https://picsum.photos/seed/TxDEvOe/640/480\"\n            ],\n            \"code\": \"659fd1c5-3af6-4b63-98f6-7684d1257428\",\n            \"stock\": 41,\n            \"category\": \"Movies\"\n        },\n        {\n            \"title\": \"Small Steel Soap\",\n            \"price\": 133,\n            \"description\": \"The automobile layout consists of a front-engine design, with transaxle-type transmissions mounted at the rear of the engine and four wheel drive\",\n            \"thumbnail\": [\n                \"https://loremflickr.com/640/480?lock=7873528678318080\"\n            ],\n            \"code\": \"7b88fbde-e9f6-4d30-8ced-bb9efe83715c\",\n            \"stock\": 64,\n            \"category\": \"Music\"\n        },\n        {\n            \"title\": \"Generic Wooden Pizza\",\n            \"price\": 17,\n            \"description\": \"The automobile layout consists of a front-engine design, with transaxle-type transmissions mounted at the rear of the engine and four wheel drive\",\n            \"thumbnail\": [\n                \"https://loremflickr.com/640/480?lock=2894379700191232\"\n            ],\n            \"code\": \"63536482-a1c2-4c17-836b-b8d1bf07c077\",\n            \"stock\": 88,\n            \"category\": \"Jewelery\"\n        },\n        {\n            \"title\": \"Tasty Plastic Keyboard\",\n            \"price\": 533,\n            \"description\": \"New ABC 13 9370, 13.3, 5th Gen CoreA5-8250U, 8GB RAM, 256GB SSD, power UHD Graphics, OS 10 Home, OS Office A & J 2016\",\n            \"thumbnail\": [\n                \"https://loremflickr.com/640/480?lock=6501077396488192\"\n            ],\n            \"code\": \"87853fa4-5b85-4408-9c4a-9fb4143ede4f\",\n            \"stock\": 25,\n            \"category\": \"Movies\"\n        },\n        {\n            \"title\": \"Intelligent Fresh Shirt\",\n            \"price\": 591,\n            \"description\": \"Ergonomic executive chair upholstered in bonded black leather and PVC padded seat and back for all-day comfort and support\",\n            \"thumbnail\": [\n                \"https://loremflickr.com/640/480?lock=6431867634974720\"\n            ],\n            \"code\": \"ccd72619-37d6-4462-8526-26d93ca4f078\",\n            \"stock\": 88,\n            \"category\": \"Electronics\"\n        },\n        {\n            \"title\": \"Licensed Plastic Pants\",\n            \"price\": 9,\n            \"description\": \"Boston's most advanced compression wear technology increases muscle oxygenation, stabilizes active muscles\",\n            \"thumbnail\": [\n                \"https://loremflickr.com/640/480?lock=4027584467697664\"\n            ],\n            \"code\": \"c0e652a0-9792-4365-bfb0-e8c8cc7b14c3\",\n            \"stock\": 54,\n            \"category\": \"Garden\"\n        },\n        {\n            \"title\": \"Sleek Cotton Computer\",\n            \"price\": 109,\n            \"description\": \"Boston's most advanced compression wear technology increases muscle oxygenation, stabilizes active muscles\",\n            \"thumbnail\": [\n                \"https://picsum.photos/seed/nUoLplPuAF/640/480\"\n            ],\n            \"code\": \"1e60a777-8034-433d-bfdf-231751d2c7a9\",\n            \"stock\": 65,\n            \"category\": \"Music\"\n        },\n        {\n            \"title\": \"Small Metal Salad\",\n            \"price\": 719,\n            \"description\": \"Carbonite web goalkeeper gloves are ergonomically designed to give easy fit\",\n            \"thumbnail\": [\n                \"https://picsum.photos/seed/AUyjJISn/640/480\"\n            ],\n            \"code\": \"95277df9-275b-4e5b-9290-f03b336bce5b\",\n            \"stock\": 35,\n            \"category\": \"Jewelery\"\n        },\n        {\n            \"title\": \"Incredible Bronze Gloves\",\n            \"price\": 520,\n            \"description\": \"New range of formal shirts are designed keeping you in mind. With fits and styling that will make you stand apart\",\n            \"thumbnail\": [\n                \"https://picsum.photos/seed/QzNO9fR/640/480\"\n            ],\n            \"code\": \"32616f6b-30b4-4415-9e0a-a54c9fb010d7\",\n            \"stock\": 59,\n            \"category\": \"Books\"\n        },\n        {\n            \"title\": \"Ergonomic Rubber Chair\",\n            \"price\": 798,\n            \"description\": \"New range of formal shirts are designed keeping you in mind. With fits and styling that will make you stand apart\",\n            \"thumbnail\": [\n                \"https://picsum.photos/seed/5571a/640/480\"\n            ],\n            \"code\": \"3e559f22-5d1e-4642-ba69-26e869d8a3b4\",\n            \"stock\": 78,\n            \"category\": \"Industrial\"\n        },\n        {\n            \"title\": \"Practical Wooden Chair\",\n            \"price\": 614,\n            \"description\": \"The Nagasaki Lander is the trademarked name of several series of Nagasaki sport bikes, that started with the 1984 ABC800J\",\n            \"thumbnail\": [\n                \"https://picsum.photos/seed/EpGeS/640/480\"\n            ],\n            \"code\": \"144cd516-e273-444e-97de-316dedad32a1\",\n            \"stock\": 48,\n            \"category\": \"Toys\"\n        },\n        {\n            \"title\": \"Awesome Metal Salad\",\n            \"price\": 539,\n            \"description\": \"Ergonomic executive chair upholstered in bonded black leather and PVC padded seat and back for all-day comfort and support\",\n            \"thumbnail\": [\n                \"https://loremflickr.com/640/480?lock=5953052504752128\"\n            ],\n            \"code\": \"a2f6c2d7-d988-465b-ad9f-db5b34162831\",\n            \"stock\": 62,\n            \"category\": \"Beauty\"\n        },\n        {\n            \"title\": \"Handcrafted Fresh Salad\",\n            \"price\": 140,\n            \"description\": \"The beautiful range of Apple Naturalé that has an exciting mix of natural ingredients. With the Goodness of 100% Natural Ingredients\",\n            \"thumbnail\": [\n                \"https://picsum.photos/seed/8FUFv/640/480\"\n            ],\n            \"code\": \"fea731eb-4d2e-4630-a623-287ef4643073\",\n            \"stock\": 26,\n            \"category\": \"Grocery\"\n        },\n        {\n            \"title\": \"Sleek Fresh Bacon\",\n            \"price\": 178,\n            \"description\": \"The automobile layout consists of a front-engine design, with transaxle-type transmissions mounted at the rear of the engine and four wheel drive\",\n            \"thumbnail\": [\n                \"https://picsum.photos/seed/9EqRYWIiJ/640/480\"\n            ],\n            \"code\": \"f93e2e9a-9055-4dbb-87f8-d9a215f58d34\",\n            \"stock\": 27,\n            \"category\": \"Toys\"\n        },\n        {\n            \"title\": \"Licensed Bronze Car\",\n            \"price\": 175,\n            \"description\": \"Andy shoes are designed to keeping in mind durability as well as trends, the most stylish range of shoes & sandals\",\n            \"thumbnail\": [\n                \"https://picsum.photos/seed/ajKCVgBJx/640/480\"\n            ],\n            \"code\": \"20e69871-cd4e-4661-94ce-d8a645e7c157\",\n            \"stock\": 3,\n            \"category\": \"Games\"\n        },\n        {\n            \"title\": \"Incredible Frozen Fish\",\n            \"price\": 47,\n            \"description\": \"The beautiful range of Apple Naturalé that has an exciting mix of natural ingredients. With the Goodness of 100% Natural Ingredients\",\n            \"thumbnail\": [\n                \"https://loremflickr.com/640/480?lock=6851900278308864\"\n            ],\n            \"code\": \"0166fa20-049b-43eb-886b-adb1fe23beef\",\n            \"stock\": 24,\n            \"category\": \"Grocery\"\n        },\n        {\n            \"title\": \"Oriental Granite Towels\",\n            \"price\": 422,\n            \"description\": \"New ABC 13 9370, 13.3, 5th Gen CoreA5-8250U, 8GB RAM, 256GB SSD, power UHD Graphics, OS 10 Home, OS Office A & J 2016\",\n            \"thumbnail\": [\n                \"https://loremflickr.com/640/480?lock=1553798642270208\"\n            ],\n            \"code\": \"c5612cd1-49ac-40ab-9de4-aad6e26d105d\",\n            \"stock\": 11,\n            \"category\": \"Automotive\"\n        },\n        {\n            \"title\": \"Bespoke Bronze Salad\",\n            \"price\": 96,\n            \"description\": \"New ABC 13 9370, 13.3, 5th Gen CoreA5-8250U, 8GB RAM, 256GB SSD, power UHD Graphics, OS 10 Home, OS Office A & J 2016\",\n            \"thumbnail\": [\n                \"https://picsum.photos/seed/ib4upq45/640/480\"\n            ],\n            \"code\": \"82b9a589-948e-448a-bba9-9cc06c9093fe\",\n            \"stock\": 50,\n            \"category\": \"Home\"\n        },\n        {\n            \"title\": \"Handcrafted Fresh Pizza\",\n            \"price\": 778,\n            \"description\": \"Andy shoes are designed to keeping in mind durability as well as trends, the most stylish range of shoes & sandals\",\n            \"thumbnail\": [\n                \"https://picsum.photos/seed/vnYmkWmIa/640/480\"\n            ],\n            \"code\": \"72eee283-502f-4cf4-bc82-1cf3f0f665f5\",\n            \"stock\": 2,\n            \"category\": \"Electronics\"\n        },\n        {\n            \"title\": \"Generic Metal Towels\",\n            \"price\": 497,\n            \"description\": \"The beautiful range of Apple Naturalé that has an exciting mix of natural ingredients. With the Goodness of 100% Natural Ingredients\",\n            \"thumbnail\": [\n                \"https://picsum.photos/seed/sxhsZ572h/640/480\"\n            ],\n            \"code\": \"6898d5ca-ab64-46c8-b446-da369bc8da72\",\n            \"stock\": 36,\n            \"category\": \"Tools\"\n        },\n        {\n            \"title\": \"Refined Wooden Gloves\",\n            \"price\": 154,\n            \"description\": \"The beautiful range of Apple Naturalé that has an exciting mix of natural ingredients. With the Goodness of 100% Natural Ingredients\",\n            \"thumbnail\": [\n                \"https://loremflickr.com/640/480?lock=2269466863861760\"\n            ],\n            \"code\": \"863b17d9-189e-49c8-9ca1-b9503996bb52\",\n            \"stock\": 36,\n            \"category\": \"Home\"\n        },\n        {\n            \"title\": \"Modern Cotton Towels\",\n            \"price\": 790,\n            \"description\": \"New range of formal shirts are designed keeping you in mind. With fits and styling that will make you stand apart\",\n            \"thumbnail\": [\n                \"https://loremflickr.com/640/480?lock=6130708854603776\"\n            ],\n            \"code\": \"3496a609-7057-4756-9d78-86fda816be27\",\n            \"stock\": 51,\n            \"category\": \"Clothing\"\n        },\n        {\n            \"title\": \"Handmade Fresh Car\",\n            \"price\": 532,\n            \"description\": \"The Nagasaki Lander is the trademarked name of several series of Nagasaki sport bikes, that started with the 1984 ABC800J\",\n            \"thumbnail\": [\n                \"https://picsum.photos/seed/3aKi6afEB/640/480\"\n            ],\n            \"code\": \"11e0cd39-aee5-4280-b8ec-d769a412b5ea\",\n            \"stock\": 99,\n            \"category\": \"Health\"\n        },\n        {\n            \"title\": \"Fantastic Frozen Ball\",\n            \"price\": 208,\n            \"description\": \"New range of formal shirts are designed keeping you in mind. With fits and styling that will make you stand apart\",\n            \"thumbnail\": [\n                \"https://loremflickr.com/640/480?lock=974206307139584\"\n            ],\n            \"code\": \"14f99da6-9254-4e09-9525-77393fb505c8\",\n            \"stock\": 6,\n            \"category\": \"Baby\"\n        },\n        {\n            \"title\": \"Gorgeous Fresh Keyboard\",\n            \"price\": 644,\n            \"description\": \"The automobile layout consists of a front-engine design, with transaxle-type transmissions mounted at the rear of the engine and four wheel drive\",\n            \"thumbnail\": [\n                \"https://picsum.photos/seed/YnzUIEf/640/480\"\n            ],\n            \"code\": \"04532e59-22b4-46a0-9c9d-5fac07086858\",\n            \"stock\": 45,\n            \"category\": \"Home\"\n        },\n        {\n            \"title\": \"Electronic Steel Ball\",\n            \"price\": 614,\n            \"description\": \"Boston's most advanced compression wear technology increases muscle oxygenation, stabilizes active muscles\",\n            \"thumbnail\": [\n                \"https://picsum.photos/seed/BlFXNJ/640/480\"\n            ],\n            \"code\": \"115e05e5-0b30-4d72-b6da-9fcf639039ca\",\n            \"stock\": 67,\n            \"category\": \"Clothing\"\n        },\n        {\n            \"title\": \"Ergonomic Steel Tuna\",\n            \"price\": 516,\n            \"description\": \"The Apollotech B340 is an affordable wireless mouse with reliable connectivity, 12 months battery life and modern design\",\n            \"thumbnail\": [\n                \"https://loremflickr.com/640/480?lock=103796170555392\"\n            ],\n            \"code\": \"35a95d56-73cd-4e2e-b85e-2df31d44d2d3\",\n            \"stock\": 57,\n            \"category\": \"Tools\"\n        },\n        {\n            \"title\": \"Handcrafted Metal Hat\",\n            \"price\": 816,\n            \"description\": \"The slim & simple Maple Gaming Keyboard from Dev Byte comes with a sleek body and 7- Color RGB LED Back-lighting for smart functionality\",\n            \"thumbnail\": [\n                \"https://loremflickr.com/640/480?lock=3558595471867904\"\n            ],\n            \"code\": \"2cb8d9d0-2c2e-4db7-92f7-aabad3eecf62\",\n            \"stock\": 68,\n            \"category\": \"Music\"\n        },\n        {\n            \"title\": \"Fantastic Steel Shirt\",\n            \"price\": 898,\n            \"description\": \"Carbonite web goalkeeper gloves are ergonomically designed to give easy fit\",\n            \"thumbnail\": [\n                \"https://picsum.photos/seed/f7CUx/640/480\"\n            ],\n            \"code\": \"730b5da2-f716-4f19-bdbc-4ae37392758a\",\n            \"stock\": 50,\n            \"category\": \"Automotive\"\n        },\n        {\n            \"title\": \"Incredible Concrete Computer\",\n            \"price\": 859,\n            \"description\": \"Ergonomic executive chair upholstered in bonded black leather and PVC padded seat and back for all-day comfort and support\",\n            \"thumbnail\": [\n                \"https://loremflickr.com/640/480?lock=8745542798540800\"\n            ],\n            \"code\": \"7fe39a0d-717e-4112-878d-944f7b0debf8\",\n            \"stock\": 80,\n            \"category\": \"Beauty\"\n        },\n        {\n            \"title\": \"Electronic Concrete Chicken\",\n            \"price\": 809,\n            \"description\": \"New ABC 13 9370, 13.3, 5th Gen CoreA5-8250U, 8GB RAM, 256GB SSD, power UHD Graphics, OS 10 Home, OS Office A & J 2016\",\n            \"thumbnail\": [\n                \"https://loremflickr.com/640/480?lock=5151413984296960\"\n            ],\n            \"code\": \"7495ff89-cc5b-468a-bac5-4b03e7d8b0f5\",\n            \"stock\": 85,\n            \"category\": \"Tools\"\n        },\n        {\n            \"title\": \"Fantastic Bronze Towels\",\n            \"price\": 521,\n            \"description\": \"Ergonomic executive chair upholstered in bonded black leather and PVC padded seat and back for all-day comfort and support\",\n            \"thumbnail\": [\n                \"https://loremflickr.com/640/480?lock=7912669239574528\"\n            ],\n            \"code\": \"7b4aaa08-9d99-4ca1-8ae9-172c4e91ba7d\",\n            \"stock\": 100,\n            \"category\": \"Sports\"\n        },\n        {\n            \"title\": \"Refined Steel Cheese\",\n            \"price\": 532,\n            \"description\": \"The automobile layout consists of a front-engine design, with transaxle-type transmissions mounted at the rear of the engine and four wheel drive\",\n            \"thumbnail\": [\n                \"https://loremflickr.com/640/480?lock=5825905301651456\"\n            ],\n            \"code\": \"082ee724-c06b-451e-a545-54fd24bdf501\",\n            \"stock\": 72,\n            \"category\": \"Automotive\"\n        },\n        {\n            \"title\": \"Handcrafted Wooden Shirt\",\n            \"price\": 824,\n            \"description\": \"The beautiful range of Apple Naturalé that has an exciting mix of natural ingredients. With the Goodness of 100% Natural Ingredients\",\n            \"thumbnail\": [\n                \"https://picsum.photos/seed/MWHTMh/640/480\"\n            ],\n            \"code\": \"f5cdec33-da78-47ce-94be-9d23928f6ff3\",\n            \"stock\": 66,\n            \"category\": \"Garden\"\n        },\n        {\n            \"title\": \"Elegant Rubber Hat\",\n            \"price\": 773,\n            \"description\": \"The slim & simple Maple Gaming Keyboard from Dev Byte comes with a sleek body and 7- Color RGB LED Back-lighting for smart functionality\",\n            \"thumbnail\": [\n                \"https://loremflickr.com/640/480?lock=6040156920348672\"\n            ],\n            \"code\": \"77ca9be5-3b03-4703-829f-54e26903fd6c\",\n            \"stock\": 2,\n            \"category\": \"Shoes\"\n        },\n        {\n            \"title\": \"Electronic Frozen Cheese\",\n            \"price\": 665,\n            \"description\": \"The beautiful range of Apple Naturalé that has an exciting mix of natural ingredients. With the Goodness of 100% Natural Ingredients\",\n            \"thumbnail\": [\n                \"https://picsum.photos/seed/aeTdwu3z5/640/480\"\n            ],\n            \"code\": \"f566be75-ee26-49c7-9d49-d6e8a2bd2fb5\",\n            \"stock\": 59,\n            \"category\": \"Movies\"\n        },\n        {\n            \"title\": \"Fantastic Fresh Table\",\n            \"price\": 330,\n            \"description\": \"New range of formal shirts are designed keeping you in mind. With fits and styling that will make you stand apart\",\n            \"thumbnail\": [\n                \"https://picsum.photos/seed/PwpEIMLRl/640/480\"\n            ],\n            \"code\": \"d8a47acb-67a8-4498-b1b3-c8ccb264e55c\",\n            \"stock\": 22,\n            \"category\": \"Baby\"\n        },\n        {\n            \"title\": \"Licensed Rubber Chips\",\n            \"price\": 971,\n            \"description\": \"The Nagasaki Lander is the trademarked name of several series of Nagasaki sport bikes, that started with the 1984 ABC800J\",\n            \"thumbnail\": [\n                \"https://loremflickr.com/640/480?lock=2198055302463488\"\n            ],\n            \"code\": \"58aa4a15-1917-464a-b6b6-ca008bdd6ad3\",\n            \"stock\": 14,\n            \"category\": \"Electronics\"\n        },\n        {\n            \"title\": \"Small Granite Pants\",\n            \"price\": 558,\n            \"description\": \"The Nagasaki Lander is the trademarked name of several series of Nagasaki sport bikes, that started with the 1984 ABC800J\",\n            \"thumbnail\": [\n                \"https://picsum.photos/seed/kqvE13e/640/480\"\n            ],\n            \"code\": \"ec23c74b-8927-4da1-ae1f-82675ff454c4\",\n            \"stock\": 83,\n            \"category\": \"Electronics\"\n        },\n        {\n            \"title\": \"Tasty Steel Shoes\",\n            \"price\": 933,\n            \"description\": \"The beautiful range of Apple Naturalé that has an exciting mix of natural ingredients. With the Goodness of 100% Natural Ingredients\",\n            \"thumbnail\": [\n                \"https://loremflickr.com/640/480?lock=7565120035094528\"\n            ],\n            \"code\": \"e3641d14-dd25-479f-b6a6-fed620261905\",\n            \"stock\": 43,\n            \"category\": \"Computers\"\n        },\n        {\n            \"title\": \"Practical Cotton Pants\",\n            \"price\": 749,\n            \"description\": \"The automobile layout consists of a front-engine design, with transaxle-type transmissions mounted at the rear of the engine and four wheel drive\",\n            \"thumbnail\": [\n                \"https://picsum.photos/seed/IbKB5Vn/640/480\"\n            ],\n            \"code\": \"eb2f6ab7-ef94-4f8f-83a0-cc0abb0d18fd\",\n            \"stock\": 64,\n            \"category\": \"Games\"\n        },\n        {\n            \"title\": \"Gorgeous Plastic Salad\",\n            \"price\": 738,\n            \"description\": \"The automobile layout consists of a front-engine design, with transaxle-type transmissions mounted at the rear of the engine and four wheel drive\",\n            \"thumbnail\": [\n                \"https://picsum.photos/seed/OM9vfpZJ/640/480\"\n            ],\n            \"code\": \"42f20aec-e093-4252-a93f-e9302ac62e09\",\n            \"stock\": 1,\n            \"category\": \"Health\"\n        },\n        {\n            \"title\": \"Electronic Soft Chicken\",\n            \"price\": 51,\n            \"description\": \"The automobile layout consists of a front-engine design, with transaxle-type transmissions mounted at the rear of the engine and four wheel drive\",\n            \"thumbnail\": [\n                \"https://loremflickr.com/640/480?lock=5867552060211200\"\n            ],\n            \"code\": \"9d73afe4-a8cd-4578-8d33-2b45a8e2f806\",\n            \"stock\": 12,\n            \"category\": \"Books\"\n        },\n        {\n            \"title\": \"Bespoke Granite Mouse\",\n            \"price\": 401,\n            \"description\": \"The Apollotech B340 is an affordable wireless mouse with reliable connectivity, 12 months battery life and modern design\",\n            \"thumbnail\": [\n                \"https://loremflickr.com/640/480?lock=1632420176592896\"\n            ],\n            \"code\": \"6b96d28f-27d2-4cb6-a890-ce38d3c4d58c\",\n            \"stock\": 38,\n            \"category\": \"Toys\"\n        },\n        {\n            \"title\": \"Tasty Concrete Keyboard\",\n            \"price\": 158,\n            \"description\": \"New range of formal shirts are designed keeping you in mind. With fits and styling that will make you stand apart\",\n            \"thumbnail\": [\n                \"https://loremflickr.com/640/480?lock=8296638934155264\"\n            ],\n            \"code\": \"1c824f90-c0d3-4a95-b88a-ba9f36411cf6\",\n            \"stock\": 82,\n            \"category\": \"Beauty\"\n        },\n        {\n            \"title\": \"Bespoke Metal Keyboard\",\n            \"price\": 155,\n            \"description\": \"The Football Is Good For Training And Recreational Purposes\",\n            \"thumbnail\": [\n                \"https://loremflickr.com/640/480?lock=350641587224576\"\n            ],\n            \"code\": \"767cba2b-6578-459d-b655-fc692f4bd051\",\n            \"stock\": 95,\n            \"category\": \"Music\"\n        },\n        {\n            \"title\": \"Electronic Metal Fish\",\n            \"price\": 90,\n            \"description\": \"New range of formal shirts are designed keeping you in mind. With fits and styling that will make you stand apart\",\n            \"thumbnail\": [\n                \"https://picsum.photos/seed/0Wb0DzRl/640/480\"\n            ],\n            \"code\": \"680f616d-5e54-48db-80cd-a9a36123dd67\",\n            \"stock\": 84,\n            \"category\": \"Automotive\"\n        },\n        {\n            \"title\": \"Ergonomic Frozen Computer\",\n            \"price\": 310,\n            \"description\": \"The Apollotech B340 is an affordable wireless mouse with reliable connectivity, 12 months battery life and modern design\",\n            \"thumbnail\": [\n                \"https://loremflickr.com/640/480?lock=5065245066264576\"\n            ],\n            \"code\": \"4464c495-b5fd-4c29-beed-4c4e04de0a1a\",\n            \"stock\": 54,\n            \"category\": \"Industrial\"\n        },\n        {\n            \"title\": \"Oriental Metal Chair\",\n            \"price\": 147,\n            \"description\": \"New ABC 13 9370, 13.3, 5th Gen CoreA5-8250U, 8GB RAM, 256GB SSD, power UHD Graphics, OS 10 Home, OS Office A & J 2016\",\n            \"thumbnail\": [\n                \"https://picsum.photos/seed/xKz8E9m/640/480\"\n            ],\n            \"code\": \"58d37188-0dfe-4dd5-8b16-e59470697dca\",\n            \"stock\": 11,\n            \"category\": \"Clothing\"\n        },\n        {\n            \"title\": \"Generic Cotton Tuna\",\n            \"price\": 885,\n            \"description\": \"Ergonomic executive chair upholstered in bonded black leather and PVC padded seat and back for all-day comfort and support\",\n            \"thumbnail\": [\n                \"https://loremflickr.com/640/480?lock=4621968464674816\"\n            ],\n            \"code\": \"01de8018-47ae-41c3-9590-6b6dd06e73f6\",\n            \"stock\": 19,\n            \"category\": \"Toys\"\n        },\n        {\n            \"title\": \"Ergonomic Fresh Computer\",\n            \"price\": 424,\n            \"description\": \"The beautiful range of Apple Naturalé that has an exciting mix of natural ingredients. With the Goodness of 100% Natural Ingredients\",\n            \"thumbnail\": [\n                \"https://picsum.photos/seed/XjXmTO6J/640/480\"\n            ],\n            \"code\": \"b2d5b44d-03a1-476a-8131-91f9b8a99d3a\",\n            \"stock\": 51,\n            \"category\": \"Books\"\n        },\n        {\n            \"title\": \"Refined Bronze Sausages\",\n            \"price\": 965,\n            \"description\": \"Ergonomic executive chair upholstered in bonded black leather and PVC padded seat and back for all-day comfort and support\",\n            \"thumbnail\": [\n                \"https://loremflickr.com/640/480?lock=6227540171554816\"\n            ],\n            \"code\": \"2e521cfc-c93a-40e8-8c16-5f6a6eb2112c\",\n            \"stock\": 98,\n            \"category\": \"Kids\"\n        },\n        {\n            \"title\": \"Electronic Plastic Chair\",\n            \"price\": 779,\n            \"description\": \"The beautiful range of Apple Naturalé that has an exciting mix of natural ingredients. With the Goodness of 100% Natural Ingredients\",\n            \"thumbnail\": [\n                \"https://loremflickr.com/640/480?lock=1849805613563904\"\n            ],\n            \"code\": \"18ee44ac-aff7-4fe3-b6dc-49e10e6d0d42\",\n            \"stock\": 41,\n            \"category\": \"Music\"\n        },\n        {\n            \"title\": \"Handcrafted Steel Car\",\n            \"price\": 125,\n            \"description\": \"The beautiful range of Apple Naturalé that has an exciting mix of natural ingredients. With the Goodness of 100% Natural Ingredients\",\n            \"thumbnail\": [\n                \"https://loremflickr.com/640/480?lock=5486347999510528\"\n            ],\n            \"code\": \"2e75083f-e7db-4703-9baa-cfe2caeae831\",\n            \"stock\": 2,\n            \"category\": \"Outdoors\"\n        },\n        {\n            \"title\": \"Electronic Concrete Bacon\",\n            \"price\": 681,\n            \"description\": \"The Football Is Good For Training And Recreational Purposes\",\n            \"thumbnail\": [\n                \"https://loremflickr.com/640/480?lock=3426574858715136\"\n            ],\n            \"code\": \"82073d0e-3f3e-4aff-b586-5ce3b5292e31\",\n            \"stock\": 31,\n            \"category\": \"Home\"\n        },\n        {\n            \"title\": \"Refined Soft Salad\",\n            \"price\": 165,\n            \"description\": \"The Apollotech B340 is an affordable wireless mouse with reliable connectivity, 12 months battery life and modern design\",\n            \"thumbnail\": [\n                \"https://loremflickr.com/640/480?lock=1112760161140736\"\n            ],\n            \"code\": \"b80f97f6-28c6-42a1-aaac-6d5709112d3c\",\n            \"stock\": 41,\n            \"category\": \"Industrial\"\n        },\n        {\n            \"title\": \"Licensed Fresh Sausages\",\n            \"price\": 25,\n            \"description\": \"New ABC 13 9370, 13.3, 5th Gen CoreA5-8250U, 8GB RAM, 256GB SSD, power UHD Graphics, OS 10 Home, OS Office A & J 2016\",\n            \"thumbnail\": [\n                \"https://loremflickr.com/640/480?lock=1703853737115648\"\n            ],\n            \"code\": \"ebf7a77a-a19a-440c-914e-512091901d67\",\n            \"stock\": 96,\n            \"category\": \"Kids\"\n        },\n        {\n            \"title\": \"Fantastic Granite Pizza\",\n            \"price\": 952,\n            \"description\": \"The beautiful range of Apple Naturalé that has an exciting mix of natural ingredients. With the Goodness of 100% Natural Ingredients\",\n            \"thumbnail\": [\n                \"https://picsum.photos/seed/pWOycqrmC4/640/480\"\n            ],\n            \"code\": \"2075e295-51c9-4d5d-a158-3bc7dac26f0a\",\n            \"stock\": 75,\n            \"category\": \"Outdoors\"\n        },\n        {\n            \"title\": \"Practical Metal Chips\",\n            \"price\": 683,\n            \"description\": \"Ergonomic executive chair upholstered in bonded black leather and PVC padded seat and back for all-day comfort and support\",\n            \"thumbnail\": [\n                \"https://picsum.photos/seed/7hLRXzmxd/640/480\"\n            ],\n            \"code\": \"3ed12437-7f10-46c9-8e1a-df276355c0cb\",\n            \"stock\": 91,\n            \"category\": \"Music\"\n        },\n        {\n            \"title\": \"Oriental Fresh Chips\",\n            \"price\": 631,\n            \"description\": \"The Apollotech B340 is an affordable wireless mouse with reliable connectivity, 12 months battery life and modern design\",\n            \"thumbnail\": [\n                \"https://picsum.photos/seed/6psL2V0Yj/640/480\"\n            ],\n            \"code\": \"b578a5ed-e8c4-4f57-a962-9d870619d575\",\n            \"stock\": 44,\n            \"category\": \"Outdoors\"\n        },\n        {\n            \"title\": \"Licensed Fresh Pizza\",\n            \"price\": 206,\n            \"description\": \"The Football Is Good For Training And Recreational Purposes\",\n            \"thumbnail\": [\n                \"https://loremflickr.com/640/480?lock=8075191206805504\"\n            ],\n            \"code\": \"df223a7f-6f95-4bbc-8a6b-e2a342781798\",\n            \"stock\": 26,\n            \"category\": \"Garden\"\n        },\n        {\n            \"title\": \"Awesome Plastic Ball\",\n            \"price\": 214,\n            \"description\": \"New range of formal shirts are designed keeping you in mind. With fits and styling that will make you stand apart\",\n            \"thumbnail\": [\n                \"https://loremflickr.com/640/480?lock=747153987207168\"\n            ],\n            \"code\": \"4f1422af-3927-4fc6-bdb9-50db8e2ab851\",\n            \"stock\": 27,\n            \"category\": \"Health\"\n        },\n        {\n            \"title\": \"Bespoke Concrete Bike\",\n            \"price\": 975,\n            \"description\": \"Boston's most advanced compression wear technology increases muscle oxygenation, stabilizes active muscles\",\n            \"thumbnail\": [\n                \"https://loremflickr.com/640/480?lock=4523472933879808\"\n            ],\n            \"code\": \"eb0152af-92f6-4cdd-b4de-fea30a58a973\",\n            \"stock\": 91,\n            \"category\": \"Tools\"\n        },\n        {\n            \"title\": \"Oriental Wooden Computer\",\n            \"price\": 207,\n            \"description\": \"The Football Is Good For Training And Recreational Purposes\",\n            \"thumbnail\": [\n                \"https://picsum.photos/seed/VptjM/640/480\"\n            ],\n            \"code\": \"0b0f4594-1337-4ff4-9671-c185ab39900b\",\n            \"stock\": 13,\n            \"category\": \"Beauty\"\n        },\n        {\n            \"title\": \"Rustic Concrete Ball\",\n            \"price\": 196,\n            \"description\": \"The Nagasaki Lander is the trademarked name of several series of Nagasaki sport bikes, that started with the 1984 ABC800J\",\n            \"thumbnail\": [\n                \"https://loremflickr.com/640/480?lock=292127877627904\"\n            ],\n            \"code\": \"eb61fd15-c5a6-4b75-b386-4315466453ed\",\n            \"stock\": 9,\n            \"category\": \"Clothing\"\n        },\n        {\n            \"title\": \"Luxurious Bronze Salad\",\n            \"price\": 708,\n            \"description\": \"Carbonite web goalkeeper gloves are ergonomically designed to give easy fit\",\n            \"thumbnail\": [\n                \"https://picsum.photos/seed/4dnghuHY/640/480\"\n            ],\n            \"code\": \"275cbc10-8b1d-43de-be6d-53574a06ca87\",\n            \"stock\": 50,\n            \"category\": \"Sports\"\n        },\n        {\n            \"title\": \"Handmade Wooden Soap\",\n            \"price\": 701,\n            \"description\": \"Carbonite web goalkeeper gloves are ergonomically designed to give easy fit\",\n            \"thumbnail\": [\n                \"https://picsum.photos/seed/JbwGvxKr/640/480\"\n            ],\n            \"code\": \"8386ae29-997f-4eab-b41f-246c576d8b42\",\n            \"stock\": 31,\n            \"category\": \"Shoes\"\n        },\n        {\n            \"title\": \"Handmade Bronze Pizza\",\n            \"price\": 287,\n            \"description\": \"Boston's most advanced compression wear technology increases muscle oxygenation, stabilizes active muscles\",\n            \"thumbnail\": [\n                \"https://loremflickr.com/640/480?lock=4812021507817472\"\n            ],\n            \"code\": \"a314f12b-b7ec-46ba-8204-184d036dc5af\",\n            \"stock\": 34,\n            \"category\": \"Electronics\"\n        },\n        {\n            \"title\": \"Luxurious Plastic Ball\",\n            \"price\": 963,\n            \"description\": \"The Nagasaki Lander is the trademarked name of several series of Nagasaki sport bikes, that started with the 1984 ABC800J\",\n            \"thumbnail\": [\n                \"https://loremflickr.com/640/480?lock=5891961084968960\"\n            ],\n            \"code\": \"1a9e91bc-eccd-43b0-b18a-51ad216bc508\",\n            \"stock\": 19,\n            \"category\": \"Music\"\n        },\n        {\n            \"title\": \"Handcrafted Metal Pants\",\n            \"price\": 354,\n            \"description\": \"Andy shoes are designed to keeping in mind durability as well as trends, the most stylish range of shoes & sandals\",\n            \"thumbnail\": [\n                \"https://loremflickr.com/640/480?lock=6411427090792448\"\n            ],\n            \"code\": \"89a4e068-f1f8-42ad-b9d8-32fa5a4fedcb\",\n            \"stock\": 32,\n            \"category\": \"Toys\"\n        },\n        {\n            \"title\": \"Unbranded Plastic Chair\",\n            \"price\": 151,\n            \"description\": \"The Football Is Good For Training And Recreational Purposes\",\n            \"thumbnail\": [\n                \"https://picsum.photos/seed/0Y9xuTay/640/480\"\n            ],\n            \"code\": \"6da01c92-ed86-4011-be9d-938c84004f63\",\n            \"stock\": 67,\n            \"category\": \"Outdoors\"\n        },\n        {\n            \"title\": \"Elegant Rubber Computer\",\n            \"price\": 319,\n            \"description\": \"The slim & simple Maple Gaming Keyboard from Dev Byte comes with a sleek body and 7- Color RGB LED Back-lighting for smart functionality\",\n            \"thumbnail\": [\n                \"https://picsum.photos/seed/YQQZv/640/480\"\n            ],\n            \"code\": \"a8ff4938-ce98-4c35-86b4-7929bb5179cd\",\n            \"stock\": 59,\n            \"category\": \"Beauty\"\n        },\n        {\n            \"title\": \"Handcrafted Concrete Shirt\",\n            \"price\": 687,\n            \"description\": \"The beautiful range of Apple Naturalé that has an exciting mix of natural ingredients. With the Goodness of 100% Natural Ingredients\",\n            \"thumbnail\": [\n                \"https://loremflickr.com/640/480?lock=6610393956876288\"\n            ],\n            \"code\": \"eee60d86-da18-4e7b-b742-46a89f07c13e\",\n            \"stock\": 24,\n            \"category\": \"Music\"\n        },\n        {\n            \"title\": \"Modern Bronze Chicken\",\n            \"price\": 360,\n            \"description\": \"Ergonomic executive chair upholstered in bonded black leather and PVC padded seat and back for all-day comfort and support\",\n            \"thumbnail\": [\n                \"https://picsum.photos/seed/BZU9foYNp/640/480\"\n            ],\n            \"code\": \"47095eb7-a53a-4c80-a01c-6b805e762c62\",\n            \"stock\": 70,\n            \"category\": \"Outdoors\"\n        },\n        {\n            \"title\": \"Sleek Granite Bike\",\n            \"price\": 107,\n            \"description\": \"The beautiful range of Apple Naturalé that has an exciting mix of natural ingredients. With the Goodness of 100% Natural Ingredients\",\n            \"thumbnail\": [\n                \"https://picsum.photos/seed/6fxhBxP/640/480\"\n            ],\n            \"code\": \"e37bc6e7-613a-4b2d-99ee-c1897c9a23b8\",\n            \"stock\": 83,\n            \"category\": \"Garden\"\n        },\n        {\n            \"title\": \"Incredible Fresh Ball\",\n            \"price\": 477,\n            \"description\": \"Ergonomic executive chair upholstered in bonded black leather and PVC padded seat and back for all-day comfort and support\",\n            \"thumbnail\": [\n                \"https://picsum.photos/seed/PO0KY/640/480\"\n            ],\n            \"code\": \"62e80faf-9762-4c6e-aa8b-2e7e8cfee89d\",\n            \"stock\": 53,\n            \"category\": \"Games\"\n        },\n        {\n            \"title\": \"Modern Steel Salad\",\n            \"price\": 18,\n            \"description\": \"The Apollotech B340 is an affordable wireless mouse with reliable connectivity, 12 months battery life and modern design\",\n            \"thumbnail\": [\n                \"https://picsum.photos/seed/fmiJkVNF/640/480\"\n            ],\n            \"code\": \"3fa999fe-7df2-4797-8667-3bd3a1218fa6\",\n            \"stock\": 62,\n            \"category\": \"Jewelery\"\n        },\n        {\n            \"title\": \"Fantastic Cotton Cheese\",\n            \"price\": 863,\n            \"description\": \"New range of formal shirts are designed keeping you in mind. With fits and styling that will make you stand apart\",\n            \"thumbnail\": [\n                \"https://picsum.photos/seed/Q4ulf/640/480\"\n            ],\n            \"code\": \"66034960-38dd-4b9e-b577-73bd1d5a8b5d\",\n            \"stock\": 57,\n            \"category\": \"Toys\"\n        },\n        {\n            \"title\": \"Oriental Metal Chair\",\n            \"price\": 810,\n            \"description\": \"The automobile layout consists of a front-engine design, with transaxle-type transmissions mounted at the rear of the engine and four wheel drive\",\n            \"thumbnail\": [\n                \"https://picsum.photos/seed/eRcRbPaNW/640/480\"\n            ],\n            \"code\": \"77afbb3a-f459-4dfd-8252-37133b9e40f0\",\n            \"stock\": 10,\n            \"category\": \"Baby\"\n        },\n        {\n            \"title\": \"Practical Soft Table\",\n            \"price\": 585,\n            \"description\": \"The slim & simple Maple Gaming Keyboard from Dev Byte comes with a sleek body and 7- Color RGB LED Back-lighting for smart functionality\",\n            \"thumbnail\": [\n                \"https://picsum.photos/seed/abfNoT/640/480\"\n            ],\n            \"code\": \"a5da8173-6be9-4a07-9cd0-d42dfd3e4b4d\",\n            \"stock\": 81,\n            \"category\": \"Health\"\n        },\n        {\n            \"title\": \"Gorgeous Bronze Shirt\",\n            \"price\": 915,\n            \"description\": \"Ergonomic executive chair upholstered in bonded black leather and PVC padded seat and back for all-day comfort and support\",\n            \"thumbnail\": [\n                \"https://picsum.photos/seed/di8fDjEbc/640/480\"\n            ],\n            \"code\": \"7289e0ab-ba9f-4730-8b19-0703ddd451cf\",\n            \"stock\": 83,\n            \"category\": \"Kids\"\n        },\n        {\n            \"title\": \"Small Fresh Chair\",\n            \"price\": 195,\n            \"description\": \"Boston's most advanced compression wear technology increases muscle oxygenation, stabilizes active muscles\",\n            \"thumbnail\": [\n                \"https://loremflickr.com/640/480?lock=2790533294456832\"\n            ],\n            \"code\": \"d4ea6443-2eb9-4b49-837a-b5ee0f9130d5\",\n            \"stock\": 70,\n            \"category\": \"Health\"\n        },\n        {\n            \"title\": \"Awesome Metal Soap\",\n            \"price\": 12,\n            \"description\": \"The Apollotech B340 is an affordable wireless mouse with reliable connectivity, 12 months battery life and modern design\",\n            \"thumbnail\": [\n                \"https://picsum.photos/seed/HTee1/640/480\"\n            ],\n            \"code\": \"aba2e07d-78f1-4780-a29c-d2e7517feb21\",\n            \"stock\": 40,\n            \"category\": \"Music\"\n        }\n    ]\n}"}],"_postman_id":"fefecf7c-96e1-45b4-8f59-eaed77c28192"}],"id":"ccfe4220-8343-4051-8c45-e833ce2c6e00","_postman_id":"ccfe4220-8343-4051-8c45-e833ce2c6e00","description":""},{"name":"Logger","item":[{"name":"Test Loggers","id":"2a88591e-233f-46bf-bb40-f0ad96d5ff25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"2a88591e-233f-46bf-bb40-f0ad96d5ff25"}],"id":"bd10739d-ac2f-41f4-9295-34cb4a73c1bf","_postman_id":"bd10739d-ac2f-41f4-9295-34cb4a73c1bf","description":""}]}