{"info":{"_postman_id":"ff4415a0-ba53-4f7a-b2ad-deb6c6e3ae74","name":"cloud-wave(local)","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"23692859","collectionId":"ff4415a0-ba53-4f7a-b2ad-deb6c6e3ae74","publishedId":"2sAYXCjJVu","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-02-13T03:30:43.000Z"},"item":[{"name":"관리자 회원가입","id":"73bbdef3-84b3-40b5-ae21-b25010a92044","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"testuser\",\r\n    \"password\": \"password123\",\r\n    \"email\": \"test@example.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/users/signup","urlObject":{"protocol":"http","port":"8080","path":["api","users","signup"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"73bbdef3-84b3-40b5-ae21-b25010a92044"},{"name":"일반 회원가입","id":"792123c1-1acc-4ddc-b06c-e09eb7b683db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"testuser\",\r\n    \"password\": \"password123\",\r\n    \"email\": \"test@example.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/users/signup","urlObject":{"protocol":"http","port":"8080","path":["api","users","signup"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"792123c1-1acc-4ddc-b06c-e09eb7b683db"},{"name":"로그인","id":"2670c992-66a6-45bc-8d99-c760b4bfc488","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"adminUser\",\r\n    \"password\": \"securePassword123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/users/login","urlObject":{"protocol":"http","port":"8080","path":["api","users","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2670c992-66a6-45bc-8d99-c760b4bfc488"},{"name":"상품등록","id":"0df3b1c6-43c9-4f6c-9574-cb10c6505854","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"비타민C 세럼\",\r\n    \"price\": 35000,\r\n    \"category\": \"skincare\",\r\n    \"description\": \"피부 톤 개선과 보습 효과를 제공하는 세럼\",\r\n    \"imageUrl\": \"https://example.com/vitaminC.jpg\",\r\n    \"stock\":1000\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/products/adminUser","urlObject":{"protocol":"http","port":"8080","path":["api","products","adminUser"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0df3b1c6-43c9-4f6c-9574-cb10c6505854"},{"name":"상품조회","id":"53664d24-edde-416e-8a3d-d8613f754666","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/products?page=0&size=5&category=skincare","urlObject":{"protocol":"http","port":"8080","path":["api","products"],"host":["localhost"],"query":[{"key":"page","value":"0"},{"key":"size","value":"5"},{"key":"category","value":"skincare"}],"variable":[]}},"response":[],"_postman_id":"53664d24-edde-416e-8a3d-d8613f754666"},{"name":"상품조회 카테고리 없이 조회","id":"89504f2d-ca4c-4dd8-a563-e0c24f63cb24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/products?page=0&size=10","urlObject":{"protocol":"http","port":"8080","path":["api","products"],"host":["localhost"],"query":[{"key":"page","value":"0"},{"key":"size","value":"10"}],"variable":[]}},"response":[],"_postman_id":"89504f2d-ca4c-4dd8-a563-e0c24f63cb24"},{"name":"상품 상세조회","id":"2a0cec49-63d6-417e-a8d5-8ba944a3d88d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/products/1","urlObject":{"protocol":"http","port":"8080","path":["api","products","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2a0cec49-63d6-417e-a8d5-8ba944a3d88d"},{"name":"상품주문","id":"c983ef8f-d0b8-48d3-b854-37c7f7419892","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"productId\": 1,    // 상품 ID로 변경\r\n    \"quantity\": 2\r\n}\r\n\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/orders/testuser","urlObject":{"protocol":"http","port":"8080","path":["api","orders","testuser"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c983ef8f-d0b8-48d3-b854-37c7f7419892"},{"name":"상품주문 Copy","id":"e7a0be97-f2f7-47e4-9cf3-127e5dbb8210","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{    \r\n    \"productId\": 4,\r\n    \"quantity\": 2\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/orders/adminUser","urlObject":{"protocol":"http","port":"8080","path":["api","orders","adminUser"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e7a0be97-f2f7-47e4-9cf3-127e5dbb8210"},{"name":"관리자 상품 주문 조회","id":"98d54d41-35f2-4809-9b29-b5b66361e186","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/orders/adminUser/all","urlObject":{"protocol":"http","port":"8080","path":["api","orders","adminUser","all"],"host":["localhost"],"query":[{"disabled":true,"key":"username","value":"adminUser"}],"variable":[]}},"response":[],"_postman_id":"98d54d41-35f2-4809-9b29-b5b66361e186"},{"name":"주문 조회","id":"57225606-739d-4145-85b5-b588d2a14f66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/orders/?username=adminUser","urlObject":{"protocol":"http","port":"8080","path":["api","orders",""],"host":["localhost"],"query":[{"key":"username","value":"adminUser"}],"variable":[]}},"response":[],"_postman_id":"57225606-739d-4145-85b5-b588d2a14f66"},{"name":"new 상품조회","id":"4462f6dd-8d28-49f9-905d-8516b197d466","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"4462f6dd-8d28-49f9-905d-8516b197d466"}]}