{"info":{"_postman_id":"4b8cc1dc-e1af-4824-aadf-9bbf0fd1beac","name":"API-Gateway","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"31441199","collectionId":"4b8cc1dc-e1af-4824-aadf-9bbf0fd1beac","publishedId":"2sAYkHpySr","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-03-24T11:12:20.000Z"},"item":[{"name":"order","item":[{"name":"[ADMIN] /order/list","id":"55f0bb3d-a073-4362-b452-71f213563cc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"localhost:19901/order/list","urlObject":{"port":"19901","path":["order","list"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c695e2c6-a1d4-475d-ac04-6bf180eae1da","name":"List<OrderResponse>","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"1\",\n    \"address\": \"test\",\n    \"description\": \"test 주문입니다.\",\n    \"totalPrice\": 500,\n    \"itemList\": [\n        {\n            \"itemId\": 2,\n            \"name\": \"맥북\",\n            \"price\": 3000000,\n            \"quantity\": 1\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"localhost:19901/order/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"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":"Date","value":"Wed, 19 Mar 2025 02:09:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"2503190001\",\n        \"orderDate\": \"2025-03-19T10:46:57.309264\",\n        \"orderItemResponses\": [\n            {\n                \"id\": 1,\n                \"orderId\": \"2503190001\",\n                \"itemId\": 1,\n                \"name\": \"맥북\",\n                \"price\": 3000000,\n                \"quantity\": 1,\n                \"status\": \"PENDING\",\n                \"arrivalTime\": \"2025-03-20T10:46:57.355353\"\n            }\n        ],\n        \"address\": \"test\",\n        \"description\": \"test 주문입니다.\",\n        \"totalPrice\": 3000000\n    }\n]"}],"_postman_id":"55f0bb3d-a073-4362-b452-71f213563cc3"},{"name":"[USER] /order/{orderId}","id":"be2d626f-1f02-4483-b5b1-cf188bcecbba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"localhost:19901/order/2503190001","urlObject":{"port":"19901","path":["order","2503190001"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7aeecf2f-ab2f-4f06-8f9d-741653535837","name":"OrderResponse","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"localhost:19901/order/2503190001"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"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":"Date","value":"Mon, 24 Mar 2025 09:14:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"2503190001\",\n    \"orderDate\": \"2025-03-19T10:46:57.309264\",\n    \"orderItemResponses\": [\n        {\n            \"id\": 1,\n            \"orderId\": \"2503190001\",\n            \"itemId\": 1,\n            \"name\": \"맥북\",\n            \"price\": 3000000,\n            \"quantity\": 1,\n            \"status\": \"PENDING\",\n            \"arrivalTime\": \"2025-03-20T10:46:57.355353\"\n        }\n    ],\n    \"address\": \"test\",\n    \"description\": \"test 주문입니다.\",\n    \"totalPrice\": 3000000\n}"},{"id":"d4f44bdf-6460-46ee-bd33-6d1894dcad26","name":"유저가 자신이 주문하지 않은 주문 내역에 접근할 때","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"localhost:19901/order/2503190001"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"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":"Date","value":"Mon, 24 Mar 2025 09:27:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"trackingId\": \"8dbf1a80-267e-4939-931d-71b297e2ebce\",\n    \"timestamp\": \"2025-03-24T18:27:03.899047\",\n    \"status\": 403,\n    \"code\": \"HAS_NO_AUTHORITY\",\n    \"message\": \"접근 권한이 없습니다.\"\n}"}],"_postman_id":"be2d626f-1f02-4483-b5b1-cf188bcecbba"},{"name":"[USER] /order/myList","id":"dd940933-0d52-44e8-aa23-77fb34873706","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"1\",\n    \"address\": \"test\",\n    \"description\": \"test 주문입니다.\",\n    \"totalPrice\": 500,\n    \"itemList\": [\n        {\n            \"itemId\": 2,\n            \"name\": \"맥북\",\n            \"price\": 3000000,\n            \"quantity\": 1\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"localhost:19901/order/myList","urlObject":{"port":"19901","path":["order","myList"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"37dc0acb-044f-48d6-a053-f90a5d29dcdd","name":"List<OrderResponse>","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"1\",\n    \"address\": \"test\",\n    \"description\": \"test 주문입니다.\",\n    \"totalPrice\": 500,\n    \"itemList\": [\n        {\n            \"itemId\": 2,\n            \"name\": \"맥북\",\n            \"price\": 3000000,\n            \"quantity\": 1\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"localhost:19901/order/myList"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"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":"Date","value":"Mon, 24 Mar 2025 09:20:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"2503190001\",\n        \"orderDate\": \"2025-03-19T10:46:57.309264\",\n        \"orderItemResponses\": [\n            {\n                \"id\": 1,\n                \"orderId\": \"2503190001\",\n                \"itemId\": 1,\n                \"name\": \"맥북\",\n                \"price\": 3000000,\n                \"quantity\": 1,\n                \"status\": \"PENDING\",\n                \"arrivalTime\": \"2025-03-20T10:46:57.355353\"\n            }\n        ],\n        \"address\": \"test\",\n        \"description\": \"test 주문입니다.\",\n        \"totalPrice\": 3000000\n    }\n]"}],"_postman_id":"dd940933-0d52-44e8-aa23-77fb34873706"},{"name":"[SELLER] /order/seller/{orderItemId}","id":"1d3bc793-151c-4a7f-8237-3df58d8948c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"localhost:19901/order/seller/9527172","urlObject":{"port":"19901","path":["order","seller","9527172"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ad68ae5f-973b-49a1-8020-301a4b6c798b","name":"List<OrderResponse>","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"1\",\n    \"address\": \"test\",\n    \"description\": \"test 주문입니다.\",\n    \"totalPrice\": 500,\n    \"itemList\": [\n        {\n            \"itemId\": 2,\n            \"name\": \"맥북\",\n            \"price\": 3000000,\n            \"quantity\": 1\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"localhost:19901/order/seller/2503190001"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"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":"Date","value":"Mon, 24 Mar 2025 09:19:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"2503190001\",\n    \"orderDate\": \"2025-03-19T10:46:57.309264\",\n    \"orderItemResponses\": [\n        {\n            \"id\": 1,\n            \"orderId\": \"2503190001\",\n            \"itemId\": 1,\n            \"name\": \"맥북\",\n            \"price\": 3000000,\n            \"quantity\": 1,\n            \"status\": \"PENDING\",\n            \"arrivalTime\": \"2025-03-20T10:46:57.355353\"\n        }\n    ],\n    \"address\": \"test\",\n    \"description\": \"test 주문입니다.\",\n    \"totalPrice\": 3000000\n}"}],"_postman_id":"1d3bc793-151c-4a7f-8237-3df58d8948c7"},{"name":"[SELLER] /order/seller/myList","id":"41118258-dab5-45f0-8b6a-27a21f831057","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"address\": \"test\",\n    \"description\": \"test 주문입니다.\",\n    \"totalPrice\": 3000000,\n    \"itemList\": [\n        {\n            \"itemId\": 2,\n            \"sellerId\": 2,\n            \"name\": \"맥북\",\n            \"price\": 3000000,\n            \"quantity\": 1\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"localhost:19901/order/seller/myList","urlObject":{"port":"19901","path":["order","seller","myList"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b50e8fca-239a-4743-be54-d238247347ad","name":"List<OrderResponse>","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"address\": \"test\",\n    \"description\": \"test 주문입니다.\",\n    \"totalPrice\": 3000000,\n    \"itemList\": [\n        {\n            \"itemId\": 2,\n            \"sellerId\": 2,\n            \"name\": \"맥북\",\n            \"price\": 3000000,\n            \"quantity\": 1\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"localhost:19901/order/seller/myList"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"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":"Date","value":"Mon, 24 Mar 2025 09:39:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"2503190001\",\n        \"orderDate\": \"2025-03-19T10:46:57.309264\",\n        \"orderItemResponses\": [\n            {\n                \"id\": 1,\n                \"orderId\": \"2503190001\",\n                \"itemId\": 1,\n                \"name\": \"맥북\",\n                \"price\": 3000000,\n                \"quantity\": 1,\n                \"status\": \"PENDING\",\n                \"arrivalTime\": \"2025-03-20T10:46:57.355353\"\n            }\n        ],\n        \"address\": \"test\",\n        \"description\": \"test 주문입니다.\",\n        \"totalPrice\": 3000000\n    }\n]"}],"_postman_id":"41118258-dab5-45f0-8b6a-27a21f831057"},{"name":"[ADMIN] /order/list/{customerId}","id":"8e5ab724-5f28-43d8-be65-a2f862db5027","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"localhost:19901/order/list/1","urlObject":{"port":"19901","path":["order","list","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"96332678-3fe6-4e0c-a299-4e1cd1ce79ef","name":"List<OrderResponse>","originalRequest":{"method":"GET","header":[],"url":"localhost:19901/order/list/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"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":"Date","value":"Mon, 24 Mar 2025 09:45:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"2503190001\",\n        \"orderDate\": \"2025-03-19T10:46:57.309264\",\n        \"orderItemResponses\": [\n            {\n                \"id\": 1,\n                \"orderId\": \"2503190001\",\n                \"itemId\": 1,\n                \"name\": \"맥북\",\n                \"price\": 3000000,\n                \"quantity\": 1,\n                \"status\": \"PENDING\",\n                \"arrivalTime\": \"2025-03-20T10:46:57.355353\"\n            }\n        ],\n        \"address\": \"test\",\n        \"description\": \"test 주문입니다.\",\n        \"totalPrice\": 3000000\n    }\n]"}],"_postman_id":"8e5ab724-5f28-43d8-be65-a2f862db5027"},{"name":"[SELLER] /order/seller/myList/{itemId}","id":"d7a6d8eb-493d-4910-bd4b-f57b36f2383d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"localhost:19901/order/seller/myList/5","urlObject":{"port":"19901","path":["order","seller","myList","5"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"96f481b3-cc5a-4726-a36f-00001ae1ae42","name":"List<OrderResponse>","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"localhost:19901/order/seller/myList/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"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":"Date","value":"Mon, 24 Mar 2025 09:42:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"2503190001\",\n        \"orderDate\": \"2025-03-19T10:46:57.309264\",\n        \"orderItemResponses\": [\n            {\n                \"id\": 1,\n                \"orderId\": \"2503190001\",\n                \"itemId\": 1,\n                \"name\": \"맥북\",\n                \"price\": 3000000,\n                \"quantity\": 1,\n                \"status\": \"PENDING\",\n                \"arrivalTime\": \"2025-03-20T10:46:57.355353\"\n            }\n        ],\n        \"address\": \"test\",\n        \"description\": \"test 주문입니다.\",\n        \"totalPrice\": 3000000\n    }\n]"}],"_postman_id":"d7a6d8eb-493d-4910-bd4b-f57b36f2383d"},{"name":"[USER] /order/register","id":"b1d0dadf-c71b-4864-9afa-f7b4160fa9a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"address\": \"cjw home~\",\n    \"description\": \"asdf\",\n    \"totalPrice\": 100000,\n    \"itemList\": [\n        {\n            \"itemId\": 4,\n            \"sellerId\": 2,\n            \"name\": \"테스트 입니다.\",\n            \"price\": 50000,\n            \"quantity\": 2\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"localhost:19901/order/register","urlObject":{"port":"19901","path":["order","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9182f384-00c0-4585-bb02-6122ff6a9371","name":"OrderResponse","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"address\": \"cjw home~\",\n    \"description\": \"asdf\",\n    \"totalPrice\": 100000,\n    \"itemList\": [\n        {\n            \"itemId\": 4,\n            \"sellerId\": 2,\n            \"name\": \"테스트 입니다.\",\n            \"price\": 50000,\n            \"quantity\": 2\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"localhost:19901/order/register"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"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":"Date","value":"Mon, 24 Mar 2025 10:43:15 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"2503240004\",\n    \"orderDate\": \"2025-03-24T19:43:15.264531\",\n    \"orderItemResponses\": [\n        {\n            \"id\": \"9527172\",\n            \"orderId\": \"2503240004\",\n            \"itemId\": 4,\n            \"name\": \"테스트 입니다.\",\n            \"price\": 50000,\n            \"quantity\": 2,\n            \"status\": \"PENDING\",\n            \"arrivalTime\": \"2025-03-25T19:43:15.271268\"\n        }\n    ],\n    \"address\": \"cjw home~\",\n    \"description\": \"asdf\",\n    \"totalPrice\": 100000\n}"}],"_postman_id":"b1d0dadf-c71b-4864-9afa-f7b4160fa9a2"},{"name":"[USER] /order/cart/my","id":"d44a07ff-32e4-4e98-aa0f-547bd18e3a03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"d44a07ff-32e4-4e98-aa0f-547bd18e3a03"},{"name":"[USER] /order/cart/init","id":"a919b48c-08df-47b2-9a75-6b6c8a0a49ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"url":"localhost:19901/order/cart/init","urlObject":{"port":"19901","path":["order","cart","init"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a919b48c-08df-47b2-9a75-6b6c8a0a49ea"},{"name":"[USER] /order/cart","id":"afeafed7-c10c-4eb0-9cac-a51f65d4f929","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"itemId\": 1,\n    \"quantity\": 1\n}","options":{"raw":{"language":"json"}}},"url":"localhost:19901/order/cart","urlObject":{"port":"19901","path":["order","cart"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"afeafed7-c10c-4eb0-9cac-a51f65d4f929"},{"name":"[USER] /order/cart/{itemId}/add","id":"ca4eab27-19e7-4d80-86cd-5402424637e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"url":"localhost:19901/order/cart/1/add","urlObject":{"port":"19901","path":["order","cart","1","add"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca4eab27-19e7-4d80-86cd-5402424637e0"},{"name":"[USER] /order/cart/{itemId}/decrease","id":"0f8e30ef-5671-4407-a283-48461bdf542b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"url":"localhost:19901/order/cart/1/decrease","urlObject":{"port":"19901","path":["order","cart","1","decrease"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0f8e30ef-5671-4407-a283-48461bdf542b"},{"name":"[USER] /order/cart/{itemId}?select=","id":"ea666382-1428-483d-ac0a-0732a787a14f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"url":"localhost:19901/order/cart/1?select=true","urlObject":{"port":"19901","path":["order","cart","1"],"host":["localhost"],"query":[{"key":"select","value":"true"}],"variable":[]}},"response":[],"_postman_id":"ea666382-1428-483d-ac0a-0732a787a14f"}],"id":"4d0caee3-dfe1-46a6-a976-4a70a453d9d8","_postman_id":"4d0caee3-dfe1-46a6-a976-4a70a453d9d8","description":""},{"name":"user","item":[{"name":"[ALL] /user/login","id":"8705b8cc-a353-48a9-9ada-29161cb2c89c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"cjw@test.com\",\n    \"password\": \"3992\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:19901/user/login","urlObject":{"port":"19901","path":["user","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f4f33089-efcf-4519-8943-53ebcd29d413","name":"login response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"kse@test.com\",\n    \"password\": 1014\n}","options":{"raw":{"language":"json"}}},"url":"localhost:19901/user/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"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":"Date","value":"Sat, 22 Mar 2025 03:07:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"416"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"accessToken\": \"eyJhbGciOiJIUzI1NiJ9.eyJ1c2VySWQiOiIxIiwidXNlclJvbGUiOiJVU0VSIiwiaWF0IjoxNzQyNjEyODUyLCJleHAiOjE3NDMyMTc2NTJ9.UVHzKzPDze5l8J52r3TfnBVT-FjazyGsxRWR99CqXV8\",\n    \"refreshToken\": \"eyJhbGciOiJIUzI1NiJ9.eyJ1c2VySWQiOiIxIiwidXNlclJvbGUiOiJVU0VSIiwianRpIjoiY2I3M2NhZmEtZWY2Yy00MjI0LThmMDEtYzI2ZDRmN2NjYTllIiwiaWF0IjoxNzQyNjEyODUzLCJleHAiOjI5NTIyMTI4NTN9.YFBLnTGzutQTpB9_G3mDvm0H8z9oGnNIuAS_2do9ViA\",\n    \"role\": \"USER\"\n}"}],"_postman_id":"8705b8cc-a353-48a9-9ada-29161cb2c89c"},{"name":"[ADMIN] /user/list","id":"b6069da9-a188-44ec-a7a2-330669add4bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:19901/user/list","urlObject":{"port":"19901","path":["user","list"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"30be63ed-ba76-4756-b118-dd27c8136b53","name":"List<UserInfoResponse>","originalRequest":{"method":"GET","header":[],"url":"localhost:19901/user/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"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":"Date","value":"Sat, 22 Mar 2025 03:08:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"222"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"username\": \"kse\",\n        \"email\": \"kse@test.com\",\n        \"phone\": \"010-9936-8036\"\n    },\n    {\n        \"id\": 2,\n        \"username\": \"test\",\n        \"email\": \"test@test.com\",\n        \"phone\": \"010-1234-5678\"\n    },\n    {\n        \"id\": 3,\n        \"username\": \"cjw\",\n        \"email\": \"cjw@test.com\",\n        \"phone\": \"010-5404-3932\"\n    }\n]"}],"_postman_id":"b6069da9-a188-44ec-a7a2-330669add4bb"},{"name":"[USER] /user/my","id":"f2cd7790-cdea-4fa8-a2de-79d8a2d6fb9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"localhost:19901/user/my","urlObject":{"port":"19901","path":["user","my"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8d81295a-7a30-4cab-ba8b-8add55a488a5","name":"list","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"1\",\n    \"address\": \"test\",\n    \"description\": \"test 주문입니다.\",\n    \"totalPrice\": 500,\n    \"itemList\": [\n        {\n            \"itemId\": 2,\n            \"name\": \"맥북\",\n            \"price\": 3000000,\n            \"quantity\": 1\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"localhost:19901/order/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"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":"Date","value":"Wed, 19 Mar 2025 02:09:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"2503190001\",\n        \"orderDate\": \"2025-03-19T10:46:57.309264\",\n        \"orderItemResponses\": [\n            {\n                \"id\": 1,\n                \"orderId\": \"2503190001\",\n                \"itemId\": 1,\n                \"name\": \"맥북\",\n                \"price\": 3000000,\n                \"quantity\": 1,\n                \"status\": \"PENDING\",\n                \"arrivalTime\": \"2025-03-20T10:46:57.355353\"\n            }\n        ],\n        \"address\": \"test\",\n        \"description\": \"test 주문입니다.\",\n        \"totalPrice\": 3000000\n    }\n]"}],"_postman_id":"f2cd7790-cdea-4fa8-a2de-79d8a2d6fb9e"},{"name":"[ADMIN] /user/{userId}","id":"1e6d767f-37a3-41b2-929f-68a437df4bf9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:19901/user/2","urlObject":{"port":"19901","path":["user","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d91c06a4-7164-4dfe-81c2-a0c2da338379","name":"UserInfoResponse","originalRequest":{"method":"GET","header":[],"url":"localhost:19901/user/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"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":"Date","value":"Mon, 24 Mar 2025 10:57:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"74"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2,\n    \"username\": \"test\",\n    \"email\": \"test@test.com\",\n    \"phone\": \"010-1234-5678\"\n}"}],"_postman_id":"1e6d767f-37a3-41b2-929f-68a437df4bf9"},{"name":"[ALL] /user/register","id":"f9d541bf-a978-43d4-aa40-4c2117f15c16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"pkh\",\n    \"password\": \"1212\",\n    \"email\": \"pkh@test.com\",\n    \"phone\": \"010-2757-8036\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:19901/user/register","urlObject":{"port":"19901","path":["user","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f06e5a09-07c1-4000-93ef-1bc039d61754","name":"UserInfoResponse","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"pkh\",\n    \"password\": \"1212\",\n    \"email\": \"pkh@test.com\",\n    \"phone\": \"010-2757-8036\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:19901/user/register"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"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":"Date","value":"Mon, 24 Mar 2025 10:59:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"72"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 4,\n    \"username\": \"pkh\",\n    \"email\": \"pkh@test.com\",\n    \"phone\": \"010-2757-8036\"\n}"}],"_postman_id":"f9d541bf-a978-43d4-aa40-4c2117f15c16"},{"name":"[USER] /user/update","id":"cfc487af-3720-4511-96c0-484101bad006","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"cjw\",\n    \"email\": \"cjw@update.com\",\n    \"phone\": \"010-5404-3992\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:19901/user/update","urlObject":{"port":"19901","path":["user","update"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"33cee0f1-e851-4110-a9fb-173f60a031bd","name":"UserInfoResponse","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"cjw\",\n    \"email\": \"cjw@update.com\",\n    \"phone\": \"010-5404-3992\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:19901/user/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"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":"Date","value":"Mon, 24 Mar 2025 11:02:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"74"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 3,\n    \"username\": \"cjw\",\n    \"email\": \"cjw@update.com\",\n    \"phone\": \"010-5404-3992\"\n}"}],"_postman_id":"cfc487af-3720-4511-96c0-484101bad006"}],"id":"414e0d02-8013-4d54-bd42-f704695da17b","_postman_id":"414e0d02-8013-4d54-bd42-f704695da17b","description":""},{"name":"item","item":[{"name":"[SELLER] /item/register","id":"de329d3d-293a-4e12-836c-d1d1cfb60d69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"테스트 상품입니다.\",\n    \"description\": \"하하\",\n    \"quantity\": 100,\n    \"price\": 12345\n}","options":{"raw":{"language":"json"}}},"url":"localhost:19901/item/register","urlObject":{"port":"19901","path":["item","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"de329d3d-293a-4e12-836c-d1d1cfb60d69"},{"name":"[ALL] /item/list","id":"c5d2d5c8-1a7b-483c-bb0e-913426404881","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:19901/item/list","urlObject":{"port":"19901","path":["item","list"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4c2084d2-6f24-4f02-8b93-90ec104473d7","name":"List<ItemResponse>","originalRequest":{"method":"GET","header":[],"url":"localhost:19901/item/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 08 Apr 2025 08:10:50 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"맥북\",\n        \"description\": \"Apple Silicon M3 14인치 18G RAM\",\n        \"quantity\": 5,\n        \"price\": 3000000,\n        \"sellerId\": 2,\n        \"categoryId\": 10\n    },\n    {\n        \"id\": 3,\n        \"name\": \"test\",\n        \"description\": \"test 상품입니다.\",\n        \"quantity\": 100000,\n        \"price\": 500,\n        \"sellerId\": 1,\n        \"categoryId\": null\n    },\n    {\n        \"id\": 4,\n        \"name\": \"테스트 상품입니다.\",\n        \"description\": null,\n        \"quantity\": 4,\n        \"price\": 50000,\n        \"sellerId\": 2,\n        \"categoryId\": null\n    },\n    {\n        \"id\": 5,\n        \"name\": \"테스트 상품입니다.\",\n        \"description\": \"하하\",\n        \"quantity\": 91,\n        \"price\": 12345,\n        \"sellerId\": 2,\n        \"categoryId\": null\n    },\n    {\n        \"id\": 123,\n        \"name\": \"test\",\n        \"description\": \"테스트입니다.\",\n        \"quantity\": 90,\n        \"price\": 10000,\n        \"sellerId\": 2,\n        \"categoryId\": null\n    },\n    {\n        \"id\": 124,\n        \"name\": \"비동기 테스트\",\n        \"description\": \"하하\",\n        \"quantity\": 100,\n        \"price\": 12345,\n        \"sellerId\": 2,\n        \"categoryId\": null\n    }\n]"}],"_postman_id":"c5d2d5c8-1a7b-483c-bb0e-913426404881"},{"name":"[ALL] /item/{itemId}","id":"6dedbca6-e87a-4049-943e-8b8a6bffca16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:19901/item/5","urlObject":{"port":"19901","path":["item","5"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3c17265a-6bed-4888-ae35-6839d919fbeb","name":"ItemResponse","originalRequest":{"method":"GET","header":[],"url":"localhost:19901/item/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"135"},{"key":"Date","value":"Tue, 08 Apr 2025 08:12:18 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"맥북\",\n    \"description\": \"Apple Silicon M3 14인치 18G RAM\",\n    \"quantity\": 5,\n    \"price\": 3000000,\n    \"sellerId\": 2,\n    \"categoryId\": 10\n}"}],"_postman_id":"6dedbca6-e87a-4049-943e-8b8a6bffca16"},{"name":"[ALL] /item/category","id":"5cdcd69f-d627-452f-966c-6e301a22049f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:19901/item/category","urlObject":{"port":"19901","path":["item","category"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"49c442da-e723-460a-be8a-a2306fd7268b","name":"List<AllCategoryResponse>","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"localhost:19901/item/category"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 08 Apr 2025 08:11:44 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"largeCategory\": \"FOOD\",\n        \"smallCategories\": [\n            {\n                \"id\": 6,\n                \"smallCategory\": \"FROZEN FOOD\"\n            },\n            {\n                \"id\": 28,\n                \"smallCategory\": \"HEALTH\"\n            }\n        ]\n    },\n    {\n        \"id\": 31,\n        \"largeCategory\": \"BOOK\",\n        \"smallCategories\": [\n            {\n                \"id\": 32,\n                \"smallCategory\": \"ECONOMY\"\n            },\n            {\n                \"id\": 33,\n                \"smallCategory\": \"SELF-IMPROVE\"\n            }\n        ]\n    },\n    {\n        \"id\": 5,\n        \"largeCategory\": \"TOOLS\",\n        \"smallCategories\": [\n            {\n                \"id\": 23,\n                \"smallCategory\": \"KITCHEN\"\n            },\n            {\n                \"id\": 24,\n                \"smallCategory\": \"CAR\"\n            },\n            {\n                \"id\": 25,\n                \"smallCategory\": \"PET\"\n            },\n            {\n                \"id\": 26,\n                \"smallCategory\": \"WRITING/OFFICE\"\n            },\n            {\n                \"id\": 27,\n                \"smallCategory\": \"TOY\"\n            },\n            {\n                \"id\": 29,\n                \"smallCategory\": \"LIVING\"\n            },\n            {\n                \"id\": 30,\n                \"smallCategory\": \"HOME DECO\"\n            }\n        ]\n    },\n    {\n        \"id\": 34,\n        \"largeCategory\": \"ETC\",\n        \"smallCategories\": []\n    },\n    {\n        \"id\": 2,\n        \"largeCategory\": \"FASHION\",\n        \"smallCategories\": [\n            {\n                \"id\": 7,\n                \"smallCategory\": \"MEN'S  FASHION\"\n            },\n            {\n                \"id\": 8,\n                \"smallCategory\": \"WOMEN'S  FASHION\"\n            },\n            {\n                \"id\": 9,\n                \"smallCategory\": \"KID'S  FASHION\"\n            }\n        ]\n    },\n    {\n        \"id\": 4,\n        \"largeCategory\": \"BEAUTY\",\n        \"smallCategories\": [\n            {\n                \"id\": 17,\n                \"smallCategory\": \"SKIN CARE\"\n            },\n            {\n                \"id\": 18,\n                \"smallCategory\": \"CLEANSING\"\n            },\n            {\n                \"id\": 19,\n                \"smallCategory\": \"MAKE-UP\"\n            },\n            {\n                \"id\": 20,\n                \"smallCategory\": \"BODY\"\n            },\n            {\n                \"id\": 21,\n                \"smallCategory\": \"HAIR\"\n            },\n            {\n                \"id\": 22,\n                \"smallCategory\": \"FOR-MEN\"\n            }\n        ]\n    },\n    {\n        \"id\": 3,\n        \"largeCategory\": \"ELECTRONICS\",\n        \"smallCategories\": [\n            {\n                \"id\": 10,\n                \"smallCategory\": \"COMPUTER\"\n            },\n            {\n                \"id\": 11,\n                \"smallCategory\": \"TV\"\n            },\n            {\n                \"id\": 12,\n                \"smallCategory\": \"PHONE\"\n            },\n            {\n                \"id\": 13,\n                \"smallCategory\": \"GAME\"\n            },\n            {\n                \"id\": 14,\n                \"smallCategory\": \"KEYBOARD\"\n            },\n            {\n                \"id\": 15,\n                \"smallCategory\": \"HEALTH\"\n            },\n            {\n                \"id\": 16,\n                \"smallCategory\": \"WASHER/DRIER\"\n            }\n        ]\n    }\n]"}],"_postman_id":"5cdcd69f-d627-452f-966c-6e301a22049f"},{"name":"[ALL] /item/category/{categoryId}","id":"d779109f-3e92-4c32-b723-90220292f4aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:19901/item/category","urlObject":{"port":"19901","path":["item","category"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"dd6a884b-70a8-4f73-a875-295614e039c2","name":"List<CategoryDetailResponse>","originalRequest":{"method":"GET","header":[],"url":"localhost:19901/item/category/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 08 Apr 2025 08:12:00 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 6,\n        \"smallCategory\": \"FROZEN FOOD\"\n    },\n    {\n        \"id\": 28,\n        \"smallCategory\": \"HEALTH\"\n    }\n]"}],"_postman_id":"d779109f-3e92-4c32-b723-90220292f4aa"},{"name":"[ADMIN] /item/category/register","id":"e01c6bb1-8fa9-4110-aa31-dfb6bd06d7f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"e01c6bb1-8fa9-4110-aa31-dfb6bd06d7f1"},{"name":"[All] /item/list/category/{categoryId}","id":"73e7503f-853a-4a02-aae0-e7955740e04c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"c66ec65e-2661-4977-8d82-4d9b987a7174","name":"List<ItemResponse>","originalRequest":{"method":"GET","header":[],"url":"localhost:19901/item/list/category/10"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 08 Apr 2025 08:10:40 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"맥북\",\n        \"description\": \"Apple Silicon M3 14인치 18G RAM\",\n        \"quantity\": 5,\n        \"price\": 3000000,\n        \"sellerId\": 2,\n        \"categoryId\": 10\n    }\n]"}],"_postman_id":"73e7503f-853a-4a02-aae0-e7955740e04c"},{"name":"[All] /item/list/l-category/{categoryId}","id":"503413a8-63b7-40a0-8852-c5565ba90490","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"3df8c4f6-6dc0-4b20-b4b1-6733a7b398d9","name":"List<ItemResponse>","originalRequest":{"method":"GET","header":[],"url":"localhost:19901/item/list/l-category/3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 08 Apr 2025 08:50:04 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"맥북\",\n        \"description\": \"Apple Silicon M3 14인치 18G RAM\",\n        \"quantity\": 5,\n        \"price\": 3000000,\n        \"sellerId\": 2,\n        \"categoryId\": 10\n    }\n]"}],"_postman_id":"503413a8-63b7-40a0-8852-c5565ba90490"}],"id":"be0d0306-4026-47d7-b484-b1be341a8176","_postman_id":"be0d0306-4026-47d7-b484-b1be341a8176","description":""},{"name":"aggregation","item":[{"name":"[USER] /my-page","id":"573f9682-b9c8-4886-96c8-ecc8ce8b9305","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"localhost:19901/my-page","urlObject":{"port":"19901","path":["my-page"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f0c08cce-7327-49f4-8eb0-5c3f7bf9d916","name":"401 error response","originalRequest":{"method":"GET","header":[],"url":"localhost:19901/my-page"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"177"},{"key":"Date","value":"Thu, 20 Mar 2025 14:33:39 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"trackingId\": \"75e4c9e3-b942-4e17-8b52-b4aca31fed02\",\n    \"timestamp\": \"2025-03-20T23:33:39.0188\",\n    \"status\": 401,\n    \"code\": \"INVALID_TOKEN\",\n    \"message\": \"토큰이 유효하지 않습니다.\"\n}"}],"_postman_id":"573f9682-b9c8-4886-96c8-ecc8ce8b9305"},{"name":"[USER] /my-cart","id":"f7e8e44c-b2ae-49c0-885e-0bf06989adc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"f7e8e44c-b2ae-49c0-885e-0bf06989adc7"},{"name":"actuator","id":"280ffa46-9e58-4bf1-9ca9-deba21e7cfdf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:19901/actuator/health","urlObject":{"port":"19901","path":["actuator","health"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"280ffa46-9e58-4bf1-9ca9-deba21e7cfdf"}],"id":"7727b62a-1252-44af-95ce-0bf7e6a74a7a","_postman_id":"7727b62a-1252-44af-95ce-0bf7e6a74a7a","description":""}]}