{"info":{"_postman_id":"cd20be5f-1be3-4c91-aaa8-03ea2bccb045","name":"We Commerce","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"3527523","collectionId":"cd20be5f-1be3-4c91-aaa8-03ea2bccb045","publishedId":"UVByKApx","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-11-01T13:46:54.000Z"},"item":[{"name":"Auth","item":[{"name":"Register","event":[{"listen":"prerequest","script":{"id":"a5434aed-2e2c-4d85-bf32-7077397deb10","exec":[""],"type":"text/javascript"}}],"id":"7214e90d-1d97-4b24-b4ca-b6d217a102d1","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"Reyad\",\r\n    \"lastName\": \"Khan\",\r\n    \"email\": \"reydk2@gmail.com\",\r\n    \"password\": \"12345678\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/api/users","urlObject":{"port":"8000","path":["api","users"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7214e90d-1d97-4b24-b4ca-b6d217a102d1"},{"name":"Login","event":[{"listen":"prerequest","script":{"id":"44820238-3515-4283-8417-f01e4e7bc2ba","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"934cbc73-3601-4d8a-bc90-9f05492c5044","exec":["const res = pm.response.json();\r","pm.collectionVariables.set('access_token', res.token);"],"type":"text/javascript"}}],"id":"ed4fbd86-df12-4f2b-8a50-d33a995d6c02","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Access-Control-Allow-Credentials","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"admin@wecommerce.com\",\r\n    \"password\": \"admin123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/api/auth/login","urlObject":{"port":"8000","path":["api","auth","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ed4fbd86-df12-4f2b-8a50-d33a995d6c02"},{"name":"Get auth user","event":[{"listen":"prerequest","script":{"id":"01d22cd2-9487-4cdf-8d48-e4e83e804dec","exec":[""],"type":"text/javascript"}}],"id":"5ec3e4e6-bb4b-4300-a1a8-1941925a93a4","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"reydk2@gmail.com\",\r\n    \"password\": \"12345678\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/api/auth/user","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"cd20be5f-1be3-4c91-aaa8-03ea2bccb045","id":"cd20be5f-1be3-4c91-aaa8-03ea2bccb045","name":"We Commerce","type":"collection"}},"urlObject":{"port":"8000","path":["api","auth","user"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"5ec3e4e6-bb4b-4300-a1a8-1941925a93a4"},{"name":"Logout user","event":[{"listen":"prerequest","script":{"id":"fdc17a05-a592-4884-a719-9fea2f6aeb0e","exec":[""],"type":"text/javascript"}}],"id":"65631193-94f2-41b1-89c8-fb9b8f6af7d2","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"reydk2@gmail.com\",\r\n    \"password\": \"12345678\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/api/auth/logout","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"cd20be5f-1be3-4c91-aaa8-03ea2bccb045","id":"cd20be5f-1be3-4c91-aaa8-03ea2bccb045","name":"We Commerce","type":"collection"}},"urlObject":{"port":"8000","path":["api","auth","logout"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"65631193-94f2-41b1-89c8-fb9b8f6af7d2"}],"id":"8b0e2771-223c-4d15-a9b7-9125f492eb4b","_postman_id":"8b0e2771-223c-4d15-a9b7-9125f492eb4b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"cd20be5f-1be3-4c91-aaa8-03ea2bccb045","id":"cd20be5f-1be3-4c91-aaa8-03ea2bccb045","name":"We Commerce","type":"collection"}}},{"name":"Products","item":[{"name":"Create Product","id":"dc8b05d8-243c-4dc5-aca0-b8aff0ba8d3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Product-1\",\r\n    \"price\": \"100\",\r\n    \"qty\": \"100\",\r\n    \"desc\": \"Test product description\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/api/products","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"cd20be5f-1be3-4c91-aaa8-03ea2bccb045","id":"cd20be5f-1be3-4c91-aaa8-03ea2bccb045","name":"We Commerce","type":"collection"}},"urlObject":{"port":"8000","path":["api","products"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"dc8b05d8-243c-4dc5-aca0-b8aff0ba8d3f"},{"name":"Update Product","id":"5329658e-a786-4f18-9213-b1fd63f34933","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Product-1\",\r\n    \"price\": \"99.99\",\r\n    \"qty\": \"100\",\r\n    \"desc\": \"Test product description\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/api/products/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"cd20be5f-1be3-4c91-aaa8-03ea2bccb045","id":"cd20be5f-1be3-4c91-aaa8-03ea2bccb045","name":"We Commerce","type":"collection"}},"urlObject":{"port":"8000","path":["api","products","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"5329658e-a786-4f18-9213-b1fd63f34933"},{"name":"Get Products","id":"05e6a900-4338-49d3-a8ed-d4066c95cf09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"localhost:8000/api/products","urlObject":{"port":"8000","path":["api","products"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"05e6a900-4338-49d3-a8ed-d4066c95cf09"},{"name":"Get a Single Product","id":"38a88074-46be-4638-89b8-14b933e93d58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"localhost:8000/api/products/1","urlObject":{"port":"8000","path":["api","products","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"38a88074-46be-4638-89b8-14b933e93d58"},{"name":"Delete a product","id":"f72fbd13-b242-46b5-8f2e-fce2f10f1b3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"localhost:8000/api/products/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"cd20be5f-1be3-4c91-aaa8-03ea2bccb045","id":"cd20be5f-1be3-4c91-aaa8-03ea2bccb045","name":"We Commerce","type":"collection"}},"urlObject":{"port":"8000","path":["api","products","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f72fbd13-b242-46b5-8f2e-fce2f10f1b3b"}],"id":"cfeab29e-5455-409a-bab1-9125135a2a05","_postman_id":"cfeab29e-5455-409a-bab1-9125135a2a05","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"cd20be5f-1be3-4c91-aaa8-03ea2bccb045","id":"cd20be5f-1be3-4c91-aaa8-03ea2bccb045","name":"We Commerce","type":"collection"}}},{"name":"Search","item":[{"name":"Search Product","id":"1ff9c3e0-45eb-4d8a-bd40-eea13afaf1ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"localhost:8000/api/search-products?name=prod","urlObject":{"port":"8000","path":["api","search-products"],"host":["localhost"],"query":[{"key":"name","value":"prod"}],"variable":[]}},"response":[],"_postman_id":"1ff9c3e0-45eb-4d8a-bd40-eea13afaf1ac"},{"name":"Search Order By OrderId","id":"2a5414d8-6e4c-4053-a489-ece4860409f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"localhost:8000/api/search-orders/0002","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"cd20be5f-1be3-4c91-aaa8-03ea2bccb045","id":"cd20be5f-1be3-4c91-aaa8-03ea2bccb045","name":"We Commerce","type":"collection"}},"urlObject":{"port":"8000","path":["api","search-orders","0002"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2a5414d8-6e4c-4053-a489-ece4860409f2"},{"name":"Search Order By status","id":"a81895ae-0ff1-4516-8d32-1c384602c0d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"localhost:8000/api/search-orders/status/delivered","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"cd20be5f-1be3-4c91-aaa8-03ea2bccb045","id":"cd20be5f-1be3-4c91-aaa8-03ea2bccb045","name":"We Commerce","type":"collection"}},"urlObject":{"port":"8000","path":["api","search-orders","status","delivered"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a81895ae-0ff1-4516-8d32-1c384602c0d2"}],"id":"4782a18d-63e4-4d8f-9f13-f4e5de42f076","_postman_id":"4782a18d-63e4-4d8f-9f13-f4e5de42f076","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"cd20be5f-1be3-4c91-aaa8-03ea2bccb045","id":"cd20be5f-1be3-4c91-aaa8-03ea2bccb045","name":"We Commerce","type":"collection"}}},{"name":"Sort","item":[{"name":"Sort Product by Price DESC","id":"7d409720-de08-46bf-a9a8-653fba98b646","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"localhost:8000/api/sort-products?price=desc","urlObject":{"port":"8000","path":["api","sort-products"],"host":["localhost"],"query":[{"key":"price","value":"desc"}],"variable":[]}},"response":[],"_postman_id":"7d409720-de08-46bf-a9a8-653fba98b646"}],"id":"bf388c84-1121-48f2-84ed-c4d4982e1adf","_postman_id":"bf388c84-1121-48f2-84ed-c4d4982e1adf","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"cd20be5f-1be3-4c91-aaa8-03ea2bccb045","id":"cd20be5f-1be3-4c91-aaa8-03ea2bccb045","name":"We Commerce","type":"collection"}}},{"name":"Orders","item":[{"name":"Create Order","id":"b6cd8e2f-c76d-4b99-a51f-e50598ca76f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"products\": [\r\n        {\r\n            \"id\": 1,\r\n            \"quantity\": 10\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/api/orders","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"cd20be5f-1be3-4c91-aaa8-03ea2bccb045","id":"cd20be5f-1be3-4c91-aaa8-03ea2bccb045","name":"We Commerce","type":"collection"}},"urlObject":{"port":"8000","path":["api","orders"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b6cd8e2f-c76d-4b99-a51f-e50598ca76f0"},{"name":"Update order status","id":"570c5628-3f84-40a3-a07f-de08219ba980","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"localhost:8000/api/orders/1/status/delivered","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"cd20be5f-1be3-4c91-aaa8-03ea2bccb045","id":"cd20be5f-1be3-4c91-aaa8-03ea2bccb045","name":"We Commerce","type":"collection"}},"urlObject":{"port":"8000","path":["api","orders","1","status","delivered"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"570c5628-3f84-40a3-a07f-de08219ba980"},{"name":"Update Order","id":"9b3837e9-c617-485c-83b8-e162c8c10cb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"products\": [\r\n        {\r\n            \"id\": 1,\r\n            \"quantity\": 8\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/api/orders/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"cd20be5f-1be3-4c91-aaa8-03ea2bccb045","id":"cd20be5f-1be3-4c91-aaa8-03ea2bccb045","name":"We Commerce","type":"collection"}},"urlObject":{"port":"8000","path":["api","orders","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9b3837e9-c617-485c-83b8-e162c8c10cb2"},{"name":"Get Orders","id":"e42d315b-9838-460f-b07a-7449bb76006a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"localhost:8000/api/orders","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"cd20be5f-1be3-4c91-aaa8-03ea2bccb045","id":"cd20be5f-1be3-4c91-aaa8-03ea2bccb045","name":"We Commerce","type":"collection"}},"urlObject":{"port":"8000","path":["api","orders"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e42d315b-9838-460f-b07a-7449bb76006a"},{"name":"Get a Single Order","id":"b9650bfa-f6ed-40ea-8d75-751f16de5885","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"localhost:8000/api/orders/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"cd20be5f-1be3-4c91-aaa8-03ea2bccb045","id":"cd20be5f-1be3-4c91-aaa8-03ea2bccb045","name":"We Commerce","type":"collection"}},"urlObject":{"port":"8000","path":["api","orders","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b9650bfa-f6ed-40ea-8d75-751f16de5885"},{"name":"Delete a single order","id":"6d926d71-0777-4b99-97e6-72cdf805658c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"localhost:8000/api/orders/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"cd20be5f-1be3-4c91-aaa8-03ea2bccb045","id":"cd20be5f-1be3-4c91-aaa8-03ea2bccb045","name":"We Commerce","type":"collection"}},"urlObject":{"port":"8000","path":["api","orders","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6d926d71-0777-4b99-97e6-72cdf805658c"}],"id":"07bcf472-e5b8-4771-be28-1ab134a52e8c","_postman_id":"07bcf472-e5b8-4771-be28-1ab134a52e8c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"cd20be5f-1be3-4c91-aaa8-03ea2bccb045","id":"cd20be5f-1be3-4c91-aaa8-03ea2bccb045","name":"We Commerce","type":"collection"}}},{"name":"Order History","item":[{"name":"Get Order History","id":"06e1b536-750b-4998-9be4-ad63e75f1fdd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"localhost:8000/api/orders/1/tracking-histories","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"cd20be5f-1be3-4c91-aaa8-03ea2bccb045","id":"cd20be5f-1be3-4c91-aaa8-03ea2bccb045","name":"We Commerce","type":"collection"}},"urlObject":{"port":"8000","path":["api","orders","1","tracking-histories"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"06e1b536-750b-4998-9be4-ad63e75f1fdd"}],"id":"126efe0d-095e-403f-955d-51343c5bb047","_postman_id":"126efe0d-095e-403f-955d-51343c5bb047","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"cd20be5f-1be3-4c91-aaa8-03ea2bccb045","id":"cd20be5f-1be3-4c91-aaa8-03ea2bccb045","name":"We Commerce","type":"collection"}}},{"name":"Notifications","item":[{"name":"Get notifications","id":"5ba8bbbf-1766-4dd2-946f-3a0f16ab4843","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8000/api/notifications","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"cd20be5f-1be3-4c91-aaa8-03ea2bccb045","id":"cd20be5f-1be3-4c91-aaa8-03ea2bccb045","name":"We Commerce","type":"collection"}},"urlObject":{"port":"8000","path":["api","notifications"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"5ba8bbbf-1766-4dd2-946f-3a0f16ab4843"},{"name":"Unread notifications count","id":"aaafacd9-1209-4380-ac4b-d7ab112ba10d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8000/api/notifications/unread-count","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"cd20be5f-1be3-4c91-aaa8-03ea2bccb045","id":"cd20be5f-1be3-4c91-aaa8-03ea2bccb045","name":"We Commerce","type":"collection"}},"urlObject":{"port":"8000","path":["api","notifications","unread-count"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"aaafacd9-1209-4380-ac4b-d7ab112ba10d"},{"name":"Mark notification as read","id":"ec3caf40-4b5d-4b40-ae90-3749320b7aae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"notifications\": [\r\n        {\r\n            \"id\": \"1\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/api/notifications/mark-as-read","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"cd20be5f-1be3-4c91-aaa8-03ea2bccb045","id":"cd20be5f-1be3-4c91-aaa8-03ea2bccb045","name":"We Commerce","type":"collection"}},"urlObject":{"port":"8000","path":["api","notifications","mark-as-read"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ec3caf40-4b5d-4b40-ae90-3749320b7aae"}],"id":"ffb14796-5433-4320-8f49-c3221670b6f0","_postman_id":"ffb14796-5433-4320-8f49-c3221670b6f0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"cd20be5f-1be3-4c91-aaa8-03ea2bccb045","id":"cd20be5f-1be3-4c91-aaa8-03ea2bccb045","name":"We Commerce","type":"collection"}}},{"name":"Dashboard","item":[{"name":"Get dashboard info","id":"5f36dedf-d86e-48c7-887f-9de1231149d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8000/api/dashboard-info","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"cd20be5f-1be3-4c91-aaa8-03ea2bccb045","id":"cd20be5f-1be3-4c91-aaa8-03ea2bccb045","name":"We Commerce","type":"collection"}},"urlObject":{"port":"8000","path":["api","dashboard-info"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"5f36dedf-d86e-48c7-887f-9de1231149d0"}],"id":"010514f7-109b-4751-bc54-98d3632c0bd2","_postman_id":"010514f7-109b-4751-bc54-98d3632c0bd2","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"cd20be5f-1be3-4c91-aaa8-03ea2bccb045","id":"cd20be5f-1be3-4c91-aaa8-03ea2bccb045","name":"We Commerce","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]}},"event":[{"listen":"prerequest","script":{"id":"6da8194b-7b7f-49c4-bf20-a438df6fede9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1d1f0e83-ae05-49f3-876d-44332e29633c","type":"text/javascript","exec":[""]}}],"variable":[{"key":"access_token","value":""}]}