{"info":{"_postman_id":"7c64f6e6-0ebf-4a3e-8955-49e16344ef67","name":"WhiteMonday","description":"<html><head></head><body><p>- WhiteMonday는 빠르게 변화하는 e-commerce 환경에서 효율적인 대규모 주문 처리와 선착순 구매 기능을 제공하는 서비스입니다.</p>\n<p>- 마이크로서비스 아키텍처(MSA)를 도입하여 트래픽이 몰리는 상황에서도 안정적인 사용자 경험을 목표로 합니다.</p>\n<p>- 프로젝트 인원 : 1인 (개인)</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"39655317","collectionId":"7c64f6e6-0ebf-4a3e-8955-49e16344ef67","publishedId":"2sAYX2N4Lg","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-01-30T14:34:59.000Z"},"item":[{"name":"User Service","item":[{"name":"로그인","id":"02783e68-69da-4fd0-b324-bdcb45d23197","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"7Iqk7YyM66W07YOA7L2U65Sp7YG065+9U3ByaW5n6rCV7J2Y7Yqc7YSw7LWc7JuQ67mI7J6F64uI64ukLg==","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"testuser\",\r\n    \"password\": \"password123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/user-service/api/user/login","urlObject":{"protocol":"http","port":"8000","path":["user-service","api","user","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"2dd3f110-8120-460f-95ee-a2f09c2603f5","name":"로그인","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"7Iqk7YyM66W07YOA7L2U65Sp7YG065+9U3ByaW5n6rCV7J2Y7Yqc7YSw7LWc7JuQ67mI7J6F64uI64ukLg==","type":"text"},{"key":"encryption-secret-key","value":"U29tZVNlY3JldEtleVdpdGhFbWFpbEFuZEFkZHJlc3M=","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"testuser\",\r\n    \"password\": \"password123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/user-service/api/user/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"193"},{"key":"Date","value":"Wed, 25 Jun 2025 07:22:55 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"accessToken\": \"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ0ZXN0dXNlciIsInVzZXJJZCI6MSwiYXV0aCI6IlJPTEVfVVNFUiIsImlhdCI6MTc1MDgzNjE3NSwiZXhwIjoxNzUwODM5Nzc1fQ.CtSnW2zI5Y-Njc2iQLX1h33kn4Qk1b6ed9UQkstUGfM\"\n}"}],"_postman_id":"02783e68-69da-4fd0-b324-bdcb45d23197"},{"name":"회원가입","id":"38e7a4f2-0260-4079-a650-bbe69e4534e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"jwt-secret-key","value":"7Iqk7YyM66W07YOA7L2U65Sp7YG065+9U3ByaW5n6rCV7J2Y7Yqc7YSw7LWc7JuQ67mI7J6F64uI64ukLg==","type":"text"},{"key":"encryption-secret-key","value":"U29tZVNlY3JldEtleVdpdGhFbWFpbEFuZEFkZHJlc3M=","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"testuser\",\r\n    \"password\": \"password123\",\r\n    \"email\": \"test@example.com\",\r\n    \"address\": \"123 Main St\",\r\n    \"name\": \"Test User\",\r\n    \"adminToken\": \"\",\r\n    \"isAdmin\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/api/user/signup","urlObject":{"protocol":"http","port":"8081","path":["api","user","signup"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"5eea09f3-ce98-4ea2-9e5a-9ec6adf95904","name":"회원가입","originalRequest":{"method":"POST","header":[{"key":"jwt-secret-key","value":"7Iqk7YyM66W07YOA7L2U65Sp7YG065+9U3ByaW5n6rCV7J2Y7Yqc7YSw7LWc7JuQ67mI7J6F64uI64ukLg==","type":"text"},{"key":"encryption-secret-key","value":"U29tZVNlY3JldEtleVdpdGhFbWFpbEFuZEFkZHJlc3M=","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"test1234\",\r\n    \"password\": \"password123\",\r\n    \"email\": \"test1234@example.com\",\r\n    \"address\": \"123 Main St\",\r\n    \"name\": \"Test User\",\r\n    \"adminToken\": \"\",\r\n    \"isAdmin\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/user-service/api/user/signup"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"17"},{"key":"Date","value":"Wed, 25 Jun 2025 13:56:12 GMT"}],"cookie":[],"responseTime":null,"body":"Signup successful"}],"_postman_id":"38e7a4f2-0260-4079-a650-bbe69e4534e8"},{"name":"인증 코드 발송 (이메일 입력)","id":"bef93b26-f89a-49a9-a285-42d24e787ec7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Bearer","value":"7Iqk7YyM66W07YOA7L2U65Sp7YG065+9U3ByaW5n6rCV7J2Y7Yqc7YSw7LWc7JuQ67mI7J6F64uI64ukLg==","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"rorrxr@naver.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/send-verification-email","urlObject":{"protocol":"http","port":"8080","path":["api","v1","send-verification-email"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0cab1889-bfd3-4b55-8b23-007f2afdb310","name":"인증 코드 발송 (이메일 입력)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"rorrxr@naver.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/user-service/api/v1/send-verification-email"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 25 Jun 2025 13:57:45 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"인증 이메일이 성공적으로 전송되었습니다. Verification email sent successfully.\"\n}"}],"_postman_id":"bef93b26-f89a-49a9-a285-42d24e787ec7"},{"name":"인증 코드 입력","id":"c6b5bb29-1f1b-49ed-80d2-c1d31fe138f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Bearer","value":"7Iqk7YyM66W07YOA7L2U65Sp7YG065+9U3ByaW5n6rCV7J2Y7Yqc7YSw7LWc7JuQ67mI7J6F64uI64ukLg==","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"token\": \"31feb4c8-e59c-4a7d-b7e3-c5788ea31a6f\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/verify-email","urlObject":{"protocol":"http","port":"8080","path":["api","v1","verify-email"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6b5f9c13-82a0-46e3-afbb-806ca4e772f3","name":"인증 코드 입력(인증 성공)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"token\": \"5851e595-f640-473e-badc-5bd68fa715be\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/user-service/api/v1/verify-email"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 25 Jun 2025 14:01:10 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"이메일 인증이 완료되었습니다! Email verification successful!\"\n}"},{"id":"9d8f74f6-42d0-4ad8-b641-b60e1dbbd772","name":"인증 코드 입력(이미 입력된 토큰)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"token\": \"5851e595-f640-473e-badc-5bd68fa715be\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/user-service/api/v1/verify-email"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 25 Jun 2025 14:01:23 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"토큰이 이미 인증되었습니다. Token has already been verified.\"\n}"}],"_postman_id":"c6b5bb29-1f1b-49ed-80d2-c1d31fe138f5"},{"name":"로그아웃","id":"b6f63aaa-9487-4a92-9251-39d61ae9cf85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ0ZXN0dXNlciIsImF1dGgiOiJVU0VSIiwiZXhwIjoxNzM1MDMyOTc1LCJpYXQiOjE3MzUwMjkzNzV9.9nH1kMe52_Lx-SttBGZAV5xDo2gF0HPOcw_Thezg_7I","type":"text"}],"url":"http://localhost:8080/api/user/logout","urlObject":{"protocol":"http","port":"8080","path":["api","user","logout"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d8cbffe5-5e34-484f-a25d-d5cf8e7cb30f","name":"로그아웃","originalRequest":{"method":"POST","header":[],"url":"http://localhost:8000/user-service/api/user/logout"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"23"},{"key":"Date","value":"Wed, 25 Jun 2025 14:02:28 GMT"}],"cookie":[],"responseTime":null,"body":"Logged out successfully"}],"_postman_id":"b6f63aaa-9487-4a92-9251-39d61ae9cf85"}],"id":"711b8d30-fad2-44a4-9139-8e0e54028d2f","_postman_id":"711b8d30-fad2-44a4-9139-8e0e54028d2f","description":""},{"name":"Product Service","item":[{"name":"상품 등록","id":"eaffaf28-ed1d-4986-8ecf-6e263b923c0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"김\",\r\n    \"description\": \"영천김\",\r\n    \"price\": 1000,\r\n    \"stock\": 20,\r\n    \"isFlashSale\": true,\r\n    \"flashSaleStartTime\": \"2023-12-20T10:00:00\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/products","urlObject":{"protocol":"http","port":"8080","path":["api","products"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e1e83800-8c9c-412c-af16-c233849e24a9","name":"상품 등록","originalRequest":{"method":"POST","header":[{"key":"Bearer","value":"7Iqk7YyM66W07YOA7L2U65Sp7YG065+9U3ByaW5n6rCV7J2Y7Yqc7YSw7LWc7JuQ67mI7J6F64uI64ukLg==","type":"text","disabled":true},{"key":"encryption-secret-key","value":"U29tZVNlY3JldEtleVdpdGhFbWFpbEFuZEFkZHJlc3M=","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"샴푸\",\r\n    \"description\": \"엘라스틴샴푸\",\r\n    \"price\": 2000,\r\n    \"stock\": 30,\r\n    \"isFlashSale\": true,\r\n    \"flashSaleStartTime\": \"2025-12-20T10:00:00\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/product-service/api/products"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 25 Jun 2025 07:21:17 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"productId\": 2,\n    \"title\": \"샴푸\",\n    \"description\": \"엘라스틴샴푸\",\n    \"price\": 2000,\n    \"stock\": 30,\n    \"flashSaleStartTime\": \"2025-12-20T10:00:00\",\n    \"createdAt\": \"2025-06-25 16:21:17.810155\",\n    \"updatedAt\": \"2025-06-25 16:21:17.810155\",\n    \"flashSale\": false\n}"}],"_postman_id":"eaffaf28-ed1d-4986-8ecf-6e263b923c0c"},{"name":"상품 조회","id":"e4fc2ef3-873d-4868-9ed6-a5dd0b6d7f43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"바람떡\",\r\n    \"description\": \"떡\",\r\n    \"price\": 13000,\r\n    \"stock\": 20,\r\n    \"isFlashSale\": true,\r\n    \"flashSaleStartTime\": \"2023-12-20T10:00:00\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/products","urlObject":{"protocol":"http","port":"8080","path":["api","products"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b0d2d4f9-a288-4ceb-8394-231f2f78adee","name":"상품 조회","originalRequest":{"method":"GET","header":[{"key":"Bearer","value":"7Iqk7YyM66W07YOA7L2U65Sp7YG065+9U3ByaW5n6rCV7J2Y7Yqc7YSw7LWc7JuQ67mI7J6F64uI64ukLg==","type":"text","disabled":true},{"key":"encryption-secret-key","value":"U29tZVNlY3JldEtleVdpdGhFbWFpbEFuZEFkZHJlc3M=","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"바람떡\",\r\n    \"description\": \"떡\",\r\n    \"price\": 13000,\r\n    \"stock\": 20,\r\n    \"isFlashSale\": true,\r\n    \"flashSaleStartTime\": \"2023-12-20T10:00:00\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/product-service/api/products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 25 Jun 2025 14:13:26 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"productId\": 1,\n        \"title\": \"김\",\n        \"description\": \"영천김\",\n        \"price\": 1000,\n        \"stock\": 20,\n        \"flashSaleStartTime\": \"2023-12-20T10:00:00\",\n        \"createdAt\": \"2025-06-24 23:55:59.494066\",\n        \"updatedAt\": \"2025-06-24 23:55:59.494066\",\n        \"flashSale\": false\n    },\n    {\n        \"productId\": 2,\n        \"title\": \"샴푸\",\n        \"description\": \"엘라스틴샴푸\",\n        \"price\": 2000,\n        \"stock\": 30,\n        \"flashSaleStartTime\": \"2025-12-20T10:00:00\",\n        \"createdAt\": \"2025-06-25 16:21:17.810155\",\n        \"updatedAt\": \"2025-06-25 16:21:17.810155\",\n        \"flashSale\": false\n    }\n]"}],"_postman_id":"e4fc2ef3-873d-4868-9ed6-a5dd0b6d7f43"},{"name":"제품 상세 조회","id":"1035ee8c-0a63-46d5-a3a3-8a646cc0e598","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://localhost:8082/product-service/api/products/1","urlObject":{"protocol":"http","port":"8082","path":["product-service","api","products","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4eb9fbd6-2ffd-46ca-ae7e-be595460bac5","name":"제품 상세 조회","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8000/product-service/api/products/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 25 Jun 2025 07:19:09 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"productId\": 1,\n    \"title\": \"김\",\n    \"description\": \"영천김\",\n    \"price\": 1000,\n    \"stock\": 20,\n    \"flashSaleStartTime\": \"2023-12-20T10:00:00\",\n    \"createdAt\": \"2025-06-24 23:55:59.494066\",\n    \"updatedAt\": \"2025-06-24 23:55:59.494066\",\n    \"flashSale\": false\n}"}],"_postman_id":"1035ee8c-0a63-46d5-a3a3-8a646cc0e598"},{"name":"남은 수량 조회","id":"a51dda97-4d2e-4986-b691-1eb0393f5fa0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"http://localhost:8000/product-service/api/products/2/remaining-stock","urlObject":{"protocol":"http","port":"8000","path":["product-service","api","products","2","remaining-stock"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b737e2a2-3bf3-4115-b8a4-a09d9724c470","name":"남은 수량 조회","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"http://localhost:8000/product-service/api/products/1/remaining-stock"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 25 Jun 2025 07:18:08 GMT"}],"cookie":[],"responseTime":null,"body":"20"}],"_postman_id":"a51dda97-4d2e-4986-b691-1eb0393f5fa0"}],"id":"eb248947-c8db-4a1f-942f-e530b9398aec","_postman_id":"eb248947-c8db-4a1f-942f-e530b9398aec","description":""},{"name":"Order Service","item":[{"name":"주문 생성","id":"38993149-7529-461d-8dc2-201988d4bbe9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ0ZXN0dXNlciIsImF1dGgiOiJVU0VSIiwiZXhwIjoxNzM0NzUxMTYzLCJpYXQiOjE3MzQ3NDc1NjN9.8kjuPvgl3LtnX1iEE5Cqm1ZEsRH_H8DGWAU0rKzZN_g","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"items\": [\r\n    {\r\n      \"productId\": 1,\r\n      \"quantity\": 2\r\n    },\r\n    {\r\n      \"productId\": 2,\r\n      \"quantity\": 1\r\n    }\r\n  ]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/orders","urlObject":{"protocol":"http","port":"8080","path":["api","orders"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4bc4b7a5-244a-430f-bff3-50e4457741f7","name":"주문 생성","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"items\": [\r\n    {\r\n      \"productId\": 1,\r\n      \"quantity\": 2\r\n    },\r\n    {\r\n      \"productId\": 2,\r\n      \"quantity\": 1\r\n    }\r\n  ]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/order-service/api/orders"},"status":"Accepted","code":202,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"45"},{"key":"Date","value":"Fri, 27 Jun 2025 09:26:17 GMT"}],"cookie":[],"responseTime":null,"body":"주문 요청 수신됨. 재고 예약 중..."}],"_postman_id":"38993149-7529-461d-8dc2-201988d4bbe9"},{"name":"주문 조회","id":"76a7fc63-b3ac-4dc1-882d-7690b1ec7eab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"X-User-Id","value":"3","type":"text"}],"url":"http://localhost:8000/order-service/api/orders","urlObject":{"protocol":"http","port":"8000","path":["order-service","api","orders"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"76a7fc63-b3ac-4dc1-882d-7690b1ec7eab"},{"name":"주문 취소","id":"59384fa1-6f59-4de8-88ac-8ae46052f042","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ0ZXN0dXNlciIsImF1dGgiOiJVU0VSIiwiZXhwIjoxNzM0NzUwNTAxLCJpYXQiOjE3MzQ3NDY5MDF9.Q9yDPRjBXDh7Y3it26cyPBI1yocUuIuXvTloMo7xHqo","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"http://localhost:8080/api/orders/2/return","urlObject":{"protocol":"http","port":"8080","path":["api","orders","2","return"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"59384fa1-6f59-4de8-88ac-8ae46052f042"},{"name":"주문 반품","id":"a57e5866-29ca-486e-bdbe-b18c5dcb7c3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"X-User-Id","value":"3","type":"text"}],"url":"http://localhost:8000/order-service/api/orders/4/return","urlObject":{"protocol":"http","port":"8000","path":["order-service","api","orders","4","return"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a57e5866-29ca-486e-bdbe-b18c5dcb7c3f"},{"name":"관리자용 주문 수정","id":"fc3a5f99-d3eb-4cfe-8a3f-2cb2c58d33a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ0ZXN0dXNlciIsImF1dGgiOiJVU0VSIiwiZXhwIjoxNzM0NzUxMTYzLCJpYXQiOjE3MzQ3NDc1NjN9.8kjuPvgl3LtnX1iEE5Cqm1ZEsRH_H8DGWAU0rKzZN_g","type":"text"}],"url":"http://localhost:8080/api/orders/1/update-status?days=1&Authorization=Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ0ZXN0dXNlciIsImF1dGgiOiJVU0VSIiwiZXhwIjoxNzM0NzUxNDY2LCJpYXQiOjE3MzQ3NDc4NjZ9.y-O4OWoYFXJlmyXfeuL5lYg1Oassuq-EgxXSQvmuMU4","urlObject":{"protocol":"http","port":"8080","path":["api","orders","1","update-status"],"host":["localhost"],"query":[{"key":"days","value":"1"},{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ0ZXN0dXNlciIsImF1dGgiOiJVU0VSIiwiZXhwIjoxNzM0NzUxNDY2LCJpYXQiOjE3MzQ3NDc4NjZ9.y-O4OWoYFXJlmyXfeuL5lYg1Oassuq-EgxXSQvmuMU4"}],"variable":[]}},"response":[],"_postman_id":"fc3a5f99-d3eb-4cfe-8a3f-2cb2c58d33a3"}],"id":"bfdd8dad-3cce-40f9-919f-29ecf4fb4d62","_postman_id":"bfdd8dad-3cce-40f9-919f-29ecf4fb4d62","description":""},{"name":"Payment Service","item":[{"name":"결제 진입","id":"88daa8b9-299b-4651-828e-4fcbd2cd8245","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": 1,\r\n  \"paymentStatus\": \"결제 진행 중\",\r\n  \"paymentDate\": \"2025-01-23T12:00:00\",\r\n  \"paymentMethod\": \"CARD\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/payment-service/api/payment/enter","urlObject":{"protocol":"http","port":"8000","path":["payment-service","api","payment","enter"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"88daa8b9-299b-4651-828e-4fcbd2cd8245"},{"name":"결제 처리","id":"c61ca932-2e6f-483e-9921-6dc92c33b211","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": 1,\r\n  \"paymentStatus\": \"결제 진행 중\",\r\n  \"paymentDate\": \"2025-01-23T12:00:00\",\r\n  \"paymentMethod\": \"CARD\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/payment-service/api/payment/process","urlObject":{"protocol":"http","port":"8000","path":["payment-service","api","payment","process"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c61ca932-2e6f-483e-9921-6dc92c33b211"}],"id":"0ad8bece-4424-46f6-889d-76c5550ac92e","_postman_id":"0ad8bece-4424-46f6-889d-76c5550ac92e","description":""},{"name":"WishList Service","item":[{"name":"위시리스트 추가","id":"64c1316b-6b48-4db7-bdd3-9dd81db52203","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"7Iqk7YyM66W07YOA7L2U65Sp7YG065+9U3ByaW5n6rCV7J2Y7Yqc7YSw7LWc7JuQ67mI7J6F64uI64ukLg==","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"productId\": 1,\r\n    \"quantity\": 2\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/wishlist","urlObject":{"protocol":"http","port":"8080","path":["api","wishlist"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"64c1316b-6b48-4db7-bdd3-9dd81db52203"},{"name":"위시리스트 조회","id":"137271dc-1d90-4190-af41-573f210f1d2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/wishlist","urlObject":{"protocol":"http","port":"8080","path":["api","wishlist"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"137271dc-1d90-4190-af41-573f210f1d2e"},{"name":"위시리스트 삭제","id":"d46c4283-66c2-4d1c-ab62-24031113b3a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ0ZXN0dXNlciIsImF1dGgiOiJVU0VSIiwiZXhwIjoxNzM0NjkxNDMxLCJpYXQiOjE3MzQ2ODc4MzF9.TQuqmfNAjD7ZdhUvPIQAoaHVbaMFxkhV-zsXhICLp4g","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/wishlist/2","urlObject":{"protocol":"http","port":"8080","path":["api","wishlist","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d46c4283-66c2-4d1c-ab62-24031113b3a8"}],"id":"b520a67d-11fb-4592-a867-2a91e79fe575","_postman_id":"b520a67d-11fb-4592-a867-2a91e79fe575","description":""}]}