{"info":{"_postman_id":"17a8ffb4-c008-4847-9760-3b27f54a2af0","name":"Ecommerce API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"15442454","collectionId":"17a8ffb4-c008-4847-9760-3b27f54a2af0","publishedId":"Uz5GobmS","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-06-04T07:36:21.000Z"},"item":[{"name":"Auth","item":[{"name":"Register","id":"07c76a03-a04d-49cf-b8c7-67956608818b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"bui dat\",\n    \"email\": \"dinhtuan@gmail.com\",\n    \"password\": \"1234567\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/ecommerce/v1/auth/register","urlObject":{"protocol":"http","port":"8080","path":["ecommerce","v1","auth","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"07c76a03-a04d-49cf-b8c7-67956608818b"},{"name":"Login","id":"a145c0fd-7884-4c25-be24-3f6516901d12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"dinhtuan@gmail.com\",\n    \"password\": \"1234567\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/ecommerce/v1/auth/login","urlObject":{"protocol":"http","port":"8080","path":["ecommerce","v1","auth","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a145c0fd-7884-4c25-be24-3f6516901d12"},{"name":"Logout","id":"71a8947b-0b87-4306-8852-a20ffeed87ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/ecommerce/v1/auth/logout","urlObject":{"protocol":"http","port":"8080","path":["ecommerce","v1","auth","logout"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"71a8947b-0b87-4306-8852-a20ffeed87ae"},{"name":"GetNewToken","id":"15fdae27-874b-4072-9231-175343054962","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:8080/ecommerce/v1/auth/token","urlObject":{"protocol":"http","port":"8080","path":["ecommerce","v1","auth","token"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"15fdae27-874b-4072-9231-175343054962"}],"id":"e6374dba-a8d1-4049-a75e-87d39e35debb","_postman_id":"e6374dba-a8d1-4049-a75e-87d39e35debb","description":""},{"name":"User","item":[{"name":"GetSingleUser","id":"20542e35-4450-4687-9f6d-78e4c4274dc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"dinhtuan95qh@gmail.com\",\n    \"password\": \"1234567\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/ecommerce/v1/user","urlObject":{"protocol":"http","port":"8080","path":["ecommerce","v1","user"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"20542e35-4450-4687-9f6d-78e4c4274dc6"},{"name":"updatePassword","id":"5ca14187-1e14-43ad-94cb-9f0c8285aea4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"oldPassword\": \"1234568\",\n    \"newPassword\": \"1234569\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/ecommerce/v1/user/updatePassword","urlObject":{"protocol":"http","port":"8080","path":["ecommerce","v1","user","updatePassword"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"5ca14187-1e14-43ad-94cb-9f0c8285aea4"},{"name":"ForgotPassword","id":"0a83df34-d2ba-473a-85c7-bc9032c96d81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:8080/ecommerce/v1/user/forgotPassword","urlObject":{"protocol":"http","port":"8080","path":["ecommerce","v1","user","forgotPassword"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0a83df34-d2ba-473a-85c7-bc9032c96d81"}],"id":"ca02b0ef-d287-4a73-a0ee-9ea8ed52476a","_postman_id":"ca02b0ef-d287-4a73-a0ee-9ea8ed52476a","description":""},{"name":"Product","item":[{"name":"GetPaginatePage","id":"f0f68275-37f4-4f6a-b6bc-0e5e30ac9829","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/ecommerce/v1/product?page=1&size=3","urlObject":{"protocol":"http","port":"8080","path":["ecommerce","v1","product"],"host":["localhost"],"query":[{"key":"page","value":"1"},{"key":"size","value":"3"}],"variable":[]}},"response":[],"_postman_id":"f0f68275-37f4-4f6a-b6bc-0e5e30ac9829"},{"name":"GetFilterPaginate","id":"d1b63e0e-08b1-411d-bea6-5f2d6a54130d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/ecommerce/v1/product/filter?sortBy=price&typeSort=asc&minPrice=1000&maxPrice=100000000&page=1","urlObject":{"protocol":"http","port":"8080","path":["ecommerce","v1","product","filter"],"host":["localhost"],"query":[{"key":"sortBy","value":"price"},{"key":"typeSort","value":"asc"},{"key":"minPrice","value":"1000"},{"key":"maxPrice","value":"100000000"},{"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"d1b63e0e-08b1-411d-bea6-5f2d6a54130d"},{"name":"GetByCategory","id":"cb5f1128-e1f6-4632-b59c-c9b05454165c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/ecommerce/v1/product/Samsung?page=0","urlObject":{"protocol":"http","port":"8080","path":["ecommerce","v1","product","Samsung"],"host":["localhost"],"query":[{"key":"page","value":"0"}],"variable":[]}},"response":[],"_postman_id":"cb5f1128-e1f6-4632-b59c-c9b05454165c"},{"name":"GetByCategoryFilter","id":"16550843-106a-4775-a4fd-f40146e3051a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/ecommerce/v1/product/filter/Samsung","urlObject":{"protocol":"http","port":"8080","path":["ecommerce","v1","product","filter","Samsung"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"16550843-106a-4775-a4fd-f40146e3051a"},{"name":"GetDetailProduct","id":"7dd874b0-6a18-4c28-a32e-1038256cdab9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/ecommerce/v1/product/detail/627feb34c12ecec6ee8d2f0f","urlObject":{"protocol":"http","port":"8080","path":["ecommerce","v1","product","detail","627feb34c12ecec6ee8d2f0f"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7dd874b0-6a18-4c28-a32e-1038256cdab9"},{"name":"SearchProduct","id":"056fbe20-6dc9-4ed0-a917-1c9efa10f413","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/ecommerce/v1/product/search?name=samsung","urlObject":{"protocol":"http","port":"8080","path":["ecommerce","v1","product","search"],"host":["localhost"],"query":[{"key":"name","value":"samsung"}],"variable":[]}},"response":[],"_postman_id":"056fbe20-6dc9-4ed0-a917-1c9efa10f413"},{"name":"RateProduct","id":"5910cd5f-6111-49e6-93ef-ac0c6f46747d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"score\": 4,\n    \"productId\": \"627feb37c12ecec6ee8d2f10\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/ecommerce/v1/product/rateProduct","urlObject":{"protocol":"http","port":"8080","path":["ecommerce","v1","product","rateProduct"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"5910cd5f-6111-49e6-93ef-ac0c6f46747d"},{"name":"CreateProduct","id":"75a5156b-bcd4-475b-a19e-9da69d746dc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"images","type":"file","src":"/home/buidat/Pictures/Screenshot from 2022-04-11 10-43-14.png"},{"key":"name","value":"xiaomi redmi ","type":"text"},{"key":"categoryName","value":"xiaomi","type":"text"},{"key":"description","value":"samsung galaxy note10 samsung galaxy note10 samsung galaxy note10 samsung galaxy note10 samsung galaxy note10 samsung galaxy note10","type":"text"},{"key":"survive","value":"2","type":"text"},{"key":"price","value":"10000000","type":"text"},{"key":"productClassify","value":"Den,256GB","type":"text"},{"key":"productClassify","value":"Trang, 64GB","type":"text"}]},"url":"http://localhost:8080/ecommerce/v1/product/create","urlObject":{"protocol":"http","port":"8080","path":["ecommerce","v1","product","create"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"75a5156b-bcd4-475b-a19e-9da69d746dc5"},{"name":"UpdateProduct","id":"f62e8550-69ca-447c-824b-34e7e24450a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"ccd\",\n    \"price\": 20000,\n    \"hotprice\": 30000 ,\n    \"productId\": \"6285f6b27b156ef4f2f78d04\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/ecommerce/v1/product/update","urlObject":{"protocol":"http","port":"8080","path":["ecommerce","v1","product","update"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f62e8550-69ca-447c-824b-34e7e24450a6"}],"id":"2e10bb1e-3b6d-426c-aeff-e9b9af69a002","_postman_id":"2e10bb1e-3b6d-426c-aeff-e9b9af69a002","description":""},{"name":"Cart","item":[{"name":"AddToCart","id":"1bfcf10c-9244-4e7f-aaa7-9db5a250c40d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"productId\": \"628b42b6c3efdec5808c4f9a\",\n    \"price\": 10000000,\n    \"quantity\":2,\n    \"productClassify\": \"64GB,xanh\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/ecommerce/v1/cart/addToCart","urlObject":{"protocol":"http","port":"8080","path":["ecommerce","v1","cart","addToCart"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1bfcf10c-9244-4e7f-aaa7-9db5a250c40d"},{"name":"UpdateItem","id":"755b7f04-2f1c-400d-bd87-06793f44fd22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n   \"typeQuantity\":\"increase\", \n   \"itemId\": \"6283f8f4d44e07729520a6a5\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/ecommerce/v1/cart/updateItem","urlObject":{"protocol":"http","port":"8080","path":["ecommerce","v1","cart","updateItem"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"755b7f04-2f1c-400d-bd87-06793f44fd22"},{"name":"GetCart","id":"aece312a-ab0d-4f7c-be84-42fa937ff005","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/ecommerce/v1/cart","urlObject":{"protocol":"http","port":"8080","path":["ecommerce","v1","cart"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"aece312a-ab0d-4f7c-be84-42fa937ff005"},{"name":"DeleteItem","id":"1489684c-c0b7-4e8b-b520-68e32f3f27de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"itemId\": \"62848b7a1590040484eb50ab\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/ecommerce/v1/cart/deleteItem","urlObject":{"protocol":"http","port":"8080","path":["ecommerce","v1","cart","deleteItem"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1489684c-c0b7-4e8b-b520-68e32f3f27de"}],"id":"7dc58974-26e8-4f97-b309-c0cbd61d9f47","_postman_id":"7dc58974-26e8-4f97-b309-c0cbd61d9f47","description":""},{"name":"Order","item":[{"name":"CheckoutOrder","id":"70e8dd4b-0860-4398-9a21-5e1f2ea52488","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"discountId\": \"628b563cabdd8495b3f35d92\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/ecommerce/v1/order/checkout","urlObject":{"protocol":"http","port":"8080","path":["ecommerce","v1","order","checkout"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"70e8dd4b-0860-4398-9a21-5e1f2ea52488"},{"name":"GetAllOrder","id":"4cf55952-2ee6-4753-b9ac-d74ce000f7d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"dinhtuan@gmail.com\",\n    \"password\": \"1234567\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/ecommerce/v1/order/","urlObject":{"protocol":"http","port":"8080","path":["ecommerce","v1","order",""],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4cf55952-2ee6-4753-b9ac-d74ce000f7d5"},{"name":"DetailOrder","id":"6bbca1ea-fdfb-4397-833e-2a67f3d8064b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"dinhtuan@gmail.com\",\n    \"password\": \"1234567\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/ecommerce/v1/order/62853e6b84cbeae2da580aaa","urlObject":{"protocol":"http","port":"8080","path":["ecommerce","v1","order","62853e6b84cbeae2da580aaa"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6bbca1ea-fdfb-4397-833e-2a67f3d8064b"}],"id":"4be33c28-7bff-40e3-b25e-06c05fb8df39","_postman_id":"4be33c28-7bff-40e3-b25e-06c05fb8df39","description":""},{"name":"Address","item":[{"name":"CreateAddress","id":"538fe9e7-cb76-4526-aaa7-8a7c00aa715f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"addressName\": \"Ngo 135 Truong Dinh\",\n    \"phone\": \"020939300\" \n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/ecommerce/v1/address/addAddress","urlObject":{"protocol":"http","port":"8080","path":["ecommerce","v1","address","addAddress"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"538fe9e7-cb76-4526-aaa7-8a7c00aa715f"},{"name":"SetDefaultAddress","id":"fd1af7d8-5969-46d8-8bea-c4c7d6c3a117","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"fd1af7d8-5969-46d8-8bea-c4c7d6c3a117"},{"name":"UpdateAddress","id":"751ba92b-0655-4c04-af31-5fe61e830c93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"addressId\": \"628369af01356cdfc5e7b947\",\n    \"addressName\": \"Ngo 168 Pho Hue\",\n    \"phone\":\"1234556\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/ecommerce/v1/address/update","urlObject":{"protocol":"http","port":"8080","path":["ecommerce","v1","address","update"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"751ba92b-0655-4c04-af31-5fe61e830c93"},{"name":"DeleteAddress","id":"c0ce11c8-b16a-4b64-8c8f-9ffd99c6cc1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"addressId\": \"628369a401356cdfc5e7b944\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/ecommerce/v1/address/softDelete","urlObject":{"protocol":"http","port":"8080","path":["ecommerce","v1","address","softDelete"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c0ce11c8-b16a-4b64-8c8f-9ffd99c6cc1d"},{"name":"GetAllAddress","id":"d815b05b-5d0d-4038-8335-dbca581ddf67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"dinhtuan@gmail.com\",\n    \"password\": \"1234569\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/ecommerce/v1/address/","urlObject":{"protocol":"http","port":"8080","path":["ecommerce","v1","address",""],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d815b05b-5d0d-4038-8335-dbca581ddf67"}],"id":"5bb0c4df-0f8c-4cf3-b034-e2c56ca22ae1","_postman_id":"5bb0c4df-0f8c-4cf3-b034-e2c56ca22ae1","description":""},{"name":"Admin","item":[{"name":"UserStatistic","id":"cb19396e-44da-43d4-9f6a-5b2bd61297b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"date\",\n    \"startTime\": \"2022-05-21T08:12:33.086+00:00\",\n    \"endTime\": \"2022-05-24T08:12:33.086+00:00\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/ecommerce/v1/admin/statistic/user?type=month&startTime=2022-05-20T08:12:33.086+00:00&endTime=2022-05-23T08:12:33.086+00:00&time=5","urlObject":{"protocol":"http","port":"8080","path":["ecommerce","v1","admin","statistic","user"],"host":["localhost"],"query":[{"key":"type","value":"month"},{"key":"startTime","value":"2022-05-20T08:12:33.086+00:00"},{"key":"endTime","value":"2022-05-23T08:12:33.086+00:00"},{"key":"time","value":"5"}],"variable":[]}},"response":[],"_postman_id":"cb19396e-44da-43d4-9f6a-5b2bd61297b2"}],"id":"482e9165-7607-4333-b84f-b0a6b3bc21b4","_postman_id":"482e9165-7607-4333-b84f-b0a6b3bc21b4","description":""},{"name":"Discount","item":[{"name":"CreateDiscount","id":"38dff102-edbb-445f-9822-c9dc28d52adf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Giam 15k cho don tu 100k\",\n    \"category\": \"money\",\n    \"minusPrice\": \"15000\",\n    \"startTime\": \"21 May 2022 00:00:00 GMT\",\n    \"endTime\": \"24 May 2022 00:00:00 GMT\",\n    \"condition1\": \"sliver\",\n    \"condition2\": \"100000\",\n    \"survive\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/ecommerce/v1/discount/create","urlObject":{"protocol":"http","port":"8080","path":["ecommerce","v1","discount","create"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"38dff102-edbb-445f-9822-c9dc28d52adf"},{"name":"GetAllDiscount","id":"766957fb-c68a-4fa8-a5ca-eff0d97a3bf2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"dinhtuan@gmail.com\",\n    \"password\": \"1234567\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/ecommerce/v1/discount/","urlObject":{"protocol":"http","port":"8080","path":["ecommerce","v1","discount",""],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"766957fb-c68a-4fa8-a5ca-eff0d97a3bf2"},{"name":"DetailDiscount","id":"be0939ba-d7d1-47a0-9118-2b8220d6950c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"dinhtuan@gmail.com\",\n    \"password\": \"1234567\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/ecommerce/v1/discount/628b563cabdd8495b3f35d92","urlObject":{"protocol":"http","port":"8080","path":["ecommerce","v1","discount","628b563cabdd8495b3f35d92"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"be0939ba-d7d1-47a0-9118-2b8220d6950c"},{"name":"UpdateDiscount","id":"1af761d2-c5f2-479d-95f0-273961d11d62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Giam 15k don hang dau tien \",\n    \"discountId\": \"628b563cabdd8495b3f35d92\",\n    \"survive\": \"50\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/ecommerce/v1/discount/update","urlObject":{"protocol":"http","port":"8080","path":["ecommerce","v1","discount","update"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1af761d2-c5f2-479d-95f0-273961d11d62"},{"name":"SaveDiscount","id":"754cdec3-444d-4d0f-aa7a-c4f1cfcc60ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"discountId\": \"628b563cabdd8495b3f35d92\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/ecommerce/v1/discount/save","urlObject":{"protocol":"http","port":"8080","path":["ecommerce","v1","discount","save"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"754cdec3-444d-4d0f-aa7a-c4f1cfcc60ca"},{"name":"GetMyDiscount","id":"8afbcb12-4330-42b2-8ba0-7cd82d414443","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/ecommerce/v1/discount/myDiscount","urlObject":{"protocol":"http","port":"8080","path":["ecommerce","v1","discount","myDiscount"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8afbcb12-4330-42b2-8ba0-7cd82d414443"}],"id":"056fb944-1b4c-4a14-948b-d221e04a09a2","_postman_id":"056fb944-1b4c-4a14-948b-d221e04a09a2","description":""}]}