{"info":{"_postman_id":"5e9cdc54-149d-4939-9c46-c20373a9881c","name":"team20","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"21123973","collectionId":"5e9cdc54-149d-4939-9c46-c20373a9881c","publishedId":"UyxqDPiG","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-05-24T11:07:13.000Z"},"item":[{"name":"결제","item":[{"name":"(결제버튼)주문정보 생성하고 유저에 주문내역 추가하기","id":"7d4fbd3d-4296-492d-8500-b36d6016e68c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\":\"629a10654ba5cc5bfebebcb5\",\r\n    \"orderInfo\": {\r\n        \"itemList\": [{\"itemId\": \"6298ce64d4a04b92e4aeb7d7\", \"count\": 1},{\"itemId\": \"62990dd219babecb3bfafc1d\", \"count\": 10}],\r\n        \"shipAddress\":{\r\n            \"postalCode\":1250,\r\n            \"address1\":\"서울 강남구 테헤란로 318\",\r\n            \"address2\":\"역삼동 77777\"\r\n        },\r\n        \"totalCost\":70000,\r\n        \"recipientName\":\"갯수 테스트7\",\r\n        \"recipientPhone\":\"01084315777\",\r\n        \"shipRequest\": \"부재 시 경비실에 맡겨주세요.\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/order/makeOrder","urlObject":{"protocol":"http","port":"5000","path":["api","order","makeOrder"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0eb5f961-b1ad-4860-9ff6-7df85cbf081a","name":"(결제버튼)주문정보 생성하고 유저에 주문내역 추가하기","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\":\"62944ca27024c577c55268e0\",\r\n    \"orderInfo\": {\r\n        \"itemList\": [{\"itemId\": \"628c90d7dd47de324b9fef2d\", \"count\": 3}, {\"itemId\": \"62939bcf1fd1e4c6a20fc197\", \"count\": 2}],\r\n        \"shipAddress\":{\r\n            \"postalCode\":1250,\r\n            \"address1\":\"서울 강남구 테헤란로 318\",\r\n            \"address2\":\"역삼동 707-22\"\r\n        },\r\n        \"totalCost\":70000,\r\n        \"recipientName\":\"테스트맨2\",\r\n        \"recipientPhone\":\"2222222222\",\r\n        \"shipRequest\": \"부재 시 경비실에 맡겨주세요.\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/order/makeOrder"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3399"},{"key":"ETag","value":"W/\"d47-dNbazCEes9IOXKaqGthepMGlIqg\""},{"key":"Date","value":"Mon, 30 May 2022 05:16:18 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"62944ca27024c577c55268e0\",\n    \"email\": \"test12@test.com\",\n    \"fullName\": \"새로운스키마김명진\",\n    \"password\": \"$2b$10$tdJS4.OpkCSaI21vyV/le.LoRes1gyBKxDv3kNf49x5OTy8eE2r3W\",\n    \"role\": \"basic-user\",\n    \"orderInfo\": [\n        {\n            \"_id\": \"629450f0d7a73d272ed53ad9\",\n            \"itemList\": [\n                {\n                    \"itemId\": \"628c90d7dd47de324b9fef2d\",\n                    \"count\": 3\n                },\n                {\n                    \"itemId\": \"62939bcf1fd1e4c6a20fc197\",\n                    \"count\": 2\n                }\n            ],\n            \"shipAddress\": {\n                \"postalCode\": 1250,\n                \"address1\": \"서울 강남구 테헤란로 318\",\n                \"address2\": \"역삼동 707-22\"\n            },\n            \"totalCost\": 70000,\n            \"recipientName\": \"테스트맨2\",\n            \"recipientPhone\": \"2222222222\",\n            \"status\": \"상품 준비중\",\n            \"createdAt\": \"2022-05-30T05:06:56.691Z\",\n            \"updatedAt\": \"2022-05-30T05:06:56.691Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62945113d7a73d272ed53ae0\",\n            \"itemList\": [\n                {\n                    \"itemId\": \"628c90d7dd47de324b9fef2d\",\n                    \"count\": 3\n                },\n                {\n                    \"itemId\": \"62939bcf1fd1e4c6a20fc197\",\n                    \"count\": 2\n                }\n            ],\n            \"shipAddress\": {\n                \"postalCode\": 1250,\n                \"address1\": \"서울 강남구 테헤란로 318\",\n                \"address2\": \"역삼동 707-22\"\n            },\n            \"totalCost\": 70000,\n            \"recipientName\": \"테스트맨2\",\n            \"recipientPhone\": \"2222222222\",\n            \"status\": \"상품 준비중\",\n            \"shipRequest\": \"부재 시 경비실에 맡겨주세요.\",\n            \"createdAt\": \"2022-05-30T05:07:31.154Z\",\n            \"updatedAt\": \"2022-05-30T05:07:31.154Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"6294517fc764189c9d8ef0be\",\n            \"itemList\": [\n                {\n                    \"itemId\": \"628c90d7dd47de324b9fef2d\",\n                    \"count\": 3\n                },\n                {\n                    \"itemId\": \"62939bcf1fd1e4c6a20fc197\",\n                    \"count\": 2\n                }\n            ],\n            \"shipAddress\": {\n                \"postalCode\": 1250,\n                \"address1\": \"서울 강남구 테헤란로 318\",\n                \"address2\": \"역삼동 707-22\"\n            },\n            \"totalCost\": 70000,\n            \"recipientName\": \"테스트맨2\",\n            \"recipientPhone\": \"2222222222\",\n            \"status\": \"상품 준비중\",\n            \"shipRequest\": \"부재 시 경비실에 맡겨주세요.\",\n            \"createdAt\": \"2022-05-30T05:09:19.488Z\",\n            \"updatedAt\": \"2022-05-30T05:09:19.488Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62945271fa04ee69d5314ba6\",\n            \"itemList\": [\n                {\n                    \"itemId\": \"628c90d7dd47de324b9fef2d\",\n                    \"count\": 3\n                },\n                {\n                    \"itemId\": \"62939bcf1fd1e4c6a20fc197\",\n                    \"count\": 2\n                }\n            ],\n            \"shipAddress\": {\n                \"postalCode\": 1250,\n                \"address1\": \"서울 강남구 테헤란로 318\",\n                \"address2\": \"역삼동 707-22\"\n            },\n            \"totalCost\": 70000,\n            \"recipientName\": \"테스트맨2\",\n            \"recipientPhone\": \"2222222222\",\n            \"status\": \"상품 준비중\",\n            \"shipRequest\": \"부재 시 경비실에 맡겨주세요.\",\n            \"createdAt\": \"2022-05-30T05:13:21.269Z\",\n            \"updatedAt\": \"2022-05-30T05:13:21.269Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62945281e15fe56ba116505e\",\n            \"itemList\": [\n                {\n                    \"itemId\": \"628c90d7dd47de324b9fef2d\",\n                    \"count\": 3\n                },\n                {\n                    \"itemId\": \"62939bcf1fd1e4c6a20fc197\",\n                    \"count\": 2\n                }\n            ],\n            \"shipAddress\": {\n                \"postalCode\": 1250,\n                \"address1\": \"서울 강남구 테헤란로 318\",\n                \"address2\": \"역삼동 707-22\"\n            },\n            \"totalCost\": 70000,\n            \"recipientName\": \"테스트맨2\",\n            \"recipientPhone\": \"2222222222\",\n            \"status\": \"상품 준비중\",\n            \"shipRequest\": \"부재 시 경비실에 맡겨주세요.\",\n            \"createdAt\": \"2022-05-30T05:13:37.479Z\",\n            \"updatedAt\": \"2022-05-30T05:13:37.479Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62945322a4248c2b2f852b97\",\n            \"itemList\": [\n                {\n                    \"itemId\": \"628c90d7dd47de324b9fef2d\",\n                    \"count\": 3\n                },\n                {\n                    \"itemId\": \"62939bcf1fd1e4c6a20fc197\",\n                    \"count\": 2\n                }\n            ],\n            \"shipAddress\": {\n                \"postalCode\": 1250,\n                \"address1\": \"서울 강남구 테헤란로 318\",\n                \"address2\": \"역삼동 707-22\"\n            },\n            \"totalCost\": 70000,\n            \"recipientName\": \"테스트맨2\",\n            \"recipientPhone\": \"2222222222\",\n            \"status\": \"상품 준비중\",\n            \"shipRequest\": \"부재 시 경비실에 맡겨주세요.\",\n            \"createdAt\": \"2022-05-30T05:16:18.148Z\",\n            \"updatedAt\": \"2022-05-30T05:16:18.148Z\",\n            \"__v\": 0\n        }\n    ],\n    \"isAdmin\": false,\n    \"createdAt\": \"2022-05-30T04:48:34.945Z\",\n    \"updatedAt\": \"2022-05-30T05:16:18.222Z\",\n    \"__v\": 0,\n    \"address\": {\n        \"postalCode\": \"1250\",\n        \"address1\": \"서울 강남구 테헤란로 318\",\n        \"address2\": \"역삼동 707-22\"\n    }\n}"}],"_postman_id":"7d4fbd3d-4296-492d-8500-b36d6016e68c"}],"id":"982c2eea-ce40-400c-9e5d-e0565aa0393a","_postman_id":"982c2eea-ce40-400c-9e5d-e0565aa0393a","description":""},{"name":"유저 관련","item":[{"name":"유저추가","id":"888ed175-dbd6-4373-b19b-b5588500fa75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"fullName\": \"새벽코딩\",\r\n    \"email\": \"test112@naver.net\",\r\n    \"password\": \"$2b$10$4OmdQYldK7SOF/YHIrQ2Ze0d45NNj2QpRt1lJFg3Ooje6Dg9ocxeq\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/user/register","urlObject":{"protocol":"http","port":"5000","path":["api","user","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"888ed175-dbd6-4373-b19b-b5588500fa75"},{"name":"유져비밀번호 확인","id":"a41abc5a-d455-421a-a1a4-38a857db38f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\":\"kakao\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/user/checkPassword/:userEmail","urlObject":{"protocol":"http","port":"5000","path":["api","user","checkPassword",":userEmail"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"krocd@kakao.com","key":"userEmail"}]}},"response":[{"id":"9d8d7277-4d2b-425d-a284-445b6c06cc3e","name":"유져비밀번호 확인","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\":\"123456789\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:5000/api/user/checkPassword/:userEmail","protocol":"http","host":["localhost"],"port":"5000","path":["api","user","checkPassword",":userEmail"],"variable":[{"key":"userEmail","value":"testPS@test.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"12"},{"key":"ETag","value":"W/\"c-p50UecFex8AKasnMsMFZ+fKu6SQ\""},{"key":"Date","value":"Tue, 31 May 2022 18:14:29 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"res\": true\n}"}],"_postman_id":"a41abc5a-d455-421a-a1a4-38a857db38f6"},{"name":"토큰으로 유저 ID 조회","id":"1ce9ed26-a149-4bb0-b3bc-f53403a61782","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":"http://localhost:5000/api/user/id","urlObject":{"protocol":"http","port":"5000","path":["api","user","id"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4ec66d97-bb55-4d1c-87fb-5d941cecbaee","name":"유저 ID 요청","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/api/user/id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"26"},{"key":"ETag","value":"W/\"1a-nFJQCYWLq0HNI0bC81l526HEETw\""},{"key":"Date","value":"Fri, 27 May 2022 11:48:38 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"\"628df0a84917ebe19ca8ac3b\""}],"_postman_id":"1ce9ed26-a149-4bb0-b3bc-f53403a61782"},{"name":"유저 목록 가져오기","id":"f4b464d5-cb32-4233-b96b-94c3d3d268c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/user/userlist","urlObject":{"protocol":"http","port":"5000","path":["api","user","userlist"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"57e365bc-8fd8-4174-9dee-8965c958f4fd","name":"유저 목록 가져오기","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/api/user/userlist"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3916"},{"key":"ETag","value":"W/\"f4c-QzWkG5tZWoa6/b/WMv73W+MynY0\""},{"key":"Date","value":"Mon, 30 May 2022 05:08:12 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"6290ec3604ee022f4615e6b9\",\n        \"email\": \"yeri@tester.com\",\n        \"fullName\": \"김예리\",\n        \"password\": \"$2b$10$l58oeFF86rr/w6.vk2D/kuBOzfDIkeAQ6cR1mYopwUGZEFQaDHLOG\",\n        \"role\": \"basic-user\",\n        \"orderInfo\": [],\n        \"isAdmin\": false,\n        \"createdAt\": \"2022-05-27T15:20:22.412Z\",\n        \"updatedAt\": \"2022-05-30T03:50:58.827Z\",\n        \"__v\": 0,\n        \"address\": {\n            \"postalCode\": \"17169\",\n            \"address1\": \"경기 용인시 처인구 원삼면 이원로 857\",\n            \"address2\": \"₩₩111\"\n        }\n    },\n    {\n        \"_id\": \"6292123b6078f473cc1b2021\",\n        \"email\": \"deploy@test.com\",\n        \"fullName\": \"배포 테스트\",\n        \"password\": \"$2b$10$Q.mygeRQFs9MPUD9qRIJXeyf.l6p3W/4SOdTeoCAaLG5Vm.N0jbdW\",\n        \"role\": \"basic-user\",\n        \"orderInfo\": [],\n        \"isAdmin\": false,\n        \"createdAt\": \"2022-05-28T12:14:51.634Z\",\n        \"updatedAt\": \"2022-05-28T12:14:51.634Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6293115c6078f473cc1b2032\",\n        \"email\": \"admin@admin.com\",\n        \"fullName\": \"admin\",\n        \"password\": \"$2b$10$YD6WzJ2N9NYzw2fOPJhdB.Os.J28wrxSQhPIjznNlSmQoH5/iBJs2\",\n        \"role\": \"basic-user\",\n        \"orderInfo\": [],\n        \"isAdmin\": true,\n        \"createdAt\": \"2022-05-29T06:23:24.496Z\",\n        \"updatedAt\": \"2022-05-30T02:56:11.766Z\",\n        \"__v\": 0,\n        \"address\": {\n            \"postalCode\": \"62234\",\n            \"address1\": \"광주 광산구 풍영로101번안길 1-2\",\n            \"address2\": \"20250*5\"\n        }\n    },\n    {\n        \"_id\": \"62932cb0cd082d3736217719\",\n        \"email\": \"front@test.com\",\n        \"fullName\": \"프론트테스트\",\n        \"password\": \"$2b$10$dLLgyc6eXTPGsz.NUaU4Xuq45JuLbAG9lKUE.jmqZ1fWZSQW3Tavi\",\n        \"role\": \"basic-user\",\n        \"orderInfo\": [],\n        \"isAdmin\": false,\n        \"createdAt\": \"2022-05-29T08:20:00.313Z\",\n        \"updatedAt\": \"2022-05-29T08:20:00.313Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"62933175b6fc6c6d6233e6f9\",\n        \"email\": \"abc@naver.com\",\n        \"fullName\": \"김혜령\",\n        \"password\": \"$2b$10$p3pb2l45aDiYQR5DCvBrHeRe0BRWRfqIOnCdXmhAnk9f2kieWBouS\",\n        \"role\": \"basic-user\",\n        \"orderInfo\": [],\n        \"isAdmin\": false,\n        \"createdAt\": \"2022-05-29T08:40:21.747Z\",\n        \"updatedAt\": \"2022-05-29T08:40:21.747Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"629345d197b84d0ac2adbcee\",\n        \"email\": \"abcde@naver.com\",\n        \"fullName\": \"김혜령\",\n        \"password\": \"$2b$10$p3pb2l45aDiYQR5DCvBrHeRe0BRWRfqIOnCdXmhAnk9f2kieWBouS\",\n        \"role\": \"basic-user\",\n        \"orderInfo\": [\n            \"6293593ff12a2959a5273436\",\n            \"62937a64cc371b69e25c7aa4\",\n            \"629449505dca6e8d25b8042d\",\n            \"62944c3e7024c577c55268d2\"\n        ],\n        \"isAdmin\": false,\n        \"createdAt\": \"2022-05-29T05:36:09.932Z\",\n        \"updatedAt\": \"2022-05-30T04:46:54.667Z\",\n        \"__v\": 0,\n        \"phoneNumber\": \"01012341234\",\n        \"address\": {\n            \"postalCode\": \"1250\",\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        }\n    },\n    {\n        \"_id\": \"62938337a7348841332ad3f4\",\n        \"email\": \"a123@naver.com\",\n        \"fullName\": \"유재석\",\n        \"password\": \"$2b$10$CSXPlcG8KGcrnfvu5rhnfuzLuZK2pw7f5qEvy7jTk4.zoHGR16QnS\",\n        \"role\": \"basic-user\",\n        \"orderInfo\": [\n            \"62938385a7348841332ad3f8\"\n        ],\n        \"isAdmin\": false,\n        \"createdAt\": \"2022-05-29T14:29:11.319Z\",\n        \"updatedAt\": \"2022-05-30T03:15:53.264Z\",\n        \"__v\": 0,\n        \"address\": {\n            \"postalCode\": \"1250\",\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        }\n    },\n    {\n        \"_id\": \"629444a2d5d97d0c342d7ee4\",\n        \"email\": \"back@test.com\",\n        \"fullName\": \"백엔드테스트\",\n        \"password\": \"$2b$10$oPLzUC9/YPJvLLGbglTwDedWu.TcckiIvKjhOJ5Q/8fbUxkKHiLiS\",\n        \"role\": \"basic-user\",\n        \"orderInfo\": [\n            \"6294451bd5d97d0c342d7ee8\",\n            \"6294461b5dca6e8d25b80417\"\n        ],\n        \"isAdmin\": false,\n        \"createdAt\": \"2022-05-30T04:14:26.240Z\",\n        \"updatedAt\": \"2022-05-30T04:20:43.424Z\",\n        \"__v\": 0,\n        \"address\": {\n            \"postalCode\": \"1250\",\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        }\n    },\n    {\n        \"_id\": \"62944ca27024c577c55268e0\",\n        \"email\": \"test12@test.com\",\n        \"fullName\": \"새로운스키마김명진\",\n        \"password\": \"$2b$10$tdJS4.OpkCSaI21vyV/le.LoRes1gyBKxDv3kNf49x5OTy8eE2r3W\",\n        \"role\": \"basic-user\",\n        \"orderInfo\": [\n            \"629450f0d7a73d272ed53ad9\",\n            \"62945113d7a73d272ed53ae0\"\n        ],\n        \"isAdmin\": false,\n        \"createdAt\": \"2022-05-30T04:48:34.945Z\",\n        \"updatedAt\": \"2022-05-30T05:07:31.213Z\",\n        \"__v\": 0,\n        \"address\": {\n            \"postalCode\": \"1250\",\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        }\n    },\n    {\n        \"_id\": \"62944f9109a2cefe0e49290b\",\n        \"email\": \"elice@elice.com\",\n        \"fullName\": \"엘리스\",\n        \"password\": \"$2b$10$yqFjYIH8mFU4cxQaMvRFSeJU3RAPCOBIZJ/8vobiY1U3S9Gmsi0Lu\",\n        \"role\": \"basic-user\",\n        \"orderInfo\": [],\n        \"isAdmin\": false,\n        \"createdAt\": \"2022-05-30T05:01:05.698Z\",\n        \"updatedAt\": \"2022-05-30T05:01:05.698Z\",\n        \"__v\": 0\n    }\n]"}],"_postman_id":"f4b464d5-cb32-4233-b96b-94c3d3d268c0"},{"name":"유저 요청 (아이디로 조회)","id":"0718b80d-62fb-45e6-895a-990bf34d0da4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"","value":"","type":"text","disabled":true}]},"url":"http://localhost:5000/api/user/:userId","urlObject":{"protocol":"http","port":"5000","path":["api","user",":userId"],"host":["localhost"],"query":[{"disabled":true,"key":"userId","value":"628fa56c427c467fc43abd5f"}],"variable":[{"type":"any","value":"629718037c92028b382ea444","key":"userId"}]}},"response":[{"id":"ef4dd230-368b-4fa0-a3a5-84b8909e3b0c","name":"유저 요청","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"","value":"","type":"text","disabled":true}]},"url":{"raw":"http://localhost:5000/api/user/:userId","protocol":"http","host":["localhost"],"port":"5000","path":["api","user",":userId"],"query":[{"key":"userId","value":"628fa56c427c467fc43abd5f","type":"text","disabled":true}],"variable":[{"key":"userId","value":"62944f9109a2cefe0e49290b"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"294"},{"key":"ETag","value":"W/\"126-3zFe5Do6Oq2yROY5sRJbHEOhzxU\""},{"key":"Date","value":"Mon, 30 May 2022 05:27:37 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"62944f9109a2cefe0e49290b\",\n    \"email\": \"elice@elice.com\",\n    \"fullName\": \"엘리스\",\n    \"password\": \"$2b$10$yqFjYIH8mFU4cxQaMvRFSeJU3RAPCOBIZJ/8vobiY1U3S9Gmsi0Lu\",\n    \"role\": \"basic-user\",\n    \"orderInfo\": [],\n    \"isAdmin\": false,\n    \"createdAt\": \"2022-05-30T05:01:05.698Z\",\n    \"updatedAt\": \"2022-05-30T05:01:05.698Z\",\n    \"__v\": 0\n}"}],"_postman_id":"0718b80d-62fb-45e6-895a-990bf34d0da4"},{"name":"관리자 계정 검사","id":"41cae2f1-b4ad-4f6e-b33a-92c9796ad42e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/user/isAdmin","urlObject":{"protocol":"http","port":"5000","path":["api","user","isAdmin"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0cc997fd-5e94-4a11-ba56-c9b2153367bf","name":"관리자 계정 검사","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/api/user/isAdmin"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"16"},{"key":"ETag","value":"W/\"10-us8lSJutAxKqLzf8c1+n5XstcwY\""},{"key":"Date","value":"Wed, 01 Jun 2022 11:17:07 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": false\n}"}],"_postman_id":"41cae2f1-b4ad-4f6e-b33a-92c9796ad42e"},{"name":"유저 등급 조회","id":"06a45a2b-2d07-4b0f-b5e8-8d68a62b3e62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/user/role","urlObject":{"protocol":"http","port":"5000","path":["api","user","role"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"041e7269-3e19-4a1f-a9d9-49398670260c","name":"유저 등급 조회","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"http://localhost:5000/api/user/role"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"24"},{"key":"ETag","value":"W/\"18-U8BdpTV3nsOmM2Lf8II/mCtHvdA\""},{"key":"Date","value":"Fri, 03 Jun 2022 10:25:59 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"\"닥터 스트레인지\""}],"_postman_id":"06a45a2b-2d07-4b0f-b5e8-8d68a62b3e62"},{"name":"유저 삭제","id":"988ad78a-548d-4b5e-8517-8bee67bd5103","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"123456789\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:5000/api/user/delete/:id","urlObject":{"port":"5000","path":["api","user","delete",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"629717bc000e27cd9f51267a","key":"id"}]}},"response":[{"id":"f054243d-83a8-4721-8438-d5767f2c13fe","name":"유저 삭제","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"$2b$10$4OmdQYldK7SOF/YHIrQ2Ze0d45NNj2QpRt1lJFg3Ooje6Dg9ocxeq\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"localhost:5000/api/user/delete/:id","host":["localhost"],"port":"5000","path":["api","user","delete",":id"],"variable":[{"key":"id","value":"6290e13146783ae75e617947"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"68"},{"key":"ETag","value":"W/\"44-+0ciDc52nBQ4YIkSkT7XpCZ3+m0\""},{"key":"Date","value":"Sun, 29 May 2022 06:26:03 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"정상적으로 회원 정보가 삭제되었습니다.\"\n}"}],"_postman_id":"988ad78a-548d-4b5e-8517-8bee67bd5103"},{"name":"유저 정보 변경+ 주소할당","id":"2cae8e97-64a2-4b86-9a83-9f930766f7d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"fullName\": \"변화된이름\",\r\n    \"phoneNumber\": \"01012341234\",\r\n    \"currentPassword\": \"12121212\",\r\n    \"address\":{\r\n        \"postalCode\":\"2000\",\r\n        \"address1\":\" 서울시\",\r\n        \"address2\":\"테스트 주소1\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:5000/api/user/users/:id","urlObject":{"port":"5000","path":["api","user","users",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"62944f9109a2cefe0e49290b","key":"id"}]}},"response":[{"id":"aa9ebbbd-c227-4436-9f9a-6da3ae6394a7","name":"유저 정보 변경","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"fullName\": \"변화된이름\",\r\n    \"phoneNumber\": \"01012341234\",\r\n    \"currentPassword\": \"123456789\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"localhost:5000/api/user/users/:id","host":["localhost"],"port":"5000","path":["api","user","users",":id"],"variable":[{"key":"id","value":"629306496078f473cc1b202f"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"328"},{"key":"ETag","value":"W/\"148-Lg06UYJjuOT1G9ngtruqVa1t3VU\""},{"key":"Date","value":"Sun, 29 May 2022 06:27:40 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"629306496078f473cc1b202f\",\n    \"email\": \"krocd@naver.com\",\n    \"fullName\": \"변화된이름\",\n    \"password\": \"$2b$10$3y4ioPWeey010v5XKB3INuBEenXLstgA30pz12ujB4SJ57oAO4wNe\",\n    \"role\": \"basic-user\",\n    \"orderInfo\": [],\n    \"isAdmin\": false,\n    \"createdAt\": \"2022-05-29T05:36:09.932Z\",\n    \"updatedAt\": \"2022-05-29T06:27:40.416Z\",\n    \"__v\": 0,\n    \"phoneNumber\": \"01012341234\"\n}"}],"_postman_id":"2cae8e97-64a2-4b86-9a83-9f930766f7d8"},{"name":"비밀 번호 없이 유져 주소 할당 api","id":"d71f0e27-8701-42c9-a371-4f5a808e755e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{   \r\n    \"address\":{\r\n        \"postalCode\":\"2000\",\r\n        \"address1\":\" 서울시\",\r\n        \"address2\":\"테스트 주소8\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/user/users/:userId/address","urlObject":{"protocol":"http","port":"5000","path":["api","user","users",":userId","address"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"629376f0f65b475af22e1cce","key":"userId"}]}},"response":[{"id":"744c39b7-50e7-485a-9e72-39b1757e29b9","name":"비밀 번호 없이 유져 주소 할당 api","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{   \r\n    \"address\":{\r\n        \"postalCode\":\"2000\",\r\n        \"address1\":\" 서울시\",\r\n        \"address2\":\"테스트 주소7\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:5000/api/user/users/:userId/address","protocol":"http","host":["localhost"],"port":"5000","path":["api","user","users",":userId","address"],"variable":[{"key":"userId","value":"629376f0f65b475af22e1cce"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"376"},{"key":"ETag","value":"W/\"178-NE51cCvXDK2M5YON1A1MtH5ZINA\""},{"key":"Date","value":"Mon, 30 May 2022 01:20:54 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"629376f0f65b475af22e1cce\",\n    \"email\": \"test12@naver.net\",\n    \"fullName\": \"MJK\",\n    \"password\": \"$2b$10$hCJArbRixrG4PH9WIvnYWOXOVcoMuLndy5kBYrRS2qy2SYYrhQUjO\",\n    \"role\": \"basic-user\",\n    \"orderInfo\": [],\n    \"isAdmin\": false,\n    \"createdAt\": \"2022-05-29T13:36:48.830Z\",\n    \"updatedAt\": \"2022-05-30T01:20:54.092Z\",\n    \"__v\": 0,\n    \"address\": {\n        \"postalCode\": \"2000\",\n        \"address1\": \" 서울시\",\n        \"address2\": \"테스트 주소7\"\n    }\n}"}],"_postman_id":"d71f0e27-8701-42c9-a371-4f5a808e755e"}],"id":"817a2856-b359-4189-ab27-1c015ca40a82","_postman_id":"817a2856-b359-4189-ab27-1c015ca40a82","description":""},{"name":"아이템 관련","item":[{"name":"아이템 추가","id":"ec5586c1-ae1c-4b94-96c1-08d5990f3b7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"itemName","value":"끝내주는 노래 모음집","type":"text"},{"key":"category","value":"hero","type":"text"},{"key":"manufacturingCompany","value":"지구\n","type":"text"},{"key":"summary","value":" 닥터 스트레인지가 사용하는 유물입니","type":"text"},{"key":"mainExplanation","value":"인피니티 스톤 중 하나인 타임 스톤이 중심부에 핵으로 박혀있으며 이에 따라 기본적으로 시간 조작의 능력을 지니고 있습니다. 시간여행 으로 과거의 잘못을 바로 잡아보세요!!\n","type":"text"},{"key":"file","type":"file","src":"/C:/Users/krocd/Downloads/아가모토눈.jpg"},{"key":"stocks","value":"1","type":"text"},{"key":"price","value":"30000000","type":"text"},{"key":"hashTag","value":"목걸이 ","type":"text"}]},"url":"http://localhost:5000/api/item/","urlObject":{"protocol":"http","port":"5000","path":["api","item",""],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0858f0f8-82cc-49b7-af87-9764822008d7","name":"아이템 추가","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"itemName","value":"아가모토의 눈 ","type":"text"},{"key":"category","value":"hero","type":"text"},{"key":"manufacturingCompany","value":"지구 ","type":"text"},{"key":"summary","value":" 닥터 스트레인지가 사용하는 유물입니","type":"text"},{"key":"mainExplanation","value":"인피니티 스톤 중 하나인 타임 스톤이 중심부에 핵으로 박혀있으며 이에 따라 기본적으로 시간 조작의 능력을 지니고 있습니다. 시간여행 으로 과거의 잘못을 바로 잡아보세요!!\n","type":"text"},{"key":"file","type":"file","src":"/C:/Users/user-pc/Downloads/ironman.jpg"},{"key":"stocks","value":"1","type":"text"},{"key":"price","value":"90000","type":"text"},{"key":"hashTag","value":"testTag","type":"text"}]},"url":"http://localhost:5000/api/item/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"740"},{"key":"ETag","value":"W/\"2e4-at8XkHvVGNESJa/8zNytjAj/KXE\""},{"key":"Date","value":"Tue, 31 May 2022 07:41:07 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"sucsess\": {\n        \"itemName\": \"아가모토의 눈 \",\n        \"category\": \"hero\",\n        \"manufacturingCompany\": \"지구 \",\n        \"summary\": \" 닥터 스트레인지가 사용하는 유물입니\",\n        \"mainExplanation\": \"인피니티 스톤 중 하나인 타임 스톤이 중심부에 핵으로 박혀있으며 이에 따라 기본적으로 시간 조작의 능력을 지니고 있습니다. 시간여행 으로 과거의 잘못을 바로 잡아보세요!!\\n\",\n        \"imgUrl\": \"https://team20.s3.ap-northeast-2.amazonaws.com/image/0812b970e0b5-11ec-bbbf-e3351cc0a3db.jpeg\",\n        \"stocks\": 1,\n        \"price\": 90000,\n        \"hashTag\": [\n            \"testTag\"\n        ],\n        \"_id\": \"6295c6937c1fbd2ba4bd5466\",\n        \"shortId\": \"g__N2mUdmX9I71yerxfmh\",\n        \"createdAt\": \"2022-05-31T07:41:07.202Z\",\n        \"updatedAt\": \"2022-05-31T07:41:07.202Z\",\n        \"__v\": 0\n    }\n}"}],"_postman_id":"ec5586c1-ae1c-4b94-96c1-08d5990f3b7f"},{"name":"아이템 수정","id":"9ebf7ce4-ce6f-4f79-bbd9-b5f508bf1f85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"itemName","value":"끝내주는 노래 vol.2 ","type":"text"},{"key":"category","value":"노래","type":"text"},{"key":"manufacturingCompany","value":"test manufactureing Company","type":"text"},{"key":"summary","value":"test summary","type":"text"},{"key":"mainExplanation","value":"test mainExplanation","type":"text"},{"key":"stocks","value":"500","type":"text"},{"key":"hashTag","value":"test hashTag","type":"text"},{"key":"price","value":"2000","type":"text"},{"key":"file","type":"file","src":"/C:/Users/KMJ/Downloads/끝내주는 노래.jpg"}]},"url":"localhost:5000/api/item/update/:id","urlObject":{"port":"5000","path":["api","item","update",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"6296288ca3fce6e4975278f8","key":"id"}]}},"response":[{"id":"97c20fc0-19b3-4a4c-85f4-2d20e0d9d60f","name":"아이템 수정 실패","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"itemName\": \"뮬니르3\",\r\n    \"category\": \"hero\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"localhost:5000/api/item/update/:id","host":["localhost"],"port":"5000","path":["api","item","update",":id"],"variable":[{"key":"id","value":"'628c800e7ddf7d54d974b368'"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"66"},{"key":"ETag","value":"W/\"42-J8zQNC0aB0hOYRhcyCJmPLc9dAE\""},{"key":"Date","value":"Fri, 27 May 2022 04:16:42 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"frobidden-approach\",\n    \"reason\": \"권한이 없습니다.\"\n}"},{"id":"fa36846c-bc80-468b-b5fb-07fcbd1e8c62","name":"아이템 수정 성공","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"itemName","value":"끝내주는 노래 vol.2 ","type":"text"},{"key":"category","value":"노래","type":"text"},{"key":"manufacturingCompany","value":"test manufactureing Company","type":"text"},{"key":"summary","value":"test summary","type":"text"},{"key":"mainExplanation","value":"test mainExplanation","type":"text"},{"key":"stocks","value":"500","type":"text"},{"key":"hashTag","value":"test hashTag","type":"text"},{"key":"price","value":"2000","type":"text"},{"key":"file","type":"file","src":"/C:/Users/KMJ/Downloads/끝내주는 노래.jpg"}]},"url":{"raw":"localhost:5000/api/item/update/:id","host":["localhost"],"port":"5000","path":["api","item","update",":id"],"variable":[{"key":"id","value":"6296288ca3fce6e4975278f8"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"515"},{"key":"ETag","value":"W/\"203-Xq7Ykl5DyvXr+yVwrwvC3OhQqhQ\""},{"key":"Date","value":"Tue, 31 May 2022 16:25:34 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"reult\": {\n        \"_id\": \"6296288ca3fce6e4975278f8\",\n        \"itemName\": \"끝내주는 노래 vol.2 \",\n        \"category\": \"노래\",\n        \"manufacturingCompany\": \"test manufactureing Company\",\n        \"summary\": \"test summary\",\n        \"mainExplanation\": \"test mainExplanation\",\n        \"imgUrl\": \"https://team20.s3.ap-northeast-2.amazonaws.com/image/4bc21b90e0fe-11ec-b98a-5761c202df2c.jpeg\",\n        \"stocks\": 500,\n        \"price\": 2000,\n        \"hashTag\": [\n            \"test hashTag\"\n        ],\n        \"shortId\": \"pM4qSc27hO_aMJzjwOj7j\",\n        \"createdAt\": \"2022-05-31T14:39:08.377Z\",\n        \"updatedAt\": \"2022-05-31T16:25:34.045Z\",\n        \"__v\": 0\n    }\n}"}],"_postman_id":"9ebf7ce4-ce6f-4f79-bbd9-b5f508bf1f85"},{"name":"아이템 전체 요청","id":"98c59528-f32d-40f0-8251-ce91fa2f5915","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/item/","urlObject":{"protocol":"http","port":"5000","path":["api","item",""],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"365b4249-6518-4b9a-b556-b3845cb21f53","name":"아이템 전체 요청","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/api/item/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"9093"},{"key":"ETag","value":"W/\"2385-AGxyaWNrLJDoWTARocOcISTQNh0\""},{"key":"Date","value":"Thu, 02 Jun 2022 04:20:41 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"62971b6a7fb259bb10eaf2bc\",\n        \"itemName\": \"iam groot \",\n        \"category\": \"히어로\",\n        \"manufacturingCompany\": \"test manufactureing Company\",\n        \"summary\": \"test summary\",\n        \"mainExplanation\": \"mainExplanation\",\n        \"imgUrl\": \"https://team20.s3.ap-northeast-2.amazonaws.com/image/060dc000e1d9-11ec-8e7f-cdeedfabae14.png\",\n        \"stocks\": 500,\n        \"price\": 2000,\n        \"hashTag\": [\n            \"그루트,test hashTag\"\n        ],\n        \"deleteFlag\": false,\n        \"shortId\": \"A8MBg79JlFOUS9Ku9iCEW\",\n        \"createdAt\": \"2022-06-01T07:55:22.671Z\",\n        \"updatedAt\": \"2022-06-02T03:26:03.268Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"62971bc0cda24356ab528040\",\n        \"itemName\": \"Slinger\",\n        \"category\": \"히어로\",\n        \"manufacturingCompany\": \"Peter Parker\",\n        \"summary\": \"강력한 접착제로 어디든지 붙습니다.\",\n        \"mainExplanation\": \"피터 파커의 전매 특허 거미줄 용액. 직접 만들고 직접 사용해본 상품.\",\n        \"imgUrl\": \"https://team20.s3.ap-northeast-2.amazonaws.com/image/63aa9570e180-11ec-8556-09213ea8f5f6.png\",\n        \"stocks\": 1000,\n        \"price\": 50000,\n        \"hashTag\": [\n            \"Peter Parker,Spider\"\n        ],\n        \"deleteFlag\": false,\n        \"shortId\": \"jlxvcISYwUyZWbTYXIQsB\",\n        \"createdAt\": \"2022-06-01T07:56:48.889Z\",\n        \"updatedAt\": \"2022-06-01T07:56:48.889Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"62971ccef640e4313a39eac8\",\n        \"itemName\": \"다크홀드 \",\n        \"category\": \"빌런\",\n        \"manufacturingCompany\": \"지구 \",\n        \"summary\": \"어둠의 마법서입니다. \",\n        \"mainExplanation\": \"책을 읽는자에게 어둠의 마법을 알려줍니다.\\r\\n강력한 능력에 대한 대가로 읽은 사용자의 정신에 좋지 않은 영향을 미치고, 부작용을 남기는 사악한 마도서입니다.\\r\\n저항할수 없는 힘을 가져보세요!\\r\\n\",\n        \"imgUrl\": \"https://team20.s3.ap-northeast-2.amazonaws.com/image/04b4a0a0e181-11ec-83b6-a91808427d79.jpeg\",\n        \"stocks\": 1,\n        \"price\": 50000000,\n        \"hashTag\": [\n            \"지구,\"\n        ],\n        \"deleteFlag\": false,\n        \"shortId\": \"WzHx_t3FTysOdRkrf3Bk4\",\n        \"createdAt\": \"2022-06-01T08:01:18.913Z\",\n        \"updatedAt\": \"2022-06-02T03:53:46.802Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"62971da6f640e4313a39eaca\",\n        \"itemName\": \"아가모토의 눈\",\n        \"category\": \"히어로\",\n        \"manufacturingCompany\": \"지구\\n\",\n        \"summary\": \" 닥터 스트레인지가 사용하는 유물입니\",\n        \"mainExplanation\": \"인피니티 스톤 중 하나인 타임 스톤이 중심부에 핵으로 박혀있으며 이에 따라 기본적으로 시간 조작의 능력을 지니고 있습니다. 시간여행 으로 과거의 잘못을 바로 잡아보세요!!\\n\",\n        \"imgUrl\": \"https://team20.s3.ap-northeast-2.amazonaws.com/image/84e1e3f0e181-11ec-83b6-a91808427d79.jpeg\",\n        \"stocks\": 1,\n        \"price\": 30000000,\n        \"hashTag\": [\n            \"목걸이 \"\n        ],\n        \"deleteFlag\": false,\n        \"shortId\": \"hk9w3F807EV4PDhIzWWZz\",\n        \"createdAt\": \"2022-06-01T08:04:54.185Z\",\n        \"updatedAt\": \"2022-06-01T08:04:54.185Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"62971e4e7c92028b382ea449\",\n        \"itemName\": \"호크아이 활\",\n        \"category\": \"히어로\",\n        \"manufacturingCompany\": \"호크아이\",\n        \"summary\": \"호크아이가 주로 사용하는 활\",\n        \"mainExplanation\": \"이것만 사용하면 빗나가지 않는 화살을 쏠 수 있습니다. 화살은 세트로 같이 판매됩니다.\",\n        \"imgUrl\": \"https://team20.s3.ap-northeast-2.amazonaws.com/image/e909d810e181-11ec-b90c-23fedb8f55fe.jpeg\",\n        \"stocks\": 4,\n        \"price\": 100000,\n        \"hashTag\": [\n            \"화살\"\n        ],\n        \"deleteFlag\": false,\n        \"shortId\": \"c_zaa26L9d2ZIqckVGX2h\",\n        \"createdAt\": \"2022-06-01T08:07:42.035Z\",\n        \"updatedAt\": \"2022-06-01T08:07:42.035Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"629721217c92028b382ea457\",\n        \"itemName\": \"아이언맨 슈트\",\n        \"category\": \"히어로\",\n        \"manufacturingCompany\": \"토니 스타크\",\n        \"summary\": \"아이언맨 \",\n        \"mainExplanation\": \"아크 리액터를 동력원으로 작동하는, 토니 스타크가 직접 제작한 파워드 슈트. 펄서건, 미사일 사용 가능!\",\n        \"imgUrl\": \"https://team20.s3.ap-northeast-2.amazonaws.com/image/988f0d40e183-11ec-b90c-23fedb8f55fe.jpeg\",\n        \"stocks\": 30,\n        \"price\": 5000000,\n        \"hashTag\": [\n            \"슈트\"\n        ],\n        \"deleteFlag\": false,\n        \"shortId\": \"vY0suCxCQYyp_9Y6pXVZP\",\n        \"createdAt\": \"2022-06-01T08:19:45.974Z\",\n        \"updatedAt\": \"2022-06-01T08:19:45.974Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6297265070af3c6a58a074e9\",\n        \"itemName\": \"레비테이션 망토\",\n        \"category\": \"히어로\",\n        \"manufacturingCompany\": \"Dr.Strange\",\n        \"summary\": \"당신도 공중 부양 할 수 있습니다.\",\n        \"mainExplanation\": \"비행\\r\\n닥터 스트레인지의 비행 능력은 이 망토의 힘으로, 바꿔 말하면 망토 없이는 닥터 스트레인지도 스스로 날지는 못한다. 대표적으로 타이탄에서 스타로드 일행에게 기습당할 때 망토가 드렉스를 덮치자 날지 못해 뛰는 장면이 있다.\\r\\n자아\\r\\n말은 못하지만, 자아가 있어서 스스로 날아와서 닥터 스트레인지를 구해주거나 더 유용한 물건이 뭔지 가르쳐주고, 닥터 스트레인지의 눈물을 닦아주는 등 실제 사람처럼 행동한다. 전투에서도 뒤에서 기습하는 적들의 공격을 막아주기도 하고 도르마무와의 전투에서 닥터 스트레인지와 함께 셀 수 없이 같이 죽으며 주인에게 충성을 보이는 등 사실상 사이드킥이나 마찬가지인 존재. 스스로 자아를 가지고 움직일 수 있는 능력의 연장선으로, 자기가 알아서 착용자를 공격으로부터 방어하는 능동방어시스템처럼 동작한다. 옷감을 뻗어 직접 무기를 막아내기도 하고, 공격자의 얼굴을 덮어서 시야를 차단하기도 한다. 다만 작품마다 차이가 있어서 항상 모든 공격을 100% 방어해내진 않는다.\\r\\n내구력\\r\\n평범한 천과 같은 외형과 어울리지 않는 내구도를 가지고 있다. 꽤 상당해서 마스터 수준의 마법사인 케실리우스의 공간 파편을 막아냈고, 케실리우스의 가장 강한 부하인 루시안도 망토에 머리를 구속 당하자 풀어내지 못했다. 다만 그렇다고 착용자가 무적이 되지는 않아서 신적 존재의 공격엔 버티지 못하고, 상황에 따라 날아오는 공격을 막아내는 데에 실패하기도 한다.[2] 또한 악력으로 비전의 머리를 부술 수 있는 타노스가 한번에 찢어내지 못하고 어느 정도 시간을 들여 찢었을 정도. 그마저도 완전히 찢지 못했다. 폭발에도 내성이 있는지 그린 고블린의 호박 폭탄이 [3] 스트레인지의 눈앞에서 터졌는데도 아무렇지도 않을 정도로 상당한 방어 능력을 보여준다. 신체 능력은 보통의 인간 수준인 스트레인지의 약점을 보완해주는 아이템.\",\n        \"imgUrl\": \"https://team20.s3.ap-northeast-2.amazonaws.com/image/af788060e186-11ec-93fb-0152912f67d5.jpeg\",\n        \"stocks\": 10,\n        \"price\": 1000000,\n        \"hashTag\": [\n            \"망토,공중부양,Strange\"\n        ],\n        \"deleteFlag\": false,\n        \"shortId\": \"VC4RByoBMDjzav1PCG_gn\",\n        \"createdAt\": \"2022-06-01T08:41:52.904Z\",\n        \"updatedAt\": \"2022-06-01T08:41:52.904Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"62975269b45df84e67160a25\",\n        \"itemName\": \"끝내주는 노래 모음집\",\n        \"category\": \"hero\",\n        \"manufacturingCompany\": \"지구\\n\",\n        \"summary\": \" 닥터 스트레인지가 사용하는 유물입니\",\n        \"mainExplanation\": \"인피니티 스톤 중 하나인 타임 스톤이 중심부에 핵으로 박혀있으며 이에 따라 기본적으로 시간 조작의 능력을 지니고 있습니다. 시간여행 으로 과거의 잘못을 바로 잡아보세요!!\\n\",\n        \"imgUrl\": \"https://team20.s3.ap-northeast-2.amazonaws.com/image/f7ab2c10e1a0-11ec-aa5e-1d67340a8e1c.jpeg\",\n        \"stocks\": 1,\n        \"price\": 30000000,\n        \"hashTag\": [\n            \"목걸이 \"\n        ],\n        \"deleteFlag\": false,\n        \"shortId\": \"3fdfasCl3hFptDZnWYYcS\",\n        \"createdAt\": \"2022-06-01T11:50:01.293Z\",\n        \"updatedAt\": \"2022-06-01T11:50:01.293Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6298017a17ce9c482aaee77b\",\n        \"itemName\": \"뮬니르\",\n        \"category\": \"히어로\",\n        \"manufacturingCompany\": \"니다벨리르 \",\n        \"summary\": \"토르의 망치입니\",\n        \"mainExplanation\": \"누구든 이 망치를 드는 자, 그가 자격을 갖췄다면, 토르의 권능을 휘두르게 될지어다.\\r\\n 죽어가는 별의 심장으로 단조한 망치로 아무나 들수 없다고 하네요?\",\n        \"imgUrl\": \"https://team20.s3.ap-northeast-2.amazonaws.com/image/51015e70e209-11ec-b08c-53512ea22542.png\",\n        \"stocks\": 1,\n        \"price\": 800000,\n        \"hashTag\": [\n            \"지구,둔기\\r\\n\"\n        ],\n        \"deleteFlag\": false,\n        \"shortId\": \"QW-7AzmicrkLxDFHrkSfG\",\n        \"createdAt\": \"2022-06-02T00:16:58.534Z\",\n        \"updatedAt\": \"2022-06-02T03:54:11.057Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"629823799b9387f993dbe0fc\",\n        \"itemName\": \"Red Skull의 빨간 스프레이\",\n        \"category\": \"빌런\",\n        \"manufacturingCompany\": \"Red Skull\",\n        \"summary\": \"완벽히 빨간 피부를 가질 수 있습니다.\",\n        \"mainExplanation\": \"피부색이 잠시 빨간색이 되길 바란다면 사용을 권장드립니다.\",\n        \"imgUrl\": \"https://team20.s3.ap-northeast-2.amazonaws.com/image/948e1070e21d-11ec-9019-bf136efe39bb.jpeg\",\n        \"stocks\": 1000,\n        \"price\": 9900,\n        \"hashTag\": [\n            \"머리,지구,레드스컬,Color Change,Red,Red Skull\"\n        ],\n        \"deleteFlag\": false,\n        \"shortId\": \"B4x8lcrmnOdeNpGmsdiOx\",\n        \"createdAt\": \"2022-06-02T02:42:01.730Z\",\n        \"updatedAt\": \"2022-06-02T03:55:15.871Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"62983995af336504b5fa409a\",\n        \"itemName\": \"delete test\",\n        \"category\": \"빌런\",\n        \"manufacturingCompany\": \"test\",\n        \"summary\": \"ueri\",\n        \"mainExplanation\": \"eee\",\n        \"imgUrl\": \"https://team20.s3.ap-northeast-2.amazonaws.com/image/c1c8aa20e22a-11ec-85cc-1f3f88aa8c49.png\",\n        \"stocks\": 111,\n        \"price\": 1,\n        \"hashTag\": [\n            \"1\"\n        ],\n        \"deleteFlag\": true,\n        \"shortId\": \"s-5kDKOAk_s7FcLParY3-\",\n        \"createdAt\": \"2022-06-02T04:16:21.086Z\",\n        \"updatedAt\": \"2022-06-02T04:16:36.908Z\",\n        \"__v\": 0\n    }\n]"}],"_postman_id":"98c59528-f32d-40f0-8251-ce91fa2f5915"},{"name":"아이탬 요청 By objectId","id":"b3eb84cc-5a85-4055-a226-3020ff5df51d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/item/:id","urlObject":{"protocol":"http","port":"5000","path":["api","item",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"62971b6a7fb259bb10eaf2bc","key":"id"}]}},"response":[{"id":"46ec42c0-7d1a-482b-9e61-00abe0a3c367","name":"아이탬 요청 By objectId","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:5000/api/item/:id","protocol":"http","host":["localhost"],"port":"5000","path":["api","item",":id"],"variable":[{"key":"id","value":"62971b6a7fb259bb10eaf2bc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"501"},{"key":"ETag","value":"W/\"1f5-+nEZF0mBrLMgdN0+c7JxqAbpHc8\""},{"key":"Date","value":"Thu, 02 Jun 2022 04:20:08 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"62971b6a7fb259bb10eaf2bc\",\n    \"itemName\": \"iam groot \",\n    \"category\": \"히어로\",\n    \"manufacturingCompany\": \"test manufactureing Company\",\n    \"summary\": \"test summary\",\n    \"mainExplanation\": \"mainExplanation\",\n    \"imgUrl\": \"https://team20.s3.ap-northeast-2.amazonaws.com/image/060dc000e1d9-11ec-8e7f-cdeedfabae14.png\",\n    \"stocks\": 500,\n    \"price\": 2000,\n    \"hashTag\": [\n        \"그루트,test hashTag\"\n    ],\n    \"deleteFlag\": false,\n    \"shortId\": \"A8MBg79JlFOUS9Ku9iCEW\",\n    \"createdAt\": \"2022-06-01T07:55:22.671Z\",\n    \"updatedAt\": \"2022-06-02T03:26:03.268Z\",\n    \"__v\": 0\n}"}],"_postman_id":"b3eb84cc-5a85-4055-a226-3020ff5df51d"},{"name":"아이템 요청 By category","id":"babba99b-911c-431b-87c4-648589c53e05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/item/category/:category","urlObject":{"protocol":"http","port":"5000","path":["api","item","category",":category"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"villain","key":"category"}]}},"response":[{"id":"95062b98-e765-4bb9-a8e1-a39ee67a7b2b","name":"아이템 요청 By category","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:5000/api/item/category/:category","protocol":"http","host":["localhost"],"port":"5000","path":["api","item","category",":category"],"variable":[{"key":"category","value":"빌런"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"729"},{"key":"ETag","value":"W/\"2d9-milqiJ5dtxIPMd+G3dzdCAalHTw\""},{"key":"Date","value":"Wed, 01 Jun 2022 16:42:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"62971ccef640e4313a39eac8\",\n        \"itemName\": \"다크홀드 \",\n        \"category\": \"빌런\",\n        \"manufacturingCompany\": \"지구 \",\n        \"summary\": \"어둠의 마법서입니다. \",\n        \"mainExplanation\": \"책을 읽는자에게 어둠의 마법을 알려줍니다.\\n강력한 능력에 대한 대가로 읽은 사용자의 정신에 좋지 않은 영향을 미치고, 부작용을 남기는 사악한 마도서입니다.\\n저항할수 없는 힘을 가져보세요!\\n\",\n        \"imgUrl\": \"https://team20.s3.ap-northeast-2.amazonaws.com/image/04b4a0a0e181-11ec-83b6-a91808427d79.jpeg\",\n        \"stocks\": 1,\n        \"price\": 50000000,\n        \"hashTag\": [\n            \"\"\n        ],\n        \"deleteFlag\": false,\n        \"shortId\": \"WzHx_t3FTysOdRkrf3Bk4\",\n        \"createdAt\": \"2022-06-01T08:01:18.913Z\",\n        \"updatedAt\": \"2022-06-01T08:01:18.913Z\",\n        \"__v\": 0\n    }\n]"}],"_postman_id":"babba99b-911c-431b-87c4-648589c53e05"},{"name":"매진임박 아이템 요청","id":"5b07195a-c04c-4e11-bc02-b8ac9c85fa89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/item/soldOut","urlObject":{"protocol":"http","port":"5000","path":["api","item","soldOut"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"783460c0-2c47-4db5-9a15-26f89849e3e8","name":"매진임박 아이템 요청 성공","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/api/item/soldOut"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"4056"},{"key":"ETag","value":"W/\"fd8-2vsH+pRz4Uc6kyK4GU8QqLC0O0A\""},{"key":"Date","value":"Tue, 31 May 2022 04:47:01 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"628c90dfdd47de324b9fef2f\",\n        \"itemName\": \"핌 입자\",\n        \"category\": \"hero\",\n        \"manufacturingCompany\": \"행크 핌\",\n        \"summary\": \"개미굴에 숨고싶을때\",\n        \"mainExplanation\": \"행크 핌이 만든 입자. 원자 사이의 간격을 줄여 물건의 크기를 바꿀 수 있다. 그런데 작중 묘사로 보면 원자보다 더 작아서 양자영역에도 들어갈 수 있는 모양이다. 원래대로 돌아올 보장이 거의 없어서 그렇지.\\n현재 만들 수 있는 사람은 행크 핌 밖에 없다.\\n\\n현실을 아득히 뛰어넘는 기술력에 마법까지 존재하는 MCU 세계관 내에서도 진정한 오버 테크놀로지로 평가받는 물건. 실제로도 작중에서 묘사되는 위력을 보면 행크 핌 말마따나 그 아이언맨 기술력이 귀엽게 보이는 건 물론이고 외계를 기준으로 봐도 정말 만능이라고 밖에 표현할 수 없을 정도다. 악용될 여지가 워낙 무궁무진해서 왜 행크가 기껏 만들어 놓고 상용화 시키려고 하지는 않는건지 이해가 갈 정도.\",\n        \"imgUrl\": \"https://team20.s3.ap-northeast-2.amazonaws.com/image/bb140b60db37-11ec-9596-73005b4a7f0b.jpeg\",\n        \"stocks\": 4,\n        \"price\": 150000,\n        \"hashTag\": [\n            \"testTag\"\n        ],\n        \"__v\": 0,\n        \"shortId\": \"Dr-XUleET2JfOtJqAFgeH\"\n    },\n    {\n        \"_id\": \"62945a9dded6d329755dd1e4\",\n        \"itemName\": \"로키의 샙터5\",\n        \"category\": \"villain\",\n        \"manufacturingCompany\": \"아스가르드 \",\n        \"summary\": \"마음을 조종합니다\",\n        \"mainExplanation\": \"정신차리세요 로키가 당신의 마음을 조종합니다.정신차리세요 로키가 당신의 마음을 조종합니다정신차리세요 로키가 당신의 마음을 조종합니다정신차리세요 로키가 당신의 마음을 조종합니다정신차리세요 로키가 당신의 마음을 조종합니다 정신차리세요 로키가 당신의 마음을 조종합니다 정신차리세요 로키가 당신의 마음을 조종합니다 정신차리세요 로키가 당신의 마음을 조종합니다 정신차리세요 로키가 당신의 마음을 조종합니다 정신차리세요 로키가 당신의 마음을 조종합니다 정신차리세요 로키가 당신의 마음을 조종합니다 정신차리세요 로키가 당신의 마음을 조종합니다 정신차리세요 로키가 당신의 마음을 조종합니다 정신차리세요 로키가 당신의 마음을 조종합니다 정신차리세요 로키가 당신의 마음을 조종합니다 정신차리세요 로키가 당신의 마음을 조종합니다 정신차리세요 로키가 당신의 마음을 조종합니다 정신차리세요 로키가 당신의 마음을 조종합니다 \",\n        \"imgUrl\": \"https://team20.s3.ap-northeast-2.amazonaws.com/image/c57002d0db7d-11ec-acdc-a7606249704c.jpeg\",\n        \"stocks\": 1,\n        \"price\": 1500,\n        \"hashTag\": [\n            \"testTag\"\n        ],\n        \"shortId\": \"wq2cK9FdUzkZONJ-9pRpW\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"629466e8ded6d329755dd200\",\n        \"itemName\": \"타임 스톤\",\n        \"category\": \"hero\",\n        \"manufacturingCompany\": \"아가모토\",\n        \"summary\": \"시간 조종 능력\",\n        \"mainExplanation\": \"인피니티 스톤 중 하나인 타임 스톤이 중심부에 핵으로 박혀있으며 이에 따라 기본적으로 시간 조작의 능력을 지닌다. 아가모토의 눈 자체는 타임 스톤을 보관하는 봉인구이자 시간 조작의 능력을 효율적으로 사용하기 위한 렐릭이다. 전용 수인을 맺는 것으로 아가모토의 눈을 작동시키면 아가모토의 눈이 열리며 타임스톤이 드러나면서 시간을 마음대로 조작할 수 있다. 작중 인물들의 입을 통해서 자연의 순리를 거스르는 힘이라고 설명되며, 그 힘은 보통의 마법사나 인간은 인지조차 할 수 없고 심지어 시간과 죽음마저 초월했다는 도르마무나 그의 추종자들조차도 시간이 조작되었음을 인지하는 것이 고작이며 직접적으로 그 시간 조작에 간섭할 수는 없다.\",\n        \"imgUrl\": \"https://team20.s3.ap-northeast-2.amazonaws.com/image/06797180db33-11ec-b729-b56803da2900.jpeg\",\n        \"stocks\": 3,\n        \"price\": 1000000,\n        \"hashTag\": [\n            \"testTag\"\n        ],\n        \"__v\": 0,\n        \"shortId\": \"tU-DKS8gkcoC4DOM7jYfX\"\n    }\n]"},{"id":"5e63952f-e6cf-4d94-9be2-f5d159a6aab7","name":"매진임박 아이템 요청 실패 (매진임박 상품 없을 경우)","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/api/item/soldOut"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"69"},{"key":"ETag","value":"W/\"45-csTOHd+sUQ+SZdE27tCpqfzLu9s\""},{"key":"Date","value":"Tue, 31 May 2022 04:48:25 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"error\",\n    \"reason\": \"매진임박인 상품이 없습니다.\"\n}"}],"_postman_id":"5b07195a-c04c-4e11-bc02-b8ac9c85fa89"},{"name":"신상품 요청","id":"f7ada04d-1232-4230-8ca2-198f7e014bd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/item/newItem","urlObject":{"protocol":"http","port":"5000","path":["api","item","newItem"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3689a132-2644-499b-bb5b-d5df31329ccf","name":"신상품 요청","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/api/item/newItem"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3188"},{"key":"ETag","value":"W/\"c74-I+srAxBa5IgTU11RPm243w1ObBw\""},{"key":"Date","value":"Tue, 31 May 2022 17:02:33 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"629648f72145eaafa9185543\",\n        \"itemName\": \"그루트 \",\n        \"category\": \"hero\",\n        \"manufacturingCompany\": \"외계 \\n\",\n        \"summary\": \"i am groot\",\n        \"mainExplanation\": \" i am groot   i am groot  i am groot  i am groot  i am groot  i am groot  i am groot  i am groot  i am groot  i am groot  i am groot  i am groot  i am groot  i am groot  i am groot  i am groot  i am groot  i am groot  i am groot  i am groot  i am groot  i am groot  i am groot  i am groot  i am groot  i am groot  i am groot  i am groot \",\n        \"imgUrl\": \"https://team20.s3.ap-northeast-2.amazonaws.com/image/c018d5c0e102-11ec-a14b-cbf601711e7d.jpeg\",\n        \"stocks\": 15,\n        \"price\": 500000,\n        \"hashTag\": [\n            \"식물 \\n\"\n        ],\n        \"deleteFlag\": true,\n        \"shortId\": \"K7_xkxojXVzDHVVKWtSQs\",\n        \"createdAt\": \"2022-05-31T16:57:27.171Z\",\n        \"updatedAt\": \"2022-05-31T17:00:31.383Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"629629682a930d5550dc73a5\",\n        \"itemName\": \"SLINGER\",\n        \"category\": \"hero\",\n        \"manufacturingCompany\": \"스파이더맨\",\n        \"summary\": \"당신도 거미줄을 만들 수 있습니다.\",\n        \"mainExplanation\": \"피터 파커가 만든 거미줄 용액으로 어디에나 잘 붙습니다.\",\n        \"imgUrl\": \"https://team20.s3.ap-northeast-2.amazonaws.com/image/f074e140e0ef-11ec-84d8-05292ee48477.png\",\n        \"stocks\": 100,\n        \"price\": 1000000,\n        \"hashTag\": [\n            \"Spidey\"\n        ],\n        \"shortId\": \"Jj19DWLbVAL84C6mp4VBM\",\n        \"createdAt\": \"2022-05-31T14:42:48.129Z\",\n        \"updatedAt\": \"2022-05-31T14:42:48.129Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6296288ca3fce6e4975278f8\",\n        \"itemName\": \"끝내주는 노래 vol.2 \",\n        \"category\": \"노래\",\n        \"manufacturingCompany\": \"test manufactureing Company\",\n        \"summary\": \"test summary\",\n        \"mainExplanation\": \"test mainExplanation\",\n        \"imgUrl\": \"https://team20.s3.ap-northeast-2.amazonaws.com/image/4bc21b90e0fe-11ec-b98a-5761c202df2c.jpeg\",\n        \"stocks\": 500,\n        \"price\": 2000,\n        \"hashTag\": [\n            \"test hashTag\"\n        ],\n        \"shortId\": \"pM4qSc27hO_aMJzjwOj7j\",\n        \"createdAt\": \"2022-05-31T14:39:08.377Z\",\n        \"updatedAt\": \"2022-05-31T16:25:34.045Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6295e4e62aeacd8b13a65dde\",\n        \"itemName\": \"레비테이션 망토\",\n        \"category\": \"hero\",\n        \"manufacturingCompany\": \"Dr.Strange\",\n        \"summary\": \"공중 부양을 할 수 있다.\",\n        \"mainExplanation\": \"인격이 있고, 주인 의식이 있어 말을 잘 듣는다. 무기 대신 사용할 수 있다.\",\n        \"imgUrl\": \"https://team20.s3.ap-northeast-2.amazonaws.com/image/1b471600e0c7-11ec-bee7-b7c2b2fac144.jpeg\",\n        \"stocks\": 1000,\n        \"price\": 5000000,\n        \"hashTag\": [\n            \"Strange\"\n        ],\n        \"shortId\": \"8R-GteqO-sDznCOtZGSsB\",\n        \"createdAt\": \"2022-05-31T09:50:30.364Z\",\n        \"updatedAt\": \"2022-05-31T09:50:30.364Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6295e39b8132396f0eee99ac\",\n        \"itemName\": \"1\",\n        \"category\": \"villain\",\n        \"manufacturingCompany\": \"1\",\n        \"summary\": \"1\",\n        \"mainExplanation\": \"1\",\n        \"imgUrl\": \"https://team20.s3.ap-northeast-2.amazonaws.com/image/55d60ac0e0c6-11ec-ad76-b3a26b71f623.png\",\n        \"stocks\": 1,\n        \"price\": 1,\n        \"hashTag\": [\n            \"1\"\n        ],\n        \"shortId\": \"YQljBwPonKfRCp9qesxjX\",\n        \"createdAt\": \"2022-05-31T09:44:59.127Z\",\n        \"updatedAt\": \"2022-05-31T09:44:59.127Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6295e264fec083be99d3584b\",\n        \"itemName\": \"1\",\n        \"category\": \"hero\",\n        \"manufacturingCompany\": \"1\",\n        \"summary\": \"1\",\n        \"mainExplanation\": \"1\",\n        \"imgUrl\": \"https://team20.s3.ap-northeast-2.amazonaws.com/image/9cc13690e0c5-11ec-87f4-c55c90de2248.png\",\n        \"stocks\": 1,\n        \"price\": 10000000,\n        \"hashTag\": [\n            \"1\"\n        ],\n        \"shortId\": \"xBvZ4Zb88Q1cEb8wHWAnN\",\n        \"createdAt\": \"2022-05-31T09:39:48.610Z\",\n        \"updatedAt\": \"2022-05-31T09:39:48.610Z\",\n        \"__v\": 0\n    }\n]"}],"_postman_id":"f7ada04d-1232-4230-8ca2-198f7e014bd7"},{"name":"아이템 키워드 검색","id":"8b500173-99a8-4d4d-a631-9ced1c9b038f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/item/search?query=망토","urlObject":{"protocol":"http","port":"5000","path":["api","item","search"],"host":["localhost"],"query":[{"key":"query","value":"망토"}],"variable":[]}},"response":[{"id":"7733a857-cdd8-44fa-8374-0955b01be407","name":"아이템 키워드 검색 성공","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:5000/api/item/search?query=망토","protocol":"http","host":["localhost"],"port":"5000","path":["api","item","search"],"query":[{"key":"query","value":"망토"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2774"},{"key":"ETag","value":"W/\"ad6-cqFqEjwPeO6uRFWodG0JYCk1P38\""},{"key":"Date","value":"Wed, 01 Jun 2022 11:09:03 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"6297265070af3c6a58a074e9\",\n        \"itemName\": \"레비테이션 망토\",\n        \"category\": \"히어로\",\n        \"manufacturingCompany\": \"Dr.Strange\",\n        \"summary\": \"당신도 공중 부양 할 수 있습니다.\",\n        \"mainExplanation\": \"비행\\r\\n닥터 스트레인지의 비행 능력은 이 망토의 힘으로, 바꿔 말하면 망토 없이는 닥터 스트레인지도 스스로 날지는 못한다. 대표적으로 타이탄에서 스타로드 일행에게 기습당할 때 망토가 드렉스를 덮치자 날지 못해 뛰는 장면이 있다.\\r\\n자아\\r\\n말은 못하지만, 자아가 있어서 스스로 날아와서 닥터 스트레인지를 구해주거나 더 유용한 물건이 뭔지 가르쳐주고, 닥터 스트레인지의 눈물을 닦아주는 등 실제 사람처럼 행동한다. 전투에서도 뒤에서 기습하는 적들의 공격을 막아주기도 하고 도르마무와의 전투에서 닥터 스트레인지와 함께 셀 수 없이 같이 죽으며 주인에게 충성을 보이는 등 사실상 사이드킥이나 마찬가지인 존재. 스스로 자아를 가지고 움직일 수 있는 능력의 연장선으로, 자기가 알아서 착용자를 공격으로부터 방어하는 능동방어시스템처럼 동작한다. 옷감을 뻗어 직접 무기를 막아내기도 하고, 공격자의 얼굴을 덮어서 시야를 차단하기도 한다. 다만 작품마다 차이가 있어서 항상 모든 공격을 100% 방어해내진 않는다.\\r\\n내구력\\r\\n평범한 천과 같은 외형과 어울리지 않는 내구도를 가지고 있다. 꽤 상당해서 마스터 수준의 마법사인 케실리우스의 공간 파편을 막아냈고, 케실리우스의 가장 강한 부하인 루시안도 망토에 머리를 구속 당하자 풀어내지 못했다. 다만 그렇다고 착용자가 무적이 되지는 않아서 신적 존재의 공격엔 버티지 못하고, 상황에 따라 날아오는 공격을 막아내는 데에 실패하기도 한다.[2] 또한 악력으로 비전의 머리를 부술 수 있는 타노스가 한번에 찢어내지 못하고 어느 정도 시간을 들여 찢었을 정도. 그마저도 완전히 찢지 못했다. 폭발에도 내성이 있는지 그린 고블린의 호박 폭탄이 [3] 스트레인지의 눈앞에서 터졌는데도 아무렇지도 않을 정도로 상당한 방어 능력을 보여준다. 신체 능력은 보통의 인간 수준인 스트레인지의 약점을 보완해주는 아이템.\",\n        \"imgUrl\": \"https://team20.s3.ap-northeast-2.amazonaws.com/image/af788060e186-11ec-93fb-0152912f67d5.jpeg\",\n        \"stocks\": 10,\n        \"price\": 1000000,\n        \"hashTag\": [\n            \"망토,공중부양,Strange\"\n        ],\n        \"deleteFlag\": false,\n        \"shortId\": \"VC4RByoBMDjzav1PCG_gn\",\n        \"createdAt\": \"2022-06-01T08:41:52.904Z\",\n        \"updatedAt\": \"2022-06-01T08:41:52.904Z\",\n        \"__v\": 0\n    }\n]"}],"_postman_id":"8b500173-99a8-4d4d-a631-9ced1c9b038f"},{"name":"아이템 삭제","id":"8f102035-57d4-4d83-9e03-b9702bdb70b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"localhost:5000/api/item/delete/:id","urlObject":{"port":"5000","path":["api","item","delete",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"629648f72145eaafa9185543","key":"id"}]}},"response":[{"id":"27b1fac7-a846-46a8-9723-56f7aa8a429e","name":"아이템 삭제 성공","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"localhost:5000/api/item/delete/:id","host":["localhost"],"port":"5000","path":["api","item","delete",":id"],"variable":[{"key":"id","value":"62908962c55be02c43f1da1a"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-8EQXYdfCwLyDPZbeQEYWBzOUyPU\""},{"key":"Date","value":"Fri, 27 May 2022 08:18:53 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": \"타임 스톤 삭제\"\n}"}],"_postman_id":"8f102035-57d4-4d83-9e03-b9702bdb70b3"}],"id":"2c504d86-b561-4f4c-983e-c3b7e575f877","_postman_id":"2c504d86-b561-4f4c-983e-c3b7e575f877","description":""},{"name":"카테고리 관련","item":[{"name":"카테고리 추가","id":"33f6db2c-5d2b-48da-b566-2fa87967e5e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"categoryName\": \"magic\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/category","urlObject":{"protocol":"http","port":"5000","path":["api","category"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"11e4035a-2518-4ddc-bbad-b1bb97c92889","name":"카테고리 추가 성공","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"categoryName\": \"magic\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/category"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"135"},{"key":"ETag","value":"W/\"87-5Gf5FKscFdiZhh38QefnMFTXHFg\""},{"key":"Date","value":"Fri, 27 May 2022 03:42:41 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"magic\",\n    \"_id\": \"629048b12e34042a3dfc09d9\",\n    \"createdAt\": \"2022-05-27T03:42:41.690Z\",\n    \"updatedAt\": \"2022-05-27T03:42:41.690Z\",\n    \"__v\": 0\n}"},{"id":"fb640d75-aba9-4d22-8085-23fe59a3b2d5","name":"카테고리 추가 실패 (중복될 경우)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"categoryName\": \"magic\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/category"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"112"},{"key":"ETag","value":"W/\"70-bG9HdlSI4D8sHOhQTzudI19lipY\""},{"key":"Date","value":"Fri, 27 May 2022 04:01:02 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"error\",\n    \"reason\": \"카테고리가 이미 존재합니다. 다른 카테고리를 추가해주세요.\"\n}"}],"_postman_id":"33f6db2c-5d2b-48da-b566-2fa87967e5e6"},{"name":"카테고리 수정","id":"a85c897a-0960-4640-b01b-11b5ccc70ca7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"newCategoryName\": \"upgradedMagic\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/category/:oldName","urlObject":{"protocol":"http","port":"5000","path":["api","category",":oldName"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"magic","key":"oldName"}]}},"response":[{"id":"734e7444-2bf1-4725-a859-712bcdb36e27","name":"카테고리 수정 실패","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"newCategoryName\": \"upgradedMagic\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:5000/api/category/:oldName","protocol":"http","host":["localhost"],"port":"5000","path":["api","category",":oldName"],"variable":[{"key":"oldName","value":"nomagic"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"72"},{"key":"ETag","value":"W/\"48-xcTAY21g05uVUszduSTczc0u9PY\""},{"key":"Date","value":"Mon, 30 May 2022 06:15:04 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"error\",\n    \"reason\": \"카테고리가 존재하지 않습니다.\"\n}"},{"id":"3c1f7dae-5a1b-492c-bbeb-8918b30e58b2","name":"카테고리 수정","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"newCategoryName\": \"upgradedMagic\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:5000/api/category/:oldName","protocol":"http","host":["localhost"],"port":"5000","path":["api","category",":oldName"],"variable":[{"key":"oldName","value":"magic"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"92"},{"key":"ETag","value":"W/\"5c-XE4LqSKK8lMBgnDPfq7vp2yCSG8\""},{"key":"Date","value":"Mon, 30 May 2022 06:15:15 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"acknowledged\": true,\n    \"modifiedCount\": 1,\n    \"upsertedId\": null,\n    \"upsertedCount\": 0,\n    \"matchedCount\": 1\n}"}],"_postman_id":"a85c897a-0960-4640-b01b-11b5ccc70ca7"},{"name":"전체 카테고리 요청","id":"d4939850-9fe9-4c5b-93ff-4ab48505d0c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:5000/api/category","urlObject":{"port":"5000","path":["api","category"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4f8e0faa-f3cc-4c33-aa87-78d312cb96a2","name":"전체 카테고리 요청 성공","originalRequest":{"method":"GET","header":[],"url":"localhost:5000/api/category"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"22"},{"key":"ETag","value":"W/\"16-EuznolcFw+dggGla6Wgtt9+SeaE\""},{"key":"Date","value":"Wed, 01 Jun 2022 11:25:44 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    \"히어로\",\n    \"빌런\"\n]"}],"_postman_id":"d4939850-9fe9-4c5b-93ff-4ab48505d0c6"},{"name":"카테고리 삭제","id":"d01ebf37-a41d-4fad-b3a9-e9cb5e090d5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"categoryName\": \"짱쎈마법\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/category","urlObject":{"protocol":"http","port":"5000","path":["api","category"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3aadd445-08af-4c0f-8ab5-cd02a115f939","name":"카테고리 삭제 성공","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"categoryName\": \"magic\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/category"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"38"},{"key":"ETag","value":"W/\"26-fgR5yLHQ1Hpp6zDESHaY9wJreYE\""},{"key":"Date","value":"Fri, 27 May 2022 03:58:53 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"acknowledged\": true,\n    \"deletedCount\": 1\n}"},{"id":"369e81fe-77db-403b-a363-06d6f59eee82","name":"카테고리 삭제 실패","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"categoryName\": \"something\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/category"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"72"},{"key":"ETag","value":"W/\"48-xcTAY21g05uVUszduSTczc0u9PY\""},{"key":"Date","value":"Fri, 27 May 2022 03:59:23 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"error\",\n    \"reason\": \"카테고리가 존재하지 않습니다.\"\n}"}],"_postman_id":"d01ebf37-a41d-4fad-b3a9-e9cb5e090d5f"}],"id":"1bdfcdbc-ee07-46b6-820e-408a16e39614","_postman_id":"1bdfcdbc-ee07-46b6-820e-408a16e39614","description":""},{"name":"주문정보 관련","item":[{"name":"주문정보 추가","id":"bbd68b39-e79b-47b5-beb7-4200bc96dedb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"itemList\": [{\"itemId\": \"628c88facf14b20f5800a0bf\", \"count\": 3}, {\"itemId\": \"628c90d7dd47de324b9fef2d\", \"count\": 2}],\r\n    \"totalCost\": 11,\r\n    \"recipientName\": \"벡엔드 에 서식하는 김명진\",\r\n    \"postalCode\": 12345,\r\n    \"address1\": \"서울 강남구 테헤란로 318\",\r\n    \"address2\": \"역삼동 707-22\",\r\n    \"recipientPhone\": \"01012345432\",\r\n    \"shipRequest\" : \"부재 시 경비실에 맡겨주세요.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/order","urlObject":{"protocol":"http","port":"5000","path":["api","order"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"5b2cd071-fb4d-4a85-97e1-7f9a61b45e82","name":"주문정보 추가","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"totalCost\": 50000,\r\n    \"recipientName\": \"문 나이트\",\r\n    \"postalCode\": 12222,\r\n    \"address1\": \"서울 강남구 테헤란로 318\",\r\n    \"address2\": \"역삼동 707-22\",\r\n    \"recipientPhone\": \"01084315858\",\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/order"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"310"},{"key":"ETag","value":"W/\"136-PjOh5F3AfJt9SQ/SYIApBLvyvw8\""},{"key":"Date","value":"Thu, 26 May 2022 19:42:44 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"shipAddress\": {\n        \"postalCode\": 12222,\n        \"address1\": \"서울 강남구 테헤란로 318\",\n        \"address2\": \"역삼동 707-22\"\n    },\n    \"totalCost\": 50000,\n    \"recipientName\": \"문 나이트\",\n    \"recipientPhone\": 1084315858,\n    \"_id\": \"628fd834e376d904de1c5f46\",\n    \"createdAt\": \"2022-05-26T19:42:44.169Z\",\n    \"updatedAt\": \"2022-05-26T19:42:44.169Z\",\n    \"__v\": 0\n}"}],"_postman_id":"bbd68b39-e79b-47b5-beb7-4200bc96dedb"},{"name":"주문정보 수정","id":"1168e883-1688-4ea2-b334-5a12cda3d2f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"orderId\":\"629060ba585a67ab5a9811f1\",\r\n    \"updateInfo\": {\"recipientName\": \"베너\" }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/order/update","urlObject":{"protocol":"http","port":"5000","path":["api","order","update"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b38931a2-73d1-4404-a182-39f7f41c3a47","name":"주문정보 수정","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"orderId\":\"628fc803d585907048a85a40\",\r\n    \"updateInfo\": {\"recipientName\": \"베너\" }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/order/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"303"},{"key":"ETag","value":"W/\"12f-VKgQMuT3HhFpoxQuNxdlpPJy6Rs\""},{"key":"Date","value":"Fri, 27 May 2022 03:59:08 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"628fc803d585907048a85a40\",\n    \"shipAddress\": {\n        \"postalCode\": 12222,\n        \"address1\": \"서울 강남구 테헤란로 318\",\n        \"address2\": \"역삼동 707-22\"\n    },\n    \"totalCost\": 50000,\n    \"recipientName\": \"베너\",\n    \"recipientPhone\": 1084315858,\n    \"createdAt\": \"2022-05-26T18:33:39.247Z\",\n    \"updatedAt\": \"2022-05-27T03:59:08.486Z\",\n    \"__v\": 0\n}"}],"_postman_id":"1168e883-1688-4ea2-b334-5a12cda3d2f5"},{"name":"주문정보 id로 배송정보 변경","id":"9f997f5f-60b0-45bc-91c1-e931a04f4e2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"orderId\":\"6299ba79e71fbc48976c56c5\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/order/update/status","urlObject":{"protocol":"http","port":"5000","path":["api","order","update","status"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d8b86803-56b8-46e2-b054-8e53e848cc0e","name":"주문정보 id로 배송정보 변경","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"orderId\":\"62983c4b8ff9d55f15192594\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/order/update/status"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"525"},{"key":"ETag","value":"W/\"20d-omAg3j911vgamVyyv4EGrDoIbLc\""},{"key":"Date","value":"Thu, 02 Jun 2022 14:36:40 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"updateStateResult\": {\n        \"_id\": \"62983c4b8ff9d55f15192594\",\n        \"itemList\": [\n            {\n                \"itemId\": \"62971bc0cda24356ab528040\",\n                \"count\": 3\n            },\n            {\n                \"itemId\": \"62971ccef640e4313a39eac8\",\n                \"count\": 1\n            }\n        ],\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 77777\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"테스트맨17\",\n        \"recipientPhone\": \"01084315777\",\n        \"status\": \"배송 완료\",\n        \"shipRequest\": \"부재 시 경비실에 맡겨주세요.\",\n        \"createdAt\": \"2022-06-02T04:27:55.552Z\",\n        \"updatedAt\": \"2022-06-02T14:36:40.591Z\",\n        \"__v\": 0\n    }\n}"}],"_postman_id":"9f997f5f-60b0-45bc-91c1-e931a04f4e2e"},{"name":"주문정보 전체 조회","id":"ccea02e3-9842-4a34-813b-d2de983b21e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/order","urlObject":{"protocol":"http","port":"5000","path":["api","order"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"698ffec7-6ce7-40f2-895f-1771a6284206","name":"주문정보전체조회","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/api/order"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"30102"},{"key":"ETag","value":"W/\"7596-F7fEc8I9GOu+M3h1vqbFreVTDbs\""},{"key":"Date","value":"Tue, 31 May 2022 12:57:29 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"_id\": \"6290d5f25eaaaaf5f0dce1d1\",\n        \"shipAddress\": {\n            \"postalCode\": 12505,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 77777777,\n        \"recipientName\": \"아메리카 챠베즈\",\n        \"recipientPhone\": \"1012345432\",\n        \"createdAt\": \"2022-05-27T13:45:22.280Z\",\n        \"updatedAt\": \"2022-05-27T13:45:22.280Z\",\n        \"__v\": 0\n    },\n    {\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"_id\": \"6292fccd5754a7d099c64358\",\n        \"shipAddress\": {\n            \"postalCode\": 12505,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 77777777,\n        \"recipientName\": \"김명진\",\n        \"recipientPhone\": \"01012345432\",\n        \"createdAt\": \"2022-05-29T04:55:41.929Z\",\n        \"updatedAt\": \"2022-05-29T04:55:41.929Z\",\n        \"__v\": 0\n    },\n    {\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"_id\": \"62933da1fe9d3ba00d4fc364\",\n        \"shipAddress\": {\n            \"postalCode\": 12505,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 77777777,\n        \"recipientName\": \"아메리카 챠베즈\",\n        \"recipientPhone\": \"1012345432\",\n        \"orderList\": [],\n        \"createdAt\": \"2022-05-29T09:32:17.882Z\",\n        \"updatedAt\": \"2022-05-29T09:32:17.882Z\",\n        \"__v\": 0\n    },\n    {\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"_id\": \"62933f5efa6e6de8c53a9f2b\",\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"휴먼토치\",\n        \"recipientPhone\": \"01012345432\",\n        \"createdAt\": \"2022-05-29T09:39:42.117Z\",\n        \"updatedAt\": \"2022-05-29T09:39:42.117Z\",\n        \"__v\": 0\n    },\n    {\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"_id\": \"62933ffaf3b4dd64b957e65a\",\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"휴먼토치\",\n        \"recipientPhone\": \"01012345432\",\n        \"createdAt\": \"2022-05-29T09:42:18.590Z\",\n        \"updatedAt\": \"2022-05-29T09:42:18.590Z\",\n        \"__v\": 0\n    },\n    {\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"_id\": \"629341af1c350d85c9b4fe51\",\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"휴먼토치\",\n        \"recipientPhone\": \"01012345432\",\n        \"createdAt\": \"2022-05-29T09:49:35.354Z\",\n        \"updatedAt\": \"2022-05-29T09:49:35.354Z\",\n        \"__v\": 0\n    },\n    {\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"_id\": \"629341e902d86cc9b07de62b\",\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"휴먼토치\",\n        \"recipientPhone\": \"01012345432\",\n        \"createdAt\": \"2022-05-29T09:50:33.063Z\",\n        \"updatedAt\": \"2022-05-29T09:50:33.063Z\",\n        \"__v\": 0\n    },\n    {\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"_id\": \"629341f202d86cc9b07de62f\",\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"휴먼토치\",\n        \"recipientPhone\": \"01012345432\",\n        \"createdAt\": \"2022-05-29T09:50:42.320Z\",\n        \"updatedAt\": \"2022-05-29T09:50:42.320Z\",\n        \"__v\": 0\n    },\n    {\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"_id\": \"629341ff5e3cf49ec036f85d\",\n        \"shipAddress\": {\n            \"postalCode\": 33333,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 11,\n        \"recipientName\": \"김혜령\",\n        \"recipientPhone\": \"1012345432\",\n        \"orderList\": [],\n        \"createdAt\": \"2022-05-29T09:50:55.964Z\",\n        \"updatedAt\": \"2022-05-29T09:50:55.964Z\",\n        \"__v\": 0\n    },\n    {\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"_id\": \"629345e888461ef9aefe46b6\",\n        \"orderList\": [\n            {\n                \"628c88facf14b20f5800a0bf\": 3\n            },\n            {\n                \"628c90d7dd47de324b9fef2d\": 2\n            }\n        ],\n        \"shipAddress\": {\n            \"postalCode\": 33333,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 11,\n        \"recipientName\": \"김김김\",\n        \"recipientPhone\": \"1012345432\",\n        \"createdAt\": \"2022-05-29T10:07:36.809Z\",\n        \"updatedAt\": \"2022-05-29T10:07:36.809Z\",\n        \"__v\": 0\n    },\n    {\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"_id\": \"62934fe2661ed4abd593887c\",\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"휴먼토치\",\n        \"recipientPhone\": \"01012345432\",\n        \"createdAt\": \"2022-05-29T10:50:10.657Z\",\n        \"updatedAt\": \"2022-05-29T10:50:10.657Z\",\n        \"__v\": 0\n    },\n    {\n        \"itemList\": [],\n        \"_id\": \"62938385a7348841332ad3f8\",\n        \"orderList\": [\n            {\n                \"itemId\": \"628c88facf14b20f5800a0bf\",\n                \"count\": 3\n            },\n            {\n                \"itemId\": \"628c90d7dd47de324b9fef2d\",\n                \"count\": 2\n            }\n        ],\n        \"shipAddress\": {\n            \"postalCode\": 12345,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 11,\n        \"recipientName\": \"유재석\",\n        \"recipientPhone\": \"1012345432\",\n        \"status\": \"상품 준비중\",\n        \"createdAt\": \"2022-05-29T14:30:29.511Z\",\n        \"updatedAt\": \"2022-05-29T14:30:29.511Z\",\n        \"__v\": 0\n    },\n    {\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"_id\": \"62939c7d08d68b219d65f818\",\n        \"totalCost\": 3000000,\n        \"recipientName\": \"김예리\",\n        \"recipientPhone\": \"01029025445\",\n        \"createdAt\": \"2022-05-29T16:17:01.052Z\",\n        \"updatedAt\": \"2022-05-29T16:17:01.052Z\",\n        \"__v\": 0\n    },\n    {\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"_id\": \"62939d5e1bcd29bd60f01d16\",\n        \"totalCost\": 3000000,\n        \"recipientName\": \"김예리\",\n        \"recipientPhone\": \"01029025445\",\n        \"createdAt\": \"2022-05-29T16:20:46.818Z\",\n        \"updatedAt\": \"2022-05-29T16:20:46.818Z\",\n        \"__v\": 0\n    },\n    {\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"_id\": \"62939da3c6349607f308a77c\",\n        \"totalCost\": 3000000,\n        \"recipientName\": \"김예리\",\n        \"recipientPhone\": \"01029025445\",\n        \"createdAt\": \"2022-05-29T16:21:55.515Z\",\n        \"updatedAt\": \"2022-05-29T16:21:55.515Z\",\n        \"__v\": 0\n    },\n    {\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"_id\": \"62939e5c8f606300b5c16b44\",\n        \"totalCost\": 3000000,\n        \"recipientName\": \"김예리\",\n        \"recipientPhone\": \"01029025445\",\n        \"createdAt\": \"2022-05-29T16:25:00.656Z\",\n        \"updatedAt\": \"2022-05-29T16:25:00.656Z\",\n        \"__v\": 0\n    },\n    {\n        \"itemList\": [],\n        \"_id\": \"62941ca521cbc5668d96b19a\",\n        \"orderList\": [],\n        \"totalCost\": 4000000,\n        \"recipientName\": \"김예리\",\n        \"recipientPhone\": \"01029025445\",\n        \"status\": \"상품 준비중\",\n        \"createdAt\": \"2022-05-30T01:23:49.286Z\",\n        \"updatedAt\": \"2022-05-30T01:23:49.286Z\",\n        \"__v\": 0\n    },\n    {\n        \"itemList\": [],\n        \"_id\": \"62941ccc57794d739460198a\",\n        \"orderList\": [],\n        \"totalCost\": 4000000,\n        \"recipientName\": \"김예리\",\n        \"recipientPhone\": \"01029025445\",\n        \"status\": \"상품 준비중\",\n        \"createdAt\": \"2022-05-30T01:24:28.057Z\",\n        \"updatedAt\": \"2022-05-30T01:24:28.057Z\",\n        \"__v\": 0\n    },\n    {\n        \"itemList\": [],\n        \"_id\": \"62941dbe1bfb593ec4c34bef\",\n        \"orderList\": [],\n        \"totalCost\": 4000000,\n        \"recipientName\": \"김예리\",\n        \"recipientPhone\": \"01029025445\",\n        \"status\": \"상품 준비중\",\n        \"createdAt\": \"2022-05-30T01:28:30.113Z\",\n        \"updatedAt\": \"2022-05-30T01:28:30.113Z\",\n        \"__v\": 0\n    },\n    {\n        \"itemList\": [],\n        \"_id\": \"62942e583decf1fefeeaf6ad\",\n        \"orderList\": [],\n        \"totalCost\": 11000000,\n        \"recipientName\": \"김명진\",\n        \"recipientPhone\": \"01084315858\",\n        \"status\": \"상품 준비중\",\n        \"createdAt\": \"2022-05-30T02:39:20.241Z\",\n        \"updatedAt\": \"2022-05-30T02:39:20.241Z\",\n        \"__v\": 0\n    },\n    {\n        \"itemList\": [],\n        \"_id\": \"62942e863decf1fefeeaf6af\",\n        \"orderList\": [],\n        \"totalCost\": 11000000,\n        \"recipientName\": \"김명진\",\n        \"recipientPhone\": \"01084315858\",\n        \"status\": \"상품 준비중\",\n        \"createdAt\": \"2022-05-30T02:40:06.909Z\",\n        \"updatedAt\": \"2022-05-30T02:40:06.909Z\",\n        \"__v\": 0\n    },\n    {\n        \"itemList\": [],\n        \"_id\": \"62942f063decf1fefeeaf6b2\",\n        \"orderList\": [],\n        \"totalCost\": 11000000,\n        \"recipientName\": \"김명진\",\n        \"recipientPhone\": \"01084315858\",\n        \"status\": \"상품 준비중\",\n        \"createdAt\": \"2022-05-30T02:42:14.520Z\",\n        \"updatedAt\": \"2022-05-30T02:42:14.520Z\",\n        \"__v\": 0\n    },\n    {\n        \"itemList\": [],\n        \"_id\": \"62942fa8d37394951515fcf5\",\n        \"orderList\": [],\n        \"totalCost\": 11000000,\n        \"recipientName\": \"김명진\",\n        \"recipientPhone\": \"01084315858\",\n        \"status\": \"상품 준비중\",\n        \"createdAt\": \"2022-05-30T02:44:56.258Z\",\n        \"updatedAt\": \"2022-05-30T02:44:56.258Z\",\n        \"__v\": 0\n    },\n    {\n        \"itemList\": [],\n        \"_id\": \"62942fafd37394951515fcf7\",\n        \"orderList\": [],\n        \"totalCost\": 11000000,\n        \"recipientName\": \"김명진\",\n        \"recipientPhone\": \"01084315858\",\n        \"status\": \"상품 준비중\",\n        \"createdAt\": \"2022-05-30T02:45:03.329Z\",\n        \"updatedAt\": \"2022-05-30T02:45:03.329Z\",\n        \"__v\": 0\n    },\n    {\n        \"itemList\": [],\n        \"_id\": \"62942fe1296b50b2d7403af7\",\n        \"orderList\": [],\n        \"totalCost\": 11000000,\n        \"recipientName\": \"김명진\",\n        \"recipientPhone\": \"01084315858\",\n        \"status\": \"상품 준비중\",\n        \"createdAt\": \"2022-05-30T02:45:53.382Z\",\n        \"updatedAt\": \"2022-05-30T02:45:53.382Z\",\n        \"__v\": 0\n    },\n    {\n        \"itemList\": [],\n        \"_id\": \"629430b7d11cc9cabc45ebad\",\n        \"orderList\": [],\n        \"totalCost\": 11000000,\n        \"recipientName\": \"김명진\",\n        \"recipientPhone\": \"01084315858\",\n        \"status\": \"상품 준비중\",\n        \"createdAt\": \"2022-05-30T02:49:27.573Z\",\n        \"updatedAt\": \"2022-05-30T02:49:27.573Z\",\n        \"__v\": 0\n    },\n    {\n        \"itemList\": [],\n        \"_id\": \"629430ddd11cc9cabc45ebb1\",\n        \"orderList\": [],\n        \"totalCost\": 11000000,\n        \"recipientName\": \"김명진\",\n        \"recipientPhone\": \"01084315858\",\n        \"status\": \"상품 준비중\",\n        \"createdAt\": \"2022-05-30T02:50:05.480Z\",\n        \"updatedAt\": \"2022-05-30T02:50:05.480Z\",\n        \"__v\": 0\n    },\n    {\n        \"itemList\": [],\n        \"_id\": \"62943661d11cc9cabc45ebcb\",\n        \"orderList\": [],\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"휴먼토치\",\n        \"recipientPhone\": \"01012345432\",\n        \"status\": \"상품 준비중\",\n        \"createdAt\": \"2022-05-30T03:13:37.892Z\",\n        \"updatedAt\": \"2022-05-30T03:13:37.892Z\",\n        \"__v\": 0\n    },\n    {\n        \"itemList\": [],\n        \"_id\": \"62943683cb70f109d3986335\",\n        \"orderList\": [],\n        \"shipAddress\": {\n            \"postalCode\": 13480,\n            \"address1\": \"경기 성남시 분당구 대왕판교로 477\",\n            \"address2\": \"1111\"\n        },\n        \"totalCost\": 4000000,\n        \"recipientName\": \"테스트 12/14\",\n        \"recipientPhone\": \"01029025445\",\n        \"status\": \"상품 준비중\",\n        \"createdAt\": \"2022-05-30T03:14:11.468Z\",\n        \"updatedAt\": \"2022-05-30T03:14:11.468Z\",\n        \"__v\": 0\n    },\n    {\n        \"itemList\": [],\n        \"_id\": \"629436e9d11cc9cabc45ebd2\",\n        \"orderList\": [],\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"휴먼토치\",\n        \"recipientPhone\": \"01012345432\",\n        \"status\": \"상품 준비중\",\n        \"createdAt\": \"2022-05-30T03:15:53.211Z\",\n        \"updatedAt\": \"2022-05-30T03:15:53.211Z\",\n        \"__v\": 0\n    },\n    {\n        \"itemList\": [],\n        \"_id\": \"62943702d11cc9cabc45ebd9\",\n        \"orderList\": [],\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"휴먼토치\",\n        \"recipientPhone\": \"01012345432\",\n        \"status\": \"상품 준비중\",\n        \"createdAt\": \"2022-05-30T03:16:18.673Z\",\n        \"updatedAt\": \"2022-05-30T03:16:18.673Z\",\n        \"__v\": 0\n    },\n    {\n        \"itemList\": [],\n        \"_id\": \"629437c2c3fd7fe40a792f17\",\n        \"orderList\": [],\n        \"shipAddress\": {\n            \"postalCode\": 34672,\n            \"address1\": \"대전 동구 판교1길 3\",\n            \"address2\": \"11111111\"\n        },\n        \"totalCost\": 4000000,\n        \"recipientName\": \"테스트 12/19\",\n        \"recipientPhone\": \"01029025445\",\n        \"status\": \"상품 준비중\",\n        \"createdAt\": \"2022-05-30T03:19:30.617Z\",\n        \"updatedAt\": \"2022-05-30T03:19:30.617Z\",\n        \"__v\": 0\n    },\n    {\n        \"itemList\": [],\n        \"_id\": \"62943984b2771dd9359a91a3\",\n        \"orderList\": [],\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"휴먼토치\",\n        \"recipientPhone\": \"01012345432\",\n        \"status\": \"상품 준비중\",\n        \"createdAt\": \"2022-05-30T03:27:00.532Z\",\n        \"updatedAt\": \"2022-05-30T03:27:00.532Z\",\n        \"__v\": 0\n    },\n    {\n        \"itemList\": [],\n        \"_id\": \"6294399015f9efb426ef5282\",\n        \"orderList\": [],\n        \"shipAddress\": {\n            \"postalCode\": 6955,\n            \"address1\": \"서울 동작구 상도로 1\",\n            \"address2\": \"111111\"\n        },\n        \"totalCost\": 4000000,\n        \"recipientName\": \"1227\",\n        \"recipientPhone\": \"01029025445\",\n        \"status\": \"상품 준비중\",\n        \"createdAt\": \"2022-05-30T03:27:12.292Z\",\n        \"updatedAt\": \"2022-05-30T03:27:12.292Z\",\n        \"__v\": 0\n    },\n    {\n        \"itemList\": [],\n        \"_id\": \"62943a9ffa71882977c1ee51\",\n        \"orderList\": [],\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"휴먼토치\",\n        \"recipientPhone\": \"01012345432\",\n        \"status\": \"상품 준비중\",\n        \"createdAt\": \"2022-05-30T03:31:43.568Z\",\n        \"updatedAt\": \"2022-05-30T03:31:43.568Z\",\n        \"__v\": 0\n    },\n    {\n        \"itemList\": [],\n        \"_id\": \"62943ae9fa71882977c1ee58\",\n        \"orderList\": [],\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"휴먼토치\",\n        \"recipientPhone\": \"01012345432\",\n        \"status\": \"상품 준비중\",\n        \"createdAt\": \"2022-05-30T03:32:57.598Z\",\n        \"updatedAt\": \"2022-05-30T03:32:57.598Z\",\n        \"__v\": 0\n    },\n    {\n        \"itemList\": [],\n        \"_id\": \"62943e04dca2741c495188dd\",\n        \"orderList\": [],\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"테스트맨\",\n        \"recipientPhone\": \"01012345432\",\n        \"status\": \"상품 준비중\",\n        \"createdAt\": \"2022-05-30T03:46:12.828Z\",\n        \"updatedAt\": \"2022-05-30T03:46:12.828Z\",\n        \"__v\": 0\n    },\n    {\n        \"itemList\": [],\n        \"_id\": \"6294408cd259bc77cf69a1ed\",\n        \"orderList\": [],\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"테스트맨\",\n        \"recipientPhone\": \"01012345432\",\n        \"status\": \"상품 준비중\",\n        \"createdAt\": \"2022-05-30T03:57:00.506Z\",\n        \"updatedAt\": \"2022-05-30T03:57:00.506Z\",\n        \"__v\": 0\n    },\n    {\n        \"itemList\": [],\n        \"_id\": \"6294461b5dca6e8d25b80417\",\n        \"orderList\": [\n            {\n                \"itemId\": \"628c90d7dd47de324b9fef2d\",\n                \"count\": 3\n            },\n            {\n                \"itemId\": \"62939bcf1fd1e4c6a20fc197\",\n                \"count\": 2\n            }\n        ],\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"테스트맨2\",\n        \"recipientPhone\": \"2222222222\",\n        \"status\": \"상품 준비중\",\n        \"createdAt\": \"2022-05-30T04:20:43.356Z\",\n        \"updatedAt\": \"2022-05-30T04:20:43.356Z\",\n        \"__v\": 0\n    },\n    {\n        \"itemList\": [],\n        \"_id\": \"629449505dca6e8d25b8042d\",\n        \"orderList\": [\n            {\n                \"itemId\": \"628c90d7dd47de324b9fef2d\",\n                \"count\": 3\n            },\n            {\n                \"itemId\": \"62939bcf1fd1e4c6a20fc197\",\n                \"count\": 2\n            }\n        ],\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"테스트맨2\",\n        \"recipientPhone\": \"2222222222\",\n        \"status\": \"상품 준비중\",\n        \"createdAt\": \"2022-05-30T04:34:24.612Z\",\n        \"updatedAt\": \"2022-05-30T04:34:24.612Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"62944be02d8934a4eac23fd5\",\n        \"itemList\": [],\n        \"shipAddress\": {\n            \"postalCode\": 12345,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 11,\n        \"recipientName\": \"유재석\",\n        \"recipientPhone\": \"01012345432\",\n        \"status\": \"상품 준비중\",\n        \"createdAt\": \"2022-05-30T04:45:20.192Z\",\n        \"updatedAt\": \"2022-05-30T04:45:20.192Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"62944bfc2d8934a4eac23fd7\",\n        \"itemList\": [],\n        \"shipAddress\": {\n            \"postalCode\": 12345,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 11,\n        \"recipientName\": \"유재석\",\n        \"recipientPhone\": \"01012345432\",\n        \"status\": \"상품 준비중\",\n        \"createdAt\": \"2022-05-30T04:45:48.344Z\",\n        \"updatedAt\": \"2022-05-30T04:45:48.344Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"62944c032d8934a4eac23fd9\",\n        \"itemList\": [],\n        \"shipAddress\": {\n            \"postalCode\": 12345,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 11,\n        \"recipientName\": \"명진\",\n        \"recipientPhone\": \"01012345432\",\n        \"status\": \"상품 준비중\",\n        \"createdAt\": \"2022-05-30T04:45:55.222Z\",\n        \"updatedAt\": \"2022-05-30T04:45:55.222Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"62944fe2e0a018e4e6ea5561\",\n        \"itemList\": [\n            {\n                \"itemId\": \"628c88facf14b20f5800a0bf\",\n                \"count\": 3\n            },\n            {\n                \"itemId\": \"628c90d7dd47de324b9fef2d\",\n                \"count\": 2\n            }\n        ],\n        \"shipAddress\": {\n            \"postalCode\": 12345,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 11,\n        \"recipientName\": \"벡엔드 에 서식하는 김명진\",\n        \"recipientPhone\": \"01012345432\",\n        \"status\": \"상품 준비중\",\n        \"shipRequest\": \"부재 시 경비실에 맡겨주세요.\",\n        \"createdAt\": \"2022-05-30T05:02:26.034Z\",\n        \"updatedAt\": \"2022-05-30T05:02:26.034Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"629450f0d7a73d272ed53ad9\",\n        \"itemList\": [\n            {\n                \"itemId\": \"628c90d7dd47de324b9fef2d\",\n                \"count\": 3\n            },\n            {\n                \"itemId\": \"62939bcf1fd1e4c6a20fc197\",\n                \"count\": 2\n            }\n        ],\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"테스트맨2\",\n        \"recipientPhone\": \"2222222222\",\n        \"status\": \"상품 준비중\",\n        \"createdAt\": \"2022-05-30T05:06:56.691Z\",\n        \"updatedAt\": \"2022-05-30T05:06:56.691Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"62945113d7a73d272ed53ae0\",\n        \"itemList\": [\n            {\n                \"itemId\": \"628c90d7dd47de324b9fef2d\",\n                \"count\": 3\n            },\n            {\n                \"itemId\": \"62939bcf1fd1e4c6a20fc197\",\n                \"count\": 2\n            }\n        ],\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"테스트맨2\",\n        \"recipientPhone\": \"2222222222\",\n        \"status\": \"상품 준비중\",\n        \"shipRequest\": \"부재 시 경비실에 맡겨주세요.\",\n        \"createdAt\": \"2022-05-30T05:07:31.154Z\",\n        \"updatedAt\": \"2022-05-30T05:07:31.154Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6294517fc764189c9d8ef0be\",\n        \"itemList\": [\n            {\n                \"itemId\": \"628c90d7dd47de324b9fef2d\",\n                \"count\": 3\n            },\n            {\n                \"itemId\": \"62939bcf1fd1e4c6a20fc197\",\n                \"count\": 2\n            }\n        ],\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"테스트맨2\",\n        \"recipientPhone\": \"2222222222\",\n        \"status\": \"상품 준비중\",\n        \"shipRequest\": \"부재 시 경비실에 맡겨주세요.\",\n        \"createdAt\": \"2022-05-30T05:09:19.488Z\",\n        \"updatedAt\": \"2022-05-30T05:09:19.488Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"62945271fa04ee69d5314ba6\",\n        \"itemList\": [\n            {\n                \"itemId\": \"628c90d7dd47de324b9fef2d\",\n                \"count\": 3\n            },\n            {\n                \"itemId\": \"62939bcf1fd1e4c6a20fc197\",\n                \"count\": 2\n            }\n        ],\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"테스트맨2\",\n        \"recipientPhone\": \"2222222222\",\n        \"status\": \"상품 준비중\",\n        \"shipRequest\": \"부재 시 경비실에 맡겨주세요.\",\n        \"createdAt\": \"2022-05-30T05:13:21.269Z\",\n        \"updatedAt\": \"2022-05-30T05:13:21.269Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"62945281e15fe56ba116505e\",\n        \"itemList\": [\n            {\n                \"itemId\": \"628c90d7dd47de324b9fef2d\",\n                \"count\": 3\n            },\n            {\n                \"itemId\": \"62939bcf1fd1e4c6a20fc197\",\n                \"count\": 2\n            }\n        ],\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"테스트맨2\",\n        \"recipientPhone\": \"2222222222\",\n        \"status\": \"상품 준비중\",\n        \"shipRequest\": \"부재 시 경비실에 맡겨주세요.\",\n        \"createdAt\": \"2022-05-30T05:13:37.479Z\",\n        \"updatedAt\": \"2022-05-30T05:13:37.479Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"62945322a4248c2b2f852b97\",\n        \"itemList\": [\n            {\n                \"itemId\": \"628c90d7dd47de324b9fef2d\",\n                \"count\": 3\n            },\n            {\n                \"itemId\": \"62939bcf1fd1e4c6a20fc197\",\n                \"count\": 2\n            }\n        ],\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"테스트맨2\",\n        \"recipientPhone\": \"2222222222\",\n        \"status\": \"상품 준비중\",\n        \"shipRequest\": \"부재 시 경비실에 맡겨주세요.\",\n        \"createdAt\": \"2022-05-30T05:16:18.148Z\",\n        \"updatedAt\": \"2022-05-30T05:16:18.148Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6294541c09a2cefe0e492911\",\n        \"itemList\": [\n            {\n                \"itemId\": \"628c90d7dd47de324b9fef2d\",\n                \"count\": 3\n            },\n            {\n                \"itemId\": \"62939bcf1fd1e4c6a20fc197\",\n                \"count\": 2\n            }\n        ],\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"테스트맨2\",\n        \"recipientPhone\": \"2222222222\",\n        \"status\": \"상품 준비중\",\n        \"createdAt\": \"2022-05-30T05:20:28.753Z\",\n        \"updatedAt\": \"2022-05-30T05:20:28.753Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6294550a1335c6176d25c0c9\",\n        \"itemList\": [\n            {\n                \"itemId\": \"628c88facf14b20f5800a0bf\",\n                \"count\": 3\n            },\n            {\n                \"itemId\": \"628c90d7dd47de324b9fef2d\",\n                \"count\": 2\n            }\n        ],\n        \"shipAddress\": {\n            \"postalCode\": 12345,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 11,\n        \"recipientName\": \"벡엔드 에 서식하는 김명진\",\n        \"recipientPhone\": \"01012345432\",\n        \"status\": \"상품 준비중\",\n        \"shipRequest\": \"부재 시 경비실에 맡겨주세요.\",\n        \"createdAt\": \"2022-05-30T05:24:26.059Z\",\n        \"updatedAt\": \"2022-05-30T05:24:26.059Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"629459c4ed8762e002b1dca0\",\n        \"itemList\": [],\n        \"shipAddress\": {\n            \"postalCode\": 33615,\n            \"address1\": \"충남 서천군 판교면 금덕길 9\",\n            \"address2\": \"5200-502\"\n        },\n        \"totalCost\": 11000000,\n        \"recipientName\": \"나다\",\n        \"recipientPhone\": \"010111111111\",\n        \"status\": \"상품 준비중\",\n        \"createdAt\": \"2022-05-30T05:44:36.008Z\",\n        \"updatedAt\": \"2022-05-30T05:44:36.008Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"62945a7362beb9c76157be5e\",\n        \"itemList\": [],\n        \"shipAddress\": {\n            \"postalCode\": 61664,\n            \"address1\": \"광주 남구 제중로 11\",\n            \"address2\": \"202502\"\n        },\n        \"totalCost\": 11000000,\n        \"recipientName\": \"다시 아이탬 리스트 확이\",\n        \"recipientPhone\": \"010111111213\",\n        \"status\": \"상품 준비중\",\n        \"createdAt\": \"2022-05-30T05:47:31.168Z\",\n        \"updatedAt\": \"2022-05-30T05:47:31.168Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"62946a76c0f71b7ebcc0ce04\",\n        \"itemList\": [],\n        \"shipAddress\": {\n            \"postalCode\": 13480,\n            \"address1\": \"경기 성남시 분당구 대왕판교로 477\",\n            \"address2\": \"111111111\"\n        },\n        \"totalCost\": 4000000,\n        \"recipientName\": \"김예리\",\n        \"recipientPhone\": \"01029025445\",\n        \"status\": \"상품 준비중\",\n        \"createdAt\": \"2022-05-30T06:55:50.538Z\",\n        \"updatedAt\": \"2022-05-30T06:55:50.538Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"62946bf5a5c38f0e407074d9\",\n        \"itemList\": [],\n        \"shipAddress\": {\n            \"postalCode\": 13480,\n            \"address1\": \"경기 성남시 분당구 대왕판교로 477\",\n            \"address2\": \"11\"\n        },\n        \"totalCost\": 4000000,\n        \"recipientName\": \"테스트 402\",\n        \"recipientPhone\": \"01029025445\",\n        \"status\": \"상품 준비중\",\n        \"createdAt\": \"2022-05-30T07:02:13.197Z\",\n        \"updatedAt\": \"2022-05-30T07:02:13.197Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"62946f2b5bde713b0d08f465\",\n        \"itemList\": [],\n        \"shipAddress\": {\n            \"postalCode\": 6978,\n            \"address1\": \"서울 동작구 상도로 369\",\n            \"address2\": \"정보과학관\"\n        },\n        \"totalCost\": 4000000,\n        \"recipientName\": \"김예리\",\n        \"recipientPhone\": \"01029025445\",\n        \"status\": \"상품 준비중\",\n        \"createdAt\": \"2022-05-30T07:15:55.448Z\",\n        \"updatedAt\": \"2022-05-30T07:15:55.448Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"629477ccff566d0db622a584\",\n        \"itemList\": [],\n        \"shipAddress\": {\n            \"postalCode\": 6978,\n            \"address1\": \"서울 동작구 상도로 369\",\n            \"address2\": \"정보과학관\"\n        },\n        \"totalCost\": 4000000,\n        \"recipientName\": \"김예리\",\n        \"recipientPhone\": \"01012341234\",\n        \"status\": \"상품 준비중\",\n        \"createdAt\": \"2022-05-30T07:52:44.038Z\",\n        \"updatedAt\": \"2022-05-30T07:52:44.038Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6294c0b641044dd157bc1fac\",\n        \"itemList\": [],\n        \"shipAddress\": {\n            \"postalCode\": 6978,\n            \"address1\": \"서울 동작구 상도로 369\",\n            \"address2\": \"정보과학관\"\n        },\n        \"totalCost\": 4000000,\n        \"recipientName\": \"예리님\",\n        \"recipientPhone\": \"01012341234\",\n        \"status\": \"상품 준비중\",\n        \"createdAt\": \"2022-05-30T13:03:50.150Z\",\n        \"updatedAt\": \"2022-05-30T13:03:50.150Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6294ea66308bb4ac03694d72\",\n        \"itemList\": [\n            {\n                \"itemId\": \"628c90d7dd47de324b9fef2d\",\n                \"count\": 3\n            },\n            {\n                \"itemId\": \"62939bcf1fd1e4c6a20fc197\",\n                \"count\": 2\n            }\n        ],\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 77777\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"테스트맨15\",\n        \"recipientPhone\": \"01084315777\",\n        \"status\": \"상품 준비중\",\n        \"shipRequest\": \"부재 시 경비실에 맡겨주세요.\",\n        \"createdAt\": \"2022-05-30T16:01:42.446Z\",\n        \"updatedAt\": \"2022-05-30T16:01:42.446Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6294f2c6d215200649defc22\",\n        \"itemList\": [\n            {\n                \"itemId\": \"6293756eb57e9cc0fb06199d\",\n                \"count\": 3\n            },\n            {\n                \"itemId\": \"628f1c0eb2f924775aea8965\",\n                \"count\": 2\n            },\n            {\n                \"itemId\": \"628f1c0eb2f924775aea8965\",\n                \"count\": 2\n            }\n        ],\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 77777\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"테스트맨15\",\n        \"recipientPhone\": \"01084315777\",\n        \"status\": \"상품 준비중\",\n        \"shipRequest\": \"부재 시 경비실에 맡겨주세요.\",\n        \"createdAt\": \"2022-05-30T16:37:26.387Z\",\n        \"updatedAt\": \"2022-05-30T16:37:26.387Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6294f478fc9ca8663cb013f2\",\n        \"itemList\": [\n            {\n                \"itemId\": \"6293756eb57e9cc0fb06199d\",\n                \"count\": 3\n            },\n            {\n                \"itemId\": \"628f1c0eb2f924775aea8965\",\n                \"count\": 2\n            },\n            {\n                \"itemId\": \"628f1c0eb2f924775aea8965\",\n                \"count\": 2\n            }\n        ],\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 77777\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"테스트맨15\",\n        \"recipientPhone\": \"01084315777\",\n        \"status\": \"상품 준비중\",\n        \"shipRequest\": \"부재 시 경비실에 맡겨주세요.\",\n        \"createdAt\": \"2022-05-30T16:44:40.680Z\",\n        \"updatedAt\": \"2022-05-30T16:44:40.680Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6294f5c9bb8ba367df955783\",\n        \"itemList\": [],\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 77777\"\n        },\n        \"totalCost\": 1000000,\n        \"recipientName\": \"엘리스\",\n        \"recipientPhone\": \"01084315777\",\n        \"status\": \"상품 준비중\",\n        \"createdAt\": \"2022-05-30T16:50:17.669Z\",\n        \"updatedAt\": \"2022-05-30T16:50:17.669Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"629506080531c21518f1e62b\",\n        \"itemList\": [\n            {\n                \"itemId\": \"6293756eb57e9cc0fb06199d\",\n                \"count\": 3\n            },\n            {\n                \"itemId\": \"628f1c0eb2f924775aea8965\",\n                \"count\": 2\n            },\n            {\n                \"itemId\": \"628f1c0eb2f924775aea8965\",\n                \"count\": 2\n            }\n        ],\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 77777\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"테스트맨15\",\n        \"recipientPhone\": \"01084315777\",\n        \"status\": \"상품 준비중\",\n        \"shipRequest\": \"부재 시 경비실에 맡겨주세요.\",\n        \"createdAt\": \"2022-05-30T17:59:36.167Z\",\n        \"updatedAt\": \"2022-05-30T17:59:36.167Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"62957452afe6a1c13d054b15\",\n        \"itemList\": [],\n        \"shipAddress\": {\n            \"postalCode\": 6978,\n            \"address1\": \"서울 동작구 상도로 369\",\n            \"address2\": \"정보과학관\"\n        },\n        \"totalCost\": 15000,\n        \"recipientName\": \"김예리\",\n        \"recipientPhone\": \"01012341234\",\n        \"status\": \"상품 준비중\",\n        \"createdAt\": \"2022-05-31T01:50:10.739Z\",\n        \"updatedAt\": \"2022-05-31T01:50:10.739Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"62957471bb0c223b05d8bd2d\",\n        \"itemList\": [],\n        \"shipAddress\": {\n            \"postalCode\": 6978,\n            \"address1\": \"서울 동작구 상도로 369\",\n            \"address2\": \"정보과학관\"\n        },\n        \"totalCost\": 15000,\n        \"recipientName\": \"1050\",\n        \"recipientPhone\": \"01012341234\",\n        \"status\": \"상품 준비중\",\n        \"createdAt\": \"2022-05-31T01:50:41.051Z\",\n        \"updatedAt\": \"2022-05-31T01:50:41.051Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"629575b4f05c75d615784353\",\n        \"itemList\": [],\n        \"shipAddress\": {\n            \"postalCode\": 6978,\n            \"address1\": \"서울 동작구 상도로 369\",\n            \"address2\": \"정보과학관\"\n        },\n        \"totalCost\": 15000,\n        \"recipientName\": \"김예리\",\n        \"recipientPhone\": \"01012341234\",\n        \"status\": \"상품 준비중\",\n        \"createdAt\": \"2022-05-31T01:56:04.810Z\",\n        \"updatedAt\": \"2022-05-31T01:56:04.810Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"629575eef05c75d615784364\",\n        \"itemList\": [],\n        \"shipAddress\": {\n            \"postalCode\": 6978,\n            \"address1\": \"서울 동작구 상도로 369\",\n            \"address2\": \"정보과학관\"\n        },\n        \"totalCost\": 15000,\n        \"recipientName\": \"0530 10 56\",\n        \"recipientPhone\": \"01012341234\",\n        \"status\": \"상품 준비중\",\n        \"createdAt\": \"2022-05-31T01:57:02.271Z\",\n        \"updatedAt\": \"2022-05-31T01:57:02.271Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"629575f8fa6c01fc67055732\",\n        \"itemList\": [],\n        \"shipAddress\": {\n            \"postalCode\": 6978,\n            \"address1\": \"서울 동작구 상도로 369\",\n            \"address2\": \"정보과학관\"\n        },\n        \"totalCost\": 15000,\n        \"recipientName\": \"김예리\",\n        \"recipientPhone\": \"01012341234\",\n        \"status\": \"상품 준비중\",\n        \"createdAt\": \"2022-05-31T01:57:12.673Z\",\n        \"updatedAt\": \"2022-05-31T01:57:12.673Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6295760bb61d8702a55e1894\",\n        \"itemList\": [\n            {\n                \"itemId\": \"6293756eb57e9cc0fb06199d\",\n                \"count\": 10\n            },\n            {\n                \"itemId\": \"628f1c0eb2f924775aea8965\",\n                \"count\": 1\n            },\n            {\n                \"itemId\": \"628f1c0eb2f924775aea8965\",\n                \"count\": 1\n            }\n        ],\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 77777\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"테스트맨15\",\n        \"recipientPhone\": \"01084315777\",\n        \"status\": \"상품 준비중\",\n        \"shipRequest\": \"부재 시 경비실에 맡겨주세요.\",\n        \"createdAt\": \"2022-05-31T01:57:31.875Z\",\n        \"updatedAt\": \"2022-05-31T01:57:31.875Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6295763ab61d8702a55e189d\",\n        \"itemList\": [\n            {\n                \"itemId\": \"6293756eb57e9cc0fb06199d\",\n                \"count\": 10\n            },\n            {\n                \"itemId\": \"628f1c0eb2f924775aea8965\",\n                \"count\": 1\n            },\n            {\n                \"itemId\": \"628f1c0eb2f924775aea8965\",\n                \"count\": 1\n            }\n        ],\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 77777\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"테스트맨15\",\n        \"recipientPhone\": \"01084315777\",\n        \"status\": \"상품 준비중\",\n        \"shipRequest\": \"부재 시 경비실에 맡겨주세요.\",\n        \"createdAt\": \"2022-05-31T01:58:18.101Z\",\n        \"updatedAt\": \"2022-05-31T01:58:18.101Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"62957670b61d8702a55e18a6\",\n        \"itemList\": [\n            {\n                \"itemId\": \"6293756eb57e9cc0fb06199d\",\n                \"count\": 10\n            },\n            {\n                \"itemId\": \"628f1c0eb2f924775aea8965\",\n                \"count\": 1\n            },\n            {\n                \"itemId\": \"628f1c0eb2f924775aea8965\",\n                \"count\": 1\n            }\n        ],\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 77777\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"테스트맨15\",\n        \"recipientPhone\": \"01084315777\",\n        \"status\": \"상품 준비중\",\n        \"shipRequest\": \"부재 시 경비실에 맡겨주세요.\",\n        \"createdAt\": \"2022-05-31T01:59:12.019Z\",\n        \"updatedAt\": \"2022-05-31T01:59:12.019Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"62957788c43a0436b894afed\",\n        \"itemList\": [\n            {\n                \"itemId\": \"6293756eb57e9cc0fb06199d\",\n                \"count\": 2\n            }\n        ],\n        \"shipAddress\": {\n            \"postalCode\": 6978,\n            \"address1\": \"서울 동작구 상도로 369\",\n            \"address2\": \"정보과학관\"\n        },\n        \"totalCost\": 15000,\n        \"recipientName\": \"김예리\",\n        \"recipientPhone\": \"01012341234\",\n        \"status\": \"상품 준비중\",\n        \"createdAt\": \"2022-05-31T02:03:52.015Z\",\n        \"updatedAt\": \"2022-05-31T02:03:52.015Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"629581091a3e3dfe3fd3364b\",\n        \"itemList\": [\n            {\n                \"itemId\": \"6293756eb57e9cc0fb06199d\",\n                \"count\": 2\n            }\n        ],\n        \"shipAddress\": {\n            \"postalCode\": 6978,\n            \"address1\": \"서울 동작구 상도로 369\",\n            \"address2\": \"정보과학관\"\n        },\n        \"totalCost\": 15000,\n        \"recipientName\": \"주문해\",\n        \"recipientPhone\": \"01012341234\",\n        \"status\": \"상품 준비중\",\n        \"createdAt\": \"2022-05-31T02:44:25.886Z\",\n        \"updatedAt\": \"2022-05-31T02:44:25.886Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"629588d7c21688856e469625\",\n        \"itemList\": [\n            {\n                \"itemId\": \"6293756eb57e9cc0fb06199d\",\n                \"count\": 2\n            }\n        ],\n        \"shipAddress\": {\n            \"postalCode\": 6978,\n            \"address1\": \"서울 동작구 상도로 369\",\n            \"address2\": \"정보과학관\"\n        },\n        \"totalCost\": 15000,\n        \"recipientName\": \"김예리\",\n        \"recipientPhone\": \"01012341234\",\n        \"status\": \"상품 준비중\",\n        \"shipRequest\": \"직접 수령하겠습니다.\",\n        \"createdAt\": \"2022-05-31T03:17:43.104Z\",\n        \"updatedAt\": \"2022-05-31T03:17:43.104Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"629588e7c21688856e469632\",\n        \"itemList\": [\n            {\n                \"itemId\": \"6293756eb57e9cc0fb06199d\",\n                \"count\": 2\n            }\n        ],\n        \"shipAddress\": {\n            \"postalCode\": 6978,\n            \"address1\": \"서울 동작구 상도로 369\",\n            \"address2\": \"정보과학관\"\n        },\n        \"totalCost\": 15000,\n        \"recipientName\": \"default\",\n        \"recipientPhone\": \"01012341234\",\n        \"status\": \"상품 준비중\",\n        \"shipRequest\": \"\",\n        \"createdAt\": \"2022-05-31T03:17:59.571Z\",\n        \"updatedAt\": \"2022-05-31T03:17:59.571Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"629588fac21688856e46963f\",\n        \"itemList\": [\n            {\n                \"itemId\": \"6293756eb57e9cc0fb06199d\",\n                \"count\": 2\n            }\n        ],\n        \"shipAddress\": {\n            \"postalCode\": 6978,\n            \"address1\": \"서울 동작구 상도로 369\",\n            \"address2\": \"정보과학관\"\n        },\n        \"totalCost\": 15000,\n        \"recipientName\": \"직접\",\n        \"recipientPhone\": \"01012341234\",\n        \"status\": \"상품 준비중\",\n        \"shipRequest\": \"\",\n        \"createdAt\": \"2022-05-31T03:18:18.917Z\",\n        \"updatedAt\": \"2022-05-31T03:18:18.917Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6295892d9475d20907bbda72\",\n        \"itemList\": [\n            {\n                \"itemId\": \"6293756eb57e9cc0fb06199d\",\n                \"count\": 2\n            }\n        ],\n        \"shipAddress\": {\n            \"postalCode\": 6978,\n            \"address1\": \"서울 동작구 상도로 369\",\n            \"address2\": \"정보과학관\"\n        },\n        \"totalCost\": 15000,\n        \"recipientName\": \"직접\",\n        \"recipientPhone\": \"01012341234\",\n        \"status\": \"상품 준비중\",\n        \"shipRequest\": \"안녕\",\n        \"createdAt\": \"2022-05-31T03:19:09.285Z\",\n        \"updatedAt\": \"2022-05-31T03:19:09.285Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"629589df20f729c5856915a6\",\n        \"itemList\": [\n            {\n                \"itemId\": \"6293756eb57e9cc0fb06199d\",\n                \"count\": 2\n            },\n            {\n                \"itemId\": \"629384596014f6125046bc2e\",\n                \"count\": 1\n            }\n        ],\n        \"shipAddress\": {\n            \"postalCode\": 6978,\n            \"address1\": \"서울 동작구 상도로 369\",\n            \"address2\": \"정보과학관\"\n        },\n        \"totalCost\": 21000,\n        \"recipientName\": \"김예리\",\n        \"recipientPhone\": \"01012341234\",\n        \"status\": \"상품 준비중\",\n        \"shipRequest\": \"ㅚㅚㅚㅚㅚ\",\n        \"createdAt\": \"2022-05-31T03:22:07.380Z\",\n        \"updatedAt\": \"2022-05-31T03:22:07.380Z\",\n        \"__v\": 0\n    }\n]"},{"id":"3d655eec-9a0e-4bf3-b778-cab3ccfbe77f","name":"주문정보전체조회(수정)","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/api/order"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"23584"},{"key":"ETag","value":"W/\"5c20-qBEqHisJMjZ5p/fPoQSVApI4w34\""},{"key":"Date","value":"Tue, 31 May 2022 14:00:44 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"6290d5f25eaaaaf5f0dce1d1\",\n        \"orderDate\": \"2022-05-27\",\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 12505,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 77777777,\n        \"recipientName\": \"아메리카 챠베즈\",\n        \"recipientPhone\": \"1012345432\"\n    },\n    {\n        \"_id\": \"6292fccd5754a7d099c64358\",\n        \"orderDate\": \"2022-05-29\",\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 12505,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 77777777,\n        \"recipientName\": \"김명진\",\n        \"recipientPhone\": \"01012345432\"\n    },\n    {\n        \"_id\": \"62933da1fe9d3ba00d4fc364\",\n        \"orderDate\": \"2022-05-29\",\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 12505,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 77777777,\n        \"recipientName\": \"아메리카 챠베즈\",\n        \"recipientPhone\": \"1012345432\"\n    },\n    {\n        \"_id\": \"62933f5efa6e6de8c53a9f2b\",\n        \"orderDate\": \"2022-05-29\",\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"휴먼토치\",\n        \"recipientPhone\": \"01012345432\"\n    },\n    {\n        \"_id\": \"62933ffaf3b4dd64b957e65a\",\n        \"orderDate\": \"2022-05-29\",\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"휴먼토치\",\n        \"recipientPhone\": \"01012345432\"\n    },\n    {\n        \"_id\": \"629341af1c350d85c9b4fe51\",\n        \"orderDate\": \"2022-05-29\",\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"휴먼토치\",\n        \"recipientPhone\": \"01012345432\"\n    },\n    {\n        \"_id\": \"629341e902d86cc9b07de62b\",\n        \"orderDate\": \"2022-05-29\",\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"휴먼토치\",\n        \"recipientPhone\": \"01012345432\"\n    },\n    {\n        \"_id\": \"629341f202d86cc9b07de62f\",\n        \"orderDate\": \"2022-05-29\",\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"휴먼토치\",\n        \"recipientPhone\": \"01012345432\"\n    },\n    {\n        \"_id\": \"629341ff5e3cf49ec036f85d\",\n        \"orderDate\": \"2022-05-29\",\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 33333,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 11,\n        \"recipientName\": \"김혜령\",\n        \"recipientPhone\": \"1012345432\"\n    },\n    {\n        \"_id\": \"629345e888461ef9aefe46b6\",\n        \"orderDate\": \"2022-05-29\",\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 33333,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 11,\n        \"recipientName\": \"김김김\",\n        \"recipientPhone\": \"1012345432\"\n    },\n    {\n        \"_id\": \"62934fe2661ed4abd593887c\",\n        \"orderDate\": \"2022-05-29\",\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"휴먼토치\",\n        \"recipientPhone\": \"01012345432\"\n    },\n    {\n        \"_id\": \"62938385a7348841332ad3f8\",\n        \"orderDate\": \"2022-05-29\",\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 12345,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 11,\n        \"recipientName\": \"유재석\",\n        \"recipientPhone\": \"1012345432\"\n    },\n    {\n        \"_id\": \"62939c7d08d68b219d65f818\",\n        \"orderDate\": \"2022-05-30\",\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"totalCost\": 3000000,\n        \"recipientName\": \"김예리\",\n        \"recipientPhone\": \"01029025445\"\n    },\n    {\n        \"_id\": \"62939d5e1bcd29bd60f01d16\",\n        \"orderDate\": \"2022-05-30\",\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"totalCost\": 3000000,\n        \"recipientName\": \"김예리\",\n        \"recipientPhone\": \"01029025445\"\n    },\n    {\n        \"_id\": \"62939da3c6349607f308a77c\",\n        \"orderDate\": \"2022-05-30\",\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"totalCost\": 3000000,\n        \"recipientName\": \"김예리\",\n        \"recipientPhone\": \"01029025445\"\n    },\n    {\n        \"_id\": \"62939e5c8f606300b5c16b44\",\n        \"orderDate\": \"2022-05-30\",\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"totalCost\": 3000000,\n        \"recipientName\": \"김예리\",\n        \"recipientPhone\": \"01029025445\"\n    },\n    {\n        \"_id\": \"62941ca521cbc5668d96b19a\",\n        \"orderDate\": \"2022-05-30\",\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"totalCost\": 4000000,\n        \"recipientName\": \"김예리\",\n        \"recipientPhone\": \"01029025445\"\n    },\n    {\n        \"_id\": \"62941ccc57794d739460198a\",\n        \"orderDate\": \"2022-05-30\",\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"totalCost\": 4000000,\n        \"recipientName\": \"김예리\",\n        \"recipientPhone\": \"01029025445\"\n    },\n    {\n        \"_id\": \"62941dbe1bfb593ec4c34bef\",\n        \"orderDate\": \"2022-05-30\",\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"totalCost\": 4000000,\n        \"recipientName\": \"김예리\",\n        \"recipientPhone\": \"01029025445\"\n    },\n    {\n        \"_id\": \"62942e583decf1fefeeaf6ad\",\n        \"orderDate\": \"2022-05-30\",\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"totalCost\": 11000000,\n        \"recipientName\": \"김명진\",\n        \"recipientPhone\": \"01084315858\"\n    },\n    {\n        \"_id\": \"62942e863decf1fefeeaf6af\",\n        \"orderDate\": \"2022-05-30\",\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"totalCost\": 11000000,\n        \"recipientName\": \"김명진\",\n        \"recipientPhone\": \"01084315858\"\n    },\n    {\n        \"_id\": \"62942f063decf1fefeeaf6b2\",\n        \"orderDate\": \"2022-05-30\",\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"totalCost\": 11000000,\n        \"recipientName\": \"김명진\",\n        \"recipientPhone\": \"01084315858\"\n    },\n    {\n        \"_id\": \"62942fa8d37394951515fcf5\",\n        \"orderDate\": \"2022-05-30\",\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"totalCost\": 11000000,\n        \"recipientName\": \"김명진\",\n        \"recipientPhone\": \"01084315858\"\n    },\n    {\n        \"_id\": \"62942fafd37394951515fcf7\",\n        \"orderDate\": \"2022-05-30\",\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"totalCost\": 11000000,\n        \"recipientName\": \"김명진\",\n        \"recipientPhone\": \"01084315858\"\n    },\n    {\n        \"_id\": \"62942fe1296b50b2d7403af7\",\n        \"orderDate\": \"2022-05-30\",\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"totalCost\": 11000000,\n        \"recipientName\": \"김명진\",\n        \"recipientPhone\": \"01084315858\"\n    },\n    {\n        \"_id\": \"629430b7d11cc9cabc45ebad\",\n        \"orderDate\": \"2022-05-30\",\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"totalCost\": 11000000,\n        \"recipientName\": \"김명진\",\n        \"recipientPhone\": \"01084315858\"\n    },\n    {\n        \"_id\": \"629430ddd11cc9cabc45ebb1\",\n        \"orderDate\": \"2022-05-30\",\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"totalCost\": 11000000,\n        \"recipientName\": \"김명진\",\n        \"recipientPhone\": \"01084315858\"\n    },\n    {\n        \"_id\": \"62943661d11cc9cabc45ebcb\",\n        \"orderDate\": \"2022-05-30\",\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"휴먼토치\",\n        \"recipientPhone\": \"01012345432\"\n    },\n    {\n        \"_id\": \"62943683cb70f109d3986335\",\n        \"orderDate\": \"2022-05-30\",\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 13480,\n            \"address1\": \"경기 성남시 분당구 대왕판교로 477\",\n            \"address2\": \"1111\"\n        },\n        \"totalCost\": 4000000,\n        \"recipientName\": \"테스트 12/14\",\n        \"recipientPhone\": \"01029025445\"\n    },\n    {\n        \"_id\": \"629436e9d11cc9cabc45ebd2\",\n        \"orderDate\": \"2022-05-30\",\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"휴먼토치\",\n        \"recipientPhone\": \"01012345432\"\n    },\n    {\n        \"_id\": \"62943702d11cc9cabc45ebd9\",\n        \"orderDate\": \"2022-05-30\",\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"휴먼토치\",\n        \"recipientPhone\": \"01012345432\"\n    },\n    {\n        \"_id\": \"629437c2c3fd7fe40a792f17\",\n        \"orderDate\": \"2022-05-30\",\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 34672,\n            \"address1\": \"대전 동구 판교1길 3\",\n            \"address2\": \"11111111\"\n        },\n        \"totalCost\": 4000000,\n        \"recipientName\": \"테스트 12/19\",\n        \"recipientPhone\": \"01029025445\"\n    },\n    {\n        \"_id\": \"62943984b2771dd9359a91a3\",\n        \"orderDate\": \"2022-05-30\",\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"휴먼토치\",\n        \"recipientPhone\": \"01012345432\"\n    },\n    {\n        \"_id\": \"6294399015f9efb426ef5282\",\n        \"orderDate\": \"2022-05-30\",\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 6955,\n            \"address1\": \"서울 동작구 상도로 1\",\n            \"address2\": \"111111\"\n        },\n        \"totalCost\": 4000000,\n        \"recipientName\": \"1227\",\n        \"recipientPhone\": \"01029025445\"\n    },\n    {\n        \"_id\": \"62943a9ffa71882977c1ee51\",\n        \"orderDate\": \"2022-05-30\",\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"휴먼토치\",\n        \"recipientPhone\": \"01012345432\"\n    },\n    {\n        \"_id\": \"62943ae9fa71882977c1ee58\",\n        \"orderDate\": \"2022-05-30\",\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"휴먼토치\",\n        \"recipientPhone\": \"01012345432\"\n    },\n    {\n        \"_id\": \"62943e04dca2741c495188dd\",\n        \"orderDate\": \"2022-05-30\",\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"테스트맨\",\n        \"recipientPhone\": \"01012345432\"\n    },\n    {\n        \"_id\": \"6294408cd259bc77cf69a1ed\",\n        \"orderDate\": \"2022-05-30\",\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"테스트맨\",\n        \"recipientPhone\": \"01012345432\"\n    },\n    {\n        \"_id\": \"6294461b5dca6e8d25b80417\",\n        \"orderDate\": \"2022-05-30\",\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"테스트맨2\",\n        \"recipientPhone\": \"2222222222\"\n    },\n    {\n        \"_id\": \"629449505dca6e8d25b8042d\",\n        \"orderDate\": \"2022-05-30\",\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"테스트맨2\",\n        \"recipientPhone\": \"2222222222\"\n    },\n    {\n        \"_id\": \"62944be02d8934a4eac23fd5\",\n        \"orderDate\": \"2022-05-30\",\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 12345,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 11,\n        \"recipientName\": \"유재석\",\n        \"recipientPhone\": \"01012345432\"\n    },\n    {\n        \"_id\": \"62944bfc2d8934a4eac23fd7\",\n        \"orderDate\": \"2022-05-30\",\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 12345,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 11,\n        \"recipientName\": \"유재석\",\n        \"recipientPhone\": \"01012345432\"\n    },\n    {\n        \"_id\": \"62944c032d8934a4eac23fd9\",\n        \"orderDate\": \"2022-05-30\",\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 12345,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 11,\n        \"recipientName\": \"명진\",\n        \"recipientPhone\": \"01012345432\"\n    },\n    {\n        \"_id\": \"62944fe2e0a018e4e6ea5561\",\n        \"orderDate\": \"2022-05-30\",\n        \"itemList\": [\n            {\n                \"itemId\": \"628c88facf14b20f5800a0bf\",\n                \"count\": 3\n            },\n            {\n                \"itemId\": \"628c90d7dd47de324b9fef2d\",\n                \"count\": 2\n            }\n        ],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 12345,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 11,\n        \"recipientName\": \"벡엔드 에 서식하는 김명진\",\n        \"recipientPhone\": \"01012345432\"\n    },\n    {\n        \"_id\": \"629450f0d7a73d272ed53ad9\",\n        \"orderDate\": \"2022-05-30\",\n        \"itemList\": [\n            {\n                \"itemId\": \"628c90d7dd47de324b9fef2d\",\n                \"count\": 3\n            },\n            {\n                \"itemId\": \"62939bcf1fd1e4c6a20fc197\",\n                \"count\": 2\n            }\n        ],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"테스트맨2\",\n        \"recipientPhone\": \"2222222222\"\n    },\n    {\n        \"_id\": \"62945113d7a73d272ed53ae0\",\n        \"orderDate\": \"2022-05-30\",\n        \"itemList\": [\n            {\n                \"itemId\": \"628c90d7dd47de324b9fef2d\",\n                \"count\": 3\n            },\n            {\n                \"itemId\": \"62939bcf1fd1e4c6a20fc197\",\n                \"count\": 2\n            }\n        ],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"테스트맨2\",\n        \"recipientPhone\": \"2222222222\"\n    },\n    {\n        \"_id\": \"6294517fc764189c9d8ef0be\",\n        \"orderDate\": \"2022-05-30\",\n        \"itemList\": [\n            {\n                \"itemId\": \"628c90d7dd47de324b9fef2d\",\n                \"count\": 3\n            },\n            {\n                \"itemId\": \"62939bcf1fd1e4c6a20fc197\",\n                \"count\": 2\n            }\n        ],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"테스트맨2\",\n        \"recipientPhone\": \"2222222222\"\n    },\n    {\n        \"_id\": \"62945271fa04ee69d5314ba6\",\n        \"orderDate\": \"2022-05-30\",\n        \"itemList\": [\n            {\n                \"itemId\": \"628c90d7dd47de324b9fef2d\",\n                \"count\": 3\n            },\n            {\n                \"itemId\": \"62939bcf1fd1e4c6a20fc197\",\n                \"count\": 2\n            }\n        ],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"테스트맨2\",\n        \"recipientPhone\": \"2222222222\"\n    },\n    {\n        \"_id\": \"62945281e15fe56ba116505e\",\n        \"orderDate\": \"2022-05-30\",\n        \"itemList\": [\n            {\n                \"itemId\": \"628c90d7dd47de324b9fef2d\",\n                \"count\": 3\n            },\n            {\n                \"itemId\": \"62939bcf1fd1e4c6a20fc197\",\n                \"count\": 2\n            }\n        ],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"테스트맨2\",\n        \"recipientPhone\": \"2222222222\"\n    },\n    {\n        \"_id\": \"62945322a4248c2b2f852b97\",\n        \"orderDate\": \"2022-05-30\",\n        \"itemList\": [\n            {\n                \"itemId\": \"628c90d7dd47de324b9fef2d\",\n                \"count\": 3\n            },\n            {\n                \"itemId\": \"62939bcf1fd1e4c6a20fc197\",\n                \"count\": 2\n            }\n        ],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"테스트맨2\",\n        \"recipientPhone\": \"2222222222\"\n    },\n    {\n        \"_id\": \"6294541c09a2cefe0e492911\",\n        \"orderDate\": \"2022-05-30\",\n        \"itemList\": [\n            {\n                \"itemId\": \"628c90d7dd47de324b9fef2d\",\n                \"count\": 3\n            },\n            {\n                \"itemId\": \"62939bcf1fd1e4c6a20fc197\",\n                \"count\": 2\n            }\n        ],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"테스트맨2\",\n        \"recipientPhone\": \"2222222222\"\n    },\n    {\n        \"_id\": \"6294550a1335c6176d25c0c9\",\n        \"orderDate\": \"2022-05-30\",\n        \"itemList\": [\n            {\n                \"itemId\": \"628c88facf14b20f5800a0bf\",\n                \"count\": 3\n            },\n            {\n                \"itemId\": \"628c90d7dd47de324b9fef2d\",\n                \"count\": 2\n            }\n        ],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 12345,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 707-22\"\n        },\n        \"totalCost\": 11,\n        \"recipientName\": \"벡엔드 에 서식하는 김명진\",\n        \"recipientPhone\": \"01012345432\"\n    },\n    {\n        \"_id\": \"629459c4ed8762e002b1dca0\",\n        \"orderDate\": \"2022-05-30\",\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 33615,\n            \"address1\": \"충남 서천군 판교면 금덕길 9\",\n            \"address2\": \"5200-502\"\n        },\n        \"totalCost\": 11000000,\n        \"recipientName\": \"나다\",\n        \"recipientPhone\": \"010111111111\"\n    },\n    {\n        \"_id\": \"62945a7362beb9c76157be5e\",\n        \"orderDate\": \"2022-05-30\",\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 61664,\n            \"address1\": \"광주 남구 제중로 11\",\n            \"address2\": \"202502\"\n        },\n        \"totalCost\": 11000000,\n        \"recipientName\": \"다시 아이탬 리스트 확이\",\n        \"recipientPhone\": \"010111111213\"\n    },\n    {\n        \"_id\": \"62946a76c0f71b7ebcc0ce04\",\n        \"orderDate\": \"2022-05-30\",\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 13480,\n            \"address1\": \"경기 성남시 분당구 대왕판교로 477\",\n            \"address2\": \"111111111\"\n        },\n        \"totalCost\": 4000000,\n        \"recipientName\": \"김예리\",\n        \"recipientPhone\": \"01029025445\"\n    },\n    {\n        \"_id\": \"62946bf5a5c38f0e407074d9\",\n        \"orderDate\": \"2022-05-30\",\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 13480,\n            \"address1\": \"경기 성남시 분당구 대왕판교로 477\",\n            \"address2\": \"11\"\n        },\n        \"totalCost\": 4000000,\n        \"recipientName\": \"테스트 402\",\n        \"recipientPhone\": \"01029025445\"\n    },\n    {\n        \"_id\": \"62946f2b5bde713b0d08f465\",\n        \"orderDate\": \"2022-05-30\",\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 6978,\n            \"address1\": \"서울 동작구 상도로 369\",\n            \"address2\": \"정보과학관\"\n        },\n        \"totalCost\": 4000000,\n        \"recipientName\": \"김예리\",\n        \"recipientPhone\": \"01029025445\"\n    },\n    {\n        \"_id\": \"629477ccff566d0db622a584\",\n        \"orderDate\": \"2022-05-30\",\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 6978,\n            \"address1\": \"서울 동작구 상도로 369\",\n            \"address2\": \"정보과학관\"\n        },\n        \"totalCost\": 4000000,\n        \"recipientName\": \"김예리\",\n        \"recipientPhone\": \"01012341234\"\n    },\n    {\n        \"_id\": \"6294c0b641044dd157bc1fac\",\n        \"orderDate\": \"2022-05-30\",\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 6978,\n            \"address1\": \"서울 동작구 상도로 369\",\n            \"address2\": \"정보과학관\"\n        },\n        \"totalCost\": 4000000,\n        \"recipientName\": \"예리님\",\n        \"recipientPhone\": \"01012341234\"\n    },\n    {\n        \"_id\": \"6294ea66308bb4ac03694d72\",\n        \"orderDate\": \"2022-05-31\",\n        \"itemList\": [\n            {\n                \"itemId\": \"628c90d7dd47de324b9fef2d\",\n                \"count\": 3\n            },\n            {\n                \"itemId\": \"62939bcf1fd1e4c6a20fc197\",\n                \"count\": 2\n            }\n        ],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 77777\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"테스트맨15\",\n        \"recipientPhone\": \"01084315777\"\n    },\n    {\n        \"_id\": \"6294f2c6d215200649defc22\",\n        \"orderDate\": \"2022-05-31\",\n        \"itemList\": [\n            {\n                \"itemId\": \"6293756eb57e9cc0fb06199d\",\n                \"count\": 3\n            },\n            {\n                \"itemId\": \"628f1c0eb2f924775aea8965\",\n                \"count\": 2\n            },\n            {\n                \"itemId\": \"628f1c0eb2f924775aea8965\",\n                \"count\": 2\n            }\n        ],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 77777\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"테스트맨15\",\n        \"recipientPhone\": \"01084315777\"\n    },\n    {\n        \"_id\": \"6294f478fc9ca8663cb013f2\",\n        \"orderDate\": \"2022-05-31\",\n        \"itemList\": [\n            {\n                \"itemId\": \"6293756eb57e9cc0fb06199d\",\n                \"count\": 3\n            },\n            {\n                \"itemId\": \"628f1c0eb2f924775aea8965\",\n                \"count\": 2\n            },\n            {\n                \"itemId\": \"628f1c0eb2f924775aea8965\",\n                \"count\": 2\n            }\n        ],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 77777\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"테스트맨15\",\n        \"recipientPhone\": \"01084315777\"\n    },\n    {\n        \"_id\": \"6294f5c9bb8ba367df955783\",\n        \"orderDate\": \"2022-05-31\",\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 77777\"\n        },\n        \"totalCost\": 1000000,\n        \"recipientName\": \"엘리스\",\n        \"recipientPhone\": \"01084315777\"\n    },\n    {\n        \"_id\": \"629506080531c21518f1e62b\",\n        \"orderDate\": \"2022-05-31\",\n        \"itemList\": [\n            {\n                \"itemId\": \"6293756eb57e9cc0fb06199d\",\n                \"count\": 3\n            },\n            {\n                \"itemId\": \"628f1c0eb2f924775aea8965\",\n                \"count\": 2\n            },\n            {\n                \"itemId\": \"628f1c0eb2f924775aea8965\",\n                \"count\": 2\n            }\n        ],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 77777\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"테스트맨15\",\n        \"recipientPhone\": \"01084315777\"\n    },\n    {\n        \"_id\": \"62957452afe6a1c13d054b15\",\n        \"orderDate\": \"2022-05-31\",\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 6978,\n            \"address1\": \"서울 동작구 상도로 369\",\n            \"address2\": \"정보과학관\"\n        },\n        \"totalCost\": 15000,\n        \"recipientName\": \"김예리\",\n        \"recipientPhone\": \"01012341234\"\n    },\n    {\n        \"_id\": \"62957471bb0c223b05d8bd2d\",\n        \"orderDate\": \"2022-05-31\",\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 6978,\n            \"address1\": \"서울 동작구 상도로 369\",\n            \"address2\": \"정보과학관\"\n        },\n        \"totalCost\": 15000,\n        \"recipientName\": \"1050\",\n        \"recipientPhone\": \"01012341234\"\n    },\n    {\n        \"_id\": \"629575b4f05c75d615784353\",\n        \"orderDate\": \"2022-05-31\",\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 6978,\n            \"address1\": \"서울 동작구 상도로 369\",\n            \"address2\": \"정보과학관\"\n        },\n        \"totalCost\": 15000,\n        \"recipientName\": \"김예리\",\n        \"recipientPhone\": \"01012341234\"\n    },\n    {\n        \"_id\": \"629575eef05c75d615784364\",\n        \"orderDate\": \"2022-05-31\",\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 6978,\n            \"address1\": \"서울 동작구 상도로 369\",\n            \"address2\": \"정보과학관\"\n        },\n        \"totalCost\": 15000,\n        \"recipientName\": \"0530 10 56\",\n        \"recipientPhone\": \"01012341234\"\n    },\n    {\n        \"_id\": \"629575f8fa6c01fc67055732\",\n        \"orderDate\": \"2022-05-31\",\n        \"itemList\": [],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 6978,\n            \"address1\": \"서울 동작구 상도로 369\",\n            \"address2\": \"정보과학관\"\n        },\n        \"totalCost\": 15000,\n        \"recipientName\": \"김예리\",\n        \"recipientPhone\": \"01012341234\"\n    },\n    {\n        \"_id\": \"6295760bb61d8702a55e1894\",\n        \"orderDate\": \"2022-05-31\",\n        \"itemList\": [\n            {\n                \"itemId\": \"6293756eb57e9cc0fb06199d\",\n                \"count\": 10\n            },\n            {\n                \"itemId\": \"628f1c0eb2f924775aea8965\",\n                \"count\": 1\n            },\n            {\n                \"itemId\": \"628f1c0eb2f924775aea8965\",\n                \"count\": 1\n            }\n        ],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 77777\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"테스트맨15\",\n        \"recipientPhone\": \"01084315777\"\n    },\n    {\n        \"_id\": \"6295763ab61d8702a55e189d\",\n        \"orderDate\": \"2022-05-31\",\n        \"itemList\": [\n            {\n                \"itemId\": \"6293756eb57e9cc0fb06199d\",\n                \"count\": 10\n            },\n            {\n                \"itemId\": \"628f1c0eb2f924775aea8965\",\n                \"count\": 1\n            },\n            {\n                \"itemId\": \"628f1c0eb2f924775aea8965\",\n                \"count\": 1\n            }\n        ],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 77777\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"테스트맨15\",\n        \"recipientPhone\": \"01084315777\"\n    },\n    {\n        \"_id\": \"62957670b61d8702a55e18a6\",\n        \"orderDate\": \"2022-05-31\",\n        \"itemList\": [\n            {\n                \"itemId\": \"6293756eb57e9cc0fb06199d\",\n                \"count\": 10\n            },\n            {\n                \"itemId\": \"628f1c0eb2f924775aea8965\",\n                \"count\": 1\n            },\n            {\n                \"itemId\": \"628f1c0eb2f924775aea8965\",\n                \"count\": 1\n            }\n        ],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 1250,\n            \"address1\": \"서울 강남구 테헤란로 318\",\n            \"address2\": \"역삼동 77777\"\n        },\n        \"totalCost\": 70000,\n        \"recipientName\": \"테스트맨15\",\n        \"recipientPhone\": \"01084315777\"\n    },\n    {\n        \"_id\": \"62957788c43a0436b894afed\",\n        \"orderDate\": \"2022-05-31\",\n        \"itemList\": [\n            {\n                \"itemId\": \"6293756eb57e9cc0fb06199d\",\n                \"count\": 2\n            }\n        ],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 6978,\n            \"address1\": \"서울 동작구 상도로 369\",\n            \"address2\": \"정보과학관\"\n        },\n        \"totalCost\": 15000,\n        \"recipientName\": \"김예리\",\n        \"recipientPhone\": \"01012341234\"\n    },\n    {\n        \"_id\": \"629581091a3e3dfe3fd3364b\",\n        \"orderDate\": \"2022-05-31\",\n        \"itemList\": [\n            {\n                \"itemId\": \"6293756eb57e9cc0fb06199d\",\n                \"count\": 2\n            }\n        ],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 6978,\n            \"address1\": \"서울 동작구 상도로 369\",\n            \"address2\": \"정보과학관\"\n        },\n        \"totalCost\": 15000,\n        \"recipientName\": \"주문해\",\n        \"recipientPhone\": \"01012341234\"\n    },\n    {\n        \"_id\": \"629588d7c21688856e469625\",\n        \"orderDate\": \"2022-05-31\",\n        \"itemList\": [\n            {\n                \"itemId\": \"6293756eb57e9cc0fb06199d\",\n                \"count\": 2\n            }\n        ],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 6978,\n            \"address1\": \"서울 동작구 상도로 369\",\n            \"address2\": \"정보과학관\"\n        },\n        \"totalCost\": 15000,\n        \"recipientName\": \"김예리\",\n        \"recipientPhone\": \"01012341234\"\n    },\n    {\n        \"_id\": \"629588e7c21688856e469632\",\n        \"orderDate\": \"2022-05-31\",\n        \"itemList\": [\n            {\n                \"itemId\": \"6293756eb57e9cc0fb06199d\",\n                \"count\": 2\n            }\n        ],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 6978,\n            \"address1\": \"서울 동작구 상도로 369\",\n            \"address2\": \"정보과학관\"\n        },\n        \"totalCost\": 15000,\n        \"recipientName\": \"default\",\n        \"recipientPhone\": \"01012341234\"\n    },\n    {\n        \"_id\": \"629588fac21688856e46963f\",\n        \"orderDate\": \"2022-05-31\",\n        \"itemList\": [\n            {\n                \"itemId\": \"6293756eb57e9cc0fb06199d\",\n                \"count\": 2\n            }\n        ],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 6978,\n            \"address1\": \"서울 동작구 상도로 369\",\n            \"address2\": \"정보과학관\"\n        },\n        \"totalCost\": 15000,\n        \"recipientName\": \"직접\",\n        \"recipientPhone\": \"01012341234\"\n    },\n    {\n        \"_id\": \"6295892d9475d20907bbda72\",\n        \"orderDate\": \"2022-05-31\",\n        \"itemList\": [\n            {\n                \"itemId\": \"6293756eb57e9cc0fb06199d\",\n                \"count\": 2\n            }\n        ],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 6978,\n            \"address1\": \"서울 동작구 상도로 369\",\n            \"address2\": \"정보과학관\"\n        },\n        \"totalCost\": 15000,\n        \"recipientName\": \"직접\",\n        \"recipientPhone\": \"01012341234\"\n    },\n    {\n        \"_id\": \"629589df20f729c5856915a6\",\n        \"orderDate\": \"2022-05-31\",\n        \"itemList\": [\n            {\n                \"itemId\": \"6293756eb57e9cc0fb06199d\",\n                \"count\": 2\n            },\n            {\n                \"itemId\": \"629384596014f6125046bc2e\",\n                \"count\": 1\n            }\n        ],\n        \"status\": \"상품 준비중\",\n        \"shipAddress\": {\n            \"postalCode\": 6978,\n            \"address1\": \"서울 동작구 상도로 369\",\n            \"address2\": \"정보과학관\"\n        },\n        \"totalCost\": 21000,\n        \"recipientName\": \"김예리\",\n        \"recipientPhone\": \"01012341234\"\n    }\n]"}],"_postman_id":"ccea02e3-9842-4a34-813b-d2de983b21e3"},{"name":"주문정보 아이디 조회","id":"9cb9860f-6f9d-46f8-8a46-80dee5f042d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/order/6296f4a85e0c522b6b761944","urlObject":{"protocol":"http","port":"5000","path":["api","order","6296f4a85e0c522b6b761944"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6d785358-7234-43cc-899d-e0eba4ec0fa6","name":"주문자정보 아이디 조회","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/api/order/628fc803d585907048a85a40"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"303"},{"key":"ETag","value":"W/\"12f-8f9YBC22hwImaU2lB/fkL+wYbJg\""},{"key":"Date","value":"Thu, 26 May 2022 18:50:33 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"628fc803d585907048a85a40\",\n    \"shipAddress\": {\n        \"postalCode\": 12222,\n        \"address1\": \"서울 강남구 테헤란로 318\",\n        \"address2\": \"역삼동 707-22\"\n    },\n    \"totalCost\": 50000,\n    \"recipientName\": \"헐크\",\n    \"recipientPhone\": 1084315858,\n    \"createdAt\": \"2022-05-26T18:33:39.247Z\",\n    \"updatedAt\": \"2022-05-26T18:33:39.247Z\",\n    \"__v\": 0\n}"},{"id":"a0d6608f-62f4-4d09-94b1-1e8871d85ee4","name":"주문정보 아이디 조회","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/api/order/628fc803d585907048a85a40"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"303"},{"key":"ETag","value":"W/\"12f-4zid2QzIdkueYEpMnT591I7wQqE\""},{"key":"Date","value":"Fri, 27 May 2022 05:33:12 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"628fc803d585907048a85a40\",\n    \"shipAddress\": {\n        \"postalCode\": 12222,\n        \"address1\": \"서울 강남구 테헤란로 318\",\n        \"address2\": \"역삼동 707-22\"\n    },\n    \"totalCost\": 50000,\n    \"recipientName\": \"베너\",\n    \"recipientPhone\": 1084315858,\n    \"createdAt\": \"2022-05-26T18:33:39.247Z\",\n    \"updatedAt\": \"2022-05-27T05:20:51.794Z\",\n    \"__v\": 0\n}"}],"_postman_id":"9cb9860f-6f9d-46f8-8a46-80dee5f042d9"},{"name":"주문 정보 조회 (로그인한 주문자)","id":"30c39c64-6870-40f8-b291-73c4c604c0c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"http://localhost:5000/api/order/list","urlObject":{"protocol":"http","port":"5000","path":["api","order","list"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"74711171-4382-422d-bd83-8e894d01af1f","name":"주문 정보 조회 (로그인한 주문자)","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/api/order/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"191"},{"key":"ETag","value":"W/\"bf-O69iEaZXDI+NkhnRjwl2D0Uj5IA\""},{"key":"Date","value":"Mon, 30 May 2022 04:35:40 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"orderId\": \"629449505dca6e8d25b8042d\",\n        \"orderDate\": \"2022-05-30\",\n        \"orderList\": [\n            {\n                \"itemName\": \"아이언맨 슈트\",\n                \"count\": 3\n            },\n            {\n                \"itemName\": \"다크홀드 \",\n                \"count\": 2\n            }\n        ],\n        \"status\": \"상품 준비중\"\n    }\n]"}],"_postman_id":"30c39c64-6870-40f8-b291-73c4c604c0c2"},{"name":"주문정보 삭제","id":"a5cff600-f885-482b-91c3-1b4db7d71823","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"orderId\" : \"6296f4a85e0c522b6b761944\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/order/delete","urlObject":{"protocol":"http","port":"5000","path":["api","order","delete"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"569ff209-da22-4054-879e-dc712b4fd973","name":"주문정보 삭제","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"orderId\" : \"628fc803d585907048a85a40\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/order/delete"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"106"},{"key":"ETag","value":"W/\"6a-63oJdUZUTVxRGaciWMlqwPi7U3w\""},{"key":"Date","value":"Fri, 27 May 2022 05:34:28 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"forbidden-approach\",\n    \"reason\": \"로그인한 유저만 사용할 수 있는 서비스입니다.\"\n}"}],"_postman_id":"a5cff600-f885-482b-91c3-1b4db7d71823"},{"name":"관리자 전용 주문정보 삭제","id":"9d59a64b-1f59-4152-abcd-398e085c1673","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"orderId\" : \"6292fccd5754a7d099c64358\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/order/admin/delete","urlObject":{"protocol":"http","port":"5000","path":["api","order","admin","delete"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9d59a64b-1f59-4152-abcd-398e085c1673"},{"name":"주문정보 에서 stat 넣기","id":"d3d58934-5a52-4f9e-90c2-0618ac464c34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"orderId\":\"629a55a2e0042fdb95f66a34\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/order/stat/update","urlObject":{"protocol":"http","port":"5000","path":["api","order","stat","update"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6a52af6c-4b8d-473d-9827-b88e521d359c","name":"주문정보 지우고 stat 넣기","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"orderId\":\"62983d971c99136efdded70b\",\r\n    \"userId\" :\"6299ea88695e32ad57d87242\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/order/stat/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"17"},{"key":"ETag","value":"W/\"11-M228p5WXup/a6agCWFf2Ul5Vv5A\""},{"key":"Date","value":"Fri, 03 Jun 2022 11:08:13 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"succsess\": \"ok\"\n}"}],"_postman_id":"d3d58934-5a52-4f9e-90c2-0618ac464c34"}],"id":"38a531d5-e7e9-432a-a53b-6c7a82d735d1","_postman_id":"38a531d5-e7e9-432a-a53b-6c7a82d735d1","description":""},{"name":"로그인 시 jwt 토큰 받아오기","id":"5ab682e5-2ba5-493a-b9d3-6ee1e93c6663","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"krocd@test.com\",\r\n    \"password\": \"123456789\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/user/login","urlObject":{"protocol":"http","port":"5000","path":["api","user","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"5ab682e5-2ba5-493a-b9d3-6ee1e93c6663"},{"name":"VM 요청하기","id":"7dd866fa-dc99-4b86-97b0-d9216c648776","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"kdt-sw2-seoul-team20.elicecoding.com:5000/api/user","urlObject":{"port":"5000","path":["api","user"],"host":["kdt-sw2-seoul-team20","elicecoding","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7dd866fa-dc99-4b86-97b0-d9216c648776"}],"variable":[{"key":"HOST","value":"http://localhost:5000/"}]}