{"info":{"_postman_id":"c2c739db-463a-41a0-a0e4-d5a7a9a1a99f","name":"AAD-coursework (Hello Shoes Management System)","description":"<html><head></head><body><p>Hello Shoes Management System is a comprehensive application designed to manage the operations of a shoe store.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"30897079","collectionId":"c2c739db-463a-41a0-a0e4-d5a7a9a1a99f","publishedId":"2sA3Qv8r3M","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-05-31T08:42:04.000Z"},"item":[{"name":"Customer","item":[{"name":"health","id":"5bf31a2f-a88f-4e61-b01a-e6d01de49438","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/helloShoe/api/v1/customer/health","urlObject":{"protocol":"http","port":"3000","path":["helloShoe","api","v1","customer","health"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"5bf31a2f-a88f-4e61-b01a-e6d01de49438"},{"name":"save customer","id":"8d014cca-a347-4251-80fc-ad4cf40b768b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Vinidu Minsara\",\r\n    \"gender\": \"MALE\",\r\n    \"dob\": \"2024-01-16\",\r\n    \"address\": \"Kalutara\",\r\n    \"contact\": \"0769007620\",\r\n    \"email\": \"viniduminsara@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/helloShoe/api/v1/customer","urlObject":{"protocol":"http","port":"3000","path":["helloShoe","api","v1","customer"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8d014cca-a347-4251-80fc-ad4cf40b768b"},{"name":"get all customers","id":"b93c6196-4be6-4ff6-86ff-e21a8a335984","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3000/helloShoe/api/v1/customer","urlObject":{"protocol":"http","port":"3000","path":["helloShoe","api","v1","customer"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b93c6196-4be6-4ff6-86ff-e21a8a335984"},{"name":"get selected customer","id":"037bfa8a-93c7-4f58-9e01-122eff2546e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/helloShoe/api/v1/customer/fcc9facc-4a1a-4028-9d97-3431d737e5e8","urlObject":{"protocol":"http","port":"3000","path":["helloShoe","api","v1","customer","fcc9facc-4a1a-4028-9d97-3431d737e5e8"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"037bfa8a-93c7-4f58-9e01-122eff2546e8"},{"name":"delete customer","id":"54f8a746-b10a-45ed-bb52-6a12b3809a42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:3000/helloShoe/api/v1/customer/4a23484c-ec6a-4d11-a804-03b40a398e74","urlObject":{"protocol":"http","port":"3000","path":["helloShoe","api","v1","customer","4a23484c-ec6a-4d11-a804-03b40a398e74"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"54f8a746-b10a-45ed-bb52-6a12b3809a42"},{"name":"update customer","id":"7c1a62c9-316a-4fe5-8be6-0b2b7cec1f74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Vinidu Minsara\",\r\n    \"gender\": \"MALE\",\r\n    \"dob\": \"2024-01-16\",\r\n    \"address\": \"No:19, Suhada Mawatha, Ethagama, Kalutara\",\r\n    \"contact\": \"0769007620\",\r\n    \"email\": \"viniduminsara@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/helloShoe/api/v1/customer/fcc9facc-4a1a-4028-9d97-3431d737e5e8","urlObject":{"protocol":"http","port":"3000","path":["helloShoe","api","v1","customer","fcc9facc-4a1a-4028-9d97-3431d737e5e8"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7c1a62c9-316a-4fe5-8be6-0b2b7cec1f74"},{"name":"get customer by contact","id":"40db79f5-5d16-41fe-a989-24fef047ef57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3000/helloShoe/api/v1/customer/contact?contact=0769007620","urlObject":{"protocol":"http","port":"3000","path":["helloShoe","api","v1","customer","contact"],"host":["localhost"],"query":[{"key":"contact","value":"0769007620"}],"variable":[]}},"response":[],"_postman_id":"40db79f5-5d16-41fe-a989-24fef047ef57"}],"id":"e3b4d65b-ea94-4e7c-9ae6-6d73cb420fed","_postman_id":"e3b4d65b-ea94-4e7c-9ae6-6d73cb420fed","description":""},{"name":"Employee","item":[{"name":"health","id":"a4c02633-72ad-4ced-936e-e77e21042ab7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/helloShoe/api/v1/employee/health","urlObject":{"protocol":"http","port":"3000","path":["helloShoe","api","v1","employee","health"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a4c02633-72ad-4ced-936e-e77e21042ab7"},{"name":"save employee","id":"4b9ade75-c0dd-4f45-ac93-1e0302a583dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Vinidu Minsara","type":"text"},{"key":"profilePicture","type":"file","src":"postman-cloud:///1eee37d0-425d-4730-a68a-bbb29ac453fa"},{"key":"gender","value":"MALE","type":"text"},{"key":"civilState","value":"unmarried","type":"text"},{"key":"designation","value":"Manager","type":"text"},{"key":"dob","value":"2024-01-16","type":"text"},{"key":"joinedDate","value":"2024-01-16","type":"text"},{"key":"address","value":"Kalutara","type":"text"},{"key":"contact","value":"0769007620","type":"text"},{"key":"email","value":"viniduminsara@gmail.com","type":"text"},{"key":"guardian","value":"Shiromi Herath","type":"text"},{"key":"emergencyContact","value":"0769007620","type":"text"},{"key":"accessRole","value":"USER","type":"text"}]},"url":"http://localhost:3000/helloShoe/api/v1/employee","urlObject":{"protocol":"http","port":"3000","path":["helloShoe","api","v1","employee"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4b9ade75-c0dd-4f45-ac93-1e0302a583dd"},{"name":"get all employees","id":"1a4e3779-5d6e-4a7d-9ef7-cc99148f0c72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/helloShoe/api/v1/employee","urlObject":{"protocol":"http","port":"3000","path":["helloShoe","api","v1","employee"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1a4e3779-5d6e-4a7d-9ef7-cc99148f0c72"},{"name":"get selected employee","id":"e273f432-1b4f-4ec3-b8d9-9728240f6d9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/helloShoe/api/v1/employee/bf564349-4a42-4bb4-8255-65028565db8e","urlObject":{"protocol":"http","port":"3000","path":["helloShoe","api","v1","employee","bf564349-4a42-4bb4-8255-65028565db8e"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e273f432-1b4f-4ec3-b8d9-9728240f6d9c"},{"name":"delete employee","id":"0808262d-64d8-4b67-ba7b-26e5f0e97e26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3000/helloShoe/api/v1/employee/bf564349-4a42-4bb4-8255-65028565db8e","urlObject":{"protocol":"http","port":"3000","path":["helloShoe","api","v1","employee","bf564349-4a42-4bb4-8255-65028565db8e"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0808262d-64d8-4b67-ba7b-26e5f0e97e26"},{"name":"update employee","id":"bf0fa52e-1708-4daa-a7f7-b7f34da3b201","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Vinidu Minsara","type":"text"},{"key":"profilePic","type":"file","src":"postman-cloud:///1eee37d0-425d-4730-a68a-bbb29ac453fa"},{"key":"gender","value":"MALE","type":"text"},{"key":"civilState","value":"unmarried","type":"text"},{"key":"designation","value":"Manager","type":"text"},{"key":"dob","value":"2024-01-16","type":"text"},{"key":"joinedDate","value":"2024-01-16","type":"text"},{"key":"address","value":"Kalutara","type":"text"},{"key":"contact","value":"0769007620","type":"text"},{"key":"email","value":"viniduminsara@gmail.com","type":"text"},{"key":"guardian","value":"Shiromi","type":"text"},{"key":"emergencyContact","value":"0769007620","type":"text"}]},"url":"http://localhost:3000/helloShoe/api/v1/employee/42e072ba-0d5c-467e-9f0c-9e221ba14972","urlObject":{"protocol":"http","port":"3000","path":["helloShoe","api","v1","employee","42e072ba-0d5c-467e-9f0c-9e221ba14972"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"bf0fa52e-1708-4daa-a7f7-b7f34da3b201"}],"id":"47c5d72a-56bc-4371-a31a-f52c44e9d47f","_postman_id":"47c5d72a-56bc-4371-a31a-f52c44e9d47f","description":""},{"name":"Inventory","item":[{"name":"health","id":"8d4abf4f-797c-40f9-8429-3618e7f1bfe8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/helloShoe/api/v1/inventory/health","urlObject":{"protocol":"http","port":"3000","path":["helloShoe","api","v1","inventory","health"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8d4abf4f-797c-40f9-8429-3618e7f1bfe8"},{"name":"save item","id":"1839fa84-c8b6-457e-a114-d1460e8c4b4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"itemDesc","value":"Nike Shoes","type":"text"},{"key":"itemPicture","type":"file","src":"postman-cloud:///1eee36cd-3136-41e0-9039-773d921db023"},{"key":"gender","value":"MALE","type":"text"},{"key":"occasionType","value":"CASUAL","type":"text"},{"key":"verityType","value":"SHOES","type":"text"},{"key":"qty","value":"20","type":"text","disabled":true},{"key":"size","value":"7","type":"text","disabled":true},{"key":"supplierId","value":"S0001","type":"text"},{"key":"sellingPrice","value":"1200","type":"text"},{"key":"buyingPrice","value":"1000","type":"text"},{"key":"itemSizeDTOS[0].size","value":"7","type":"text"},{"key":"itemSizeDTOS[0].qty","value":"20","type":"text"},{"key":"itemSizeDTOS[1].size","value":"6","type":"text"},{"key":"itemSizeDTOS[1].qty","value":"15","type":"text"}]},"url":"http://localhost:3000/helloShoe/api/v1/inventory","urlObject":{"protocol":"http","port":"3000","path":["helloShoe","api","v1","inventory"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1839fa84-c8b6-457e-a114-d1460e8c4b4b"},{"name":"get all items","id":"93d39fdb-f31c-4121-8ca8-9852a240bfb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/helloShoe/api/v1/inventory","urlObject":{"protocol":"http","port":"3000","path":["helloShoe","api","v1","inventory"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"93d39fdb-f31c-4121-8ca8-9852a240bfb6"},{"name":"get selected item","id":"fad6c715-a85b-40f2-96bc-d559cdc0a72d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3000/helloShoe/api/v1/inventory/FSM00001","urlObject":{"protocol":"http","port":"3000","path":["helloShoe","api","v1","inventory","FSM00001"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"fad6c715-a85b-40f2-96bc-d559cdc0a72d"},{"name":"delete inventory","id":"262a78df-a91d-4bc6-99d4-282a96d3a9d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3000/helloShoe/api/v1/inventory/CSM00002","urlObject":{"protocol":"http","port":"3000","path":["helloShoe","api","v1","inventory","CSM00002"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"262a78df-a91d-4bc6-99d4-282a96d3a9d5"},{"name":"update inventory","id":"8dc835b9-b24d-4e34-b852-6acac96cf976","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"itemDesc","value":"Nike Airforce","type":"text"},{"key":"itemPic","type":"file","src":"postman-cloud:///1eee36cd-3136-41e0-9039-773d921db023"},{"key":"gender","value":"FEMALE","type":"text"},{"key":"occasionType","value":"CASUAL","type":"text"},{"key":"verityType","value":"SHOES","type":"text"}]},"url":"http://localhost:3000/helloShoe/api/v1/inventory/CSM00001","urlObject":{"protocol":"http","port":"3000","path":["helloShoe","api","v1","inventory","CSM00001"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8dc835b9-b24d-4e34-b852-6acac96cf976"},{"name":"get sorted items","id":"6425a205-809a-41e8-8926-03d7b06c2d69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3000/helloShoe/api/v1/inventory/sort?sortBy=gender-male","urlObject":{"protocol":"http","port":"3000","path":["helloShoe","api","v1","inventory","sort"],"host":["localhost"],"query":[{"key":"sortBy","value":"gender-male"}],"variable":[]}},"response":[],"_postman_id":"6425a205-809a-41e8-8926-03d7b06c2d69"}],"id":"022517ca-b371-4429-9fa0-8feadd5822dc","_postman_id":"022517ca-b371-4429-9fa0-8feadd5822dc","description":""},{"name":"Supplier","item":[{"name":"health","id":"e1f7b2b3-3247-4fc0-9c22-e71ecdfbae23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/helloShoe/api/v1/inventory","urlObject":{"protocol":"http","port":"3000","path":["helloShoe","api","v1","inventory"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e1f7b2b3-3247-4fc0-9c22-e71ecdfbae23"},{"name":"save supplier","id":"38508487-25b8-43dd-aa9a-bec3db56f093","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"supplierName\": \"DSI\",\r\n    \"supplierCategory\": \"LOCAL\",\r\n    \"address\": \"Colombo\",\r\n    \"contact1\": \"0769007620\",\r\n    \"contact2\": \"0769002076\",\r\n    \"email\": \"dsi@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/helloShoe/api/v1/supplier","urlObject":{"protocol":"http","port":"3000","path":["helloShoe","api","v1","supplier"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"38508487-25b8-43dd-aa9a-bec3db56f093"},{"name":"get all suppliers","id":"b9fce1c3-5c66-467f-b13b-2a9650130352","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/helloShoe/api/v1/supplier","urlObject":{"protocol":"http","port":"3000","path":["helloShoe","api","v1","supplier"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b9fce1c3-5c66-467f-b13b-2a9650130352"},{"name":"get selected supplier","id":"d9a6d13a-c057-408a-9193-e041700789cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/helloShoe/api/v1/supplier/5534d514-3555-4bc3-a75b-cd04766a7408","urlObject":{"protocol":"http","port":"3000","path":["helloShoe","api","v1","supplier","5534d514-3555-4bc3-a75b-cd04766a7408"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d9a6d13a-c057-408a-9193-e041700789cd"},{"name":"delete supplier","id":"88fc1fbd-b5ac-43b7-9b27-c4a165fff52d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3000/helloShoe/api/v1/supplier/e6ea9dc1-a82d-4dd1-9b6c-62a55ea1aaab","urlObject":{"protocol":"http","port":"3000","path":["helloShoe","api","v1","supplier","e6ea9dc1-a82d-4dd1-9b6c-62a55ea1aaab"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"88fc1fbd-b5ac-43b7-9b27-c4a165fff52d"},{"name":"update supplier","id":"e2e0767f-9a8d-4bc1-8a70-7ede95014bad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"supplierName\": \"DSI\",\r\n    \"supplierCategory\": \"LOCAL\",\r\n    \"address\": \"Colombo 7\",\r\n    \"contact1\": \"0769007620\",\r\n    \"contact2\": \"0769002076\",\r\n    \"email\": \"dsisrilanka@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/helloShoe/api/v1/supplier/5534d514-3555-4bc3-a75b-cd04766a7408","urlObject":{"protocol":"http","port":"3000","path":["helloShoe","api","v1","supplier","5534d514-3555-4bc3-a75b-cd04766a7408"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e2e0767f-9a8d-4bc1-8a70-7ede95014bad"}],"id":"222d7688-575e-47ac-a2aa-b058d7d5e483","_postman_id":"222d7688-575e-47ac-a2aa-b058d7d5e483","description":""},{"name":"Sale","item":[{"name":"health","id":"38cf76bb-0556-45f7-a88d-f60a7f0c4753","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/helloShoe/api/v1/sale/health","urlObject":{"protocol":"http","port":"3000","path":["helloShoe","api","v1","sale","health"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"38cf76bb-0556-45f7-a88d-f60a7f0c4753"},{"name":"save sale","id":"c638b1c8-0cd1-44c7-bf5a-afc02d49261d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"customerId\": \"4a23484c-ec6a-4d11-a804-03b40a398e74\",\r\n    \"totalPrice\": 9000,\r\n    \"purchaseDate\": \"2024-05-06T12:30:00\",\r\n    \"paymentMethod\": \"CASH\",\r\n    \"addedPoints\": 4,\r\n    \"userId\": \"U001\",\r\n    \"orderItems\": [\r\n        {\r\n            \"itemCode\": \"CSLM00001\",\r\n            \"size\": 5,\r\n            \"unitPrice\": 3000,\r\n            \"itemQty\": 3\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/helloShoe/api/v1/sale","urlObject":{"protocol":"http","port":"3000","path":["helloShoe","api","v1","sale"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c638b1c8-0cd1-44c7-bf5a-afc02d49261d"},{"name":"get all sales","id":"7662f61f-c11b-4912-98a7-dceafe173bb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3000/helloShoe/api/v1/sale","urlObject":{"protocol":"http","port":"3000","path":["helloShoe","api","v1","sale"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7662f61f-c11b-4912-98a7-dceafe173bb5"},{"name":"get order items details","id":"956b59f4-0f91-4df6-9543-c686dcc5fe97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3000/helloShoe/api/v1/sale/ORD-000001/items","urlObject":{"protocol":"http","port":"3000","path":["helloShoe","api","v1","sale","ORD-000001","items"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"956b59f4-0f91-4df6-9543-c686dcc5fe97"},{"name":"save refund","id":"530f803d-079e-4090-98dc-262902ecea7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"amount\": 3000,\r\n    \"qty\": 1,\r\n    \"saleDetailsId\": \"8abef193-3cbb-4fd1-a8c3-97d036c357dd\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/helloShoe/api/v1/sale/refund","urlObject":{"protocol":"http","port":"3000","path":["helloShoe","api","v1","sale","refund"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"530f803d-079e-4090-98dc-262902ecea7e"}],"id":"f58ab7df-fa91-4d29-a035-32d4d6be01a7","_postman_id":"f58ab7df-fa91-4d29-a035-32d4d6be01a7","description":""},{"name":"Auth","item":[{"name":"Signup","id":"31c8a574-05a5-4538-b0ba-04f6d5e1a88d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"viniduminsara@gmail.com\",\r\n    \"password\": \"12345\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/helloShoe/api/v1/auth/signup","urlObject":{"protocol":"http","port":"3000","path":["helloShoe","api","v1","auth","signup"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"31c8a574-05a5-4538-b0ba-04f6d5e1a88d"},{"name":"Signin","id":"d65cb9c4-7c6d-4a6f-a8bd-c538e150f6a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"viniduminsara@gmail.com\",\r\n    \"password\": \"12345\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/helloShoe/api/v1/auth/signin","urlObject":{"protocol":"http","port":"3000","path":["helloShoe","api","v1","auth","signin"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d65cb9c4-7c6d-4a6f-a8bd-c538e150f6a5"},{"name":"refresh","id":"fa479247-b914-459b-87b5-66fe9f789b6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:3000/helloShoe/api/v1/auth/refresh?refreshToken=eyJhbGciOiJIUzI1NiJ9.eyJyb2xlIjpbeyJhdXRob3JpdHkiOiJST0xFX0FETUlOIn1dLCJzdWIiOiJ2aW5pZHVtaW5zYXJhQGdtYWlsLmNvbSIsImV4cCI6MTcxNjcyMzYzNH0.qy3cZRS66bKC3YhEhqNK9olBmzuEIpuejWqKrvy63-w","urlObject":{"protocol":"http","port":"3000","path":["helloShoe","api","v1","auth","refresh"],"host":["localhost"],"query":[{"key":"refreshToken","value":"eyJhbGciOiJIUzI1NiJ9.eyJyb2xlIjpbeyJhdXRob3JpdHkiOiJST0xFX0FETUlOIn1dLCJzdWIiOiJ2aW5pZHVtaW5zYXJhQGdtYWlsLmNvbSIsImV4cCI6MTcxNjcyMzYzNH0.qy3cZRS66bKC3YhEhqNK9olBmzuEIpuejWqKrvy63-w"}],"variable":[]}},"response":[],"_postman_id":"fa479247-b914-459b-87b5-66fe9f789b6f"}],"id":"ad365dff-aef7-4c77-8d65-0d170b186bc1","_postman_id":"ad365dff-aef7-4c77-8d65-0d170b186bc1","description":""},{"name":"Admin Panel","item":[{"name":"get admin panel data","id":"7438fbd6-d028-4e4a-8b30-68c67ff4dbc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3000/helloShoe/api/v1/adminPanel","urlObject":{"protocol":"http","port":"3000","path":["helloShoe","api","v1","adminPanel"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7438fbd6-d028-4e4a-8b30-68c67ff4dbc4"}],"id":"3f9600f3-e387-43d6-8609-a5fd84389471","_postman_id":"3f9600f3-e387-43d6-8609-a5fd84389471","description":""}]}