{"info":{"_postman_id":"0de4a9f7-1998-4bf0-8e4b-2d595ad99e69","name":"Sinbad-Test","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"6367350","collectionId":"0de4a9f7-1998-4bf0-8e4b-2d595ad99e69","publishedId":"TVeqcShB","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-11-17T08:52:41.000Z"},"item":[{"name":"Users","item":[{"name":"CREATE user","id":"21a0acba-388a-4e9d-a648-d3d902ab04fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"fullName\": \"Christopher Hitchens\",\n    \"password\": \"hitcslap123\",\n    \"email\": \"christopher.hitch@mail.com\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/users/create","urlObject":{"protocol":"http","port":"3000","path":["users","create"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"096e25a2-1020-487e-94b4-d5fab555cc14","name":"CREATE user","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"fullName\": \"Christopher Hitchens\",\n    \"password\": \"hitcslap123\",\n    \"email\": \"christopher.hitch@mail.com\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/users/create"},"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":"72"},{"key":"ETag","value":"W/\"48-0XstjExyILMRoJeJWMKpZ8NwZvo\""},{"key":"Date","value":"Wed, 18 Nov 2020 03:15:04 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 201,\n    \"message\": \"Christopher Hitchens successfully created\"\n}"}],"_postman_id":"21a0acba-388a-4e9d-a648-d3d902ab04fd"},{"name":"GET user by ID","id":"4db47b02-4d12-4231-9905-493de41666b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/users/f1871905-de78-4813-b0f9-9ae3cb1e7fe6","urlObject":{"protocol":"http","port":"3000","path":["users","f1871905-de78-4813-b0f9-9ae3cb1e7fe6"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e155d433-2d68-4ba3-ae24-ffcffe41dfe9","name":"GET user by ID","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/users/f1871905-de78-4813-b0f9-9ae3cb1e7fe6"},"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":"156"},{"key":"ETag","value":"W/\"9c-63e8k9RXG81rcAjbh8Xc8IT+9dU\""},{"key":"Date","value":"Wed, 18 Nov 2020 06:06:51 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"data\": {\n        \"userId\": \"f1871905-de78-4813-b0f9-9ae3cb1e7fe6\",\n        \"fullName\": \"C. Hitchens\",\n        \"email\": \"c.hitchens@mail.com\",\n        \"password\": \"hitchslap101\"\n    }\n}"}],"_postman_id":"4db47b02-4d12-4231-9905-493de41666b0"},{"name":"GET all users","id":"32cbbb0a-732d-4532-8302-3538ff775308","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/users","urlObject":{"protocol":"http","port":"3000","path":["users"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"006018d0-7777-4f57-8918-4dc56161be0e","name":"GET all users","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/users"},"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":"293"},{"key":"ETag","value":"W/\"125-V9SBs7XEK5Jap5xIZHRgHPy9yM4\""},{"key":"Date","value":"Wed, 18 Nov 2020 06:05:31 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"data\": [\n        {\n            \"userId\": \"f1871905-de78-4813-b0f9-9ae3cb1e7fe6\",\n            \"fullName\": \"C. Hitchens\",\n            \"email\": \"c.hitchens@mail.com\",\n            \"password\": \"hitchslap101\"\n        },\n        {\n            \"userId\": \"354b5cd2-b33b-41b5-b559-9c74afd07b1d\",\n            \"fullName\": \"Richard feynman\",\n            \"email\": \"dick.feynman@mail.com\",\n            \"password\": \"physics101\"\n        }\n    ]\n}"},{"id":"6f28cf89-37b1-4070-83d3-e3d28d961172","name":"GET all users","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/users"},"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":"173"},{"key":"ETag","value":"W/\"ad-9KQv0gBdJ8cshF1RxOALOHM04Og\""},{"key":"Date","value":"Wed, 18 Nov 2020 03:15:07 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"data\": [\n        {\n            \"userId\": \"f1871905-de78-4813-b0f9-9ae3cb1e7fe6\",\n            \"fullName\": \"Christopher Hitchens\",\n            \"email\": \"christopher.hitch@mail.com\",\n            \"password\": \"hitcslap123\"\n        }\n    ]\n}"}],"_postman_id":"32cbbb0a-732d-4532-8302-3538ff775308"},{"name":"UPDATE user","id":"06f9c5ba-9f93-454a-8beb-963e580db776","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"fullName\": \"C. Hitchens\",\n    \"password\": \"hitchslap101\",\n    \"email\": \"c.hitchens@mail.com\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/users/update/f1871905-de78-4813-b0f9-9ae3cb1e7fe6","urlObject":{"protocol":"http","port":"3000","path":["users","update","f1871905-de78-4813-b0f9-9ae3cb1e7fe6"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9094dc09-c218-43c7-a24d-2e7520189995","name":"UPDATE user","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"fullName\": \"C. Hitchens\",\n    \"password\": \"hitchslap101\",\n    \"email\": \"c.hitchens@mail.com\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/users/update/f1871905-de78-4813-b0f9-9ae3cb1e7fe6"},"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":"156"},{"key":"ETag","value":"W/\"9c-63e8k9RXG81rcAjbh8Xc8IT+9dU\""},{"key":"Date","value":"Wed, 18 Nov 2020 06:04:22 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"data\": {\n        \"userId\": \"f1871905-de78-4813-b0f9-9ae3cb1e7fe6\",\n        \"fullName\": \"C. Hitchens\",\n        \"email\": \"c.hitchens@mail.com\",\n        \"password\": \"hitchslap101\"\n    }\n}"}],"_postman_id":"06f9c5ba-9f93-454a-8beb-963e580db776"},{"name":"DELETE user","id":"15aba769-4f8c-409f-be0d-bb1e01f14533","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3000/users/delete/354b5cd2-b33b-41b5-b559-9c74afd07b1d","urlObject":{"protocol":"http","port":"3000","path":["users","delete","354b5cd2-b33b-41b5-b559-9c74afd07b1d"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ed357a24-eb91-4e6f-bd54-a310f292dd7c","name":"DELETE user","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:3000/users/delete/354b5cd2-b33b-41b5-b559-9c74afd07b1d"},"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":"56"},{"key":"ETag","value":"W/\"38-KRDS5jy64/VtlmiArKUmXGSFTQQ\""},{"key":"Date","value":"Wed, 18 Nov 2020 06:05:52 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"message\": \"User successfully deleted\"\n}"}],"_postman_id":"15aba769-4f8c-409f-be0d-bb1e01f14533"}],"id":"216f6a3b-a29d-4a0e-b494-d634ae61ad44","_postman_id":"216f6a3b-a29d-4a0e-b494-d634ae61ad44","description":""},{"name":"Products","item":[{"name":"CREATE product","id":"4c1ee042-27eb-4d4e-b9d4-56995d14dd30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Ice Cube\",\n    \"price\": 4000\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/products/create","urlObject":{"protocol":"http","port":"3000","path":["products","create"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9c98f2f3-6365-4f9a-8e04-84f80bc9c3c3","name":"CREATE product","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Ice Cube\",\n    \"price\": 4000\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/products/create"},"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":"60"},{"key":"ETag","value":"W/\"3c-ktAdxPwZqton2PLsYl1VNnyylg4\""},{"key":"Date","value":"Wed, 18 Nov 2020 06:06:13 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 201,\n    \"message\": \"Ice Cube successfully created\"\n}"}],"_postman_id":"4c1ee042-27eb-4d4e-b9d4-56995d14dd30"},{"name":"GET product","id":"1ef11766-f583-4e97-ab1a-076e7e3931ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/products/0c2d0316-1805-4510-a335-49da858584af","urlObject":{"protocol":"http","port":"3000","path":["products","0c2d0316-1805-4510-a335-49da858584af"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7817f508-283d-4ce4-aa9a-4897fa586834","name":"GET product","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/products/0c2d0316-1805-4510-a335-49da858584af"},"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":"119"},{"key":"ETag","value":"W/\"77-raaIRzyY20nykI6x+Hv11S+7lL8\""},{"key":"Date","value":"Wed, 18 Nov 2020 06:07:38 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"data\": {\n        \"productId\": \"0c2d0316-1805-4510-a335-49da858584af\",\n        \"name\": \"Spongebob spatula\",\n        \"price\": 19000\n    }\n}"}],"_postman_id":"1ef11766-f583-4e97-ab1a-076e7e3931ff"},{"name":"GET all products","id":"e8d1543b-63c1-4d75-8b51-7934e5c24633","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/products","urlObject":{"protocol":"http","port":"3000","path":["products"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"eb73d8da-2e37-4d09-b013-0f04ce7db1c5","name":"GET all products","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/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":"386"},{"key":"ETag","value":"W/\"182-E2SAdGPIqhGjf6dyBcXHrINjqok\""},{"key":"Date","value":"Wed, 18 Nov 2020 06:07:09 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"data\": [\n        {\n            \"productId\": \"0c2d0316-1805-4510-a335-49da858584af\",\n            \"name\": \"Spongebob spatula\",\n            \"price\": 19000\n        },\n        {\n            \"productId\": \"9df9fe28-a71e-46e3-8092-97da51a2769c\",\n            \"name\": \"Patrick rock\",\n            \"price\": 33000\n        },\n        {\n            \"productId\": \"9dbaa867-4664-411b-9121-3353c556fab1\",\n            \"name\": \"Squidward flute\",\n            \"price\": 10000\n        },\n        {\n            \"productId\": \"a08dd8b3-962e-4c78-8dbc-154e4752a9ba\",\n            \"name\": \"Ice Cube\",\n            \"price\": 4000\n        }\n    ]\n}"}],"_postman_id":"e8d1543b-63c1-4d75-8b51-7934e5c24633"},{"name":"UPDATE product","id":"887d5169-7bba-413d-ad95-77031b4be7c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Spongebob idiot box\",\n    \"price\": 1000\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/products/update/0c2d0316-1805-4510-a335-49da858584af","urlObject":{"protocol":"http","port":"3000","path":["products","update","0c2d0316-1805-4510-a335-49da858584af"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1591d8e6-21ed-4976-987f-f9a081a8ee16","name":"UPDATE product","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Spongebob idiot box\",\n    \"price\": 1000\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/products/update/0c2d0316-1805-4510-a335-49da858584af"},"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":"120"},{"key":"ETag","value":"W/\"78-/Ae2w2rWINQoWsgZJTFoh7zuR8Y\""},{"key":"Date","value":"Wed, 18 Nov 2020 06:09:41 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"data\": {\n        \"productId\": \"0c2d0316-1805-4510-a335-49da858584af\",\n        \"name\": \"Spongebob idiot box\",\n        \"price\": 1000\n    }\n}"}],"_postman_id":"887d5169-7bba-413d-ad95-77031b4be7c6"},{"name":"DELETE product","id":"4b62a580-4e5d-4fd5-904c-843721bc951a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3000/products/delete/a08dd8b3-962e-4c78-8dbc-154e4752a9ba","urlObject":{"protocol":"http","port":"3000","path":["products","delete","a08dd8b3-962e-4c78-8dbc-154e4752a9ba"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"14a5d73e-2d99-4601-ae0d-e26259bd1547","name":"DELETE product","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:3000/products/delete/a08dd8b3-962e-4c78-8dbc-154e4752a9ba"},"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":"59"},{"key":"ETag","value":"W/\"3b-RPn9biR+xJk6jyyO3wwX+b9QAaI\""},{"key":"Date","value":"Wed, 18 Nov 2020 06:10:17 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"message\": \"Product successfully deleted\"\n}"}],"_postman_id":"4b62a580-4e5d-4fd5-904c-843721bc951a"}],"id":"9daeda29-8c63-4dae-a7f2-f3a887ac2919","_postman_id":"9daeda29-8c63-4dae-a7f2-f3a887ac2919","description":""},{"name":"Promotions","item":[{"name":"CREATE promotion","id":"9b6cba25-9099-4c42-9e44-ede509c6a959","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"No nut november promo\",\n    \"discount\": \"0.5\",\n    \"startDate\": \"2020-11-15T17:36:10.705Z\",\n    \"endDate\": \"2020-11-30T17:36:10.705Z\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/promotions/create","urlObject":{"protocol":"http","port":"3000","path":["promotions","create"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"2377fffb-e257-49db-9e4a-b004ae97792b","name":"CREATE promotion","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"No nut november promo\",\n    \"discount\": \"0.5\",\n    \"startDate\": \"2020-11-15T17:36:10.705Z\",\n    \"endDate\": \"2020-11-30T17:36:10.705Z\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/promotions/create"},"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":"73"},{"key":"ETag","value":"W/\"49-gNasvgdPeDI5iuBcnZsTFJJ/RAM\""},{"key":"Date","value":"Wed, 18 Nov 2020 06:11:17 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 201,\n    \"message\": \"No nut november promo successfully created\"\n}"}],"_postman_id":"9b6cba25-9099-4c42-9e44-ede509c6a959"},{"name":"GET promotion","id":"f158498f-8b54-4d9e-ba38-06e352e6f84e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/promotions/fbfc6aa3-5e10-467c-8bd7-c34370e7eb14","urlObject":{"protocol":"http","port":"3000","path":["promotions","fbfc6aa3-5e10-467c-8bd7-c34370e7eb14"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c44c3167-169a-4028-adcc-f9ac260cb22e","name":"GET promotion","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/promotions/fbfc6aa3-5e10-467c-8bd7-c34370e7eb14"},"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":"194"},{"key":"ETag","value":"W/\"c2-555npcaUCTzXmiMBGvTnjuHLtts\""},{"key":"Date","value":"Wed, 18 Nov 2020 06:11:57 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"data\": {\n        \"promoId\": \"fbfc6aa3-5e10-467c-8bd7-c34370e7eb14\",\n        \"title\": \"New year promo\",\n        \"discount\": \"0.4\",\n        \"startDate\": \"2020-12-25T17:36:10.705Z\",\n        \"endDate\": \"2021-01-01T17:36:10.705Z\"\n    }\n}"}],"_postman_id":"f158498f-8b54-4d9e-ba38-06e352e6f84e"},{"name":"GET all promotions","id":"9f85cdb3-89f3-4223-a5de-82a251bc3b36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/promotions/","urlObject":{"protocol":"http","port":"3000","path":["promotions",""],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"22ede95b-f733-4cec-97ef-a6acd8625fbe","name":"GET all promotions","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/promotions/"},"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":"713"},{"key":"ETag","value":"W/\"2c9-qeyVvR81uqH3/OEPhbgsT/5/55c\""},{"key":"Date","value":"Wed, 18 Nov 2020 06:11:47 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"data\": [\n        {\n            \"promoId\": \"fbfc6aa3-5e10-467c-8bd7-c34370e7eb14\",\n            \"title\": \"New year promo\",\n            \"discount\": \"0.4\",\n            \"startDate\": \"2020-12-25T17:36:10.705Z\",\n            \"endDate\": \"2021-01-01T17:36:10.705Z\"\n        },\n        {\n            \"promoId\": \"82da1504-d5d9-453c-8b3b-aa4ea4041dd0\",\n            \"title\": \"Christmas promo\",\n            \"discount\": \"0.3\",\n            \"startDate\": \"2020-11-19T17:36:10.705Z\",\n            \"endDate\": \"2020-12-25T17:36:10.705Z\"\n        },\n        {\n            \"promoId\": \"8c08c011-d972-4946-afcc-46ad090be261\",\n            \"title\": \"Half price promo\",\n            \"discount\": \"0.5\",\n            \"startDate\": \"2020-11-16T17:36:10.705Z\",\n            \"endDate\": \"2020-11-20T17:36:10.705Z\"\n        },\n        {\n            \"promoId\": \"e1303c28-1ea5-4772-afd0-a1a41920fea6\",\n            \"title\": \"No nut november promo\",\n            \"discount\": \"0.5\",\n            \"startDate\": \"2020-11-15T17:36:10.705Z\",\n            \"endDate\": \"2020-11-30T17:36:10.705Z\"\n        }\n    ]\n}"}],"_postman_id":"9f85cdb3-89f3-4223-a5de-82a251bc3b36"},{"name":"UPDATE promotion","id":"571eee39-2fb2-45d0-af51-3c5235959260","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"Christmas Big promo\",\n    \"discount\": \"0.4\",\n    \"startDate\": \"2020-11-30T17:36:10.705Z\",\n    \"endDate\": \"2020-11-25T17:36:10.705Z\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/promotions/update/01b2625c-d606-4758-be54-1c46f6ca61b9","urlObject":{"protocol":"http","port":"3000","path":["promotions","update","01b2625c-d606-4758-be54-1c46f6ca61b9"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"571eee39-2fb2-45d0-af51-3c5235959260"},{"name":"DELETE promotion","id":"da630b21-c879-46be-b22c-6d99d5adc1f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3000/promotions/delete/d14f8f05-dd86-46b4-9958-6fcc709d1e26","urlObject":{"protocol":"http","port":"3000","path":["promotions","delete","d14f8f05-dd86-46b4-9958-6fcc709d1e26"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"da630b21-c879-46be-b22c-6d99d5adc1f0"}],"id":"06aada02-cd2d-4670-9301-ff481c350ed5","_postman_id":"06aada02-cd2d-4670-9301-ff481c350ed5","description":""},{"name":"Promotion Details","item":[{"name":"CREATE promotion detail","id":"46008645-b9ac-461e-97da-f42418a4977c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"productId\": \"4930cb86-6c87-40a3-8b49-2c1f8ea61997\",\n    \"promoId\": \"01b2625c-d606-4758-be54-1c46f6ca61b9\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/promo-details/create","urlObject":{"protocol":"http","port":"3000","path":["promo-details","create"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"46008645-b9ac-461e-97da-f42418a4977c"},{"name":"GET promotion detail","id":"d5ab4660-926f-4a08-9caa-d0d03ca3c6fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/promo-details/5c5da942-0e20-4516-87f3-0de6b3201547","urlObject":{"protocol":"http","port":"3000","path":["promo-details","5c5da942-0e20-4516-87f3-0de6b3201547"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d5ab4660-926f-4a08-9caa-d0d03ca3c6fb"},{"name":"GET all promotion detail","id":"035e6bad-6c4c-4857-8033-65ab1a824864","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/promo-details/","urlObject":{"protocol":"http","port":"3000","path":["promo-details",""],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"035e6bad-6c4c-4857-8033-65ab1a824864"},{"name":"EDIT promotion detail","id":"95569bc9-d61a-437f-9889-8a523be0d3c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"promoId\": \"2a4978f6-1387-43e4-be1c-8acb701a4eda\",\n    \"productId\": \"fdaaf2a7-7c68-4edf-a833-43843433bb91\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/promo-details/update/5c5da942-0e20-4516-87f3-0de6b3201547","urlObject":{"protocol":"http","port":"3000","path":["promo-details","update","5c5da942-0e20-4516-87f3-0de6b3201547"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"95569bc9-d61a-437f-9889-8a523be0d3c1"},{"name":"DELETE promotion detail","id":"0eebe4b8-7084-47cc-a83c-b020d6b2045f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3000/promo-details/delete/5c5da942-0e20-4516-87f3-0de6b3201547","urlObject":{"protocol":"http","port":"3000","path":["promo-details","delete","5c5da942-0e20-4516-87f3-0de6b3201547"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0eebe4b8-7084-47cc-a83c-b020d6b2045f"}],"id":"7f130d34-89c7-410c-921e-f7def3ef309a","_postman_id":"7f130d34-89c7-410c-921e-f7def3ef309a","description":""},{"name":"Orders","item":[{"name":"Buy product with promo","id":"c74f545a-2694-4e14-8da4-fb2640af276b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"productId\": \"0c2d0316-1805-4510-a335-49da858584af\",\n    \"userId\": \"f1871905-de78-4813-b0f9-9ae3cb1e7fe6\",\n    \"promoDetailId\": \"319e2084-af54-47e5-be47-25697db7f852\",\n    \"qty\": 4\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/orders/buy","urlObject":{"protocol":"http","port":"3000","path":["orders","buy"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1ea23d0a-9a47-43d8-b36d-0b3a5db7b619","name":"Buy product","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"productId\": \"0c2d0316-1805-4510-a335-49da858584af\",\n    \"userId\": \"f1871905-de78-4813-b0f9-9ae3cb1e7fe6\",\n    \"promoDetailId\": \"319e2084-af54-47e5-be47-25697db7f852\",\n    \"qty\": 4\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/orders/buy"},"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":"427"},{"key":"ETag","value":"W/\"1ab-t19RYwYDi2D5ew6dPE2H/sOGDGY\""},{"key":"Date","value":"Wed, 18 Nov 2020 05:59:53 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 201,\n    \"message\": \"Order successfully created\",\n    \"data\": {\n        \"order\": {\n            \"userId\": \"f1871905-de78-4813-b0f9-9ae3cb1e7fe6\",\n            \"promoDetailId\": \"319e2084-af54-47e5-be47-25697db7f852\",\n            \"qty\": 4,\n            \"productPrice\": 19000,\n            \"disc\": \"0.5\",\n            \"total\": 38000,\n            \"orderId\": \"539679ce-b67e-4a8c-8867-030a83bc7b10\",\n            \"createdAt\": \"2020-11-17T22:59:53.677Z\"\n        },\n        \"product\": {\n            \"productId\": \"0c2d0316-1805-4510-a335-49da858584af\",\n            \"name\": \"Spongebob spatula\",\n            \"price\": 19000\n        }\n    }\n}"},{"id":"4062f964-b49f-4495-9688-9a31915e5778","name":"Buy product with upcoming/outdated promo ","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"productId\": \"0c2d0316-1805-4510-a335-49da858584af\",\n    \"userId\": \"f1871905-de78-4813-b0f9-9ae3cb1e7fe6\",\n    \"promoDetailId\": \"75870e01-f081-4f68-829f-0b55ebfd7188\",\n    \"qty\": 4\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/orders/buy"},"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":"81"},{"key":"ETag","value":"W/\"51-XW3HULbynhxNFaRrIHLxPMIgoHI\""},{"key":"Date","value":"Wed, 18 Nov 2020 06:14:15 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 404,\n    \"error\": \"Not Found\",\n    \"message\": \"Promo cannot be used for today\"\n}"}],"_postman_id":"c74f545a-2694-4e14-8da4-fb2640af276b"},{"name":"Buy product","id":"ddb91e1c-0d0a-4638-a3c5-cd7b4c2a77b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"productId\": \"0c2d0316-1805-4510-a335-49da858584af\",\n    \"userId\": \"f1871905-de78-4813-b0f9-9ae3cb1e7fe6\",\n    \"qty\": 2\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/orders/buy","urlObject":{"protocol":"http","port":"3000","path":["orders","buy"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"871cc40e-c1e1-4e14-8c61-fd0df2c7fdf1","name":"Buy product","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"productId\": \"0c2d0316-1805-4510-a335-49da858584af\",\n    \"userId\": \"f1871905-de78-4813-b0f9-9ae3cb1e7fe6\",\n    \"qty\": 2\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/orders/buy"},"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":"392"},{"key":"ETag","value":"W/\"188-TKO6KJYaycjo61NHYCl8rnTddlQ\""},{"key":"Date","value":"Wed, 18 Nov 2020 04:06:48 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 201,\n    \"message\": \"Order successfully created\",\n    \"data\": {\n        \"order\": {\n            \"userId\": \"f1871905-de78-4813-b0f9-9ae3cb1e7fe6\",\n            \"qty\": 2,\n            \"productPrice\": 19000,\n            \"total\": 38000,\n            \"promoDetailId\": null,\n            \"disc\": null,\n            \"orderId\": \"9f4ac108-ee2d-4648-8b02-62f67770cf78\",\n            \"createdAt\": \"2020-11-17T21:06:48.381Z\"\n        },\n        \"product\": {\n            \"productId\": \"0c2d0316-1805-4510-a335-49da858584af\",\n            \"name\": \"Spongebob spatula\",\n            \"price\": 19000\n        }\n    }\n}"}],"_postman_id":"ddb91e1c-0d0a-4638-a3c5-cd7b4c2a77b3"},{"name":"GET order by userID","id":"ee02be48-5e6b-423c-bd35-486571c82f94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/orders/userId/f1871905-de78-4813-b0f9-9ae3cb1e7fe6","urlObject":{"protocol":"http","port":"3000","path":["orders","userId","f1871905-de78-4813-b0f9-9ae3cb1e7fe6"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"148b3bab-29ba-4ccf-a084-884205522416","name":"GET order by userID","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/orders/userId/f1871905-de78-4813-b0f9-9ae3cb1e7fe6"},"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":"2392"},{"key":"ETag","value":"W/\"958-zZTuULtkiQeIH0DXiG/AH7fToBk\""},{"key":"Date","value":"Wed, 18 Nov 2020 06:00:32 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"data\": [\n        {\n            \"orderId\": \"2f65b34f-4f86-4d8a-a29c-62770f775231\",\n            \"createdAt\": \"2020-11-17T20:15:20.253Z\",\n            \"promoDetailId\": \"319e2084-af54-47e5-be47-25697db7f852\",\n            \"userId\": \"f1871905-de78-4813-b0f9-9ae3cb1e7fe6\",\n            \"productId\": \"0c2d0316-1805-4510-a335-49da858584af\",\n            \"qty\": 4,\n            \"total\": 38000,\n            \"productPrice\": 19000,\n            \"disc\": \"0.5\"\n        },\n        {\n            \"orderId\": \"65f07bc3-cce3-4b27-a944-253916bb69b9\",\n            \"createdAt\": \"2020-11-17T20:16:45.817Z\",\n            \"promoDetailId\": \"319e2084-af54-47e5-be47-25697db7f852\",\n            \"userId\": \"f1871905-de78-4813-b0f9-9ae3cb1e7fe6\",\n            \"productId\": \"0c2d0316-1805-4510-a335-49da858584af\",\n            \"qty\": 4,\n            \"total\": 38000,\n            \"productPrice\": 19000,\n            \"disc\": \"0.5\"\n        },\n        {\n            \"orderId\": \"50bc22ed-8cad-4d57-9e43-8018fee3d703\",\n            \"createdAt\": \"2020-11-17T20:17:00.324Z\",\n            \"promoDetailId\": \"319e2084-af54-47e5-be47-25697db7f852\",\n            \"userId\": \"f1871905-de78-4813-b0f9-9ae3cb1e7fe6\",\n            \"productId\": \"0c2d0316-1805-4510-a335-49da858584af\",\n            \"qty\": 4,\n            \"total\": 38000,\n            \"productPrice\": 19000,\n            \"disc\": \"0.5\"\n        },\n        {\n            \"orderId\": \"32123e9b-1a2b-4333-b982-1f6bb68e5a7f\",\n            \"createdAt\": \"2020-11-17T20:17:34.894Z\",\n            \"promoDetailId\": \"319e2084-af54-47e5-be47-25697db7f852\",\n            \"userId\": \"f1871905-de78-4813-b0f9-9ae3cb1e7fe6\",\n            \"productId\": \"0c2d0316-1805-4510-a335-49da858584af\",\n            \"qty\": 4,\n            \"total\": 38000,\n            \"productPrice\": 19000,\n            \"disc\": \"0.5\"\n        },\n        {\n            \"orderId\": \"4322251a-74cd-4d16-8b34-cef9729945c6\",\n            \"createdAt\": \"2020-11-17T20:17:54.934Z\",\n            \"promoDetailId\": \"319e2084-af54-47e5-be47-25697db7f852\",\n            \"userId\": \"f1871905-de78-4813-b0f9-9ae3cb1e7fe6\",\n            \"productId\": \"0c2d0316-1805-4510-a335-49da858584af\",\n            \"qty\": 4,\n            \"total\": 38000,\n            \"productPrice\": 19000,\n            \"disc\": \"0.5\"\n        },\n        {\n            \"orderId\": \"240d7b0f-0da4-4e84-8071-e3c66fba3592\",\n            \"createdAt\": \"2020-11-17T20:20:17.241Z\",\n            \"promoDetailId\": \"319e2084-af54-47e5-be47-25697db7f852\",\n            \"userId\": \"f1871905-de78-4813-b0f9-9ae3cb1e7fe6\",\n            \"productId\": \"0c2d0316-1805-4510-a335-49da858584af\",\n            \"qty\": 4,\n            \"total\": 38000,\n            \"productPrice\": 19000,\n            \"disc\": \"0.5\"\n        },\n        {\n            \"orderId\": \"9f4ac108-ee2d-4648-8b02-62f67770cf78\",\n            \"createdAt\": \"2020-11-17T21:06:48.381Z\",\n            \"promoDetailId\": null,\n            \"userId\": \"f1871905-de78-4813-b0f9-9ae3cb1e7fe6\",\n            \"productId\": \"0c2d0316-1805-4510-a335-49da858584af\",\n            \"qty\": 2,\n            \"total\": 38000,\n            \"productPrice\": 19000,\n            \"disc\": null\n        },\n        {\n            \"orderId\": \"539679ce-b67e-4a8c-8867-030a83bc7b10\",\n            \"createdAt\": \"2020-11-17T22:59:53.677Z\",\n            \"promoDetailId\": \"319e2084-af54-47e5-be47-25697db7f852\",\n            \"userId\": \"f1871905-de78-4813-b0f9-9ae3cb1e7fe6\",\n            \"productId\": \"0c2d0316-1805-4510-a335-49da858584af\",\n            \"qty\": 4,\n            \"total\": 38000,\n            \"productPrice\": 19000,\n            \"disc\": \"0.5\"\n        }\n    ]\n}"}],"_postman_id":"ee02be48-5e6b-423c-bd35-486571c82f94"}],"id":"ba0fd784-5a54-4ab6-8f37-fcd5fdc05a99","_postman_id":"ba0fd784-5a54-4ab6-8f37-fcd5fdc05a99","description":""}]}