{"info":{"_postman_id":"784fdcea-5a92-4c2d-b550-5924fe90cd70","name":"CMUSICAL","description":"<html><head></head><body><h1 id=\"test\">test</h1>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"test","slug":"test"}],"owner":"17358959","collectionId":"784fdcea-5a92-4c2d-b550-5924fe90cd70","publishedId":"UVC5E7WY","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-11-09T09:04:30.000Z"},"item":[{"name":"user","item":[{"name":"myinfo","item":[{"name":"get","id":"668149bf-0fc7-48df-9184-1e19635b80f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Access-Control-Allow-Credentials","value":"true","type":"text"}],"url":"https://localhost:4000/user/myinfo","description":"<p>Token(cookie) 통해서 회원 정보 가져오기</p>\n","urlObject":{"path":["user","myinfo"],"host":["https://localhost:4000"],"query":[],"variable":[]}},"response":[{"id":"0c28703c-188e-4f46-86ef-75c9c21d52f7","name":"200ok","originalRequest":{"method":"GET","header":[{"key":"Access-Control-Allow-Credentials","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://localhost:4000/user/myinfo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"nickname\": \"김코딩\",\n        \"email\": \"test@example.com\"\n    }\n}"}],"_postman_id":"668149bf-0fc7-48df-9184-1e19635b80f3"},{"name":"edit","id":"49aafc26-2784-48cc-8aa6-0d67ca409a9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Access-Control-Allow-Credentials","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"nickname\": \"oalf2\",\n    \"email\": \"elsa@frozen.com\",\n    \"oldPassword\": \"\",\n    \"newPassword\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:4000/user/myinfo","description":"<p>회원 정보 수정</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>password</td>\n<td>사용자 비밀번호</td>\n</tr>\n<tr>\n<td>nickname</td>\n<td>사용자 별명</td>\n</tr>\n<tr>\n<td>email</td>\n<td>사용자 이메일</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["user","myinfo"],"host":["https://localhost:4000"],"query":[],"variable":[]}},"response":[{"id":"f483a855-de15-42d5-8464-695e4d5683df","name":"201ok","originalRequest":{"method":"PATCH","header":[{"key":"Access-Control-Allow-Credentials","value":"true","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"password\": \"codematzip\",\n    \"nickname\": \"Elsa\",\n    \"email\": \"elsa@frozen.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:4000/user/myinfo"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\"\n}"}],"_postman_id":"49aafc26-2784-48cc-8aa6-0d67ca409a9b"},{"name":"delete","id":"8903df3b-b3bb-49bc-b6d7-3fbbec4279ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"oldPassword\": \"12345678\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:4000/user/myinfo","urlObject":{"path":["user","myinfo"],"host":["https://localhost:4000"],"query":[],"variable":[]}},"response":[{"id":"e8236385-8c47-474a-815d-4b79cac5d5e7","name":"201ok","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:4000/user/myinfo"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\"\n}"}],"_postman_id":"8903df3b-b3bb-49bc-b6d7-3fbbec4279ea"}],"id":"40d36768-99a7-405f-93dc-730b34aa2c6e","_postman_id":"40d36768-99a7-405f-93dc-730b34aa2c6e","description":""},{"name":"signin","id":"ee4f9f93-76df-4bb7-9609-109d84027a3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"admin1\",\n    \"password\": \"12345678\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:4000/user/signin","description":"<p>로그인</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>username</td>\n<td>사용자 id</td>\n</tr>\n<tr>\n<td>password</td>\n<td>사용자 비밀번호</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["user","signin"],"host":["https://localhost:4000"],"query":[],"variable":[]}},"response":[{"id":"0a710250-ee84-44f3-aefc-cda52dbdc76e","name":"200ok","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"진혁\",\n    \"password\": \"1234\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:4000/user/signin"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\"\n}"}],"_postman_id":"ee4f9f93-76df-4bb7-9609-109d84027a3d"},{"name":"signout","id":"eb7008a8-c77d-467f-9de4-5ac374c4eae7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Access-Control-Allow-Credentials","value":"true","type":"text"}],"url":"https://localhost:4000/user/signout","description":"<p>로그아웃\nToken(cookie) 통해서 회원 정보 식별</p>\n","urlObject":{"path":["user","signout"],"host":["https://localhost:4000"],"query":[],"variable":[]}},"response":[{"id":"c62a738a-9f6f-42b4-bc5e-f5a42196544f","name":"200ok","originalRequest":{"method":"POST","header":[{"key":"Access-Control-Allow-Credentials","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://localhost:4000/user/signout"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\"\n}"}],"_postman_id":"eb7008a8-c77d-467f-9de4-5ac374c4eae7"},{"name":"signup","id":"cf8d7523-b77e-4819-a626-7ca06d3bd021","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Access-Control-Allow-Credentials","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"admin\",\n    \"email\": \"admin@admin.com\",\n    \"password\": \"12345678\",\n    \"nickname\": \"슈퍼계정\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:4000/user/signup","description":"<p>회원 가입하기</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>username</td>\n<td>사용자 id</td>\n</tr>\n<tr>\n<td>password</td>\n<td>사용자 비밀번호</td>\n</tr>\n<tr>\n<td>nickname</td>\n<td>사용자 별명</td>\n</tr>\n<tr>\n<td>email</td>\n<td>사용자 이메일</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["user","signup"],"host":["https://localhost:4000"],"query":[],"variable":[]}},"response":[{"id":"ae80c09e-7629-4f2c-bfa4-1eb8a0e79fed","name":"201 ok","originalRequest":{"method":"POST","header":[{"key":"Access-Control-Allow-Credentials","value":"true","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"olaf\",\n    \"password\": \"codematzip\",\n    \"nickname\": \"Elsa\",\n    \"email\": \"elsa@frozen.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:4000/user/signup"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\"\n}"},{"id":"bd44a122-10fc-4650-93d5-2ac6bfbc0c01","name":"400 Bad Request","originalRequest":{"method":"POST","header":[{"key":"Access-Control-Allow-Credentials","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"olaf\",\n    \"password\": \"codematzip\",\n    \"nickname\": \"Elsa\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:4000/user/signup"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{ \"message\": \"invalid information\" }"}],"_postman_id":"cf8d7523-b77e-4819-a626-7ca06d3bd021"},{"name":"isvalid","id":"8127d2e6-8028-465a-a9a0-38102ee07bf8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Access-Control-Allow-Credentials","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"nickname\": \"oalf\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:4000/user/isvalid","description":"<p>회원 아이디 유효성 검사</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>username</td>\n<td>사용자 id</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["user","isvalid"],"host":["https://localhost:4000"],"query":[],"variable":[]}},"response":[{"id":"4861f534-8a67-4cf4-be85-d15454e5775e","name":"username","originalRequest":{"method":"POST","header":[{"key":"Access-Control-Allow-Credentials","value":"true","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"anna\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:4000/user/isvalid"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\"\n}"},{"id":"3afcb404-204e-418f-96dc-1c01902e9db2","name":"email","originalRequest":{"method":"POST","header":[{"key":"Access-Control-Allow-Credentials","value":"true","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"elsa@frozen.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:4000/user/isvalid"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\"\n}"},{"id":"fdf742f5-6f16-4685-9262-05584493b62b","name":"nickname","originalRequest":{"method":"POST","header":[{"key":"Access-Control-Allow-Credentials","value":"true","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"nickname\": \"elsa\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:4000/user/isvalid"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\"\n}"},{"id":"62d68663-35c5-4806-b88f-9d759474ee2c","name":"400failed","originalRequest":{"method":"POST","header":[{"key":"Access-Control-Allow-Credentials","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"anna\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:4000/user/isvalid"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"failed\"\n}"}],"_postman_id":"8127d2e6-8028-465a-a9a0-38102ee07bf8"}],"id":"62ec0d5b-28e3-413b-a3e4-cdf1e38ab174","_postman_id":"62ec0d5b-28e3-413b-a3e4-cdf1e38ab174","description":""},{"name":"contents","item":[{"name":"getitems","id":"7c21d473-ff82-43d6-9336-9a7332703bc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:4000","description":"<p>모든 아이템 가져오기</p>\n","urlObject":{"host":["https://localhost:4000"],"query":[{"disabled":true,"key":"title","value":"연애"}],"variable":[]}},"response":[{"id":"a57990df-de65-42f7-9d50-114b788b49ae","name":"200ok","originalRequest":{"method":"GET","header":[],"url":"https://localhost:4000"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 09 Nov 2021 08:56:16 GMT"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"6"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"x-srv-trace","value":"v=1;t=c7e392772fd791c2"},{"key":"x-srv-span","value":"v=1;s=afb69825afb222ab"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"118"},{"key":"X-RateLimit-Reset","value":"1636448192"},{"key":"ETag","value":"W/\"6-IOYJBzl+gtcKW2GuIfpFSedmQPY\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": 1,\n            \"title\": \"tilte\",\n            \"thumbnail\": \"url\"\n        },\n        {\n            \"id\": 2,\n            \"title\": \"tilte2\",\n            \"thumbnail\": \"url2\"\n        }\n    ]\n}"},{"id":"7f0fddb9-1385-4dd0-9430-2a5efd78fab2","name":"filtered","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://localhost:4000?title=오페라","host":["https://localhost:4000"],"query":[{"key":"title","value":"오페라"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": 1,\n            \"title\": \"오페라의 유령\",\n            \"thumbnail\": \"The Phantom of the Opera-url\"\n        }\n    ]\n}"}],"_postman_id":"7c21d473-ff82-43d6-9336-9a7332703bc8"},{"name":"getitem","id":"c30d93a7-d217-4aaa-a8e0-7162c5f4c91b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://localhost:4000/getitem?id=1","description":"<p>아이템 1개 정보 가져오기</p>\n","urlObject":{"path":["getitem"],"host":["https://localhost:4000"],"query":[{"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"f78e5cfe-f0c3-495e-b6e9-1902f2df062f","name":"200ok","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://localhost:4000?id=3","host":["https://localhost:4000"],"query":[{"key":"id","value":"3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"item\": {\n        \"id\": 3,\n        \"title\": \"호두까기인형 [서귀포]\",\n        \"thumbnail\": \"http://www.kopis.or.kr/upload/pfmPoster/PF_PF183184_211116_130204.png\",\n        \"theater\": \"서귀포예술의전당 (대극장)\",\n        \"price\": \"전석 30,000원\",\n        \"cast\": \"\",\n        \"runtime\": \"1시간\",\n        \"showtime\": \"토요일(11:00,14:00,16:00)\",\n        \"dateFrom\": \"2021.12.25\",\n        \"dateTo\": \"2021.12.25\",\n        \"state\": \"공연예정\",\n        \"poster\": {\n            \"styurl\": \"http://www.kopis.or.kr/upload/pfmIntroImage/PF_PF183184_211116_0102040.jpg\"\n        },\n        \"createdAt\": \"2021-11-16T09:13:43.000Z\",\n        \"updatedAt\": \"2021-11-16T09:13:43.000Z\"\n    }\n}"}],"_postman_id":"c30d93a7-d217-4aaa-a8e0-7162c5f4c91b"}],"id":"d9b7f551-b3c4-48b3-8260-b988cafbb32d","_postman_id":"d9b7f551-b3c4-48b3-8260-b988cafbb32d","description":""},{"name":"favorites","item":[{"name":"get","id":"30b5d509-64f8-43a6-a6f6-feb1b62252b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Access-Control-Allow-Credentials","value":"true","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:4000/favorites","description":"<p>모든 즐겨찾기한 아이템 가져오기</p>\n","urlObject":{"path":["favorites"],"host":["https://localhost:4000"],"query":[],"variable":[]}},"response":[{"id":"5e697c37-082f-4ace-8999-9f60b2d0c3c1","name":"200ok","originalRequest":{"method":"GET","header":[{"key":"Access-Control-Allow-Credentials","value":"true","type":"text"}],"url":"https://localhost:4000/favorites"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": 1,\n            \"title\": \"tilte1\",\n            \"thumbnail\": \"url\"\n        },\n        {\n            \"id\": 2,\n            \"title\": \"tilte2\",\n            \"thumbnail\": \"url2\"\n        }\n    ]\n}"}],"_postman_id":"30b5d509-64f8-43a6-a6f6-feb1b62252b4"},{"name":"add","id":"97799bf8-d7b8-4b9f-92d8-724f79d1ecc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Access-Control-Allow-Credentials","value":"true","type":"text"}],"url":"https://localhost:4000/favorites?itemId=1","description":"<p>즐겨찾기 추가</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items_id</td>\n<td>뮤지컬 id</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["favorites"],"host":["https://localhost:4000"],"query":[{"key":"itemId","value":"1"}],"variable":[]}},"response":[{"id":"d9222ead-0f30-482f-b38a-91e4e0cd314c","name":"201ok","originalRequest":{"method":"POST","header":[{"key":"Access-Control-Allow-Credentials","value":"true","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://localhost:4000/favorites?itemId=3","host":["https://localhost:4000"],"path":["favorites"],"query":[{"key":"itemId","value":"3"}]}},"status":"OK","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\"\n}"}],"_postman_id":"97799bf8-d7b8-4b9f-92d8-724f79d1ecc7"},{"name":"delete","id":"a673837c-5ec3-49ad-ae5f-e84edab21a5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Access-Control-Allow-Credentials","value":"true","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:4000/favorites?itemId=1","description":"<p>즐겨찾기 삭제</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items_id</td>\n<td>뮤지컬 id</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["favorites"],"host":["https://localhost:4000"],"query":[{"key":"itemId","value":"1"}],"variable":[]}},"response":[{"id":"50e623d1-a3bc-4892-b645-63549bd3e728","name":"201ok","originalRequest":{"method":"DELETE","header":[{"key":"Access-Control-Allow-Credentials","value":"true","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://localhost:4000/favorites?itemId=1","host":["https://localhost:4000"],"path":["favorites"],"query":[{"key":"itemId","value":"1"}]}},"status":"OK","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\"\n}"}],"_postman_id":"a673837c-5ec3-49ad-ae5f-e84edab21a5a"}],"id":"906bef0d-eb03-451e-8e90-a745bd534f1e","_postman_id":"906bef0d-eb03-451e-8e90-a745bd534f1e","description":""},{"name":"comment","item":[{"name":"add","id":"a642b363-f899-45af-b3fc-8993be4bce9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Access-Control-Allow-Credentials","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"comment\": \"진짜 별로다...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:4000/comment?itemId=1","description":"<p>한줄평 추가</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>comment_id</td>\n<td>댓글 id</td>\n</tr>\n<tr>\n<td>comment</td>\n<td>댓글 내용</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["comment"],"host":["https://localhost:4000"],"query":[{"key":"itemId","value":"1"}],"variable":[]}},"response":[{"id":"511b8a6a-9986-453d-b656-02c85cfe1ca6","name":"201ok","originalRequest":{"method":"POST","header":[{"key":"Access-Control-Allow-Credentials","value":"true","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"comment\": \"This musical is awesome!\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://localhost:4000/comment?itemId=3","host":["https://localhost:4000"],"path":["comment"],"query":[{"key":"itemId","value":"3"}]}},"status":"OK","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\"\n}"}],"_postman_id":"a642b363-f899-45af-b3fc-8993be4bce9f"},{"name":"edit","id":"d33ba4e6-fdc0-48fd-a712-ffd2e6b44252","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Access-Control-Allow-Credentials","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"comment\": \"테스트!\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:4000/comment?itemId=1","description":"<p>한줄평 수정</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>comment_id</td>\n<td>댓글 id</td>\n</tr>\n<tr>\n<td>comment</td>\n<td>수정 내용</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["comment"],"host":["https://localhost:4000"],"query":[{"key":"itemId","value":"1"}],"variable":[]}},"response":[{"id":"5ac24c39-f779-4c7f-9b79-feebfa34089c","name":"201ok","originalRequest":{"method":"PATCH","header":[{"key":"Access-Control-Allow-Credentials","value":"true","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"comment\": \"unbelievable!\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://localhost:4000/comment?itemId=3","host":["https://localhost:4000"],"path":["comment"],"query":[{"key":"itemId","value":"3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\"\n}"}],"_postman_id":"d33ba4e6-fdc0-48fd-a712-ffd2e6b44252"},{"name":"get","id":"667ea99d-45cb-4b45-9b97-aa14bb31d409","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Access-Control-Allow-Credentials","value":"true","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:4000/comment?itemId=1","description":"<p>한줄평 가져오기</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>comments</td>\n<td>댓글 내용</td>\n</tr>\n<tr>\n<td>createdAt</td>\n<td>생성날짜</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>수정날짜</td>\n</tr>\n<tr>\n<td>userId</td>\n<td>유저id</td>\n</tr>\n<tr>\n<td>itemId</td>\n<td>아이템id</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["comment"],"host":["https://localhost:4000"],"query":[{"key":"itemId","value":"1"}],"variable":[]}},"response":[{"id":"9f667b12-4ef9-466c-bf43-0fc0d1cc7876","name":"200ok","originalRequest":{"method":"POST","header":[{"key":"Set-Cookie","value":"jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZW1haWwiOiJob3lvbmdAY29kZXN0YXRlcy5jb20iLCJ1c2VybmFtZSI6ImhveW9uZyIsIm1vYmlsZSI6IjAxMC0xMjM0LTU2NzgiLCJjcmVhdGVkQXQiOiIyMDIwLTEwLTEwVDEwOjAwOjEyLjAwMFoiLCJ1cGRhdGVkQXQiOiIyMDIwLTEwLTEwVDEwOjAwOjEyLjAwMFoiLCJpYXQiOjE2MzY0NzAxODQsImV4cCI6MTYzNjQ3MDI0NH0.XnLsjqNmByAxKOQt_bkdaMZYqrlte-vkToNmE5WQS6E; Path=/; HttpOnly","type":"text"},{"key":"Access-Control-Allow-Credentials","value":"true","type":"text"}],"url":{"raw":"https://localhost:4000/comment?itemId=3","host":["https://localhost:4000"],"path":["comment"],"query":[{"key":"itemId","value":"3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"myComment\": [\n            {\n                \"id\": 2,\n                \"comment\": \"저는 좀 별로였어요 ㅜ\",\n                \"nickname\": \"김코딩\",\n                \"createdAt\": \"2021-11-13T10:57:35.000Z\",\n                \"updatedAt\": \"2021-11-14T10:57:35.000Z\",\n                \"userId\": 3,\n                \"itemId\": 3,\n                \"likes\": 1\n            }\n        ],\n        \"othersComments\": [\n            {\n                \"id\": 1,\n                \"comment\": \"This musical is awesome!\",\n                \"nickname\": \"oalf\",\n                \"createdAt\": \"2021-11-13T10:57:35.000Z\",\n                \"updatedAt\": \"2021-11-14T10:57:35.000Z\",\n                \"userId\": 2,\n                \"itemId\": 3,\n                \"likes\": 2\n            },\n            {\n                \"id\": 3,\n                \"comment\": \"그럭저럭이였어요\",\n                \"nickname\": \"박해커\",\n                \"createdAt\": \"2021-11-13T10:57:35.000Z\",\n                \"updatedAt\": \"2021-11-14T10:57:35.000Z\",\n                \"userId\": 4,\n                \"itemId\": 3,\n                \"likes\": 1\n            }\n        ],\n        \"commentLikes\": [\n            1,\n            2,\n            3\n        ]\n    }\n}"}],"_postman_id":"667ea99d-45cb-4b45-9b97-aa14bb31d409"},{"name":"delete","id":"95dc9f52-7441-4d3a-8783-18779113b5ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Access-Control-Allow-Credentials","value":"true","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:4000/comment?itemId=1","description":"<p>한줄평 삭제</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>comment_id</td>\n<td>댓글 id</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["comment"],"host":["https://localhost:4000"],"query":[{"key":"itemId","value":"1"}],"variable":[]}},"response":[{"id":"41b9bb12-b2e7-4552-b0ac-df0363c76bcb","name":"201ok","originalRequest":{"method":"DELETE","header":[{"key":"Access-Control-Allow-Credentials","value":"true","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://localhost:4000/comment?itemId=1","host":["https://localhost:4000"],"path":["comment"],"query":[{"key":"itemId","value":"1"}]}},"status":"OK","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\"\n}"}],"_postman_id":"95dc9f52-7441-4d3a-8783-18779113b5ea"}],"id":"0003f39b-9c0f-4ece-b186-ae7786df0f6e","_postman_id":"0003f39b-9c0f-4ece-b186-ae7786df0f6e","description":""},{"name":"likes","item":[{"name":"add","id":"9000e3be-aba1-4186-8e00-893c96e0e601","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Access-Control-Allow-Credentials","value":"true","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:4000/likes?commentId=3","description":"<p>한줄평 좋아요 추가</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>comment_id</td>\n<td>댓글 id</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["likes"],"host":["https://localhost:4000"],"query":[{"key":"commentId","value":"3"}],"variable":[]}},"response":[{"id":"105415af-d5eb-4609-a083-d4f6e82c2307","name":"201ok","originalRequest":{"method":"POST","header":[{"key":"Set-Cookie","value":"jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZW1haWwiOiJob3lvbmdAY29kZXN0YXRlcy5jb20iLCJ1c2VybmFtZSI6ImhveW9uZyIsIm1vYmlsZSI6IjAxMC0xMjM0LTU2NzgiLCJjcmVhdGVkQXQiOiIyMDIwLTEwLTEwVDEwOjAwOjEyLjAwMFoiLCJ1cGRhdGVkQXQiOiIyMDIwLTEwLTEwVDEwOjAwOjEyLjAwMFoiLCJpYXQiOjE2MzY0NzAxODQsImV4cCI6MTYzNjQ3MDI0NH0.XnLsjqNmByAxKOQt_bkdaMZYqrlte-vkToNmE5WQS6E; Path=/; HttpOnly","type":"text"},{"key":"Access-Control-Allow-Credentials","value":"true","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://localhost:4000/likes?commentId=1","host":["https://localhost:4000"],"path":["likes"],"query":[{"key":"commentId","value":"1","type":"text"}]}},"status":"OK","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\"\n}"}],"_postman_id":"9000e3be-aba1-4186-8e00-893c96e0e601"},{"name":"remove","id":"8f6da28a-7d0d-4fbc-9d71-51193b76f645","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Access-Control-Allow-Credentials","value":"true","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:4000/likes?commentId=4","description":"<p>한줄평 좋아요 취소</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>comment_id</td>\n<td>댓글 id</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["likes"],"host":["https://localhost:4000"],"query":[{"key":"commentId","value":"4"}],"variable":[]}},"response":[{"id":"37ff9050-1c69-4955-a4bb-f619b2f39e04","name":"201ok","originalRequest":{"method":"DELETE","header":[{"key":"Access-Control-Allow-Credentials","value":"true","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://localhost:4000/likes?commentId=1","host":["https://localhost:4000"],"path":["likes"],"query":[{"key":"commentId","value":"1"}]}},"status":"OK","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\"\n}"}],"_postman_id":"8f6da28a-7d0d-4fbc-9d71-51193b76f645"}],"id":"b3850617-cdfc-49e2-9529-259f01ba324b","_postman_id":"b3850617-cdfc-49e2-9529-259f01ba324b","description":""},{"name":"admin","item":[{"name":"getAPI","id":"6ece2b2f-e5fb-4391-aec2-31c18953ba15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://localhost:4000/kopis/getitems","urlObject":{"path":["kopis","getitems"],"host":["https://localhost:4000"],"query":[],"variable":[]}},"response":[],"_postman_id":"6ece2b2f-e5fb-4391-aec2-31c18953ba15"}],"id":"aebdf162-aa3a-4f9d-b0d5-138e07938148","_postman_id":"aebdf162-aa3a-4f9d-b0d5-138e07938148","description":""}],"event":[{"listen":"prerequest","script":{"id":"2cc7589b-daa6-4114-a071-bf01b1740ebb","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ae49a039-4d2d-4a42-83ed-1a401eb81156","type":"text/javascript","exec":[""]}}],"variable":[{"key":"base_url","value":"https://localhost:4000"}]}