{"info":{"_postman_id":"25855560-7601-463d-b9b3-c4b84e4ecfb1","name":"DeveloPic ver.2 API Documentation","description":"<html><head></head><body><hr>\n<h2 id=\"소개\">소개</h2>\n<p>이 문서는 <strong>디벨로픽 서비스 개발</strong>을 돕기위한 <strong>API문서</strong>입니다.</p>\n<h4 id=\"base-url\">BASE URL</h4>\n<p>서버의 호스트는 현재 <strong>개발서버로 진행</strong>되고 있기때문에 <strong>배포시 변경</strong>될 수 있습니다. </p>\n<h4 id=\"서버-저장소-git-hub\">서버 저장소 (Git Hub)</h4>\n<p>서버는 <strong>Express.js</strong>기반의 서버이며 아래 링크에서 코드를 확인할 수 있습니다. </p>\n<p><a href=\"https://github.com/Conradmaker/developic-ver2-server\">developic-server 깃헙 링크</a> </p>\n<h4 id=\"사용-예시\">사용 예시</h4>\n<p>아래 API들은 <strong>DeveloPic의 클라이언트 개발을 위하여 만들어진 것</strong>이기 때문에 아래 링크의 저장소를 통해 적용된 프로젝트를 확인할 수 있습니다. </p>\n<p><a href=\"https://github.com/forCozi/developic2-client\">developic-client 깃헙 링크</a></p>\n<h5 id=\"license-및-기타사항\"><strong>License</strong> 및 <strong>기타사항</strong></h5>\n<ul>\n<li>MIT License </li>\n<li>오류나 기타 개선사항은 <a href=\"mailto:yhg0337@gmail.com\">yhg0337@gmail.com</a>으로 연락을 남겨주세요.</li>\n</ul>\n<hr>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"13075087","collectionId":"25855560-7601-463d-b9b3-c4b84e4ecfb1","publishedId":"TzXtKLoR","public":true,"customColor":{"top-bar":"3f51b5","right-sidebar":"00363a","highlight":"3949ab"},"publishDate":"2021-05-23T19:06:19.000Z"},"item":[{"name":"업로드 (upload)","item":[{"name":"전시회 포스터 업로드","id":"33b8154d-4476-4fba-b2be-36b48c4f2d33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"image","type":"file","description":"<p>이미지 파일 </p>\n","src":"/Users/wongeun/Desktop/KakaoTalk_Photo_2021-05-11-15-35-58.jpeg"}]},"url":"http://localhost:8000/upload/poster","urlObject":{"protocol":"http","port":"8000","path":["upload","poster"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ba3a9db8-2815-4f41-8c07-09700af53626","name":"전시회 포스터 업로드","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"image","type":"file","src":"/Users/wongeun/Desktop/KakaoTalk_Photo_2021-05-11-15-35-58.jpeg"}]},"url":"http://localhost:8000/upload/poster"},"status":"Created","code":201,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"88"},{"key":"ETag","value":"W/\"58-OFPXgZtMtvNpNoM0DUMxL9NUhGM\""},{"key":"Date","value":"Sun, 23 May 2021 14:09:55 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"http://localhost:8000/image/poster/KakaoTalk_Photo_2021-05-11-15-35-581621778995655.jpeg"}],"_postman_id":"33b8154d-4476-4fba-b2be-36b48c4f2d33"},{"name":"전시회 설명 이미지 업로드","id":"c1c72c40-5d7e-4747-8374-226b1d1fd414","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"image","type":"file","description":"<p>이미지 파일 </p>\n","src":"/Users/wongeun/Desktop/KakaoTalk_Photo_2021-05-11-15-35-58.jpeg"}]},"url":"http://localhost:8000/upload/exhibitionimage/:UserId","urlObject":{"protocol":"http","port":"8000","path":["upload","exhibitionimage",":UserId"],"host":["localhost"],"query":[],"variable":[{"description":{"content":"<p>업로드하는 유저의 ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"UserId"}]}},"response":[{"id":"04bd167e-e30c-4c74-9edf-c847d58299e1","name":"전시회 설명 이미지 업로드","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"image","type":"file","src":"/Users/wongeun/Desktop/KakaoTalk_Photo_2021-05-11-15-35-58.jpeg"}]},"url":"http://localhost:8000/upload/exhibitionimage/1"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"115"},{"key":"ETag","value":"W/\"73-T+vo3K8jCqHSBE7G/xacds/Vr+o\""},{"key":"Date","value":"Sun, 23 May 2021 14:18:27 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"imageId\": 25,\n    \"src\": \"http://localhost:8000/image/exhibition/KakaoTalk_Photo_2021-05-11-15-35-581621779507546.jpeg\"\n}"}],"_postman_id":"c1c72c40-5d7e-4747-8374-226b1d1fd414"},{"name":"썸네일 업로드","id":"015bf366-cad7-4a81-8829-67adccc3c4a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"image","type":"file","description":"<p>이미지 파일 </p>\n","src":"/Users/wongeun/Desktop/KakaoTalk_Photo_2021-05-11-15-35-58.jpeg"}]},"url":"http://localhost:8000/upload/thumbnail","urlObject":{"protocol":"http","port":"8000","path":["upload","thumbnail"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6b6c44e4-1be6-439c-8d9f-25d0d8170a41","name":"썸네일 업로드","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"image","type":"file","src":"/Users/wongeun/Desktop/KakaoTalk_Photo_2021-05-11-15-35-58.jpeg"}]},"url":"http://localhost:8000/upload/thumbnail"},"status":"Created","code":201,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"91"},{"key":"ETag","value":"W/\"5b-HEKYk7WuugeRQVNMIxtsNWuuf70\""},{"key":"Date","value":"Sun, 23 May 2021 14:21:30 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"http://localhost:8000/image/thumbnail/KakaoTalk_Photo_2021-05-11-15-35-581621779690857.jpeg"}],"_postman_id":"015bf366-cad7-4a81-8829-67adccc3c4a1"},{"name":"에디터상 게시글 이미지 업로드","id":"ef180180-e438-4ae5-861c-4f3fa788c3fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"image","type":"file","description":"<p>이미지 파일 </p>\n","src":"/Users/wongeun/Desktop/KakaoTalk_Photo_2021-05-11-15-35-58.jpeg"}]},"url":"http://localhost:8000/upload/postimage/:userId","urlObject":{"protocol":"http","port":"8000","path":["upload","postimage",":userId"],"host":["localhost"],"query":[],"variable":[{"description":{"content":"<p>이미지 작성자 ID</p>\n","type":"text/plain"},"type":"any","value":"number","key":"userId"}]}},"response":[{"id":"e148d9d0-4236-45a4-8c8b-3288fdea2058","name":"에디터상 게시글 이미지 업로드","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"image","type":"file","src":"/Users/wongeun/Desktop/KakaoTalk_Photo_2021-05-11-15-35-58.jpeg"}]},"url":"http://localhost:8000/upload/postimage/1"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"109"},{"key":"ETag","value":"W/\"6d-yV/6hq8WAc8yvHtjyuFqfU0y0rc\""},{"key":"Date","value":"Sun, 23 May 2021 14:22:24 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"imageId\": 41,\n    \"src\": \"http://localhost:8000/image/post/KakaoTalk_Photo_2021-05-11-15-35-581621779744267.jpeg\"\n}"}],"_postman_id":"ef180180-e438-4ae5-861c-4f3fa788c3fd"},{"name":"메타데이터 업로드","id":"da903c6c-5ab3-47fb-8ae6-2d18362c29a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"manufacturer\": \"samsung\",\n    \"model\": \"galaxy Note 10\",\n    \"fValue\": \"f-value\",\n    \"resolutionX\": \"1200\",\n    \"resolutionY\": \"900\",\n    \"location\": \"위도/경도\",\n    \"exposureTime\": \"노출시간\",\n    \"size\": \"이미지 사이즈\",\n    \"shutterSpeed\": \"셔터스피드\",\n    \"ISO\": \"ISO\",\n    \"PostImageId\": 1\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/upload/exif","urlObject":{"protocol":"http","port":"8000","path":["upload","exif"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4bf69541-42fb-4ce2-a0ec-0be58797fb58","name":"메타데이터 업로드","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"manufacturer\": \"samsung\",\n    \"model\": \"galaxy Note 10\",\n    \"fValue\": \"f-value\",\n    \"resolutionX\": \"1200\",\n    \"resolutionY\": \"900\",\n    \"location\": \"위도/경도\",\n    \"exposureTime\": \"노출시간\",\n    \"size\": \"이미지 사이즈\",\n    \"shutterSpeed\": \"셔터스피드\",\n    \"ISO\": \"ISO\",\n    \"PostImageId\": 1\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/upload/exif"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"344"},{"key":"ETag","value":"W/\"158-A18Rh4Jay+z6rCQXL1OFN4Z8UeQ\""},{"key":"Date","value":"Sun, 23 May 2021 14:30:28 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 25,\n    \"manufacturer\": \"samsung\",\n    \"model\": \"galaxy Note 10\",\n    \"fValue\": \"f-value\",\n    \"resolutionX\": \"1200\",\n    \"resolutionY\": \"900\",\n    \"location\": \"위도/경도\",\n    \"exposureTime\": \"노출시간\",\n    \"size\": \"이미지 사이즈\",\n    \"shutterSpeed\": \"셔터스피드\",\n    \"ISO\": \"ISO\",\n    \"PostImageId\": 1,\n    \"updatedAt\": \"2021-05-23T14:30:28.242Z\",\n    \"createdAt\": \"2021-05-23T14:30:28.242Z\"\n}"}],"_postman_id":"da903c6c-5ab3-47fb-8ae6-2d18362c29a8"}],"id":"efe8156d-a245-4145-b258-cc50164227a5","description":"<h3 id=\"이미지나-파일을-업로드하는-api-입니다\">이미지나 파일을 업로드하는 API 입니다.</h3>\n<ul>\n<li><a href=\"http://localhost:8000/upload\">http://localhost:8000/upload</a> 의 라우팅 주소를 가지고 있습니다.</li>\n</ul>\n<hr />\n","_postman_id":"efe8156d-a245-4145-b258-cc50164227a5"},{"name":"유저 (user)","item":[{"name":"게시글 좋아요 추가","id":"a2a3cb94-9501-4935-b656-3f29e67a6a34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"PostId\": \"게시글 아이디\",\n    \"UserId\": \"유저 아이디\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/user/like/post","urlObject":{"protocol":"http","port":"8000","path":["user","like","post"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f4ea180f-63c3-437b-8d41-174b92965508","name":"성공","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"PostId\": 1,\n    \"UserId\": 11\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/user/like/post"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"24"},{"key":"ETag","value":"W/\"18-BZ0WNuElwN8Cc5E8PwqUjHAVT/A\""},{"key":"Date","value":"Sun, 23 May 2021 17:19:54 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"PostId\": 1,\n    \"UserId\": 11\n}"}],"_postman_id":"a2a3cb94-9501-4935-b656-3f29e67a6a34"},{"name":"게시글 좋아요 취소","id":"832f91dd-7a64-49ef-9c46-c191130cd35a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"PostId\": \"게시글 아이디\",\n    \"UserId\": \"유저 아이디\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/user/like/post","urlObject":{"protocol":"http","port":"8000","path":["user","like","post"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6d13c28b-c552-4c9e-883b-486f2f39d557","name":"성공","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n\t\"PostId\":1,\n\t\"UserId\":11\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/user/like/post"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"24"},{"key":"ETag","value":"W/\"18-BZ0WNuElwN8Cc5E8PwqUjHAVT/A\""},{"key":"Date","value":"Sun, 23 May 2021 17:21:04 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"PostId\": 1,\n    \"UserId\": 11\n}"}],"_postman_id":"832f91dd-7a64-49ef-9c46-c191130cd35a"},{"name":"구독자 or 구독작가 목록 조회","id":"3231f63c-ec9d-4813-a847-a776d8aa5d97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/user/subscribe/:UserId?type=string","urlObject":{"protocol":"http","port":"8000","path":["user","subscribe",":UserId"],"host":["localhost"],"query":[{"description":{"content":"<p>subsctiber - 구독자 조회 \nwriter - 구독중인 작가 조</p>\n","type":"text/plain"},"key":"type","value":"string"}],"variable":[{"description":{"content":"<p>조회할 유저의 아이디 </p>\n","type":"text/plain"},"type":"any","value":"number ","key":"UserId"}]}},"response":[{"id":"76998933-da3b-443c-ac54-62f40b646546","name":"구독자 or 구독작가 목록 조회","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8000/user/subscribe/:UserId?type=subscriber","protocol":"http","host":["localhost"],"port":"8000","path":["user","subscribe",":UserId"],"query":[{"key":"type","value":"subscriber","description":"subsctiber - 구독자 조회 \nwriter - 구독중인 작가 조"}],"variable":[{"key":"UserId","value":"1","description":"조회할 유저의 아이디 "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"725"},{"key":"ETag","value":"W/\"2d5-cczzqi87Ky86st+S4UPgx/bQUCQ\""},{"key":"Date","value":"Sun, 23 May 2021 17:23:59 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 2,\n        \"nickname\": \"conrad\",\n        \"avatar\": \"initial_avatar.png\",\n        \"introduce\": null,\n        \"SUBSCRIBE\": {\n            \"createdAt\": \"2021-04-29T13:45:47.000Z\",\n            \"updatedAt\": \"2021-04-29T13:45:49.000Z\",\n            \"SubscriberId\": 2,\n            \"WriterId\": 1\n        }\n    },\n    {\n        \"id\": 4,\n        \"nickname\": \"conrad\",\n        \"avatar\": \"http://localhost:8000/image/thumbnail/almostmonday_comeoncomeon1620054734922.jpg\",\n        \"introduce\": null,\n        \"SUBSCRIBE\": {\n            \"createdAt\": \"2021-04-29T13:45:50.000Z\",\n            \"updatedAt\": \"2021-04-29T13:45:52.000Z\",\n            \"SubscriberId\": 4,\n            \"WriterId\": 1\n        }\n    },\n    {\n        \"id\": 11,\n        \"nickname\": \"유원근\",\n        \"avatar\": \"http://k.kakaocdn.net/dn/9vBk6/btq18oF8bqC/9IFN5ZrsnkuK9Jease4T61/img_640x640.jpg\",\n        \"introduce\": null,\n        \"SUBSCRIBE\": {\n            \"createdAt\": \"2021-05-21T14:08:57.000Z\",\n            \"updatedAt\": \"2021-05-21T14:08:57.000Z\",\n            \"SubscriberId\": 11,\n            \"WriterId\": 1\n        }\n    }\n]"}],"_postman_id":"3231f63c-ec9d-4813-a847-a776d8aa5d97"},{"name":"작가 구독 추가","id":"d5815f31-e088-4734-9e4c-23ab42b2a3a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"subscriberId\": \"로그인된 유저의 아이디\",\n    \"writerId\": \"구독할 작가의 아이디\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/user/subscribe/add","urlObject":{"protocol":"http","port":"8000","path":["user","subscribe","add"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"aae1bb05-22f4-4a6c-b2db-fd8e32a431fc","name":"성공","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"subscriberId\":1,\n\t\"writerId\":2\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/user/subscribe/add"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"14"},{"key":"ETag","value":"W/\"e-/QoXry7BV+EYO7NadbxKsyJXOos\""},{"key":"Date","value":"Sun, 23 May 2021 17:24:54 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"writerId\": 2\n}"}],"_postman_id":"d5815f31-e088-4734-9e4c-23ab42b2a3a4"},{"name":"작가 구독 취소","id":"c4bf7aca-6abe-4d4b-b153-dd936f1876fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"subscriberId\": \"로그인된 유저의 아이디\",\n    \"writerId\": \"구독할 작가의 아이디\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/user/subscribe/remove","urlObject":{"protocol":"http","port":"8000","path":["user","subscribe","remove"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c0a8d4e1-bdb1-4b23-a3bd-dc6be7a19c69","name":"성공","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"subscriberId\": 14,\n    \"writerId\": 5\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/user/subscribe/remove"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"14"},{"key":"ETag","value":"W/\"e-oeM5xme6ggNzGVv7YcTuDiy1NGA\""},{"key":"Date","value":"Sun, 23 May 2021 17:26:02 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"writerId\": 5\n}"}],"_postman_id":"c4bf7aca-6abe-4d4b-b153-dd936f1876fa"},{"name":"유저 소개 변경","id":"1db785b2-e869-4c4f-8f0c-aa219481c72b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"UserId\": \"수정할 유저의 아이디\",\n    \"introduction\": \"유저 상세소개\",\n    \"mostlyUseModel\": \"주 선호 기종\",\n    \"website\": \"웹사이트\",\n    \"summary\": \"수정된 한줄소개\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/user/intro","urlObject":{"protocol":"http","port":"8000","path":["user","intro"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"baaac395-c33e-4dac-8c56-a727ec1bfe74","name":"성공","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"UserId\": 1,\n    \"introduction\": \"유저 상세소개\",\n    \"mostlyUseModel\": \"주 선호 기종\",\n    \"website\": \"웹사이트\",\n    \"summary\": \"수정된 한줄소개\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/user/intro"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"146"},{"key":"ETag","value":"W/\"92-7gTxJNl3JF1tXT6wuip4inGZrwg\""},{"key":"Date","value":"Sun, 23 May 2021 17:28:16 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"UserId\": 1,\n    \"introduction\": \"유저 상세소개\",\n    \"mostlyUseModel\": \"주 선호 기종\",\n    \"website\": \"웹사이트\",\n    \"summary\": \"수정된 한줄소개\"\n}"}],"_postman_id":"1db785b2-e869-4c4f-8f0c-aa219481c72b"},{"name":"유저 계정 정보 수정","id":"99cf1ac6-750d-4f20-9aaa-939362af5da7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"UserId\": \"수정할 유저의 아이디\",\n    \"gender\": \"성별\",\n    \"birth\": \"생년월일\",\n    \"nickname\": \"수정 닉네임\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/user/info","urlObject":{"protocol":"http","port":"8000","path":["user","info"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"fd5a4f28-9efa-4032-b4c0-fe0639a2ab8f","name":"성공","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"UserId\": 5,\n    \"gender\": \"남성\",\n    \"birth\": \"1996-04-09\",\n    \"nickname\": \"수정 닉네임\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/user/info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"81"},{"key":"ETag","value":"W/\"51-fn+OePo2wBk8tZwdVslnEtMiwqM\""},{"key":"Date","value":"Sun, 23 May 2021 17:30:36 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"UserId\": 5,\n    \"gender\": \"남성\",\n    \"birth\": \"1996-04-09\",\n    \"nickname\": \"수정 닉네임\"\n}"}],"_postman_id":"99cf1ac6-750d-4f20-9aaa-939362af5da7"},{"name":"유저 소개 조회","id":"71506963-1644-4a69-b97c-2d4784094d5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/user/detail/:UserId","urlObject":{"protocol":"http","port":"8000","path":["user","detail",":UserId"],"host":["localhost"],"query":[],"variable":[{"description":{"content":"<p>조회할 유저의 아이디</p>\n","type":"text/plain"},"type":"any","value":"number","key":"UserId"}]}},"response":[{"id":"b010d7d0-2e20-422f-a217-a0df92d0f752","name":"성공","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8000/user/detail/:UserId","protocol":"http","host":["localhost"],"port":"8000","path":["user","detail",":UserId"],"variable":[{"key":"UserId","value":"1","description":"조회할 유저의 아이디"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"107"},{"key":"ETag","value":"W/\"6b-oRGLlRRsGie6rTt94FL5ypviEsk\""},{"key":"Date","value":"Sun, 23 May 2021 17:32:35 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"introduction\": \"유저 상세소개\",\n    \"website\": \"웹사이트\",\n    \"mostlyUseModel\": \"주 선호 기종\"\n}"}],"_postman_id":"71506963-1644-4a69-b97c-2d4784094d5e"},{"name":"회원탈퇴","id":"f1b6af2d-5a28-4c6d-8f94-172323fb7c02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8000/user/:UserId","urlObject":{"protocol":"http","port":"8000","path":["user",":UserId"],"host":["localhost"],"query":[],"variable":[{"description":{"content":"<p>탈퇴할 유저의 아이디 </p>\n","type":"text/plain"},"type":"any","value":"number","key":"UserId"}]}},"response":[],"_postman_id":"f1b6af2d-5a28-4c6d-8f94-172323fb7c02"},{"name":"유저 비밀번호 변경","id":"9c1a5e90-3985-4aaf-95de-5df8c33c0e88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"UserId\": \"변경할 유저의 아이디\",\n    \"currentPassword\": \"현재 비밀번호\",\n    \"newPassword\": \"변경할 비밀번호\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/user/password","urlObject":{"protocol":"http","port":"8000","path":["user","password"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9c1a5e90-3985-4aaf-95de-5df8c33c0e88"}],"id":"83f51c57-53ce-49d3-b3c8-c159f58d22fb","description":"<h3 id=\"유저에-대한-요청을-처리하는-api-입니다\">유저에 대한 요청을 처리하는 API 입니다.</h3>\n<ul>\n<li><a href=\"http://localhost:8000/user\">http://localhost:8000/user</a> 의 라우팅 주소를 가지고 있습니다.</li>\n</ul>\n<hr />\n","_postman_id":"83f51c57-53ce-49d3-b3c8-c159f58d22fb"},{"name":"인증 (auth)","item":[{"name":"회원가입","id":"40d8423c-a460-47bd-9668-18dcab4aaa4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"회원가입 이메일\",\n    \"password\": \"비밀번호\",\n    \"name\": \"이름\",\n    \"nickname\": \"필명\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/auth/signup","urlObject":{"protocol":"http","port":"8000","path":["auth","signup"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d062f8a6-04fc-4bd2-a5fc-ad9e667b3a9d","name":"회원가입","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"test@gmail.com\",\n    \"password\": \"a1234\",\n    \"name\": \"테스트\",\n    \"nickname\": \"테스터\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/auth/signup"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"53"},{"key":"ETag","value":"W/\"35-YUtcEuVW3AgtjxaNS0jN0JlFy7o\""},{"key":"Date","value":"Sun, 23 May 2021 14:33:41 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 18,\n    \"email\": \"test@gmail.com\",\n    \"name\": \"테스트\"\n}"}],"_postman_id":"40d8423c-a460-47bd-9668-18dcab4aaa4b"},{"name":"이메일 인증 확인","id":"c63fcd21-8aa3-42a9-beb5-83997817c615","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/auth/verification?email=string&code=string","urlObject":{"protocol":"http","port":"8000","path":["auth","verification"],"host":["localhost"],"query":[{"description":{"content":"<p>이메일 인증받을 회원 이메일</p>\n","type":"text/plain"},"key":"email","value":"string"},{"description":{"content":"<p>인증코드</p>\n","type":"text/plain"},"key":"code","value":"string"}],"variable":[]}},"response":[{"id":"3c7430f2-933a-443d-9be0-91f6ff6bdec5","name":"이메일 인증 확인","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8000/auth/verification?email=test@gmail.com&code=ef84a7","protocol":"http","host":["localhost"],"port":"8000","path":["auth","verification"],"query":[{"key":"email","value":"test@gmail.com","description":"이메일 인증받을 회원 이메일"},{"key":"code","value":"ef84a7","description":"인증코드"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"55"},{"key":"ETag","value":"W/\"37-pBvpYt/TgYyYoYf/qEZ1e0Y1NdE\""},{"key":"Date","value":"Sun, 23 May 2021 15:57:37 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"인증이 완료되었습니다. 로그인해주세요!"}],"_postman_id":"c63fcd21-8aa3-42a9-beb5-83997817c615"},{"name":"로컬계정 로그인","id":"5e727134-c91b-406e-812c-b0c9533a491f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"email\":\"로그인 유저 이메일\",\n\t\"password\":\"유저 비밀번호\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/auth/local","urlObject":{"protocol":"http","port":"8000","path":["auth","local"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"37d0f207-14f3-4c2d-8753-0aa22ebb25da","name":"성공","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"email\":\"test@gmail.com\",\n\t\"password\":\"a1234\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/auth/local"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"342"},{"key":"ETag","value":"W/\"156-/xGyXUofFyPCBR3GN3kPr6FZkNI\""},{"key":"Set-Cookie","value":"develuth=s%3AZcxxg3VBOLoRDbTybYpUMxLJo3KMzN3F.SQR4Eecz4gbeNvUEs6%2FdqniJYBmIpbYSwh%2BmFArDhLM; Path=/; HttpOnly"},{"key":"Date","value":"Sun, 23 May 2021 15:58:08 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 18,\n    \"email\": \"test@gmail.com\",\n    \"name\": \"테스트\",\n    \"nickname\": \"테스터\",\n    \"loginType\": \"local\",\n    \"refreshToken\": null,\n    \"accessToken\": null,\n    \"socialId\": null,\n    \"gender\": null,\n    \"birth\": null,\n    \"introduce\": null,\n    \"avatar\": \"http://localhost:8000/image/avatar/initial_avatar.png\",\n    \"lastLogin\": null,\n    \"subscribers\": [],\n    \"writers\": [],\n    \"likedPosts\": [],\n    \"likedComments\": []\n}"},{"id":"ff8dd088-922e-4e9a-84c5-10cb6e2a7165","name":"이메일 인증 미실시","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"email\":\"test@gmail.com\",\n\t\"password\":\"a1234\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/auth/local"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"36"},{"key":"ETag","value":"W/\"24-/HYzEu/PK0JzxEBFJe6rnXPzeCo\""},{"key":"Date","value":"Sun, 23 May 2021 15:55:52 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"이메일 인증을 받아주세요."}],"_postman_id":"5e727134-c91b-406e-812c-b0c9533a491f"},{"name":"카카오 로그인 요청","id":"6633677e-f532-48c2-88c2-10487affb3ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/auth/kakao","urlObject":{"protocol":"http","port":"8000","path":["auth","kakao"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6633677e-f532-48c2-88c2-10487affb3ff"},{"name":"페이스북 로그인 요청","id":"e8fd8ccc-4183-43d5-8a3b-4d01a90b4428","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/auth/facebook","urlObject":{"protocol":"http","port":"8000","path":["auth","facebook"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e8fd8ccc-4183-43d5-8a3b-4d01a90b4428"},{"name":"구글 로그인 요청","id":"dda5ce2c-9977-4404-b3f6-76aec37eb98c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/auth/google","urlObject":{"protocol":"http","port":"8000","path":["auth","google"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"dda5ce2c-9977-4404-b3f6-76aec37eb98c"},{"name":"소셜로그인 인증 요청","id":"8f6e6f08-0e1e-4439-b600-b003061f84d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"loginType\": \"OAuth2.0 제공자\",\n    \"email\": \"요청성공후 OAuth2.0 제공자에게 전달받은 이메일\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/auth/retest","urlObject":{"protocol":"http","port":"8000","path":["auth","retest"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4007f866-d113-4ca9-80d6-c2d63c0bb986","name":"성공","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"loginType\": \"kakao\",\n    \"email\": \"yhg0337@naver.com\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/auth/retest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2511"},{"key":"ETag","value":"W/\"9cf-+ceyR/N6ic0pAcPn4vo4+ZdRjg4\""},{"key":"Date","value":"Sun, 23 May 2021 16:04:11 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 11,\n    \"email\": \"yhg0337@naver.com\",\n    \"name\": \"유원근\",\n    \"nickname\": \"유원근\",\n    \"loginType\": \"kakao\",\n    \"refreshToken\": \"KI1sryX1D-za0CUfCJmMrq8bnvwO8HblKG23xAo9dZoAAAF5I2\",\n    \"accessToken\": \"G9z4mmv5MIYlUqzSqlXSbX0LYMDQ8W0YphRkKAo9dZoAAAF5I2\",\n    \"socialId\": \"1687102126\",\n    \"gender\": \"남성\",\n    \"birth\": \"0409\",\n    \"introduce\": null,\n    \"avatar\": \"http://k.kakaocdn.net/dn/9vBk6/btq18oF8bqC/9IFN5ZrsnkuK9Jease4T61/img_640x640.jpg\",\n    \"lastLogin\": \"2021-5-24 1:04:11 ├F10: AM┤\",\n    \"subscribers\": [],\n    \"writers\": [\n        {\n            \"id\": 1,\n            \"SUBSCRIBE\": {\n                \"createdAt\": \"2021-05-21T14:08:57.000Z\",\n                \"updatedAt\": \"2021-05-21T14:08:57.000Z\",\n                \"SubscriberId\": 11,\n                \"WriterId\": 1\n            }\n        },\n        {\n            \"id\": 2,\n            \"SUBSCRIBE\": {\n                \"createdAt\": \"2021-05-21T14:08:57.000Z\",\n                \"updatedAt\": \"2021-05-21T14:08:57.000Z\",\n                \"SubscriberId\": 11,\n                \"WriterId\": 2\n            }\n        },\n        {\n            \"id\": 3,\n            \"SUBSCRIBE\": {\n                \"createdAt\": \"2021-05-21T14:08:57.000Z\",\n                \"updatedAt\": \"2021-05-21T14:08:57.000Z\",\n                \"SubscriberId\": 11,\n                \"WriterId\": 3\n            }\n        },\n        {\n            \"id\": 4,\n            \"SUBSCRIBE\": {\n                \"createdAt\": \"2021-05-21T14:08:57.000Z\",\n                \"updatedAt\": \"2021-05-21T14:08:57.000Z\",\n                \"SubscriberId\": 11,\n                \"WriterId\": 4\n            }\n        },\n        {\n            \"id\": 5,\n            \"SUBSCRIBE\": {\n                \"createdAt\": \"2021-05-21T14:08:57.000Z\",\n                \"updatedAt\": \"2021-05-21T14:08:57.000Z\",\n                \"SubscriberId\": 11,\n                \"WriterId\": 5\n            }\n        },\n        {\n            \"id\": 7,\n            \"SUBSCRIBE\": {\n                \"createdAt\": \"2021-05-21T14:08:57.000Z\",\n                \"updatedAt\": \"2021-05-21T14:08:57.000Z\",\n                \"SubscriberId\": 11,\n                \"WriterId\": 7\n            }\n        },\n        {\n            \"id\": 8,\n            \"SUBSCRIBE\": {\n                \"createdAt\": \"2021-05-21T14:08:57.000Z\",\n                \"updatedAt\": \"2021-05-21T14:08:57.000Z\",\n                \"SubscriberId\": 11,\n                \"WriterId\": 8\n            }\n        },\n        {\n            \"id\": 9,\n            \"SUBSCRIBE\": {\n                \"createdAt\": \"2021-05-21T14:08:57.000Z\",\n                \"updatedAt\": \"2021-05-21T14:08:57.000Z\",\n                \"SubscriberId\": 11,\n                \"WriterId\": 9\n            }\n        },\n        {\n            \"id\": 12,\n            \"SUBSCRIBE\": {\n                \"createdAt\": \"2021-05-21T14:08:57.000Z\",\n                \"updatedAt\": \"2021-05-21T14:08:57.000Z\",\n                \"SubscriberId\": 11,\n                \"WriterId\": 12\n            }\n        },\n        {\n            \"id\": 13,\n            \"SUBSCRIBE\": {\n                \"createdAt\": \"2021-05-21T14:08:57.000Z\",\n                \"updatedAt\": \"2021-05-21T14:08:57.000Z\",\n                \"SubscriberId\": 11,\n                \"WriterId\": 13\n            }\n        },\n        {\n            \"id\": 15,\n            \"SUBSCRIBE\": {\n                \"createdAt\": \"2021-05-21T14:08:57.000Z\",\n                \"updatedAt\": \"2021-05-21T14:08:57.000Z\",\n                \"SubscriberId\": 11,\n                \"WriterId\": 15\n            }\n        }\n    ],\n    \"likedPosts\": [\n        {\n            \"id\": 21,\n            \"POST_LIKE\": {\n                \"createdAt\": \"2021-05-21T13:08:53.000Z\",\n                \"updatedAt\": \"2021-05-21T13:08:53.000Z\",\n                \"UserId\": 11,\n                \"PostId\": 21\n            }\n        },\n        {\n            \"id\": 23,\n            \"POST_LIKE\": {\n                \"createdAt\": \"2021-05-18T17:15:13.000Z\",\n                \"updatedAt\": \"2021-05-18T17:15:13.000Z\",\n                \"UserId\": 11,\n                \"PostId\": 23\n            }\n        },\n        {\n            \"id\": 47,\n            \"POST_LIKE\": {\n                \"createdAt\": \"2021-05-21T12:37:39.000Z\",\n                \"updatedAt\": \"2021-05-21T12:37:39.000Z\",\n                \"UserId\": 11,\n                \"PostId\": 47\n            }\n        },\n        {\n            \"id\": 57,\n            \"POST_LIKE\": {\n                \"createdAt\": \"2021-05-22T10:00:18.000Z\",\n                \"updatedAt\": \"2021-05-22T10:00:18.000Z\",\n                \"UserId\": 11,\n                \"PostId\": 57\n            }\n        }\n    ],\n    \"likedComments\": [],\n    \"updatedAt\": \"2021-05-23T16:04:11.928Z\"\n}"}],"_postman_id":"8f6e6f08-0e1e-4439-b600-b003061f84d5"},{"name":"로그인 재인증 요청","id":"f91a1f30-9f93-4e32-b684-5806280ef4a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/auth","urlObject":{"protocol":"http","port":"8000","path":["auth"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"eba151e0-8d7b-4b84-8d98-9e78262cbdd2","name":"성공","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8000/auth"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"362"},{"key":"ETag","value":"W/\"16a-FtGZN4WIwPQELvZEEVvqo9tKpHo\""},{"key":"Date","value":"Sun, 23 May 2021 16:08:10 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 18,\n    \"email\": \"test@gmail.com\",\n    \"name\": \"테스트\",\n    \"nickname\": \"테스터\",\n    \"loginType\": \"local\",\n    \"refreshToken\": null,\n    \"accessToken\": null,\n    \"socialId\": null,\n    \"gender\": null,\n    \"birth\": null,\n    \"introduce\": null,\n    \"avatar\": \"http://localhost:8000/image/avatar/initial_avatar.png\",\n    \"lastLogin\": \"2021-5-24 1:08:07 ├F\",\n    \"subscribers\": [],\n    \"writers\": [],\n    \"likedPosts\": [],\n    \"likedComments\": []\n}"},{"id":"aae1245d-a9e0-4ba2-82ed-14b65e3e2cf0","name":"실패","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8000/auth"},"status":"Not Found","code":404,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"33"},{"key":"ETag","value":"W/\"21-sBWjeCg/kHQNaBYLD/znL8vD0LE\""},{"key":"Date","value":"Sun, 23 May 2021 16:07:48 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"로그인을 다시 해주세요."}],"_postman_id":"f91a1f30-9f93-4e32-b684-5806280ef4a3"},{"name":"로그아웃","id":"a1c3b39c-e56c-4b3f-b6d3-c8c580b21f13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/auth/logout","urlObject":{"protocol":"http","port":"8000","path":["auth","logout"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a1c3b39c-e56c-4b3f-b6d3-c8c580b21f13"}],"id":"28f11849-f9a7-4c67-a98f-58ae6a8eb52a","description":"<h3 id=\"회원가입-로그인등의-인증요청을-처리하는-api-입니다\">회원가입 로그인등의 인증요청을 처리하는 API 입니다.</h3>\n<ul>\n<li><a href=\"http://localhost:8000/auth\">http://localhost:8000/auth</a> 의 라우팅 주소를 가지고 있습니다.</li>\n</ul>\n<hr />\n","_postman_id":"28f11849-f9a7-4c67-a98f-58ae6a8eb52a"},{"name":"목록조회 (list)","item":[{"name":"작가 목록 조회","id":"67e00302-ab08-47e8-9ba4-babffe7fcf4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/list/writer?type=suber || all &limit=number&userId=number","description":"<h3 id=\"작가를-조회할-수-있는-api\">작가를 조회할 수 있는 API</h3>\n<ul>\n<li><p>type : 조회 타입</p>\n<ul>\n<li>'suber' - 구독한 작가를 최근 활동순으로 조회 (<strong>userId와 함께</strong> 전송해야함.)</li>\n<li>'all' - 모든 작가를 최근 활동순으로 조회 (15명)</li>\n</ul>\n</li>\n<li><p>limit? :number </p>\n</li>\n<li><p>조회할 데이터 raw수를 지정</p>\n</li>\n<li><p>userId? :number</p>\n</li>\n<li><p>구독한 작가를 검색시에 필요한 구독자의 아이디</p>\n</li>\n</ul>\n","urlObject":{"protocol":"http","port":"8000","path":["list","writer"],"host":["localhost"],"query":[{"description":{"content":"<p>어떤 작가 목록을 불러오는지에 대한 타입 </p>\n","type":"text/plain"},"key":"type","value":"suber || all "},{"description":{"content":"<p>조회할 데이터 raw수를 지정 (default: 8) </p>\n","type":"text/plain"},"key":"limit","value":"number"},{"description":{"content":"<p>어떤 회원의 구독작가를 조회할 것인지에 대한 유저 아이디 </p>\n","type":"text/plain"},"key":"userId","value":"number"}],"variable":[]}},"response":[{"id":"720ec38d-456f-4822-ab88-489bd073ebb5","name":"성공","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8000/list/writer?type=suber&limit=3&userId=11","protocol":"http","host":["localhost"],"port":"8000","path":["list","writer"],"query":[{"key":"type","value":"suber","description":"'suber' - 구독한 작가를 최근 활동순으로 조회 (userId와 함께 전송해야함.)\n'all' - 모든 작가를 최근 활동순으로 조회 (15명)"},{"key":"limit","value":"3","description":"조회할 데이터 raw수를 지정"},{"key":"userId","value":"11","description":"구독작가를 조회하려면 어떤 회원의 작가를 조회할지 아이디를 넣어야 한다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1418"},{"key":"ETag","value":"W/\"58a-FVMaHUKqUVJ9tc9mELaYvH45I6U\""},{"key":"Date","value":"Sun, 23 May 2021 16:23:12 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 15,\n        \"nickname\": \"수이니\",\n        \"email\": \"letthere@hanmail.net\",\n        \"introduce\": \"소개소개\",\n        \"avatar\": \"http://k.kakaocdn.net/dn/SjJMe/btqDRMo6wS2/KoJej2RJ19u3DES4mDlZ8K/img_640x640.jpg\",\n        \"last_post\": \"2021-05-21T08:09:46.000Z\"\n    },\n    {\n        \"id\": 1,\n        \"nickname\": \"ㅇ원근\",\n        \"email\": \"yhg0337@gmail.com\",\n        \"introduce\": null,\n        \"avatar\": \"http://k.kakaocdn.net/dn/9vBk6/btq18oF8bqC/9IFN5ZrsnkuK9Jease4T61/img_640x640.jpg\",\n        \"last_post\": \"2021-05-17T11:32:15.000Z\"\n    },\n    {\n        \"id\": 4,\n        \"nickname\": \"conrad\",\n        \"email\": \"anipap2@naver.com\",\n        \"introduce\": null,\n        \"avatar\": \"http://localhost:8000/image/thumbnail/almostmonday_comeoncomeon1620054734922.jpg\",\n        \"last_post\": \"2021-04-29T07:58:02.000Z\"\n    },\n    {\n        \"id\": 7,\n        \"nickname\": \"ㄴㄴㄴ\",\n        \"email\": \"ddd@gmail.com\",\n        \"introduce\": null,\n        \"avatar\": \"initial_avatar\",\n        \"last_post\": \"2021-04-21T07:52:35.000Z\"\n    },\n    {\n        \"id\": 5,\n        \"nickname\": \"원근\",\n        \"email\": \"yhg0337@gmail.com\",\n        \"introduce\": null,\n        \"avatar\": \"111.png\",\n        \"last_post\": \"2021-04-21T07:44:45.000Z\"\n    },\n    {\n        \"id\": 2,\n        \"nickname\": \"conrad\",\n        \"email\": \"yhg03237@gmail.com\",\n        \"introduce\": null,\n        \"avatar\": \"initial_avatar.png\",\n        \"last_post\": \"2021-04-20T09:26:17.000Z\"\n    },\n    {\n        \"id\": 3,\n        \"nickname\": \"conrad\",\n        \"email\": \"anipop2@naver.com\",\n        \"introduce\": null,\n        \"avatar\": \"initial_avatar.png\",\n        \"last_post\": \"2021-04-20T09:26:17.000Z\"\n    },\n    {\n        \"id\": 12,\n        \"nickname\": \"디벨로픽\",\n        \"email\": \"develooopic@gmail.com\",\n        \"introduce\": null,\n        \"avatar\": \"https://lh3.googleusercontent.com/a-/AOh14GhgeJUHzQt3aRZRw-0U9iP8ANKBi41gcHiwpV7f=s96-c\",\n        \"last_post\": \"2021-04-20T09:26:17.000Z\"\n    }\n]"}],"_postman_id":"67e00302-ab08-47e8-9ba4-babffe7fcf4a"},{"name":"피드 조회","id":"565350e6-a938-4f0f-bd5c-c41368b78134","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/list/feed/:UserId?limit=number&offset=number","description":"<h3 id=\"구독한-작가들의-최신글들을-조회할-수-있는-피드조회-api\">구독한 작가들의 최신글들을 조회할 수 있는 피드조회 API</h3>\n<h4 id=\"query\">Query</h4>\n<ul>\n<li><p>limit? :number </p>\n</li>\n<li><p>조회할 데이터 raw수를 지정(default: 12)</p>\n</li>\n<li><p>offset? :number</p>\n</li>\n<li><p>infiniteScrolling시 게시글의 시작점 지정(default: 12)</p>\n</li>\n</ul>\n<h4 id=\"path\">PATH</h4>\n<ul>\n<li>:UserId :number</li>\n<li>어떤 유저의 피드를 조회할 것인지 아이디 입력</li>\n</ul>\n","urlObject":{"protocol":"http","port":"8000","path":["list","feed",":UserId"],"host":["localhost"],"query":[{"description":{"content":"<p>조회할 데이터 raw수를 지정 (선택)</p>\n","type":"text/plain"},"key":"limit","value":"number"},{"description":{"content":"<p>infiniteScrolling시 게시글의 시작점 지정 (선택)</p>\n","type":"text/plain"},"key":"offset","value":"number"}],"variable":[{"description":{"content":"<p>로그인된 유저의 아이디 </p>\n","type":"text/plain"},"type":"any","value":"number","key":"UserId"}]}},"response":[{"id":"3dc5103d-8631-4704-a566-7052bf5ad73b","name":"피드 조회 성공","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8000/list/feed/:UserId?limit=4","protocol":"http","host":["localhost"],"port":"8000","path":["list","feed",":UserId"],"query":[{"key":"limit","value":"4","description":"조회할 데이터 raw수를 지정 (선택)"},{"key":"offset","value":"0","description":"infiniteScrolling시 게시글의 시작점 지정 (선택)","disabled":true}],"variable":[{"key":"UserId","value":"11","description":"어떤 유저의 피드를 조회할 것인지 아이디 입력 "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1717"},{"key":"ETag","value":"W/\"6b5-Q7/aCnboZVkiIiTXWe896jH/ofQ\""},{"key":"Date","value":"Sun, 23 May 2021 16:27:03 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 51,\n        \"title\": \"임시저장 테스트 \",\n        \"summary\": \"\",\n        \"hits\": 9,\n        \"thumbnail\": \"\",\n        \"createdAt\": \"2021-05-21T08:09:46.000Z\",\n        \"updatedAt\": \"2021-05-21T08:59:52.000Z\",\n        \"User\": {\n            \"id\": 15,\n            \"nickname\": \"수이니\",\n            \"avatar\": \"http://k.kakaocdn.net/dn/SjJMe/btqDRMo6wS2/KoJej2RJ19u3DES4mDlZ8K/img_640x640.jpg\",\n            \"introduce\": \"소개소개\"\n        },\n        \"likers\": []\n    },\n    {\n        \"id\": 49,\n        \"title\": \"픽스토리에 추가시킬 두번째 글 \",\n        \"summary\": \"픽스토리에 추가시킬 두번째 글 \",\n        \"hits\": 25,\n        \"thumbnail\": \"http://localhost:8000/image/thumbnail/malek-dridi-0F7GRXNOG7g-unsplash1621580326941.jpg\",\n        \"createdAt\": \"2021-05-21T06:34:49.000Z\",\n        \"updatedAt\": \"2021-05-21T08:18:18.000Z\",\n        \"User\": {\n            \"id\": 15,\n            \"nickname\": \"수이니\",\n            \"avatar\": \"http://k.kakaocdn.net/dn/SjJMe/btqDRMo6wS2/KoJej2RJ19u3DES4mDlZ8K/img_640x640.jpg\",\n            \"introduce\": \"소개소개\"\n        },\n        \"likers\": [\n            {\n                \"id\": 15,\n                \"POST_LIKE\": {\n                    \"createdAt\": \"2021-05-21T06:38:36.000Z\",\n                    \"updatedAt\": \"2021-05-21T06:38:36.000Z\",\n                    \"UserId\": 15,\n                    \"PostId\": 49\n                }\n            }\n        ]\n    },\n    {\n        \"id\": 36,\n        \"title\": \"test8\",\n        \"summary\": \"222222\",\n        \"hits\": 26,\n        \"thumbnail\": \"http://localhost:8000/image/thumbnail/almostmonday_comeoncomeon1620054734922.jpg\",\n        \"createdAt\": \"2021-05-17T11:32:15.000Z\",\n        \"updatedAt\": \"2021-05-17T11:34:46.000Z\",\n        \"User\": {\n            \"id\": 1,\n            \"nickname\": \"ㅇ원근\",\n            \"avatar\": \"http://k.kakaocdn.net/dn/9vBk6/btq18oF8bqC/9IFN5ZrsnkuK9Jease4T61/img_640x640.jpg\",\n            \"introduce\": null\n        },\n        \"likers\": []\n    },\n    {\n        \"id\": 35,\n        \"title\": \"test7\",\n        \"summary\": \"222222\",\n        \"hits\": 26,\n        \"thumbnail\": \"http://localhost:8000/image/thumbnail/almostmonday_comeoncomeon1620054734922.jpg\",\n        \"createdAt\": \"2021-05-17T11:31:15.000Z\",\n        \"updatedAt\": \"2021-05-17T11:33:46.000Z\",\n        \"User\": {\n            \"id\": 1,\n            \"nickname\": \"ㅇ원근\",\n            \"avatar\": \"http://k.kakaocdn.net/dn/9vBk6/btq18oF8bqC/9IFN5ZrsnkuK9Jease4T61/img_640x640.jpg\",\n            \"introduce\": null\n        },\n        \"likers\": []\n    }\n]"}],"_postman_id":"565350e6-a938-4f0f-bd5c-c41368b78134"},{"name":"게시글 리스트 조회","id":"f5d91b99-3568-4227-8503-7cbf16928133","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/list/post?sort=recent || popular&term=month || day &limit=number&offset=number","description":"<h3 id=\"게시글을-최신순--인기순으로-조회할-수-있는-api\">게시글을 최신순 / 인기순으로 조회할 수 있는 API</h3>\n<ul>\n<li><p>sort? : 정렬 기준 (기본값: recent)</p>\n</li>\n<li><p>\"recent\" : 최신순 </p>\n</li>\n<li><p>\"popular\" : 인기순 (<strong>term 필요</strong>)</p>\n</li>\n<li><p>term? : 인기순위 집계 기간</p>\n<ul>\n<li>\"month\" : 한달간의 집계</li>\n<li>\"day\" : 24시간 동안의 집계</li>\n</ul>\n</li>\n<li><p>limit? :number </p>\n</li>\n<li><p>조회할 데이터 raw수를 지정</p>\n</li>\n<li><p>offset? :number</p>\n</li>\n<li><p>infiniteScrolling시 게시글의 시작점 지정</p>\n</li>\n</ul>\n","urlObject":{"protocol":"http","port":"8000","path":["list","post"],"host":["localhost"],"query":[{"description":{"content":"<p>정렬 방식 </p>\n","type":"text/plain"},"key":"sort","value":"recent || popular"},{"description":{"content":"<p>순위 집계 기간 </p>\n","type":"text/plain"},"key":"term","value":"month || day "},{"description":{"content":"<p>조회할 데이터 raw수를 지정 (선택) </p>\n","type":"text/plain"},"key":"limit","value":"number"},{"description":{"content":"<p>infiniteScrolling시 게시글의 시작점 지정 (선택) </p>\n","type":"text/plain"},"key":"offset","value":"number"}],"variable":[]}},"response":[{"id":"92eb376d-d44c-47cf-97f0-82c1638545f3","name":"성공","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8000/list/post?sort=popular&term=month&limit=3","protocol":"http","host":["localhost"],"port":"8000","path":["list","post"],"query":[{"key":"sort","value":"popular","description":"recent - 최신순 데이터 조회\npopular - 인기순 데이터 조회 (term 필요)"},{"key":"term","value":"month","description":"month - 최근 한달 인기순\nday - 최근 24시간 인기순"},{"key":"limit","value":"3","description":"조회할 데이터 raw수를 지정"},{"key":"offset","value":"","description":"infiniteScrolling시 게시글의 시작점 지정","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3663"},{"key":"ETag","value":"W/\"e4f-O5/HQ3cMzfkGNOyma33uREIax2M\""},{"key":"Date","value":"Sun, 23 May 2021 16:30:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 23,\n        \"title\": \"323123123444442424242424242424242\",\n        \"thumbnail\": \"http://localhost:8000/image/thumbnail/sloth_day_1620716356730.gif\",\n        \"summary\": \"111111\",\n        \"createdAt\": \"2021-05-11T06:56:13.000Z\",\n        \"updatedAt\": \"2021-05-21T12:37:26.000Z\",\n        \"User\": {\n            \"id\": 11,\n            \"nickname\": \"유원근\",\n            \"avatar\": \"http://k.kakaocdn.net/dn/9vBk6/btq18oF8bqC/9IFN5ZrsnkuK9Jease4T61/img_640x640.jpg\",\n            \"introduce\": null\n        }\n    },\n    {\n        \"id\": 1,\n        \"title\": \"첫번째 게시글1111222\",\n        \"thumbnail\": \"http://localhost:8000/image/thumbnail/almostmonday_comeoncomeon1620054734922.jpg\",\n        \"summary\": \"222222\",\n        \"createdAt\": \"2021-04-20T09:26:17.000Z\",\n        \"updatedAt\": \"2021-05-21T14:08:54.000Z\",\n        \"User\": {\n            \"id\": 1,\n            \"nickname\": \"ㅇ원근\",\n            \"avatar\": \"http://k.kakaocdn.net/dn/9vBk6/btq18oF8bqC/9IFN5ZrsnkuK9Jease4T61/img_640x640.jpg\",\n            \"introduce\": null\n        }\n    },\n    {\n        \"id\": 49,\n        \"title\": \"픽스토리에 추가시킬 두번째 글 \",\n        \"thumbnail\": \"http://localhost:8000/image/thumbnail/malek-dridi-0F7GRXNOG7g-unsplash1621580326941.jpg\",\n        \"summary\": \"픽스토리에 추가시킬 두번째 글 \",\n        \"createdAt\": \"2021-05-21T06:34:49.000Z\",\n        \"updatedAt\": \"2021-05-21T08:18:18.000Z\",\n        \"User\": {\n            \"id\": 15,\n            \"nickname\": \"수이니\",\n            \"avatar\": \"http://k.kakaocdn.net/dn/SjJMe/btqDRMo6wS2/KoJej2RJ19u3DES4mDlZ8K/img_640x640.jpg\",\n            \"introduce\": \"소개소개\"\n        }\n    },\n    {\n        \"id\": 45,\n        \"title\": \"ㄹㄹㄹㄹㄹ\",\n        \"thumbnail\": \"http://localhost:8000/image/thumbnail/clip-3001621341306261.png\",\n        \"summary\": \"521525\",\n        \"createdAt\": \"2021-05-18T12:33:00.000Z\",\n        \"updatedAt\": \"2021-05-21T06:47:35.000Z\",\n        \"User\": null\n    },\n    {\n        \"id\": 47,\n        \"title\": \"123123123123\",\n        \"thumbnail\": \"http://localhost:8000/image/thumbnail/gravity_drib21621577751705.gif\",\n        \"summary\": \"요약 요약\",\n        \"createdAt\": \"2021-05-21T06:15:40.000Z\",\n        \"updatedAt\": \"2021-05-21T12:37:34.000Z\",\n        \"User\": {\n            \"id\": 11,\n            \"nickname\": \"유원근\",\n            \"avatar\": \"http://k.kakaocdn.net/dn/9vBk6/btq18oF8bqC/9IFN5ZrsnkuK9Jease4T61/img_640x640.jpg\",\n            \"introduce\": null\n        }\n    },\n    {\n        \"id\": 51,\n        \"title\": \"임시저장 테스트 \",\n        \"thumbnail\": \"\",\n        \"summary\": \"\",\n        \"createdAt\": \"2021-05-21T08:09:46.000Z\",\n        \"updatedAt\": \"2021-05-21T08:59:52.000Z\",\n        \"User\": {\n            \"id\": 15,\n            \"nickname\": \"수이니\",\n            \"avatar\": \"http://k.kakaocdn.net/dn/SjJMe/btqDRMo6wS2/KoJej2RJ19u3DES4mDlZ8K/img_640x640.jpg\",\n            \"introduce\": \"소개소개\"\n        }\n    },\n    {\n        \"id\": 21,\n        \"title\": \"사진있는거\",\n        \"thumbnail\": \"http://localhost:8000/image/thumbnail/KakaoTalk_Photo_2021-05-11-15-35-581620714990555.jpeg\",\n        \"summary\": \"1111111\",\n        \"createdAt\": \"2021-05-11T06:36:22.000Z\",\n        \"updatedAt\": \"2021-05-21T14:19:54.000Z\",\n        \"User\": {\n            \"id\": 11,\n            \"nickname\": \"유원근\",\n            \"avatar\": \"http://k.kakaocdn.net/dn/9vBk6/btq18oF8bqC/9IFN5ZrsnkuK9Jease4T61/img_640x640.jpg\",\n            \"introduce\": null\n        }\n    },\n    {\n        \"id\": 57,\n        \"title\": \"해시태그 로그 테스트\",\n        \"thumbnail\": \"http://localhost:8000/image/thumbnail/2cb045b7ae35039cfeb4ae4137cb09f61621677604586.gif\",\n        \"summary\": \"123123123\",\n        \"createdAt\": \"2021-05-22T09:57:11.000Z\",\n        \"updatedAt\": \"2021-05-22T10:01:08.000Z\",\n        \"User\": {\n            \"id\": 11,\n            \"nickname\": \"유원근\",\n            \"avatar\": \"http://k.kakaocdn.net/dn/9vBk6/btq18oF8bqC/9IFN5ZrsnkuK9Jease4T61/img_640x640.jpg\",\n            \"introduce\": null\n        }\n    },\n    {\n        \"id\": 2,\n        \"title\": \"123123\",\n        \"thumbnail\": null,\n        \"summary\": \"\",\n        \"createdAt\": \"2021-04-20T15:21:00.000Z\",\n        \"updatedAt\": \"2021-05-21T08:54:21.000Z\",\n        \"User\": {\n            \"id\": 1,\n            \"nickname\": \"ㅇ원근\",\n            \"avatar\": \"http://k.kakaocdn.net/dn/9vBk6/btq18oF8bqC/9IFN5ZrsnkuK9Jease4T61/img_640x640.jpg\",\n            \"introduce\": null\n        }\n    },\n    {\n        \"id\": 6,\n        \"title\": \"가나다라마바사\",\n        \"thumbnail\": \"http://localhost:8000/image/thumbnail/almostmonday_comeoncomeon1620054734922.jpg\",\n        \"summary\": \"123123\",\n        \"createdAt\": \"2021-04-21T07:52:35.000Z\",\n        \"updatedAt\": \"2021-05-21T12:38:40.000Z\",\n        \"User\": {\n            \"id\": 7,\n            \"nickname\": \"ㄴㄴㄴ\",\n            \"avatar\": \"initial_avatar\",\n            \"introduce\": null\n        }\n    },\n    {\n        \"id\": 43,\n        \"title\": \"44\",\n        \"thumbnail\": \"\",\n        \"summary\": \"\",\n        \"createdAt\": \"2021-05-18T12:30:33.000Z\",\n        \"updatedAt\": \"2021-05-18T12:32:31.000Z\",\n        \"User\": null\n    }\n]"}],"_postman_id":"f5d91b99-3568-4227-8503-7cbf16928133"},{"name":"해시태그 리스트 조회","id":"d03039e4-4a3b-46a4-bf64-f737334fc65f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/list/tag?sort=recent || popular &term=month || day &limit=number&offset=number","description":"<h3 id=\"해시태그를-최신순--인기순으로-조회할-수-있는-api\">해시태그를 최신순 / 인기순으로 조회할 수 있는 API</h3>\n<hr />\n<p>게시글에 해시태그 사용시 <strong>+2</strong> /\n해시태그 조회시 <strong>+1</strong></p>\n<hr />\n<ul>\n<li><p>sort? : 정렬 기준 (기본값: recent)</p>\n</li>\n<li><p>\"recent\" : 최신순 </p>\n</li>\n<li><p>\"popular\" : 인기순 (<strong>term 필요</strong>)</p>\n</li>\n<li><p>term? : 인기순위 집계 기간</p>\n<ul>\n<li>\"month\" : 한달간의 집계</li>\n<li>\"day\" : 24시간 동안의 집계</li>\n</ul>\n</li>\n<li><p>limit? :number </p>\n</li>\n<li><p>조회할 데이터 raw수를 지정</p>\n</li>\n<li><p>offset? :number</p>\n</li>\n<li><p>infiniteScrolling시 게시글의 시작점 지정</p>\n</li>\n</ul>\n","urlObject":{"protocol":"http","port":"8000","path":["list","tag"],"host":["localhost"],"query":[{"description":{"content":"<p>정렬 기준 </p>\n","type":"text/plain"},"key":"sort","value":"recent || popular "},{"description":{"content":"<p>인기 순위 집계 기간 </p>\n","type":"text/plain"},"key":"term","value":"month || day "},{"description":{"content":"<p>조회할 데이터 raw수를 지정 (선택)</p>\n","type":"text/plain"},"key":"limit","value":"number"},{"description":{"content":"<p>infiniteScrolling시 게시글의 시작점 지정 (선택)</p>\n","type":"text/plain"},"key":"offset","value":"number"}],"variable":[]}},"response":[{"id":"374f7484-9065-4120-89fd-34b6c864809d","name":"성공","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8000/list/tag?sort=popular&term=month","protocol":"http","host":["localhost"],"port":"8000","path":["list","tag"],"query":[{"key":"sort","value":"popular","description":"recent - 최신순 데이터 조회\npopular - 인기순 데이터 조회 (term 필요)"},{"key":"term","value":"month","description":"month - 최근 한달 인기순\nday - 최근 24시간 인기순"},{"key":"limit","value":"number","description":"조회할 데이터 raw수를 지정","disabled":true},{"key":"offset","value":"number","description":"infiniteScrolling시 게시글의 시작점 지정","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"119"},{"key":"ETag","value":"W/\"77-LXD6r+bjlfSmBIyKJFQ2fgvEgtg\""},{"key":"Date","value":"Sun, 23 May 2021 16:33:38 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"리액트\",\n        \"hits\": 0\n    },\n    {\n        \"id\": 16,\n        \"name\": \"짜장면\",\n        \"hits\": 0\n    },\n    {\n        \"id\": 3,\n        \"name\": \"익스프레스\",\n        \"hits\": 0\n    }\n]"}],"_postman_id":"d03039e4-4a3b-46a4-bf64-f737334fc65f"},{"name":"해당 태그의 포스트 목록 조회","id":"c34629a2-e140-4210-97bd-c42f286eb067","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/list/post/tag/:HashTagId?sort=recent || popular&limit=number&offset=number","description":"<h3 id=\"해당-태그가-포함된-게시글목록을-조회하는-api\">해당 태그가 포함된 게시글목록을 조회하는 API</h3>\n<p><strong>인기순이 아닌 게시글의 조회순으로 인기검색</strong></p>\n<ul>\n<li><p>sort? : 정렬 기준 (기본값: recent)</p>\n</li>\n<li><p>\"recent\" : 최신순 </p>\n</li>\n<li><p>\"popular\" : 조회순</p>\n</li>\n<li><p>limit? :number </p>\n</li>\n<li><p>조회할 데이터 raw수를 지정</p>\n</li>\n<li><p>offset? :number</p>\n</li>\n<li><p>infiniteScrolling시 게시글의 시작점 지정</p>\n</li>\n</ul>\n<hr />\n<h4 id=\"path\">PATH</h4>\n<ul>\n<li>HashTagId :number</li>\n<li>조회할 태그의 아이디</li>\n</ul>\n","urlObject":{"protocol":"http","port":"8000","path":["list","post","tag",":HashTagId"],"host":["localhost"],"query":[{"description":{"content":"<p>정렬 기준 </p>\n","type":"text/plain"},"key":"sort","value":"recent || popular"},{"description":{"content":"<p>조회할 데이터 raw수를 지정 (선택)</p>\n","type":"text/plain"},"key":"limit","value":"number"},{"description":{"content":"<p>infiniteScrolling시 게시글의 시작점 지정 (선택)</p>\n","type":"text/plain"},"key":"offset","value":"number"}],"variable":[{"description":{"content":"<p>조회할 해시태그의 아이디</p>\n","type":"text/plain"},"type":"any","value":"number","key":"HashTagId"}]}},"response":[{"id":"fa064e1d-b7a4-4236-ac89-b47c22d90933","name":"성공","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8000/list/post/tag/1?sort=popular","protocol":"http","host":["localhost"],"port":"8000","path":["list","post","tag","1"],"query":[{"key":"limit","value":"number","description":"조회할 데이터 raw수를 지정","disabled":true},{"key":"offset","value":"number","description":"infiniteScrolling시 게시글의 시작점 지정","disabled":true},{"key":"sort","value":"popular"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"4199"},{"key":"ETag","value":"W/\"1067-zCMmQzLV/aiglmXuv+EgEzSefRQ\""},{"key":"Date","value":"Sun, 23 May 2021 16:36:13 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"title\": \"첫번째 게시글1111222\",\n        \"thumbnail\": \"http://localhost:8000/image/thumbnail/almostmonday_comeoncomeon1620054734922.jpg\",\n        \"summary\": \"222222\",\n        \"createdAt\": \"2021-04-20T09:26:17.000Z\",\n        \"updatedAt\": \"2021-05-21T14:08:54.000Z\",\n        \"User\": {\n            \"id\": 1,\n            \"nickname\": \"ㅇ원근\",\n            \"avatar\": \"http://k.kakaocdn.net/dn/9vBk6/btq18oF8bqC/9IFN5ZrsnkuK9Jease4T61/img_640x640.jpg\",\n            \"introduce\": null\n        },\n        \"POST_HASHTAG\": {\n            \"createdAt\": \"2021-05-04T16:07:14.000Z\",\n            \"updatedAt\": \"2021-05-04T16:07:14.000Z\",\n            \"PostId\": 1,\n            \"HashTagId\": 1\n        }\n    },\n    {\n        \"id\": 49,\n        \"title\": \"픽스토리에 추가시킬 두번째 글 \",\n        \"thumbnail\": \"http://localhost:8000/image/thumbnail/malek-dridi-0F7GRXNOG7g-unsplash1621580326941.jpg\",\n        \"summary\": \"픽스토리에 추가시킬 두번째 글 \",\n        \"createdAt\": \"2021-05-21T06:34:49.000Z\",\n        \"updatedAt\": \"2021-05-21T08:18:18.000Z\",\n        \"User\": {\n            \"id\": 15,\n            \"nickname\": \"수이니\",\n            \"avatar\": \"http://k.kakaocdn.net/dn/SjJMe/btqDRMo6wS2/KoJej2RJ19u3DES4mDlZ8K/img_640x640.jpg\",\n            \"introduce\": \"소개소개\"\n        },\n        \"POST_HASHTAG\": {\n            \"createdAt\": \"2021-05-21T08:18:28.000Z\",\n            \"updatedAt\": \"2021-05-21T08:18:28.000Z\",\n            \"PostId\": 49,\n            \"HashTagId\": 1\n        }\n    },\n    {\n        \"id\": 45,\n        \"title\": \"ㄹㄹㄹㄹㄹ\",\n        \"thumbnail\": \"http://localhost:8000/image/thumbnail/clip-3001621341306261.png\",\n        \"summary\": \"521525\",\n        \"createdAt\": \"2021-05-18T12:33:00.000Z\",\n        \"updatedAt\": \"2021-05-21T06:47:35.000Z\",\n        \"User\": null,\n        \"POST_HASHTAG\": {\n            \"createdAt\": \"2021-05-18T12:39:12.000Z\",\n            \"updatedAt\": \"2021-05-18T12:39:12.000Z\",\n            \"PostId\": 45,\n            \"HashTagId\": 1\n        }\n    },\n    {\n        \"id\": 57,\n        \"title\": \"해시태그 로그 테스트\",\n        \"thumbnail\": \"http://localhost:8000/image/thumbnail/2cb045b7ae35039cfeb4ae4137cb09f61621677604586.gif\",\n        \"summary\": \"123123123\",\n        \"createdAt\": \"2021-05-22T09:57:11.000Z\",\n        \"updatedAt\": \"2021-05-22T10:01:08.000Z\",\n        \"User\": {\n            \"id\": 11,\n            \"nickname\": \"유원근\",\n            \"avatar\": \"http://k.kakaocdn.net/dn/9vBk6/btq18oF8bqC/9IFN5ZrsnkuK9Jease4T61/img_640x640.jpg\",\n            \"introduce\": null\n        },\n        \"POST_HASHTAG\": {\n            \"createdAt\": \"2021-05-22T10:00:59.000Z\",\n            \"updatedAt\": \"2021-05-22T10:00:59.000Z\",\n            \"PostId\": 57,\n            \"HashTagId\": 1\n        }\n    },\n    {\n        \"id\": 4,\n        \"title\": \"첫번째 게시글\",\n        \"thumbnail\": \"http://localhost:8000/image/thumbnail/almostmonday_comeoncomeon1620054734922.jpg\",\n        \"summary\": \"1123123123\",\n        \"createdAt\": \"2021-04-21T07:44:45.000Z\",\n        \"updatedAt\": \"2021-04-21T07:44:45.000Z\",\n        \"User\": {\n            \"id\": 5,\n            \"nickname\": \"원근\",\n            \"avatar\": \"111.png\",\n            \"introduce\": null\n        },\n        \"POST_HASHTAG\": {\n            \"createdAt\": \"2021-04-21T07:44:45.000Z\",\n            \"updatedAt\": \"2021-04-21T07:44:45.000Z\",\n            \"PostId\": 4,\n            \"HashTagId\": 1\n        }\n    },\n    {\n        \"id\": 5,\n        \"title\": \"수정 가나다라마바사\",\n        \"thumbnail\": \"clip-message-sent1618992302483.png\",\n        \"summary\": \"요약입니다!\",\n        \"createdAt\": \"2021-04-21T07:52:03.000Z\",\n        \"updatedAt\": \"2021-04-21T08:05:08.000Z\",\n        \"User\": {\n            \"id\": 1,\n            \"nickname\": \"ㅇ원근\",\n            \"avatar\": \"http://k.kakaocdn.net/dn/9vBk6/btq18oF8bqC/9IFN5ZrsnkuK9Jease4T61/img_640x640.jpg\",\n            \"introduce\": null\n        },\n        \"POST_HASHTAG\": {\n            \"createdAt\": \"2021-04-21T08:04:49.000Z\",\n            \"updatedAt\": \"2021-04-21T08:04:49.000Z\",\n            \"PostId\": 5,\n            \"HashTagId\": 1\n        }\n    },\n    {\n        \"id\": 11,\n        \"title\": \"열한번째 게시글\",\n        \"thumbnail\": \"http://localhost:8000/image/thumbnail/almostmonday_comeoncomeon1620054734922.jpg\",\n        \"summary\": \"수정했어요!\",\n        \"createdAt\": \"2021-04-21T09:06:35.000Z\",\n        \"updatedAt\": \"2021-04-21T09:10:36.000Z\",\n        \"User\": {\n            \"id\": 1,\n            \"nickname\": \"ㅇ원근\",\n            \"avatar\": \"http://k.kakaocdn.net/dn/9vBk6/btq18oF8bqC/9IFN5ZrsnkuK9Jease4T61/img_640x640.jpg\",\n            \"introduce\": null\n        },\n        \"POST_HASHTAG\": {\n            \"createdAt\": \"2021-04-21T09:07:12.000Z\",\n            \"updatedAt\": \"2021-04-21T09:07:12.000Z\",\n            \"PostId\": 11,\n            \"HashTagId\": 1\n        }\n    },\n    {\n        \"id\": 20,\n        \"title\": \"22222123123\",\n        \"thumbnail\": \"http://localhost:8000/image/thumbnail/pablita-sign-out-21620657422444.png\",\n        \"summary\": \"11111\",\n        \"createdAt\": \"2021-05-10T14:36:42.000Z\",\n        \"updatedAt\": \"2021-05-10T14:37:08.000Z\",\n        \"User\": {\n            \"id\": 11,\n            \"nickname\": \"유원근\",\n            \"avatar\": \"http://k.kakaocdn.net/dn/9vBk6/btq18oF8bqC/9IFN5ZrsnkuK9Jease4T61/img_640x640.jpg\",\n            \"introduce\": null\n        },\n        \"POST_HASHTAG\": {\n            \"createdAt\": \"2021-05-10T14:36:42.000Z\",\n            \"updatedAt\": \"2021-05-10T14:36:42.000Z\",\n            \"PostId\": 20,\n            \"HashTagId\": 1\n        }\n    },\n    {\n        \"id\": 37,\n        \"title\": \"게시글\",\n        \"thumbnail\": \"http://localhost:8000/image/thumbnail/clip-3001621340066389.png\",\n        \"summary\": \"123123123\",\n        \"createdAt\": \"2021-05-18T11:57:04.000Z\",\n        \"updatedAt\": \"2021-05-18T12:14:32.000Z\",\n        \"User\": null,\n        \"POST_HASHTAG\": {\n            \"createdAt\": \"2021-05-18T12:14:17.000Z\",\n            \"updatedAt\": \"2021-05-18T12:14:17.000Z\",\n            \"PostId\": 37,\n            \"HashTagId\": 1\n        }\n    }\n]"}],"_postman_id":"c34629a2-e140-4210-97bd-c42f286eb067"},{"name":"검색","id":"a5f19847-7f05-41c9-b163-af43f6a44e35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/list/search?sort=recent || popular&type=picstory || post || writer &keyword=string","description":"<h3 id=\"작품--작가--픽스토리를-키워드로-검색할-수-있는-api\">작품 / 작가 / 픽스토리를 키워드로 검색할 수 있는 API</h3>\n<ul>\n<li><p>sort? : 정렬 기준 (기본값: recent)</p>\n</li>\n<li><p>\"recent\" : 최신순 </p>\n</li>\n<li><p>\"popular\" : 인기순 </p>\n</li>\n<li><p>type : 검색 타입</p>\n<ul>\n<li>\"picstory\" : 픽스토리 검색  </li>\n<li>\"post\" : 게시글 검색</li>\n<li>\"writer\" : 작가 검색</li>\n</ul>\n</li>\n<li><p>keyword : 검색키워드 </p>\n</li>\n<li><p>작가검색 - 이메일과 닉네임 키워드 포함검색</p>\n</li>\n<li><p>게시글 검색 - 제목과 요약 키워드 포함검색</p>\n</li>\n<li><p>픽스토리 검색 - 픽스토리 제목 요약 키워드 포함검색</p>\n</li>\n<li><p>limit? :number </p>\n</li>\n<li><p>조회할 데이터 raw수를 지정</p>\n</li>\n<li><p>offset? :number</p>\n</li>\n<li><p>infiniteScrolling시 게시글의 시작점 지정</p>\n</li>\n</ul>\n","urlObject":{"protocol":"http","port":"8000","path":["list","search"],"host":["localhost"],"query":[{"description":{"content":"<p>검색결과 정렬 기준 </p>\n","type":"text/plain"},"key":"sort","value":"recent || popular"},{"description":{"content":"<p>검색할 태이블 </p>\n","type":"text/plain"},"key":"type","value":"picstory || post || writer "},{"disabled":true,"description":{"content":"<p>조회할 데이터 raw수를 지정 (default: 12) </p>\n","type":"text/plain"},"key":"limit","value":"number"},{"disabled":true,"description":{"content":"<p>infiniteScrolling시 게시글의 시작점 지정 (default :0)</p>\n","type":"text/plain"},"key":"offset","value":"number"},{"description":{"content":"<p>검색할 키워드 (키워드가 포함된 결과가 리턴)</p>\n","type":"text/plain"},"key":"keyword","value":"string"}],"variable":[]}},"response":[{"id":"0600e27b-a322-47eb-aa84-f783c4050113","name":"작가 최신순 검색","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8000/list/search?type=writer&limit=3&keyword=","protocol":"http","host":["localhost"],"port":"8000","path":["list","search"],"query":[{"key":"sort","value":"popular","description":"'recent' - 최신순 \n'popular' - 인기순 \n","disabled":true},{"key":"type","value":"writer","description":"'picstory' - 픽스토리 검색 \n'post' - 게시글 검색 \n'writer' - 작가 검색 "},{"key":"limit","value":"3","description":"조회할 데이터 raw수를 지정"},{"key":"offset","value":"number","description":"infiniteScrolling시 게시글의 시작점 지정","disabled":true},{"key":"keyword","value":"","description":"검색할 키워드 (키워드가 포함된 결과가 리턴)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"411"},{"key":"ETag","value":"W/\"19b-rOH846pknZnlJOKbuwF4YdokKuE\""},{"key":"Date","value":"Mon, 24 May 2021 13:44:16 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 18,\n        \"nickname\": \"테스터\",\n        \"avatar\": \"http://localhost:8000/image/avatar/initial_avatar.png\",\n        \"introduce\": null\n    },\n    {\n        \"id\": 17,\n        \"nickname\": \"엄언엄엄엄지\",\n        \"avatar\": \"http://k.kakaocdn.net/dn/w39jn/btqPDJOKTF3/814sItL2cxB4KITjbu8KiK/img_640x640.jpg\",\n        \"introduce\": null\n    },\n    {\n        \"id\": 16,\n        \"nickname\": \"sn m\",\n        \"avatar\": \"https://lh3.googleusercontent.com/a/AATXAJz-e8fqU00E-wgbS2YKbald9scQ-onNLDNxdcD8=s96-c\",\n        \"introduce\": null\n    }\n]"},{"id":"3ad6cae3-311b-4b0c-af91-96237f324891","name":"'첫'키워드로 게시글 인기순 검색","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8000/list/search?sort=popular&type=post&limit=3&keyword=첫","protocol":"http","host":["localhost"],"port":"8000","path":["list","search"],"query":[{"key":"sort","value":"popular","description":"'recent' - 최신순 \n'popular' - 인기순 \n"},{"key":"type","value":"post","description":"'picstory' - 픽스토리 검색 \n'post' - 게시글 검색 \n'writer' - 작가 검색 "},{"key":"limit","value":"3","description":"조회할 데이터 raw수를 지정"},{"key":"offset","value":"number","description":"infiniteScrolling시 게시글의 시작점 지정","disabled":true},{"key":"keyword","value":"첫","description":"검색할 키워드 (키워드가 포함된 결과가 리턴)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"408"},{"key":"ETag","value":"W/\"198-WmKVQrhsHL2RYxDQh71jwz163uw\""},{"key":"Date","value":"Mon, 24 May 2021 13:45:45 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"title\": \"첫번째 게시글1111222\",\n        \"thumbnail\": \"http://localhost:8000/image/thumbnail/almostmonday_comeoncomeon1620054734922.jpg\",\n        \"summary\": \"222222\",\n        \"createdAt\": \"2021-04-20T09:26:17.000Z\",\n        \"updatedAt\": \"2021-05-24T05:42:48.000Z\",\n        \"User\": {\n            \"id\": 1,\n            \"nickname\": \"ㅇ원근\",\n            \"avatar\": \"http://k.kakaocdn.net/dn/9vBk6/btq18oF8bqC/9IFN5ZrsnkuK9Jease4T61/img_640x640.jpg\",\n            \"introduce\": \"수정된 한줄소개\"\n        }\n    }\n]"}],"_postman_id":"a5f19847-7f05-41c9-b163-af43f6a44e35"},{"name":"전시회 목록 조회","id":"621ed931-5cc4-4bcf-846e-5bfdb99f1859","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/list/exhibition?limit=number&offset=number","description":"<h3 id=\"전시회-목록을-조회할-수-있는-api\">전시회 목록을 조회할 수 있는 API</h3>\n<p><strong>관리자의 승인을 받은 전시회만 응답한다</strong></p>\n<ul>\n<li><p>limit? :number </p>\n</li>\n<li><p>조회할 데이터 raw수를 지정</p>\n</li>\n<li><p>offset? :number</p>\n</li>\n<li><p>infiniteScrolling시 게시글의 시작점 지정</p>\n</li>\n</ul>\n","urlObject":{"protocol":"http","port":"8000","path":["list","exhibition"],"host":["localhost"],"query":[{"description":{"content":"<p>조회할 데이터 raw수를 지정 (선택)</p>\n","type":"text/plain"},"key":"limit","value":"number"},{"description":{"content":"<p>infiniteScrolling시 게시글의 시작점 지정 (선택)</p>\n","type":"text/plain"},"key":"offset","value":"number"}],"variable":[]}},"response":[{"id":"2e10aaad-c677-456a-ba53-e6994fa19ecc","name":"성공","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8000/list/exhibition?limit=3","protocol":"http","host":["localhost"],"port":"8000","path":["list","exhibition"],"query":[{"key":"limit","value":"3","description":"조회할 데이터 raw수를 지정 (선택)"},{"key":"offset","value":"number","description":"infiniteScrolling시 게시글의 시작점 지정 (선택)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"621"},{"key":"ETag","value":"W/\"26d-dYYF+1oCGkHcUO6ARuf+mzROVbQ\""},{"key":"Date","value":"Mon, 24 May 2021 14:30:35 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"poster\": \"string\",\n        \"cost\": 0,\n        \"title\": \"string\",\n        \"startDate\": \"string\",\n        \"endDate\": \"string\",\n        \"User\": {\n            \"id\": 1,\n            \"email\": \"yhg0337@gmail.com\",\n            \"name\": \"원근\",\n            \"avatar\": \"http://k.kakaocdn.net/dn/9vBk6/btq18oF8bqC/9IFN5ZrsnkuK9Jease4T61/img_640x640.jpg\"\n        }\n    },\n    {\n        \"id\": 2,\n        \"poster\": \"string\",\n        \"cost\": 0,\n        \"title\": \"string\",\n        \"startDate\": \"string\",\n        \"endDate\": \"string\",\n        \"User\": {\n            \"id\": 2,\n            \"email\": \"yhg03237@gmail.com\",\n            \"name\": \"유원근\",\n            \"avatar\": \"initial_avatar.png\"\n        }\n    },\n    {\n        \"id\": 3,\n        \"poster\": \"string\",\n        \"cost\": 0,\n        \"title\": \"string\",\n        \"startDate\": \"string\",\n        \"endDate\": \"string\",\n        \"User\": {\n            \"id\": 2,\n            \"email\": \"yhg03237@gmail.com\",\n            \"name\": \"유원근\",\n            \"avatar\": \"initial_avatar.png\"\n        }\n    }\n]"}],"_postman_id":"621ed931-5cc4-4bcf-846e-5bfdb99f1859"}],"id":"a2a6d164-8d98-497e-b62f-0bf789513ed1","description":"<h3 id=\"인기순위나-특정-페이지의-데이터-리스트를-조회하는-api-입니다\">인기순위나 특정 페이지의 데이터 리스트를 조회하는 API 입니다.</h3>\n<ul>\n<li><a href=\"http://localhost:8000/list\">http://localhost:8000/list</a> 의 라우팅 주소를 가지고 있습니다.</li>\n</ul>\n<hr />\n","_postman_id":"a2a6d164-8d98-497e-b62f-0bf789513ed1"},{"name":"픽스토리 (picstory)","item":[{"name":"픽스토리 생성","id":"9327e461-d36a-4655-8fd0-35917850a7f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"새로운 픽스토리 제목\",\n    \"thumbnail\": \"upload thumbnail api 요청결과로 받은 주소값\",\n    \"description\": \"픽스토리에 대한 설명\",\n    \"UserId\": 생성유저의 아이디값\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/picstory","urlObject":{"protocol":"http","port":"8000","path":["picstory"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f9be8595-97b3-4a0a-8ef3-8722c7a175c6","name":"성공","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"새로운 픽스토리\",\n    \"thumbnail\": \"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRv5QDoawqzrmnI9ymjsLg1v8sOf8Y-lYFcQA&usqp=CAU\",\n    \"description\": \"픽스토리테스트 중입니다.\",\n    \"UserId\": 1\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/picstory"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"42"},{"key":"ETag","value":"W/\"2a-fPnbmjG1gh0gEEWZirhAJioBhmk\""},{"key":"Date","value":"Sun, 23 May 2021 16:42:57 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 39,\n    \"title\": \"새로운 픽스토리\"\n}"}],"_postman_id":"9327e461-d36a-4655-8fd0-35917850a7f1"},{"name":"픽스토리 제거","id":"414cdfa4-436c-41b4-83bb-b4ec6d7c60f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8000/picstory/:PicstoryId","urlObject":{"protocol":"http","port":"8000","path":["picstory",":PicstoryId"],"host":["localhost"],"query":[],"variable":[{"description":{"content":"<p>제거할 픽스토리의 아이디 </p>\n","type":"text/plain"},"type":"any","value":"number","key":"PicstoryId"}]}},"response":[{"id":"1001a87e-004d-4302-87c8-777d267ab976","name":"픽스토리 제거","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:8000/picstory/:PicstoryId","protocol":"http","host":["localhost"],"port":"8000","path":["picstory",":PicstoryId"],"variable":[{"key":"PicstoryId","value":"39","description":"제거할 픽스토리의 아이디 "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"9"},{"key":"ETag","value":"W/\"9-t7fllWdUNxWdebLfRSB5mPVN+vw\""},{"key":"Date","value":"Sun, 23 May 2021 16:45:19 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 39\n}"}],"_postman_id":"414cdfa4-436c-41b4-83bb-b4ec6d7c60f8"},{"name":"유저의 픽스토리 리스트를 조회","id":"1f69be71-db58-4334-963f-1b04d6d1d2b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/picstory/:UserId","urlObject":{"protocol":"http","port":"8000","path":["picstory",":UserId"],"host":["localhost"],"query":[],"variable":[{"description":{"content":"<p>조회할 유저의 아이디 </p>\n","type":"text/plain"},"type":"any","value":"number","key":"UserId"}]}},"response":[{"id":"3276c0ba-55c4-4c32-8cb0-6ee5d963fcfd","name":"성공","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8000/picstory/:UserId","protocol":"http","host":["localhost"],"port":"8000","path":["picstory",":UserId"],"variable":[{"key":"UserId","value":"1","description":"조회할 유저의 아이디 "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"424"},{"key":"ETag","value":"W/\"1a8-nyNzeeWwEzGj/csJx7uLgOLEIAw\""},{"key":"Date","value":"Sun, 23 May 2021 16:47:12 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 11,\n        \"title\": \"asdasdasd\"\n    },\n    {\n        \"id\": 13,\n        \"title\": \"asdasd22222\"\n    },\n    {\n        \"id\": 15,\n        \"title\": \"123123\"\n    },\n    {\n        \"id\": 16,\n        \"title\": \"23232\"\n    },\n    {\n        \"id\": 17,\n        \"title\": \"1111\"\n    },\n    {\n        \"id\": 18,\n        \"title\": \"3333\"\n    },\n    {\n        \"id\": 19,\n        \"title\": \"4444\"\n    },\n    {\n        \"id\": 20,\n        \"title\": \"5555\"\n    },\n    {\n        \"id\": 26,\n        \"title\": \"test1\"\n    },\n    {\n        \"id\": 27,\n        \"title\": \"test2\"\n    },\n    {\n        \"id\": 28,\n        \"title\": \"test3\"\n    },\n    {\n        \"id\": 29,\n        \"title\": \"test4\"\n    },\n    {\n        \"id\": 30,\n        \"title\": \"test5\"\n    },\n    {\n        \"id\": 31,\n        \"title\": \"test6\"\n    },\n    {\n        \"id\": 32,\n        \"title\": \"test7\"\n    },\n    {\n        \"id\": 33,\n        \"title\": \"test8\"\n    }\n]"}],"_postman_id":"1f69be71-db58-4334-963f-1b04d6d1d2b4"},{"name":"게시글을 픽스토리에 추가","id":"5d15a592-da0e-4339-8a41-f43ddcc2cf62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"PostId\": \"추가할 게시글 아이디\",\n    \"PicstoryId\": \"픽스토리 아이디\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/picstory/post","urlObject":{"protocol":"http","port":"8000","path":["picstory","post"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"dc09ae5e-9992-4bed-93ce-ca3f80c706eb","name":"성공","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"PostId\": \"1\",\n    \"PicstoryId\": \"2\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/picstory/post"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"8"},{"key":"ETag","value":"W/\"8-M1u4Sc28uxk+zyXJvSTJaEkyIGw\""},{"key":"Date","value":"Sun, 23 May 2021 17:03:29 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2\n}"}],"_postman_id":"5d15a592-da0e-4339-8a41-f43ddcc2cf62"},{"name":"게시글을 픽스토리에서 제거","id":"54d9641d-6456-4b98-b0e9-cef2be9d7d49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"PostId\": \"추가할 게시글 아이디\",\n    \"PicstoryId\": \"픽스토리 아이디\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/picstory/post","urlObject":{"protocol":"http","port":"8000","path":["picstory","post"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"633f2d90-f075-4e66-a5c3-83c0c54ae07b","name":"성공","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n\t\"PostId\":\"1\",\n\t\"PicstoryId\":\"2\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/picstory/post"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"8"},{"key":"ETag","value":"W/\"8-M1u4Sc28uxk+zyXJvSTJaEkyIGw\""},{"key":"Date","value":"Sun, 23 May 2021 17:04:44 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2\n}"}],"_postman_id":"54d9641d-6456-4b98-b0e9-cef2be9d7d49"}],"id":"0f7daa5d-548d-470a-8ecd-4059b3e177e4","description":"<h3 id=\"픽스토리에-관한-요청을-처리하는-api-입니다\">픽스토리에 관한 요청을 처리하는 API 입니다.</h3>\n<ul>\n<li><a href=\"http://localhost:8000/picstory\">http://localhost:8000/picstory</a> 의 라우팅 주소를 가지고 있습니다.</li>\n</ul>\n<hr />\n","_postman_id":"0f7daa5d-548d-470a-8ecd-4059b3e177e4"},{"name":"전시회 - 아카이브 (exhibition)","item":[{"name":"전시회 정보 추가","id":"34f9a3ac-ec6a-4aca-9489-8cae919982f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"cost\": \"가격\",\n    \"webPage\": \"전시회 정보 사이트\",\n    \"contact\": \"연락 번호\",\n    \"email\": \"연락 이메일\",\n    \"title\": \"전시회 제목\",\n    \"author\": \"작가\",\n    \"address\": \"전시회 주소\",\n    \"description\": \"전시회 정보\",\n    \"startDate\": \"시작일\",\n    \"endDate\": \"종료일\",\n    \"poster\": \"업로드 api 결과로 받은 이미지 경로\",\n    \"UserId\": \"작성자 아이디\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/exhibition","urlObject":{"protocol":"http","port":"8000","path":["exhibition"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d6c7564f-09f6-47da-9618-ba6e162a416a","name":"성공","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"cost\": 0,\n    \"webPage\": \"www.naver.com\",\n    \"contact\": \"010-0000-0000\",\n    \"email\": \"dv@gmail.com\",\n    \"title\": \"전시회 1\",\n    \"author\": \"무슨 무슨 작가\",\n    \"address\": \"서울시 서초구 ***동 ***건물\",\n    \"description\": \"전시회 정보\",\n    \"startDate\": \"2021-04-20 09:25:39\",\n    \"endDate\": \"2021-04-20 09:25:39\",\n    \"poster\": \"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRv5QDoawqzrmnI9ymjsLg1v8sOf8Y-lYFcQA&usqp=CAU\",\n    \"UserId\": 1\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/exhibition"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"507"},{"key":"ETag","value":"W/\"1fb-us8EugGPjhqYw39iwa1tEWe9KC8\""},{"key":"Date","value":"Sun, 23 May 2021 17:08:30 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 15,\n    \"cost\": 0,\n    \"webPage\": \"www.naver.com\",\n    \"contact\": \"010-0000-0000\",\n    \"email\": \"dv@gmail.com\",\n    \"title\": \"전시회 1\",\n    \"author\": \"무슨 무슨 작가\",\n    \"address\": \"서울시 서초구 ***동 ***건물\",\n    \"description\": \"전시회 정보\",\n    \"startDate\": \"2021-04-20 09:25:39\",\n    \"endDate\": \"2021-04-20 09:25:39\",\n    \"poster\": \"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRv5QDoawqzrmnI9ymjsLg1v8sOf8Y-lYFcQA&usqp=CAU\",\n    \"UserId\": 1,\n    \"isAllow\": 0,\n    \"updatedAt\": \"2021-05-23T17:08:30.363Z\",\n    \"createdAt\": \"2021-05-23T17:08:30.363Z\"\n}"}],"_postman_id":"34f9a3ac-ec6a-4aca-9489-8cae919982f7"},{"name":"전시회 리스트 조회","id":"3d252ec1-47c2-4bf1-a870-43f862d173df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/exhibition?limit=number&offset=number","urlObject":{"protocol":"http","port":"8000","path":["exhibition"],"host":["localhost"],"query":[{"description":{"content":"<p>조회할 데이터 raw수를 지정 (선택)</p>\n","type":"text/plain"},"key":"limit","value":"number"},{"description":{"content":"<p>infiniteScrolling시 게시글의 시작점 지정 (선택)</p>\n","type":"text/plain"},"key":"offset","value":"number"}],"variable":[]}},"response":[{"id":"5cb5df3f-241a-40b6-af7b-7836e747fe36","name":"성공","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8000/exhibition","protocol":"http","host":["localhost"],"port":"8000","path":["exhibition"],"query":[{"key":"limit","value":"number","description":"조회할 데이터 raw수를 지정 (선택)","disabled":true},{"key":"offset","value":"number","description":"infiniteScrolling시 게시글의 시작점 지정 (선택)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"5003"},{"key":"ETag","value":"W/\"138b-nrr/nqhnRaGHgCY133LvxiJRgmc\""},{"key":"Date","value":"Sun, 23 May 2021 17:11:17 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 15,\n        \"cost\": 0,\n        \"webPage\": \"www.naver.com\",\n        \"contact\": \"010-0000-0000\",\n        \"email\": \"dv@gmail.com\",\n        \"title\": \"전시회 1\",\n        \"author\": \"무슨 무슨 작가\",\n        \"address\": \"서울시 서초구 ***동 ***건물\",\n        \"description\": \"전시회 정보\",\n        \"isAllow\": 0,\n        \"startDate\": \"2021-04-20 09:25:39\",\n        \"endDate\": \"2021-04-20 09:25:39\",\n        \"poster\": \"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRv5QDoawqzrmnI9ymjsLg1v8sOf8Y-lYFcQA&usqp=CAU\",\n        \"createdAt\": \"2021-05-23T17:08:30.000Z\",\n        \"updatedAt\": \"2021-05-23T17:08:30.000Z\",\n        \"UserId\": 1,\n        \"User\": {\n            \"id\": 1,\n            \"email\": \"yhg0337@gmail.com\",\n            \"name\": \"원근\",\n            \"avatar\": \"http://k.kakaocdn.net/dn/9vBk6/btq18oF8bqC/9IFN5ZrsnkuK9Jease4T61/img_640x640.jpg\"\n        }\n    },\n    {\n        \"id\": 14,\n        \"cost\": 11000,\n        \"webPage\": \"www.daum.net\",\n        \"contact\": \"010-2222-3333\",\n        \"email\": \"eeee@naver.com\",\n        \"title\": \"moon\",\n        \"author\": \"mmon, ss, h\",\n        \"address\": \"우리집\",\n        \"description\": \"<p>이런 전시가 열릴거예요</p>\\n\",\n        \"isAllow\": 0,\n        \"startDate\": \"2021-05-12\",\n        \"endDate\": \"2021-05-25\",\n        \"poster\": \"http://localhost:8000/image/poster/moon1621584093068.jpg\",\n        \"createdAt\": \"2021-05-21T08:03:05.000Z\",\n        \"updatedAt\": \"2021-05-21T08:03:05.000Z\",\n        \"UserId\": 15,\n        \"User\": {\n            \"id\": 15,\n            \"email\": \"letthere@hanmail.net\",\n            \"name\": \"수인\",\n            \"avatar\": \"http://k.kakaocdn.net/dn/SjJMe/btqDRMo6wS2/KoJej2RJ19u3DES4mDlZ8K/img_640x640.jpg\"\n        }\n    },\n    {\n        \"id\": 13,\n        \"cost\": 0,\n        \"webPage\": \"www.naver.com\",\n        \"contact\": \"010-8731-0337\",\n        \"email\": \"yhg0337@naver.com\",\n        \"title\": \"가가ㅏㅏ\",\n        \"author\": \"모름\",\n        \"address\": \"서울숲\",\n        \"description\": \"<p>세부 전시 내용(작가 정보, 텍스트, 평론, 운영 시간 등)을 작성해 주세요.asdasdasd</p>\\n\",\n        \"isAllow\": 0,\n        \"startDate\": \"2021-05-02\",\n        \"endDate\": \"2021-05-12\",\n        \"poster\": \"http://localhost:8000/image/poster/image_2021-04-02_01-26-421621583969513.png\",\n        \"createdAt\": \"2021-05-21T08:00:55.000Z\",\n        \"updatedAt\": \"2021-05-21T08:00:55.000Z\",\n        \"UserId\": 11,\n        \"User\": {\n            \"id\": 11,\n            \"email\": \"yhg0337@naver.com\",\n            \"name\": \"유원근\",\n            \"avatar\": \"http://k.kakaocdn.net/dn/9vBk6/btq18oF8bqC/9IFN5ZrsnkuK9Jease4T61/img_640x640.jpg\"\n        }\n    },\n    {\n        \"id\": 12,\n        \"cost\": 0,\n        \"webPage\": \"http://naver.com\",\n        \"contact\": \"010-1112-3332\",\n        \"email\": \"fff@naver.com\",\n        \"title\": \"딸기우유 전시회\",\n        \"author\": \"딸기, 체리\",\n        \"address\": \"동대문시장\",\n        \"description\": \"<p><img src=\\\"http://localhost:8000/image/exhibition/fruit41621354263571.jpg\\\" alt=\\\"22\\\"><br>\\n딸기우유다!<br>\\n<img src=\\\"http://localhost:8000/image/exhibition/fruit31621354281178.jpg\\\" alt=\\\"23\\\"><br>\\n체리다!</p>\\n\",\n        \"isAllow\": 0,\n        \"startDate\": \"2021-05-21\",\n        \"endDate\": \"2021-05-21\",\n        \"poster\": \"http://localhost:8000/image/poster/fruit41621353989115.jpg\",\n        \"createdAt\": \"2021-05-18T16:11:41.000Z\",\n        \"updatedAt\": \"2021-05-18T16:11:41.000Z\",\n        \"UserId\": null,\n        \"User\": null\n    },\n    {\n        \"id\": 11,\n        \"cost\": 1000,\n        \"webPage\": \"http://naver.com\",\n        \"contact\": \"010-1111-1222\",\n        \"email\": \"avav@naver.com\",\n        \"title\": \"뭬뭬뭬\",\n        \"author\": \"엄지쥉\",\n        \"address\": \"산속어느\",\n        \"description\": \"<p>짜라짜라짠짠짠<br>\\n<img src=\\\"http://localhost:8000/image/exhibition/mini31621334299987.jpg\\\" alt=\\\"13\\\"></p>\\n\",\n        \"isAllow\": 0,\n        \"startDate\": \"2021-05-17\",\n        \"endDate\": \"2021-05-19\",\n        \"poster\": \"http://localhost:8000/image/poster/poster1621334239161.jpg\",\n        \"createdAt\": \"2021-05-18T10:38:21.000Z\",\n        \"updatedAt\": \"2021-05-18T10:38:21.000Z\",\n        \"UserId\": null,\n        \"User\": null\n    },\n    {\n        \"id\": 10,\n        \"cost\": 0,\n        \"webPage\": \"http://naver.com\",\n        \"contact\": \"010-3535-2222\",\n        \"email\": \"anipap2@naver.com\",\n        \"title\": \"무야호\",\n        \"author\": \"배가, 아주\",\n        \"address\": \"디뮤지엄\",\n        \"description\": \"<p><img src=\\\"http://localhost:8000/image/exhibition/fruit1621334185276.jpg\\\" alt=\\\"11\\\"><img src=\\\"http://localhost:8000/image/exhibition/fruit31621334194998.jpg\\\" alt=\\\"12\\\"><br>\\n뾰로로롱 산새가 노래하는 숲속에<br>\\n예쁜 아기 다람쥐가<br>\\n살고 있었어요</p>\\n\",\n        \"isAllow\": 0,\n        \"startDate\": \"2021-05-29\",\n        \"endDate\": \"2021-06-03\",\n        \"poster\": \"http://localhost:8000/image/poster/poster1621334104787.jpg\",\n        \"createdAt\": \"2021-05-18T10:36:39.000Z\",\n        \"updatedAt\": \"2021-05-18T10:36:39.000Z\",\n        \"UserId\": null,\n        \"User\": null\n    },\n    {\n        \"id\": 9,\n        \"cost\": 2323,\n        \"webPage\": \"http://\",\n        \"contact\": \"dfasdf\",\n        \"email\": \"sdfsf\",\n        \"title\": \"dfsdfsdf\",\n        \"author\": \"asdf\",\n        \"address\": \"d\",\n        \"description\": \"<p>세부 전시 내용(작가 정보, 텍스트, 평론, 운영 시간 등)을 작성해 주세요.</p>\\n\",\n        \"isAllow\": 0,\n        \"startDate\": \"2021-04-28\",\n        \"endDate\": \"2021-05-20\",\n        \"poster\": \"http://localhost:8000/image/poster/poster1621330617438.jpg\",\n        \"createdAt\": \"2021-05-18T09:37:00.000Z\",\n        \"updatedAt\": \"2021-05-18T09:37:00.000Z\",\n        \"UserId\": null,\n        \"User\": null\n    },\n    {\n        \"id\": 8,\n        \"cost\": 0,\n        \"webPage\": \"http://naver.com\",\n        \"contact\": \"010-3556-3030\",\n        \"email\": \"anipap2@naver.com\",\n        \"title\": \"현대 공간과 뭐의 비틀림 뭐\",\n        \"author\": \"스폰지밥, 뚱이,징징이\",\n        \"address\": \"디뮤지엄\",\n        \"description\": \"<p><img src=\\\"http://localhost:8000/image/exhibition/fruit41621319838133.jpg\\\" alt=\\\"10\\\"></p>\\n<p>스폰지밥과 뚱이와 징징이의 콜라보 전시회!<br>\\n많관부 하트하트</p>\\n\",\n        \"isAllow\": 0,\n        \"startDate\": \"2021-05-20\",\n        \"endDate\": \"2021-05-22\",\n        \"poster\": \"http://localhost:8000/image/poster/poster1621319725020.jpg\",\n        \"createdAt\": \"2021-05-18T06:37:38.000Z\",\n        \"updatedAt\": \"2021-05-18T06:37:38.000Z\",\n        \"UserId\": null,\n        \"User\": null\n    }\n]"}],"_postman_id":"3d252ec1-47c2-4bf1-a870-43f862d173df"},{"name":"전시회 디테일 정보 조회","id":"ac8d9661-44a9-46a7-8cd0-39b179e0f8e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/exhibition/:ExhibitionId","urlObject":{"protocol":"http","port":"8000","path":["exhibition",":ExhibitionId"],"host":["localhost"],"query":[],"variable":[{"description":{"content":"<p>조회할 전시회의 아이디 </p>\n","type":"text/plain"},"type":"any","value":"number","key":"ExhibitionId"}]}},"response":[{"id":"0bf9c58d-128b-48d0-9d60-2e2b711b200c","name":"성공","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8000/exhibition/:ExhibitionId","protocol":"http","host":["localhost"],"port":"8000","path":["exhibition",":ExhibitionId"],"variable":[{"key":"ExhibitionId","value":"1","description":"조회할 전시회의 아이디 "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"471"},{"key":"ETag","value":"W/\"1d7-eE4AE/sEEnvHTN03XHp+KU2F7dQ\""},{"key":"Date","value":"Sun, 23 May 2021 17:12:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"cost\": 0,\n    \"webPage\": \"naver.com\",\n    \"contact\": \"010-2222-3333\",\n    \"email\": \"string\",\n    \"title\": \"string\",\n    \"author\": \"string\",\n    \"address\": \"string\",\n    \"description\": \"string\",\n    \"isAllow\": 0,\n    \"startDate\": \"string\",\n    \"endDate\": \"string\",\n    \"poster\": \"string\",\n    \"createdAt\": \"2021-05-07T09:09:57.000Z\",\n    \"updatedAt\": \"2021-05-07T09:09:57.000Z\",\n    \"UserId\": 1,\n    \"User\": {\n        \"id\": 1,\n        \"email\": \"yhg0337@gmail.com\",\n        \"name\": \"원근\",\n        \"avatar\": \"http://k.kakaocdn.net/dn/9vBk6/btq18oF8bqC/9IFN5ZrsnkuK9Jease4T61/img_640x640.jpg\"\n    }\n}"}],"_postman_id":"ac8d9661-44a9-46a7-8cd0-39b179e0f8e8"}],"id":"9358b568-fb36-4e43-b34d-384ad5a83746","description":"<h3 id=\"전시회-관련요청을-처리하는-api-입니다\">전시회 관련요청을 처리하는 API 입니다.</h3>\n<ul>\n<li><a href=\"http://localhost:8000/exhibition\">http://localhost:8000/exhibition</a> 의 라우팅 주소를 가지고 있습니다.</li>\n</ul>\n<hr />\n","_postman_id":"9358b568-fb36-4e43-b34d-384ad5a83746"},{"name":"블로그 (blog)","item":[{"name":"불로그의 블로거 정보조회","id":"10c878cd-749c-4977-bfe7-1954208c11b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/blog/user/:UserId","urlObject":{"protocol":"http","port":"8000","path":["blog","user",":UserId"],"host":["localhost"],"query":[],"variable":[{"description":{"content":"<p>해당 블로거의 아이디 </p>\n","type":"text/plain"},"type":"any","value":"number","key":"UserId"}]}},"response":[{"id":"d88f0de4-5306-477a-9a42-032e56c80096","name":"성공","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8000/blog/user/:UserId","protocol":"http","host":["localhost"],"port":"8000","path":["blog","user",":UserId"],"variable":[{"key":"UserId","value":"1","description":"해당 블로거의 아이디 "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"858"},{"key":"ETag","value":"W/\"35a-r3mnvUDq90t4kpWuR0/fi/OvlHM\""},{"key":"Date","value":"Sun, 23 May 2021 17:13:47 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"email\": \"yhg0337@gmail.com\",\n    \"name\": \"원근\",\n    \"nickname\": \"ㅇ원근\",\n    \"introduce\": null,\n    \"avatar\": \"http://k.kakaocdn.net/dn/9vBk6/btq18oF8bqC/9IFN5ZrsnkuK9Jease4T61/img_640x640.jpg\",\n    \"introduction\": \"황금시대의 피부가 이상 두기 밝은 쓸쓸하랴? 풀이 놀이 용기가 황금시대다. 미묘한 품에 그들에게 귀는 관현악이며, 너의 타오르고 스며들어 듣는다. 것이다.보라, 그들의 풍부하게 끝까지 주는 그리하였는가?\\r\\n\\r\\n황금시대의 피부가 이상 두기 밝은 쓸쓸하랴? 풀이 놀이 용기가 황금시대다. 미묘한 품에 그들에게 귀는 관현악이며, 너의 타오르고 스며들어 듣는다. 것이다.보라, 그들의 풍부하게 끝까지 주는 그리하였는가?\",\n    \"website\": \"www.myportfolio.com\",\n    \"mostlyUseModel\": \"Canon AE-1\",\n    \"suberCount\": 3,\n    \"writerCount\": 3\n}"}],"_postman_id":"10c878cd-749c-4977-bfe7-1954208c11b9"},{"name":"블로그 픽스토리 리스트 조회","id":"afdbd693-6098-47e1-97f9-2b3bf919a6a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/blog/picstory/:UserId","urlObject":{"protocol":"http","port":"8000","path":["blog","picstory",":UserId"],"host":["localhost"],"query":[],"variable":[{"description":{"content":"<p>블로거의 아이디 </p>\n","type":"text/plain"},"type":"any","value":"number","key":"UserId"}]}},"response":[{"id":"cd45857b-12da-4f0e-88b1-e59fcd7963a8","name":"성공","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8000/blog/picstory/:UserId","protocol":"http","host":["localhost"],"port":"8000","path":["blog","picstory",":UserId"],"variable":[{"key":"UserId","value":"15","description":"블로거의 아이디 "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1093"},{"key":"ETag","value":"W/\"445-hAA1NwDqPYsre3ZpLIZQw6CEggQ\""},{"key":"Date","value":"Sun, 23 May 2021 17:15:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 38,\n        \"title\": \"두번째 픽스토리\",\n        \"description\": \"sdfsdf\",\n        \"thumbnail\": \"http://localhost:8000/image/thumbnail/nguyen-thien-fIBXk3pV3DU-unsplash1621580286243.jpg\",\n        \"updatedAt\": \"2021-05-21T06:58:14.000Z\",\n        \"createdAt\": \"2021-05-21T06:58:14.000Z\",\n        \"Posts\": [\n            {\n                \"id\": 49,\n                \"title\": \"픽스토리에 추가시킬 두번째 글 \",\n                \"state\": 1,\n                \"thumbnail\": \"http://localhost:8000/image/thumbnail/malek-dridi-0F7GRXNOG7g-unsplash1621580326941.jpg\",\n                \"hits\": 25,\n                \"UserId\": 15,\n                \"updatedAt\": \"2021-05-21T08:18:18.000Z\",\n                \"createdAt\": \"2021-05-21T06:34:49.000Z\",\n                \"likers\": [\n                    {\n                        \"id\": 15,\n                        \"POST_LIKE\": {\n                            \"createdAt\": \"2021-05-21T06:38:36.000Z\",\n                            \"updatedAt\": \"2021-05-21T06:38:36.000Z\",\n                            \"UserId\": 15,\n                            \"PostId\": 49\n                        }\n                    }\n                ],\n                \"STORY_POST\": {\n                    \"createdAt\": \"2021-05-21T09:48:21.000Z\",\n                    \"updatedAt\": \"2021-05-21T09:48:22.000Z\",\n                    \"PostId\": 49,\n                    \"PicStoryId\": 38\n                }\n            },\n            {\n                \"id\": 51,\n                \"title\": \"임시저장 테스트 \",\n                \"state\": 1,\n                \"thumbnail\": \"\",\n                \"hits\": 9,\n                \"UserId\": 15,\n                \"updatedAt\": \"2021-05-21T08:59:52.000Z\",\n                \"createdAt\": \"2021-05-21T08:09:46.000Z\",\n                \"likers\": [],\n                \"STORY_POST\": {\n                    \"createdAt\": \"2021-05-21T09:48:24.000Z\",\n                    \"updatedAt\": \"2021-05-21T09:48:24.000Z\",\n                    \"PostId\": 51,\n                    \"PicStoryId\": 38\n                }\n            }\n        ]\n    }\n]"}],"_postman_id":"afdbd693-6098-47e1-97f9-2b3bf919a6a9"},{"name":"블로그 포스트 리스트 조회","id":"61ba0377-d734-4ff5-97e2-1e91e9976dd4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/blog/post/:UserId","urlObject":{"protocol":"http","port":"8000","path":["blog","post",":UserId"],"host":["localhost"],"query":[],"variable":[{"description":{"content":"<p>블로거의 아이디 </p>\n","type":"text/plain"},"type":"any","value":"number","key":"UserId"}]}},"response":[{"id":"6072788c-7358-4b1a-aab6-3ab21c820e6d","name":"성공","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8000/blog/post/:UserId","protocol":"http","host":["localhost"],"port":"8000","path":["blog","post",":UserId"],"variable":[{"key":"UserId","value":"15","description":"블로거의 아이디 "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"522"},{"key":"ETag","value":"W/\"20a-r4JoknQHztZjoBSWrxcQQY0NSWE\""},{"key":"Date","value":"Sun, 23 May 2021 17:16:48 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 51,\n        \"title\": \"임시저장 테스트 \",\n        \"summary\": \"\",\n        \"thumbnail\": \"\",\n        \"hits\": 9,\n        \"likeCount\": 0,\n        \"updatedAt\": \"2021-05-21T08:59:52.000Z\",\n        \"createdAt\": \"2021-05-21T08:09:46.000Z\",\n        \"UserId\": 15\n    },\n    {\n        \"id\": 49,\n        \"title\": \"픽스토리에 추가시킬 두번째 글 \",\n        \"summary\": \"픽스토리에 추가시킬 두번째 글 \",\n        \"thumbnail\": \"http://localhost:8000/image/thumbnail/malek-dridi-0F7GRXNOG7g-unsplash1621580326941.jpg\",\n        \"hits\": 25,\n        \"likeCount\": 1,\n        \"updatedAt\": \"2021-05-21T08:18:18.000Z\",\n        \"createdAt\": \"2021-05-21T06:34:49.000Z\",\n        \"UserId\": 15\n    }\n]"}],"_postman_id":"61ba0377-d734-4ff5-97e2-1e91e9976dd4"},{"name":"픽스토리에 포함된 포스트 리스트 조회","id":"a1a643a3-1b40-4773-adec-f999143135ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/blog/picpost/:PicstoryId","urlObject":{"protocol":"http","port":"8000","path":["blog","picpost",":PicstoryId"],"host":["localhost"],"query":[],"variable":[{"description":{"content":"<p>조회할 픽스토리 아이디 </p>\n","type":"text/plain"},"type":"any","value":"number","key":"PicstoryId"}]}},"response":[{"id":"823440cf-71e0-4c2b-9ccf-baebc18b24a1","name":"성공","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8000/blog/picpost/:PicstoryId","protocol":"http","host":["localhost"],"port":"8000","path":["blog","picpost",":PicstoryId"],"variable":[{"key":"PicstoryId","value":"38","description":"조회할 픽스토리 아이디 "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"715"},{"key":"ETag","value":"W/\"2cb-HroN89PUkcMIZknUaZRRCiS6UKE\""},{"key":"Date","value":"Sun, 23 May 2021 17:18:02 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 38,\n    \"title\": \"두번째 픽스토리\",\n    \"description\": \"두번째 픽스토리\",\n    \"thumbnail\": \"http://localhost:8000/image/thumbnail/nguyen-thien-fIBXk3pV3DU-unsplash1621580286243.jpg\",\n    \"Posts\": [\n        {\n            \"id\": 49,\n            \"title\": \"픽스토리에 추가시킬 두번째 글 \",\n            \"summary\": \"픽스토리에 추가시킬 두번째 글 \",\n            \"thumbnail\": \"http://localhost:8000/image/thumbnail/malek-dridi-0F7GRXNOG7g-unsplash1621580326941.jpg\",\n            \"hits\": 25,\n            \"likeCount\": 1,\n            \"UserId\": 15,\n            \"updatedAt\": \"2021-05-21T08:18:18.000Z\",\n            \"createdAt\": \"2021-05-21T06:34:49.000Z\"\n        },\n        {\n            \"id\": 51,\n            \"title\": \"임시저장 테스트 \",\n            \"summary\": \"\",\n            \"thumbnail\": \"\",\n            \"hits\": 9,\n            \"likeCount\": 0,\n            \"UserId\": 15,\n            \"updatedAt\": \"2021-05-21T08:59:52.000Z\",\n            \"createdAt\": \"2021-05-21T08:09:46.000Z\"\n        }\n    ]\n}"}],"_postman_id":"a1a643a3-1b40-4773-adec-f999143135ec"}],"id":"77d4d67d-8866-47ed-9924-9daec2d008d2","description":"<h3 id=\"블로그안에서의-데이터를-조회하는-api-입니다\">블로그안에서의 데이터를 조회하는 API 입니다.</h3>\n<ul>\n<li><a href=\"http://localhost:8000/blog\">http://localhost:8000/blog</a> 의 라우팅 주소를 가지고 있습니다.</li>\n</ul>\n<hr />\n","_postman_id":"77d4d67d-8866-47ed-9924-9daec2d008d2"},{"name":"게시글 (post)","item":[{"name":"게시글 임시저장 or 수정","id":"f1d0dd5a-fe63-4fde-bcdb-96e2ed1b9060","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"PostId\":\"새로운 개시글 - null 수정 - 게시글 아이디\",\n    \"title\":\"게시글 제목\",\n    \"content\":\"게시글 내용\",\n    \"tagList\":[\"해시태그 아이디 배열\"],\n    \"imageList\":[\"이미지 아이디 배열\"],\n    \"UserId\":\"유저아이디\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/post/presave","urlObject":{"protocol":"http","port":"8000","path":["post","presave"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4472ba66-6efc-43eb-a516-66fe3fe47def","name":"새로운 게시글 임시저장","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"PostId\":null,\n    \"title\":\"게시글 제목\",\n    \"content\":\"게시글 내용\",\n    \"tagList\":[1,2,3],\n    \"imageList\":[1,2],\n    \"UserId\":1\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/post/presave"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"13"},{"key":"ETag","value":"W/\"d-XIIZPJGzBAo/RJjeUl5eFa1Akms\""},{"key":"Date","value":"Sun, 23 May 2021 17:48:24 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"postId\": 58\n}"},{"id":"b9ff0ca0-a87d-43ba-b906-10e8ae2a480b","name":"임시저장 게시글 수정","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"PostId\":58,\n    \"title\":\"수정 게시글 제목\",\n    \"content\":\"수정 게시글 내용\",\n    \"tagList\":[1,2],\n    \"imageList\":[1,2],\n    \"UserId\":1\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/post/presave"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"13"},{"key":"ETag","value":"W/\"d-XIIZPJGzBAo/RJjeUl5eFa1Akms\""},{"key":"Date","value":"Sun, 23 May 2021 17:49:06 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"postId\": 58\n}"}],"_postman_id":"f1d0dd5a-fe63-4fde-bcdb-96e2ed1b9060"},{"name":"게시글 상세정보 등록 (최종 발행)","id":"e67e649a-3b00-46ad-86d3-ca988469e8aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"PostId\": \"임시저장된 게시글 정보\",\n    \"allowComment\": \"0 - 비허용 / 1 - 허용\",\n    \"isPublic\": \"0 - 비허용 / 1 - 허용\",\n    \"thumbnail\": \"thumbnail upload api 요청결과 주소\",\n    \"summary\": \"게시글 요약\",\n    \"license\": \"라이센스\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/post/submit","urlObject":{"protocol":"http","port":"8000","path":["post","submit"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"82978ac9-d4f1-4046-85f3-568e7d4dbc9c","name":"게시글 등록 성공","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"PostId\": 58,\n    \"allowComment\": 0,\n    \"isPublic\": 0,\n    \"thumbnail\": \"\",\n    \"summary\": \"게시글 요약\",\n    \"license\": \"Copyright © All Rights Reserved\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/post/submit"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"306"},{"key":"ETag","value":"W/\"132-QEoZ4ST/xML14FZhTnvrcSyJ0b4\""},{"key":"Date","value":"Sun, 23 May 2021 17:53:30 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 58,\n    \"state\": 1,\n    \"title\": \"수정 게시글 제목\",\n    \"content\": \"수정 게시글 내용\",\n    \"allowComment\": 0,\n    \"license\": \"Copyright © All Rights Reserved\",\n    \"summary\": \"게시글 요약\",\n    \"isPublic\": 1,\n    \"hits\": 0,\n    \"thumbnail\": \"\",\n    \"createdAt\": \"2021-05-23T17:48:24.000Z\",\n    \"updatedAt\": \"2021-05-23T17:53:30.315Z\",\n    \"UserId\": 1\n}"}],"_postman_id":"e67e649a-3b00-46ad-86d3-ca988469e8aa"},{"name":"임시저장글 상세 불러오기","id":"068041ab-6aa5-4642-a7f5-60cee0dc096a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/post/temp/:PostId","urlObject":{"protocol":"http","port":"8000","path":["post","temp",":PostId"],"host":["localhost"],"query":[],"variable":[{"description":{"content":"<p>수정(조회)할 글의 아이디</p>\n","type":"text/plain"},"type":"any","value":"number","key":"PostId"}]}},"response":[{"id":"3d4cf18e-dec5-4fb8-8e74-b4f8084cd33b","name":"성공","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8000/post/temp/:PostId","protocol":"http","host":["localhost"],"port":"8000","path":["post","temp",":PostId"],"variable":[{"key":"PostId","value":"58","description":"수정(조회)할 글의 아이디"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"523"},{"key":"ETag","value":"W/\"20b-hyIvJ8f//CJtxS1RqZ1iie3j/FM\""},{"key":"Date","value":"Sun, 23 May 2021 17:56:19 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 58,\n    \"title\": \"수정 게시글 제목\",\n    \"content\": \"수정 게시글 내용\",\n    \"allowComment\": 0,\n    \"license\": \"Copyright © All Rights Reserved\",\n    \"summary\": \"게시글 요약\",\n    \"isPublic\": 1,\n    \"thumbnail\": \"\",\n    \"tagList\": [\n        {\n            \"id\": 1,\n            \"name\": \"리액트\",\n            \"POST_HASHTAG\": {\n                \"createdAt\": \"2021-05-23T17:49:06.000Z\",\n                \"updatedAt\": \"2021-05-23T17:49:06.000Z\",\n                \"PostId\": 58,\n                \"HashTagId\": 1\n            }\n        },\n        {\n            \"id\": 2,\n            \"name\": \"노드js\",\n            \"POST_HASHTAG\": {\n                \"createdAt\": \"2021-05-23T17:49:06.000Z\",\n                \"updatedAt\": \"2021-05-23T17:49:06.000Z\",\n                \"PostId\": 58,\n                \"HashTagId\": 2\n            }\n        }\n    ],\n    \"PicStories\": []\n}"}],"_postman_id":"068041ab-6aa5-4642-a7f5-60cee0dc096a"},{"name":"게시글 상세정보 불러오기","id":"98d050f9-4945-4400-8aa2-0e43812d6c82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/post/:PostId","urlObject":{"protocol":"http","port":"8000","path":["post",":PostId"],"host":["localhost"],"query":[],"variable":[{"description":{"content":"<p>조회할 게시글의 아이디 </p>\n","type":"text/plain"},"type":"any","value":"number","key":"PostId"}]}},"response":[{"id":"f1793833-3d7c-4b6f-8ef4-63604cdc552d","name":"성공","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8000/post/:PostId","protocol":"http","host":["localhost"],"port":"8000","path":["post",":PostId"],"variable":[{"key":"PostId","value":"23","description":"조회할 게시글의 아이디 "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3073"},{"key":"ETag","value":"W/\"c01-ThVyXXxyhUJ2nbNNcc3SxXiHaZw\""},{"key":"Date","value":"Sun, 23 May 2021 17:57:23 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 23,\n    \"state\": 1,\n    \"title\": \"323123123444442424242424242424242\",\n    \"content\": \"<p>글을 입력해주세요.<img src=\\\"http://localhost:8000/image/post/KakaoTalk_Photo_2021-05-11-15-35-581620716156746.jpeg\\\" alt=\\\"21\\\"><img src=\\\"http://localhost:8000/image/post/diagram1620716168369.png\\\" alt=\\\"22\\\"></p>\\n\",\n    \"allowComment\": 1,\n    \"license\": \"Copyright © All Rights Reserved\",\n    \"summary\": \"111111\",\n    \"isPublic\": 1,\n    \"hits\": 94,\n    \"thumbnail\": \"http://localhost:8000/image/thumbnail/sloth_day_1620716356730.gif\",\n    \"createdAt\": \"2021-05-11T06:56:13.000Z\",\n    \"updatedAt\": \"2021-05-23T17:57:23.460Z\",\n    \"UserId\": 11,\n    \"User\": {\n        \"id\": 11,\n        \"nickname\": \"유원근\",\n        \"avatar\": \"http://k.kakaocdn.net/dn/9vBk6/btq18oF8bqC/9IFN5ZrsnkuK9Jease4T61/img_640x640.jpg\",\n        \"introduce\": null\n    },\n    \"likers\": [\n        {\n            \"id\": 11,\n            \"POST_LIKE\": {\n                \"createdAt\": \"2021-05-18T17:15:13.000Z\",\n                \"updatedAt\": \"2021-05-18T17:15:13.000Z\",\n                \"UserId\": 11,\n                \"PostId\": 23\n            }\n        }\n    ],\n    \"HashTags\": [],\n    \"Comments\": [\n        {\n            \"id\": 6,\n            \"content\": \"asdasdasdasd(수정)\\n\",\n            \"mentionedUser\": null,\n            \"createdAt\": \"2021-05-18T15:35:46.000Z\",\n            \"updatedAt\": \"2021-05-18T16:19:59.000Z\",\n            \"UserId\": 11,\n            \"PostId\": 23,\n            \"User\": {\n                \"id\": 11,\n                \"nickname\": \"유원근\",\n                \"avatar\": \"http://k.kakaocdn.net/dn/9vBk6/btq18oF8bqC/9IFN5ZrsnkuK9Jease4T61/img_640x640.jpg\",\n                \"introduce\": null\n            }\n        },\n        {\n            \"id\": 7,\n            \"content\": \"66666(수정)\",\n            \"mentionedUser\": null,\n            \"createdAt\": \"2021-05-18T15:35:49.000Z\",\n            \"updatedAt\": \"2021-05-18T16:20:41.000Z\",\n            \"UserId\": 11,\n            \"PostId\": 23,\n            \"User\": {\n                \"id\": 11,\n                \"nickname\": \"유원근\",\n                \"avatar\": \"http://k.kakaocdn.net/dn/9vBk6/btq18oF8bqC/9IFN5ZrsnkuK9Jease4T61/img_640x640.jpg\",\n                \"introduce\": null\n            }\n        },\n        {\n            \"id\": 8,\n            \"content\": \"3213213\",\n            \"mentionedUser\": null,\n            \"createdAt\": \"2021-05-18T15:39:30.000Z\",\n            \"updatedAt\": \"2021-05-18T15:39:30.000Z\",\n            \"UserId\": 11,\n            \"PostId\": 23,\n            \"User\": {\n                \"id\": 11,\n                \"nickname\": \"유원근\",\n                \"avatar\": \"http://k.kakaocdn.net/dn/9vBk6/btq18oF8bqC/9IFN5ZrsnkuK9Jease4T61/img_640x640.jpg\",\n                \"introduce\": null\n            }\n        },\n        {\n            \"id\": 9,\n            \"content\": \"123123\",\n            \"mentionedUser\": null,\n            \"createdAt\": \"2021-05-18T15:39:44.000Z\",\n            \"updatedAt\": \"2021-05-18T15:39:44.000Z\",\n            \"UserId\": 11,\n            \"PostId\": 23,\n            \"User\": {\n                \"id\": 11,\n                \"nickname\": \"유원근\",\n                \"avatar\": \"http://k.kakaocdn.net/dn/9vBk6/btq18oF8bqC/9IFN5ZrsnkuK9Jease4T61/img_640x640.jpg\",\n                \"introduce\": null\n            }\n        },\n        {\n            \"id\": 10,\n            \"content\": \"asasfasf\",\n            \"mentionedUser\": null,\n            \"createdAt\": \"2021-05-18T15:40:01.000Z\",\n            \"updatedAt\": \"2021-05-18T15:40:01.000Z\",\n            \"UserId\": 11,\n            \"PostId\": 23,\n            \"User\": {\n                \"id\": 11,\n                \"nickname\": \"유원근\",\n                \"avatar\": \"http://k.kakaocdn.net/dn/9vBk6/btq18oF8bqC/9IFN5ZrsnkuK9Jease4T61/img_640x640.jpg\",\n                \"introduce\": null\n            }\n        },\n        {\n            \"id\": 11,\n            \"content\": \"ㅁㄴㅇㅁㄴㅇ213123123\",\n            \"mentionedUser\": null,\n            \"createdAt\": \"2021-05-18T17:01:03.000Z\",\n            \"updatedAt\": \"2021-05-18T17:01:07.000Z\",\n            \"UserId\": 11,\n            \"PostId\": 23,\n            \"User\": {\n                \"id\": 11,\n                \"nickname\": \"유원근\",\n                \"avatar\": \"http://k.kakaocdn.net/dn/9vBk6/btq18oF8bqC/9IFN5ZrsnkuK9Jease4T61/img_640x640.jpg\",\n                \"introduce\": null\n            }\n        },\n        {\n            \"id\": 12,\n            \"content\": \"ㅇㅁㄴㅇㅁㄴㅇㅁㄴㅇ\",\n            \"mentionedUser\": null,\n            \"createdAt\": \"2021-05-18T17:02:22.000Z\",\n            \"updatedAt\": \"2021-05-18T17:02:22.000Z\",\n            \"UserId\": 11,\n            \"PostId\": 23,\n            \"User\": {\n                \"id\": 11,\n                \"nickname\": \"유원근\",\n                \"avatar\": \"http://k.kakaocdn.net/dn/9vBk6/btq18oF8bqC/9IFN5ZrsnkuK9Jease4T61/img_640x640.jpg\",\n                \"introduce\": null\n            }\n        }\n    ]\n}"}],"_postman_id":"98d050f9-4945-4400-8aa2-0e43812d6c82"},{"name":"게시글 삭제","id":"2e92990b-cb16-4dd3-a2dd-9027078e7104","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8000/post/:PostId","urlObject":{"protocol":"http","port":"8000","path":["post",":PostId"],"host":["localhost"],"query":[],"variable":[{"description":{"content":"<p>삭제할 게시글 아이디 </p>\n","type":"text/plain"},"type":"any","value":"number","key":"PostId"}]}},"response":[{"id":"76b69df9-8754-437b-87f2-c8a677245855","name":"로그인유저와 작성자가 일치하지 않을시 실패","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:8000/post/:PostId","protocol":"http","host":["localhost"],"port":"8000","path":["post",":PostId"],"variable":[{"key":"PostId","value":"58","description":"삭제할 게시글 아이디 "}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'none'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"546"},{"key":"Date","value":"Sun, 23 May 2021 17:58:12 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <title>Error</title>\n    </head>\n    <body>\n        <pre>TypeError: Cannot read property &#39;id&#39; of undefined\n            <br> &nbsp; &nbsp;at /Users/wongeun/Documents/project/developic-ver2/server/src/controllers/post.ts:154:45\n            <br> &nbsp; &nbsp;at Generator.next (&lt;anonymous&gt;)\n            <br> &nbsp; &nbsp;at fulfilled (/Users/wongeun/Documents/project/developic-ver2/server/src/controllers/post.ts:5:58)\n            <br> &nbsp; &nbsp;at processTicksAndRejections (internal/process/task_queues.js:97:5)\n        </pre>\n    </body>\n</html>"}],"_postman_id":"2e92990b-cb16-4dd3-a2dd-9027078e7104"},{"name":"사진 상세정보 불러오기","id":"72bdc2e3-f4bc-4fc0-b7e5-3ac173c00b86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/post/photo/:PhotoId","urlObject":{"protocol":"http","port":"8000","path":["post","photo",":PhotoId"],"host":["localhost"],"query":[],"variable":[{"description":{"content":"<p>조회할 사진의 아이디 </p>\n","type":"text/plain"},"type":"any","value":"number","key":"PhotoId"}]}},"response":[{"id":"4082f913-56ea-4ada-8d5e-8b38cbb52e81","name":"성공","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8000/post/photo/:PhotoId","protocol":"http","host":["localhost"],"port":"8000","path":["post","photo",":PhotoId"],"variable":[{"key":"PhotoId","value":"1","description":"조회할 사진의 아이디 "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"586"},{"key":"ETag","value":"W/\"24a-6NnzpNRnqRkN0e4r0Gr9u78DgXg\""},{"key":"Date","value":"Sun, 23 May 2021 18:00:17 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"src\": \"2cb045b7ae35039cfeb4ae4137cb09f61618991894073.gif\",\n    \"updatedAt\": \"2021-05-23T17:49:06.000Z\",\n    \"UserId\": 1,\n    \"PostId\": 58,\n    \"User\": {\n        \"id\": 1,\n        \"nickname\": \"ㅇ원근\",\n        \"avatar\": \"http://k.kakaocdn.net/dn/9vBk6/btq18oF8bqC/9IFN5ZrsnkuK9Jease4T61/img_640x640.jpg\",\n        \"introduce\": \"수정된 한줄소개\"\n    },\n    \"MetaDatum\": {\n        \"id\": 25,\n        \"manufacturer\": \"samsung\",\n        \"model\": \"galaxy Note 10\",\n        \"fValue\": \"f-value\",\n        \"resolutionX\": 1200,\n        \"resolutionY\": 900,\n        \"location\": \"위도/경도\",\n        \"exposureTime\": \"노출시간\",\n        \"size\": \"이미지 사이즈\",\n        \"shutterSpeed\": \"셔터스피드\",\n        \"ISO\": 0,\n        \"PostImageId\": 1\n    },\n    \"PhotoBinders\": []\n}"}],"_postman_id":"72bdc2e3-f4bc-4fc0-b7e5-3ac173c00b86"},{"name":"댓글 등록","id":"452aaa1e-d344-4937-afa1-84564939633a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"PostId\": \"댓글을 작성할 게시글 아이디\",\n    \"UserId\": \"작성유저의 아이디\",\n    \"content\": \"댓글의 내용\",\n    \"mentionedUser\": \"null 추후 업데이트 기능 예정\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/post/comment","urlObject":{"protocol":"http","port":"8000","path":["post","comment"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8599be20-0cfb-4a73-a714-a3ed053e4fc7","name":"성공","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"PostId\": \"56\",\n    \"UserId\": \"1\",\n    \"content\": \"안녕\",\n    \"mentionedUser\": null\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/post/comment"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"319"},{"key":"ETag","value":"W/\"13f-fy4tMrBbK6Kg2xX6ZqSujdV0r08\""},{"key":"Date","value":"Sun, 23 May 2021 18:01:13 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 18,\n    \"content\": \"안녕\",\n    \"mentionedUser\": null,\n    \"createdAt\": \"2021-05-23T18:01:13.000Z\",\n    \"updatedAt\": \"2021-05-23T18:01:13.000Z\",\n    \"UserId\": 1,\n    \"PostId\": 56,\n    \"User\": {\n        \"id\": 1,\n        \"nickname\": \"ㅇ원근\",\n        \"avatar\": \"http://k.kakaocdn.net/dn/9vBk6/btq18oF8bqC/9IFN5ZrsnkuK9Jease4T61/img_640x640.jpg\",\n        \"introduce\": \"수정된 한줄소개\"\n    }\n}"}],"_postman_id":"452aaa1e-d344-4937-afa1-84564939633a"},{"name":"댓글 수정","id":"97ea80f2-ad35-4c76-afd6-789406107287","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"CommentId\": \"수정할 댓글의 아이디\",\n    \"content\": \"수정한 내용\",\n    \"mentionedUser\": \"null 추후 업데이트 기능 예정\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/post/comment","urlObject":{"protocol":"http","port":"8000","path":["post","comment"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"fe1b0e02-9e41-4b10-98a6-a18369422cfa","name":"성공","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"CommentId\": 18,\n    \"content\": \"수정이요\",\n    \"mentionedUser\": null\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/post/comment"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"325"},{"key":"ETag","value":"W/\"145-NZvw+DdNJKqYLSp+tyxtMtG4hrw\""},{"key":"Date","value":"Sun, 23 May 2021 18:02:57 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 18,\n    \"content\": \"수정이요\",\n    \"mentionedUser\": null,\n    \"createdAt\": \"2021-05-23T18:01:13.000Z\",\n    \"updatedAt\": \"2021-05-23T18:02:57.000Z\",\n    \"UserId\": 1,\n    \"PostId\": 56,\n    \"User\": {\n        \"id\": 1,\n        \"nickname\": \"ㅇ원근\",\n        \"avatar\": \"http://k.kakaocdn.net/dn/9vBk6/btq18oF8bqC/9IFN5ZrsnkuK9Jease4T61/img_640x640.jpg\",\n        \"introduce\": \"수정된 한줄소개\"\n    }\n}"}],"_postman_id":"97ea80f2-ad35-4c76-afd6-789406107287"},{"name":"댓글 삭제","id":"4bfdcb69-8823-416e-9ff9-9d367f489a3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8000/post/comment/:CommentId","urlObject":{"protocol":"http","port":"8000","path":["post","comment",":CommentId"],"host":["localhost"],"query":[],"variable":[{"description":{"content":"<p>삭제할 댓글의 아이</p>\n","type":"text/plain"},"type":"any","value":"number","key":"CommentId"}]}},"response":[{"id":"87011aa9-4e24-44fd-9c21-e79773987792","name":"성공","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:8000/post/comment/:CommentId","protocol":"http","host":["localhost"],"port":"8000","path":["post","comment",":CommentId"],"variable":[{"key":"CommentId","value":"18","description":"삭제할 댓글의 아이"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"325"},{"key":"ETag","value":"W/\"145-NZvw+DdNJKqYLSp+tyxtMtG4hrw\""},{"key":"Date","value":"Sun, 23 May 2021 18:04:01 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 18,\n    \"content\": \"수정이요\",\n    \"mentionedUser\": null,\n    \"createdAt\": \"2021-05-23T18:01:13.000Z\",\n    \"updatedAt\": \"2021-05-23T18:02:57.000Z\",\n    \"UserId\": 1,\n    \"PostId\": 56,\n    \"User\": {\n        \"id\": 1,\n        \"nickname\": \"ㅇ원근\",\n        \"avatar\": \"http://k.kakaocdn.net/dn/9vBk6/btq18oF8bqC/9IFN5ZrsnkuK9Jease4T61/img_640x640.jpg\",\n        \"introduce\": \"수정된 한줄소개\"\n    }\n}"}],"_postman_id":"4bfdcb69-8823-416e-9ff9-9d367f489a3e"},{"name":"해시태그 추가","id":"5b807e6e-368b-4556-bc4e-2e8cfb58649d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"4c13a5e0-fd93-4288-8c2d-167539bf0e34","name":"성공","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"해시태그명\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/post/hashtag"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"34"},{"key":"ETag","value":"W/\"22-inXPJsW+/4EH5/MtpsXqP/DCBZs\""},{"key":"Date","value":"Sun, 23 May 2021 18:05:14 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 17,\n    \"name\": \"해시태그명\"\n}"}],"_postman_id":"5b807e6e-368b-4556-bc4e-2e8cfb58649d"},{"name":"해시태그 검색","id":"2cdf45ac-709f-46c2-a0b9-b0493270b3ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/post/hashtag?keyword=string","urlObject":{"protocol":"http","port":"8000","path":["post","hashtag"],"host":["localhost"],"query":[{"description":{"content":"<p>검색할 태그 키워드 </p>\n","type":"text/plain"},"key":"keyword","value":"string"}],"variable":[]}},"response":[{"id":"5a229d49-7df9-4f8a-a21d-ee519a439ab2","name":"\"리\" 검색결과","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8000/post/hashtag?keyword=리","protocol":"http","host":["localhost"],"port":"8000","path":["post","hashtag"],"query":[{"key":"keyword","value":"리","description":"검색할 태그 키워드 "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"61"},{"key":"ETag","value":"W/\"3d-OehXtCwAePzMib4+mDbcItLHL7Q\""},{"key":"Date","value":"Sun, 23 May 2021 18:06:19 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"리액트\"\n    },\n    {\n        \"id\": 15,\n        \"name\": \"픽스토리\"\n    }\n]"}],"_postman_id":"2cdf45ac-709f-46c2-a0b9-b0493270b3ad"}],"id":"93940ecc-b203-4dfd-ac5c-e699e2b7cdce","description":"<h3 id=\"게시글--해시태그--댓글-요청을-처리하는-api-입니다\">게시글 / 해시태그 / 댓글 요청을 처리하는 API 입니다.</h3>\n<ul>\n<li><a href=\"http://localhost:8000/post\">http://localhost:8000/post</a> 의 라우팅 주소를 가지고 있습니다.</li>\n</ul>\n<hr />\n","_postman_id":"93940ecc-b203-4dfd-ac5c-e699e2b7cdce"},{"name":"내 서랍 (drawer)","item":[{"name":"좋아요 게시글 목록 조회","id":"e527a33d-c7bf-40e4-a3e2-cc41878ac843","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/drawer/likes/:UserId","urlObject":{"protocol":"http","port":"8000","path":["drawer","likes",":UserId"],"host":["localhost"],"query":[],"variable":[{"description":{"content":"<p>조회할 유저의 아이디 </p>\n","type":"text/plain"},"type":"any","value":"number","key":"UserId"}]}},"response":[{"id":"2cf71c89-ea7c-4b9d-9b03-9dcf061db03b","name":"성공","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8000/drawer/likes/:UserId","protocol":"http","host":["localhost"],"port":"8000","path":["drawer","likes",":UserId"],"variable":[{"key":"UserId","value":"1","description":"조회할 유저의 아이디 "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1372"},{"key":"ETag","value":"W/\"55c-S4iuw2+SskrGHsoeBn6nT/ovaPA\""},{"key":"Date","value":"Sun, 23 May 2021 18:08:49 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 11,\n        \"title\": \"열한번째 게시글\",\n        \"summary\": \"수정했어요!\",\n        \"hits\": 0,\n        \"thumbnail\": \"http://localhost:8000/image/thumbnail/almostmonday_comeoncomeon1620054734922.jpg\",\n        \"createdAt\": \"2021-04-21T09:06:35.000Z\",\n        \"updatedAt\": \"2021-04-21T09:10:36.000Z\",\n        \"User\": {\n            \"id\": 1,\n            \"nickname\": \"ㅇ원근\",\n            \"avatar\": \"http://k.kakaocdn.net/dn/9vBk6/btq18oF8bqC/9IFN5ZrsnkuK9Jease4T61/img_640x640.jpg\"\n        },\n        \"POST_LIKE\": {\n            \"createdAt\": \"2021-04-29T16:56:32.000Z\",\n            \"updatedAt\": \"2021-04-29T16:56:41.000Z\",\n            \"UserId\": 1,\n            \"PostId\": 11\n        }\n    },\n    {\n        \"id\": 12,\n        \"title\": \"포스트\",\n        \"summary\": null,\n        \"hits\": 0,\n        \"thumbnail\": null,\n        \"createdAt\": \"2021-04-21T09:12:03.000Z\",\n        \"updatedAt\": \"2021-04-21T09:12:03.000Z\",\n        \"User\": {\n            \"id\": 1,\n            \"nickname\": \"ㅇ원근\",\n            \"avatar\": \"http://k.kakaocdn.net/dn/9vBk6/btq18oF8bqC/9IFN5ZrsnkuK9Jease4T61/img_640x640.jpg\"\n        },\n        \"POST_LIKE\": {\n            \"createdAt\": \"2021-04-29T16:56:07.000Z\",\n            \"updatedAt\": \"2021-04-29T16:56:06.000Z\",\n            \"UserId\": 1,\n            \"PostId\": 12\n        }\n    },\n    {\n        \"id\": 13,\n        \"title\": \"sdfsdf\",\n        \"summary\": \"asdasdasd\",\n        \"hits\": 0,\n        \"thumbnail\": \"http://localhost:8000/image/thumbnail/almostmonday_comeoncomeon1620054734922.jpg\",\n        \"createdAt\": \"2021-04-29T07:58:02.000Z\",\n        \"updatedAt\": \"2021-04-29T07:58:51.000Z\",\n        \"User\": {\n            \"id\": 4,\n            \"nickname\": \"conrad\",\n            \"avatar\": \"http://localhost:8000/image/thumbnail/almostmonday_comeoncomeon1620054734922.jpg\"\n        },\n        \"POST_LIKE\": {\n            \"createdAt\": \"2021-04-29T16:56:43.000Z\",\n            \"updatedAt\": \"2021-04-29T16:56:44.000Z\",\n            \"UserId\": 1,\n            \"PostId\": 13\n        }\n    }\n]"}],"_postman_id":"e527a33d-c7bf-40e4-a3e2-cc41878ac843"},{"name":"좋아요 게시물 취소","id":"3b558546-dd81-4a94-ac1d-ed8013b3058b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/drawer/likes/:UserId?PostId=number","urlObject":{"protocol":"http","port":"8000","path":["drawer","likes",":UserId"],"host":["localhost"],"query":[{"description":{"content":"<p>삭제할 게시글의 아이디 </p>\n","type":"text/plain"},"key":"PostId","value":"number"}],"variable":[{"description":{"content":"<p>로그인된 유저 아이디 </p>\n","type":"text/plain"},"type":"any","value":"number","key":"UserId"}]}},"response":[{"id":"7ce0a40f-9d21-4bd4-92c2-d32c323df81f","name":"성공","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:8000/drawer/likes/:UserId?PostId=11","protocol":"http","host":["localhost"],"port":"8000","path":["drawer","likes",":UserId"],"query":[{"key":"PostId","value":"11","description":"삭제할 게시글의 아이디 "}],"variable":[{"key":"UserId","value":"1","description":"로그인된 유저 아이디 "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"13"},{"key":"ETag","value":"W/\"d-uNsV5Usb8XkJvDbUD5GcwVJixek\""},{"key":"Date","value":"Sun, 23 May 2021 18:11:19 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"postId\": 11\n}"}],"_postman_id":"3b558546-dd81-4a94-ac1d-ed8013b3058b"},{"name":"임시저장한 글 목록 조회","id":"7bb95453-e097-4974-ad41-9de128754707","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/drawer/saves/:UserId","urlObject":{"protocol":"http","port":"8000","path":["drawer","saves",":UserId"],"host":["localhost"],"query":[],"variable":[{"description":{"content":"<p>조회할 유저의 아이디 </p>\n","type":"text/plain"},"type":"any","value":"number","key":"UserId"}]}},"response":[{"id":"4ee31b07-f5bb-43ca-ba91-eaccf60bf278","name":"성공","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8000/drawer/saves/:UserId","protocol":"http","host":["localhost"],"port":"8000","path":["drawer","saves",":UserId"],"variable":[{"key":"UserId","value":"1","description":"조회할 유저의 아이디 "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2093"},{"key":"ETag","value":"W/\"82d-GXttRL3Qp2hSAuqpmK2myWok/Fs\""},{"key":"Date","value":"Sun, 23 May 2021 18:12:31 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 3,\n        \"content\": \"<p>과연 한번에 성공할 것인가?asdasdasd</p>\\n\",\n        \"title\": \"첫번째 게시글\",\n        \"createdAt\": \"2021-04-21T07:40:58.000Z\",\n        \"updatedAt\": \"2021-04-21T07:40:58.000Z\"\n    },\n    {\n        \"id\": 7,\n        \"content\": \"<p>글을 입력해주세요.ㅁㄴㅇㅁㄴㅇㅁㄴ<br>\\nㅁㄴㄹ<br>\\nㅁ낳<br>\\nㅁ나;<br>\\n함<br>\\nㅁ<br>\\nㄴ;ㅏㅎ<br>\\nㅁㄴ;ㄴㅎ</p>\\n\",\n        \"title\": \"가나다라마바사123\",\n        \"createdAt\": \"2021-04-21T07:52:58.000Z\",\n        \"updatedAt\": \"2021-04-21T07:52:58.000Z\"\n    },\n    {\n        \"id\": 8,\n        \"content\": \"<p>수정 글을 입력해주세요.ㅁㄴㅇㅁㄴㅇㅁㄴ<br>\\nagsasg<img src=\\\"http://localhost:8000/image/post/3710202552_5df75db8-127c-4e8e-8432-c14e8c611c441618991902118.png\\\" alt=\\\"2\\\"></p>\\n\",\n        \"title\": \"가나다라마바사\",\n        \"createdAt\": \"2021-04-21T07:58:25.000Z\",\n        \"updatedAt\": \"2021-04-21T07:58:25.000Z\"\n    },\n    {\n        \"id\": 9,\n        \"content\": \"<p>수정 글을 입력해주세요.ㅁㄴㅇㅁㄴㅇㅁㄴ</p>\\n<p><img src=\\\"http://localhost:8000/image/post/clip-message-sent1618992026224.png\\\" alt=\\\"3\\\"></p>\\n\",\n        \"title\": \"수정 가나다라마바사\",\n        \"createdAt\": \"2021-04-21T08:00:30.000Z\",\n        \"updatedAt\": \"2021-04-21T08:00:30.000Z\"\n    },\n    {\n        \"id\": 10,\n        \"content\": \"<p>수정 글을 입력해주세요.ㅁㄴㅇㅁㄴㅇㅁㄴ</p>\\n\",\n        \"title\": \"가나다라마바사\",\n        \"createdAt\": \"2021-04-21T08:01:18.000Z\",\n        \"updatedAt\": \"2021-04-21T08:01:18.000Z\"\n    },\n    {\n        \"id\": 24,\n        \"content\": \"<p>글을 입력해주세요.</p>\\r\\n\",\n        \"title\": \"확인용\",\n        \"createdAt\": \"2021-05-11T22:37:52.000Z\",\n        \"updatedAt\": \"2021-05-11T22:38:54.000Z\"\n    },\n    {\n        \"id\": 25,\n        \"content\": \"<p>글을 입력해주세요.</p>\\r\\n\",\n        \"title\": \"확인22\",\n        \"createdAt\": \"2021-05-11T22:38:52.000Z\",\n        \"updatedAt\": \"2021-05-11T22:39:54.000Z\"\n    },\n    {\n        \"id\": 26,\n        \"content\": \"<p>글을 입력해주세요.</p>\\r\\n\",\n        \"title\": \"확인333\",\n        \"createdAt\": \"2021-05-11T22:39:52.000Z\",\n        \"updatedAt\": \"2021-05-11T22:39:59.000Z\"\n    },\n    {\n        \"id\": 27,\n        \"content\": \"<p>글을 입력해주세요.</p>\\r\\n\",\n        \"title\": \"확인4\",\n        \"createdAt\": \"2021-05-14T13:38:52.000Z\",\n        \"updatedAt\": \"2021-05-14T13:39:59.000Z\"\n    },\n    {\n        \"id\": 28,\n        \"content\": \"<p>글을 입력해주세요.</p>\\r\\n\",\n        \"title\": \"확인5\",\n        \"createdAt\": \"2021-05-14T13:44:52.000Z\",\n        \"updatedAt\": \"2021-05-14T13:44:59.000Z\"\n    }\n]"}],"_postman_id":"7bb95453-e097-4974-ad41-9de128754707"},{"name":"임시저장 글 삭제","id":"accb3144-58a6-4d6b-b3ff-3236a408ad13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8000/drawer/saves/:PostId","urlObject":{"protocol":"http","port":"8000","path":["drawer","saves",":PostId"],"host":["localhost"],"query":[],"variable":[{"description":{"content":"<p>삭제할 게시글의 아이디 </p>\n","type":"text/plain"},"type":"any","value":"number","key":"PostId"}]}},"response":[{"id":"1469cce0-018f-4ecc-b37b-41e96b4a232e","name":"성공","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:8000/drawer/saves/:PostId","protocol":"http","host":["localhost"],"port":"8000","path":["drawer","saves",":PostId"],"variable":[{"key":"PostId","value":"3","description":"삭제할 게시글의 아이디 "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"12"},{"key":"ETag","value":"W/\"c-pliZ5nUnGyzUVSuhm3lX2iccfu4\""},{"key":"Date","value":"Sun, 23 May 2021 18:13:55 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"postId\": 3\n}"}],"_postman_id":"accb3144-58a6-4d6b-b3ff-3236a408ad13"},{"name":"최근본 글 목록 조회","id":"7a3ff6d9-f0ed-466c-afa0-14ae48d2379d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/drawer/recents/:UserId","urlObject":{"protocol":"http","port":"8000","path":["drawer","recents",":UserId"],"host":["localhost"],"query":[],"variable":[{"description":{"content":"<p>조회할 유저의 아이디 </p>\n","type":"text/plain"},"type":"any","value":"number","key":"UserId"}]}},"response":[{"id":"abe11ac1-fdd3-4e46-a8c0-131a30fd973a","name":"성공","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8000/drawer/recents/:UserId","protocol":"http","host":["localhost"],"port":"8000","path":["drawer","recents",":UserId"],"variable":[{"key":"UserId","value":"11","description":"조회할 유저의 아이디 "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2855"},{"key":"ETag","value":"W/\"b27-ktBsfqv2z7gQ+PkuNwJS5S1dFJk\""},{"key":"Date","value":"Sun, 23 May 2021 18:14:45 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 3,\n        \"date\": \"2021-04-20 09:24:45\",\n        \"Post\": null\n    },\n    {\n        \"id\": 5,\n        \"date\": \"2021-04-20 09:24:45\",\n        \"Post\": {\n            \"id\": 5,\n            \"title\": \"수정 가나다라마바사\",\n            \"summary\": \"요약입니다!\",\n            \"hits\": 0,\n            \"thumbnail\": \"clip-message-sent1618992302483.png\",\n            \"createdAt\": \"2021-04-21T07:52:03.000Z\",\n            \"updatedAt\": \"2021-04-21T08:05:08.000Z\",\n            \"User\": {\n                \"id\": 1,\n                \"nickname\": \"ㅇ원근\",\n                \"avatar\": \"http://k.kakaocdn.net/dn/9vBk6/btq18oF8bqC/9IFN5ZrsnkuK9Jease4T61/img_640x640.jpg\"\n            }\n        }\n    },\n    {\n        \"id\": 6,\n        \"date\": \"2021-5-21\",\n        \"Post\": {\n            \"id\": 6,\n            \"title\": \"가나다라마바사\",\n            \"summary\": \"123123\",\n            \"hits\": 2,\n            \"thumbnail\": \"http://localhost:8000/image/thumbnail/almostmonday_comeoncomeon1620054734922.jpg\",\n            \"createdAt\": \"2021-04-21T07:52:35.000Z\",\n            \"updatedAt\": \"2021-05-21T12:38:40.000Z\",\n            \"User\": {\n                \"id\": 7,\n                \"nickname\": \"ㄴㄴㄴ\",\n                \"avatar\": \"initial_avatar\"\n            }\n        }\n    },\n    {\n        \"id\": 9,\n        \"date\": \"2021-5-21\",\n        \"Post\": {\n            \"id\": 23,\n            \"title\": \"323123123444442424242424242424242\",\n            \"summary\": \"111111\",\n            \"hits\": 94,\n            \"thumbnail\": \"http://localhost:8000/image/thumbnail/sloth_day_1620716356730.gif\",\n            \"createdAt\": \"2021-05-11T06:56:13.000Z\",\n            \"updatedAt\": \"2021-05-23T17:57:23.000Z\",\n            \"User\": {\n                \"id\": 11,\n                \"nickname\": \"유원근\",\n                \"avatar\": \"http://k.kakaocdn.net/dn/9vBk6/btq18oF8bqC/9IFN5ZrsnkuK9Jease4T61/img_640x640.jpg\"\n            }\n        }\n    },\n    {\n        \"id\": 16,\n        \"date\": \"2021-5-21\",\n        \"Post\": {\n            \"id\": 47,\n            \"title\": \"123123123123\",\n            \"summary\": \"요약 요약\",\n            \"hits\": 10,\n            \"thumbnail\": \"http://localhost:8000/image/thumbnail/gravity_drib21621577751705.gif\",\n            \"createdAt\": \"2021-05-21T06:15:40.000Z\",\n            \"updatedAt\": \"2021-05-21T12:37:34.000Z\",\n            \"User\": {\n                \"id\": 11,\n                \"nickname\": \"유원근\",\n                \"avatar\": \"http://k.kakaocdn.net/dn/9vBk6/btq18oF8bqC/9IFN5ZrsnkuK9Jease4T61/img_640x640.jpg\"\n            }\n        }\n    },\n    {\n        \"id\": 24,\n        \"date\": \"2021-5-21\",\n        \"Post\": {\n            \"id\": 21,\n            \"title\": \"사진있는거\",\n            \"summary\": \"1111111\",\n            \"hits\": 5,\n            \"thumbnail\": \"http://localhost:8000/image/thumbnail/KakaoTalk_Photo_2021-05-11-15-35-581620714990555.jpeg\",\n            \"createdAt\": \"2021-05-11T06:36:22.000Z\",\n            \"updatedAt\": \"2021-05-21T14:19:54.000Z\",\n            \"User\": {\n                \"id\": 11,\n                \"nickname\": \"유원근\",\n                \"avatar\": \"http://k.kakaocdn.net/dn/9vBk6/btq18oF8bqC/9IFN5ZrsnkuK9Jease4T61/img_640x640.jpg\"\n            }\n        }\n    },\n    {\n        \"id\": 28,\n        \"date\": \"2021-5-21\",\n        \"Post\": {\n            \"id\": 1,\n            \"title\": \"첫번째 게시글1111222\",\n            \"summary\": \"222222\",\n            \"hits\": 81,\n            \"thumbnail\": \"http://localhost:8000/image/thumbnail/almostmonday_comeoncomeon1620054734922.jpg\",\n            \"createdAt\": \"2021-04-20T09:26:17.000Z\",\n            \"updatedAt\": \"2021-05-21T14:08:54.000Z\",\n            \"User\": {\n                \"id\": 1,\n                \"nickname\": \"ㅇ원근\",\n                \"avatar\": \"http://k.kakaocdn.net/dn/9vBk6/btq18oF8bqC/9IFN5ZrsnkuK9Jease4T61/img_640x640.jpg\"\n            }\n        }\n    },\n    {\n        \"id\": 29,\n        \"date\": \"2021-5-22\",\n        \"Post\": {\n            \"id\": 57,\n            \"title\": \"해시태그 로그 테스트\",\n            \"summary\": \"123123123\",\n            \"hits\": 3,\n            \"thumbnail\": \"http://localhost:8000/image/thumbnail/2cb045b7ae35039cfeb4ae4137cb09f61621677604586.gif\",\n            \"createdAt\": \"2021-05-22T09:57:11.000Z\",\n            \"updatedAt\": \"2021-05-22T10:01:08.000Z\",\n            \"User\": {\n                \"id\": 11,\n                \"nickname\": \"유원근\",\n                \"avatar\": \"http://k.kakaocdn.net/dn/9vBk6/btq18oF8bqC/9IFN5ZrsnkuK9Jease4T61/img_640x640.jpg\"\n            }\n        }\n    }\n]"}],"_postman_id":"7a3ff6d9-f0ed-466c-afa0-14ae48d2379d"},{"name":"최근본 글 아이템 삭제","id":"25004406-bfbe-4bce-a954-21d42a0d96a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8000/drawer/recents/:RecentId","urlObject":{"protocol":"http","port":"8000","path":["drawer","recents",":RecentId"],"host":["localhost"],"query":[],"variable":[{"description":{"content":"<p>삭제할 최근본글 아이디 </p>\n","type":"text/plain"},"type":"any","value":"number","key":"RecentId"}]}},"response":[{"id":"1032a534-3bad-4893-9586-02a172cec2d8","name":"성공","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:8000/drawer/recents/:RecentId","protocol":"http","host":["localhost"],"port":"8000","path":["drawer","recents",":RecentId"],"variable":[{"key":"RecentId","value":"3","description":"삭제할 최근본글 아이디 "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"14"},{"key":"ETag","value":"W/\"e-eClGm9sHYFKduDu5YPB/lzHiMw8\""},{"key":"Date","value":"Sun, 23 May 2021 18:16:11 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"recentId\": 3\n}"}],"_postman_id":"25004406-bfbe-4bce-a954-21d42a0d96a7"},{"name":"포토바인더 리스트 조회","id":"e022639d-5dcb-4f2a-874a-e5a3f973d339","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/drawer/binder/:UserId","urlObject":{"protocol":"http","port":"8000","path":["drawer","binder",":UserId"],"host":["localhost"],"query":[],"variable":[{"description":{"content":"<p>조회할 유저의 아이디 </p>\n","type":"text/plain"},"type":"any","value":"number","key":"UserId"}]}},"response":[{"id":"b657daac-eaaf-4605-9ba3-f49ce909aecb","name":"성공","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8000/drawer/binder/:UserId","protocol":"http","host":["localhost"],"port":"8000","path":["drawer","binder",":UserId"],"variable":[{"key":"UserId","value":"11","description":"조회할 유저의 아이디 "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3552"},{"key":"ETag","value":"W/\"de0-jfb0B5sI1xJDhYX0aXOfI8sjGXQ\""},{"key":"Date","value":"Sun, 23 May 2021 18:17:12 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"title\": \"리얼바인더\",\n        \"description\": \"333\",\n        \"createdAt\": \"2021-05-07T12:46:58.000Z\",\n        \"updatedAt\": \"2021-05-17T17:50:39.000Z\",\n        \"UserId\": 11,\n        \"PostImages\": [\n            {\n                \"id\": 9,\n                \"src\": \"https://img.insight.co.kr/static/2017/11/24/700/o9dpr6st38ut3e2wci4v.jpg\",\n                \"BINDER_IMAGE\": {\n                    \"createdAt\": \"2021-05-07T13:29:40.000Z\",\n                    \"updatedAt\": \"2021-05-07T13:29:41.000Z\",\n                    \"PostImageId\": 9,\n                    \"PhotoBinderId\": 1\n                }\n            },\n            {\n                \"id\": 11,\n                \"src\": \"https://pbs.twimg.com/media/DxWIm3uUUAAzxrD.jpg\",\n                \"BINDER_IMAGE\": {\n                    \"createdAt\": \"2021-05-07T13:29:44.000Z\",\n                    \"updatedAt\": \"2021-05-07T13:29:45.000Z\",\n                    \"PostImageId\": 11,\n                    \"PhotoBinderId\": 1\n                }\n            },\n            {\n                \"id\": 12,\n                \"src\": \"https://img.huffingtonpost.com/asset/5d80f0562300001005561b16.jpeg?ops=scalefit_630_noupscale\",\n                \"BINDER_IMAGE\": {\n                    \"createdAt\": \"2021-05-07T13:29:46.000Z\",\n                    \"updatedAt\": \"2021-05-07T13:29:45.000Z\",\n                    \"PostImageId\": 12,\n                    \"PhotoBinderId\": 1\n                }\n            },\n            {\n                \"id\": 21,\n                \"src\": \"http://localhost:8000/image/post/KakaoTalk_Photo_2021-05-11-15-35-581620716156746.jpeg\",\n                \"BINDER_IMAGE\": {\n                    \"createdAt\": \"2021-05-17T17:18:20.000Z\",\n                    \"updatedAt\": \"2021-05-17T17:18:20.000Z\",\n                    \"PostImageId\": 21,\n                    \"PhotoBinderId\": 1\n                }\n            },\n            {\n                \"id\": 22,\n                \"src\": \"http://localhost:8000/image/post/diagram1620716168369.png\",\n                \"BINDER_IMAGE\": {\n                    \"createdAt\": \"2021-05-17T17:18:14.000Z\",\n                    \"updatedAt\": \"2021-05-17T17:18:14.000Z\",\n                    \"PostImageId\": 22,\n                    \"PhotoBinderId\": 1\n                }\n            }\n        ]\n    },\n    {\n        \"id\": 3,\n        \"title\": \"33\",\n        \"description\": \"첫번째 바인더2222\",\n        \"createdAt\": \"2021-05-07T12:46:58.000Z\",\n        \"updatedAt\": \"2021-05-07T12:46:56.000Z\",\n        \"UserId\": 11,\n        \"PostImages\": [\n            {\n                \"id\": 21,\n                \"src\": \"http://localhost:8000/image/post/KakaoTalk_Photo_2021-05-11-15-35-581620716156746.jpeg\",\n                \"BINDER_IMAGE\": {\n                    \"createdAt\": \"2021-05-17T17:18:20.000Z\",\n                    \"updatedAt\": \"2021-05-17T17:18:20.000Z\",\n                    \"PostImageId\": 21,\n                    \"PhotoBinderId\": 3\n                }\n            },\n            {\n                \"id\": 22,\n                \"src\": \"http://localhost:8000/image/post/diagram1620716168369.png\",\n                \"BINDER_IMAGE\": {\n                    \"createdAt\": \"2021-05-17T17:18:14.000Z\",\n                    \"updatedAt\": \"2021-05-17T17:18:14.000Z\",\n                    \"PostImageId\": 22,\n                    \"PhotoBinderId\": 3\n                }\n            }\n        ]\n    },\n    {\n        \"id\": 4,\n        \"title\": \"새로운 제목\",\n        \"description\": \"새로만든 설명\",\n        \"createdAt\": \"2021-05-17T17:44:30.000Z\",\n        \"updatedAt\": \"2021-05-17T17:44:30.000Z\",\n        \"UserId\": 11,\n        \"PostImages\": [\n            {\n                \"id\": 22,\n                \"src\": \"http://localhost:8000/image/post/diagram1620716168369.png\",\n                \"BINDER_IMAGE\": {\n                    \"createdAt\": \"2021-05-17T17:49:30.000Z\",\n                    \"updatedAt\": \"2021-05-17T17:49:30.000Z\",\n                    \"PostImageId\": 22,\n                    \"PhotoBinderId\": 4\n                }\n            }\n        ]\n    },\n    {\n        \"id\": 5,\n        \"title\": \"111111\",\n        \"description\": \"333333\",\n        \"createdAt\": \"2021-05-17T17:44:51.000Z\",\n        \"updatedAt\": \"2021-05-17T17:44:51.000Z\",\n        \"UserId\": 11,\n        \"PostImages\": [\n            {\n                \"id\": 22,\n                \"src\": \"http://localhost:8000/image/post/diagram1620716168369.png\",\n                \"BINDER_IMAGE\": {\n                    \"createdAt\": \"2021-05-17T17:49:30.000Z\",\n                    \"updatedAt\": \"2021-05-17T17:49:30.000Z\",\n                    \"PostImageId\": 22,\n                    \"PhotoBinderId\": 5\n                }\n            }\n        ]\n    },\n    {\n        \"id\": 7,\n        \"title\": \"77\",\n        \"description\": \"7777\",\n        \"createdAt\": \"2021-05-17T17:47:13.000Z\",\n        \"updatedAt\": \"2021-05-17T17:47:13.000Z\",\n        \"UserId\": 11,\n        \"PostImages\": [\n            {\n                \"id\": 21,\n                \"src\": \"http://localhost:8000/image/post/KakaoTalk_Photo_2021-05-11-15-35-581620716156746.jpeg\",\n                \"BINDER_IMAGE\": {\n                    \"createdAt\": \"2021-05-17T17:47:31.000Z\",\n                    \"updatedAt\": \"2021-05-17T17:47:31.000Z\",\n                    \"PostImageId\": 21,\n                    \"PhotoBinderId\": 7\n                }\n            },\n            {\n                \"id\": 22,\n                \"src\": \"http://localhost:8000/image/post/diagram1620716168369.png\",\n                \"BINDER_IMAGE\": {\n                    \"createdAt\": \"2021-05-17T17:49:29.000Z\",\n                    \"updatedAt\": \"2021-05-17T17:49:29.000Z\",\n                    \"PostImageId\": 22,\n                    \"PhotoBinderId\": 7\n                }\n            }\n        ]\n    },\n    {\n        \"id\": 8,\n        \"title\": \"99\",\n        \"description\": \"999\",\n        \"createdAt\": \"2021-05-17T17:49:26.000Z\",\n        \"updatedAt\": \"2021-05-17T17:49:26.000Z\",\n        \"UserId\": 11,\n        \"PostImages\": [\n            {\n                \"id\": 22,\n                \"src\": \"http://localhost:8000/image/post/diagram1620716168369.png\",\n                \"BINDER_IMAGE\": {\n                    \"createdAt\": \"2021-05-17T17:49:28.000Z\",\n                    \"updatedAt\": \"2021-05-17T17:49:28.000Z\",\n                    \"PostImageId\": 22,\n                    \"PhotoBinderId\": 8\n                }\n            }\n        ]\n    }\n]"}],"_postman_id":"e022639d-5dcb-4f2a-874a-e5a3f973d339"},{"name":"포토바인더 디테일 조회","id":"32412a12-407b-4a3b-8eac-5267c26d7f5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/drawer/binder/detail/:BinderId","urlObject":{"protocol":"http","port":"8000","path":["drawer","binder","detail",":BinderId"],"host":["localhost"],"query":[],"variable":[{"description":{"content":"<p>조회할 포토바인더의 아이디 </p>\n","type":"text/plain"},"type":"any","value":"number","key":"BinderId"}]}},"response":[{"id":"38597b1d-bfc7-4228-bbfd-4730a8199e4f","name":"포토바인더 디테일 조회","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8000/drawer/binder/detail/:BinderId","protocol":"http","host":["localhost"],"port":"8000","path":["drawer","binder","detail",":BinderId"],"variable":[{"key":"BinderId","value":"1","description":"조회할 포토바인더의 아이디 "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1257"},{"key":"ETag","value":"W/\"4e9-TRaXE6EheLTizy3KcFA0dvyMIuA\""},{"key":"Date","value":"Sun, 23 May 2021 18:18:19 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"title\": \"리얼바인더\",\n    \"description\": \"333\",\n    \"createdAt\": \"2021-05-07T12:46:58.000Z\",\n    \"updatedAt\": \"2021-05-17T17:50:39.000Z\",\n    \"UserId\": 11,\n    \"PostImages\": [\n        {\n            \"id\": 9,\n            \"src\": \"https://img.insight.co.kr/static/2017/11/24/700/o9dpr6st38ut3e2wci4v.jpg\",\n            \"BINDER_IMAGE\": {\n                \"createdAt\": \"2021-05-07T13:29:40.000Z\",\n                \"updatedAt\": \"2021-05-07T13:29:41.000Z\",\n                \"PostImageId\": 9,\n                \"PhotoBinderId\": 1\n            }\n        },\n        {\n            \"id\": 11,\n            \"src\": \"https://pbs.twimg.com/media/DxWIm3uUUAAzxrD.jpg\",\n            \"BINDER_IMAGE\": {\n                \"createdAt\": \"2021-05-07T13:29:44.000Z\",\n                \"updatedAt\": \"2021-05-07T13:29:45.000Z\",\n                \"PostImageId\": 11,\n                \"PhotoBinderId\": 1\n            }\n        },\n        {\n            \"id\": 12,\n            \"src\": \"https://img.huffingtonpost.com/asset/5d80f0562300001005561b16.jpeg?ops=scalefit_630_noupscale\",\n            \"BINDER_IMAGE\": {\n                \"createdAt\": \"2021-05-07T13:29:46.000Z\",\n                \"updatedAt\": \"2021-05-07T13:29:45.000Z\",\n                \"PostImageId\": 12,\n                \"PhotoBinderId\": 1\n            }\n        },\n        {\n            \"id\": 21,\n            \"src\": \"http://localhost:8000/image/post/KakaoTalk_Photo_2021-05-11-15-35-581620716156746.jpeg\",\n            \"BINDER_IMAGE\": {\n                \"createdAt\": \"2021-05-17T17:18:20.000Z\",\n                \"updatedAt\": \"2021-05-17T17:18:20.000Z\",\n                \"PostImageId\": 21,\n                \"PhotoBinderId\": 1\n            }\n        },\n        {\n            \"id\": 22,\n            \"src\": \"http://localhost:8000/image/post/diagram1620716168369.png\",\n            \"BINDER_IMAGE\": {\n                \"createdAt\": \"2021-05-17T17:18:14.000Z\",\n                \"updatedAt\": \"2021-05-17T17:18:14.000Z\",\n                \"PostImageId\": 22,\n                \"PhotoBinderId\": 1\n            }\n        }\n    ]\n}"}],"_postman_id":"32412a12-407b-4a3b-8eac-5267c26d7f5b"},{"name":"포토바인더 생성","id":"4707eb90-aada-4b1c-a4a2-c92368464ac5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"새로운 바인더 제목\",\n    \"description\": \"새로운 바인더 설명\",\n    \"UserId\": \"바인더 생성자 아이디\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/drawer/binder","urlObject":{"protocol":"http","port":"8000","path":["drawer","binder"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7a419c9d-b905-4849-95b5-ac40c1541a0a","name":"성공","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"새로운 제목\",\n    \"description\": \"새로만든 설명\",\n    \"UserId\": 11\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/drawer/binder"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"178"},{"key":"ETag","value":"W/\"b2-lecEbm77ujg9aC6p0RDjpXujhFw\""},{"key":"Date","value":"Sun, 23 May 2021 18:19:08 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 12,\n    \"title\": \"새로운 제목\",\n    \"description\": \"새로만든 설명\",\n    \"createdAt\": \"2021-05-23T18:19:08.000Z\",\n    \"updatedAt\": \"2021-05-23T18:19:08.000Z\",\n    \"UserId\": 11,\n    \"PostImages\": []\n}"}],"_postman_id":"4707eb90-aada-4b1c-a4a2-c92368464ac5"},{"name":"포토바인더 삭제","id":"d2f4c819-e3f8-4cbd-b923-d55bff6a2d44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8000/drawer/binder/:BinderId","urlObject":{"protocol":"http","port":"8000","path":["drawer","binder",":BinderId"],"host":["localhost"],"query":[],"variable":[{"description":{"content":"<p>삭제할 포토바인더 아이디 </p>\n","type":"text/plain"},"type":"any","value":"number","key":"BinderId"}]}},"response":[{"id":"cbe1a9c4-ee80-42c7-8613-5d49a83ae1e3","name":"성공","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:8000/drawer/binder/:BinderId","protocol":"http","host":["localhost"],"port":"8000","path":["drawer","binder",":BinderId"],"variable":[{"key":"BinderId","value":"12","description":"삭제할 포토바인더 아이디 "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"15"},{"key":"ETag","value":"W/\"f-dkAA7nNEIWVVFmHVHFTGWLK+CW0\""},{"key":"Date","value":"Sun, 23 May 2021 18:20:57 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"binderId\": 12\n}"}],"_postman_id":"d2f4c819-e3f8-4cbd-b923-d55bff6a2d44"},{"name":"포토바인더 수정","id":"4ecaa505-fc10-45dd-bb2e-e763ba9c87a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"수정할 제목\",\n    \"description\": \"수정할 설명\",\n    \"BinderId\": \"수정할 바인더 아이디\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/drawer/binder/detail","urlObject":{"protocol":"http","port":"8000","path":["drawer","binder","detail"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ebe87ef4-e64b-45fa-8cda-6ac7dce4f04a","name":"성공","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"수정된 제목\",\n    \"description\": \"수정된 설명\",\n    \"BinderId\": 14\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/drawer/binder/detail"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"75"},{"key":"ETag","value":"W/\"4b-Vj4GdzkB1pO7YSti21xX9gLisOs\""},{"key":"Date","value":"Sun, 23 May 2021 18:22:22 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"수정된 제목\",\n    \"description\": \"수정된 설명\",\n    \"BinderId\": 14\n}"}],"_postman_id":"4ecaa505-fc10-45dd-bb2e-e763ba9c87a8"},{"name":"바인더에 사진들 추가","id":"9dde7c0d-6de4-43af-8638-93ea69c21b28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"BinderId\": \"사진을 추가할 바인더 아이디\",\n    \"photoIdArr\": [\n        \"추가할 사진들의 아이디 배열\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/drawer/binder/photo","urlObject":{"protocol":"http","port":"8000","path":["drawer","binder","photo"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f2b94fdf-39a9-4dcb-80a5-06954bfeec93","name":"성공","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"BinderId\": 11,\n    \"photoIdArr\": [\n        1,\n        2,\n        3,\n        4,\n        5,\n        6\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/drawer/binder/photo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"42"},{"key":"ETag","value":"W/\"2a-O80z1UONjhIVL+J2p7RGvuXmxmg\""},{"key":"Date","value":"Sun, 23 May 2021 18:24:29 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"BinderId\": 11,\n    \"photoIdArr\": [\n        1,\n        2,\n        3,\n        4,\n        5,\n        6\n    ]\n}"}],"_postman_id":"9dde7c0d-6de4-43af-8638-93ea69c21b28"},{"name":"바인더에서 사진들 제거","id":"bda94c83-8664-4923-9237-e0d45598a6ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"BinderId\": \"사진을 제거할 바인더 아이디\",\n    \"photoIdArr\": [\n        \"제거할 사진들의 아이디 배열\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/drawer/binder/photo","urlObject":{"protocol":"http","port":"8000","path":["drawer","binder","photo"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6bd8e689-2f7e-4831-b151-922c8a559b96","name":"성공","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"BinderId\": 11,\n    \"photoIdArr\": [\n        1,\n        2,\n        3\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/drawer/binder/photo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"36"},{"key":"ETag","value":"W/\"24-0yoPSxAN8UPO0prFDhEcRpl+sso\""},{"key":"Date","value":"Sun, 23 May 2021 18:25:57 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"BinderId\": 11,\n    \"photoIdArr\": [\n        1,\n        2,\n        3\n    ]\n}"}],"_postman_id":"bda94c83-8664-4923-9237-e0d45598a6ee"}],"id":"6f1b978e-8921-4974-b22f-1cfa5438c1b5","description":"<h3 id=\"유저의-서랍기능-요청을-처리하는-api-입니다\">유저의 서랍기능 요청을 처리하는 API 입니다.</h3>\n<ul>\n<li><a href=\"http://localhost:8000/drawer\">http://localhost:8000/drawer</a> 의 라우팅 주소를 가지고 있습니다.</li>\n</ul>\n<hr />\n","_postman_id":"6f1b978e-8921-4974-b22f-1cfa5438c1b5"},{"name":"고객센터 (cs)","item":[{"name":"이메일 문의 보내기","id":"513470fc-5f33-488f-8a48-5b2671e80f1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\":\"문의자 이메일\",\n    \"content\":\"문의 내용\",\n    \"contact\":\"연락처\",\n    \"type\":\"문의유형\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/cs/inquery","urlObject":{"protocol":"http","port":"8000","path":["cs","inquery"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"aa369930-1a4e-47df-8e18-1bcf0e1f63f3","name":"성공","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\":\"yhg0337@gmail.com\",\n    \"content\":\"문의입니다\",\n    \"contact\":\"010-9831-3333\",\n    \"type\":\"문의유형\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/cs/inquery"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"6"},{"key":"ETag","value":"W/\"6-I7ZEETDSm9iK7UHrMgbWDvDE4ms\""},{"key":"Date","value":"Wed, 26 May 2021 08:55:25 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"성공"}],"_postman_id":"513470fc-5f33-488f-8a48-5b2671e80f1f"},{"name":"공지 불러오기","id":"c984f367-8d11-4126-91d5-ce5abcb69e95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/cs/faq?limit=number&offset=number","urlObject":{"protocol":"http","port":"8000","path":["cs","faq"],"host":["localhost"],"query":[{"description":{"content":"<p>조회할 데이터 raw수를 지정 (선택) 기본값:5</p>\n","type":"text/plain"},"key":"limit","value":"number"},{"description":{"content":"<p>infiniteScrolling시 게시글의 시작점 지정 (선택) 기본값:0</p>\n","type":"text/plain"},"key":"offset","value":"number"}],"variable":[]}},"response":[{"id":"d49ba2fe-5762-400e-a64a-4d67010c80df","name":"성공","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8000/cs/faq?limit=5&offset=0","protocol":"http","host":["localhost"],"port":"8000","path":["cs","faq"],"query":[{"key":"limit","value":"5","description":"조회할 데이터 raw수를 지정 (선택) 기본값:5"},{"key":"offset","value":"0","description":"infiniteScrolling시 게시글의 시작점 지정 (선택) 기본값:0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"798"},{"key":"ETag","value":"W/\"31e-V032QAyt833jv8lu14uoOMz0Q5M\""},{"key":"Date","value":"Wed, 26 May 2021 09:20:23 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 9,\n        \"question\": \"밥은 어디서 먹나요\",\n        \"answer\": \"언제 먹을지부터 생각하세요\",\n        \"createdAt\": \"2021-05-26T18:15:06.000Z\",\n        \"updatedAt\": \"2021-05-26T18:15:06.000Z\",\n        \"AdminId\": 1\n    },\n    {\n        \"id\": 1,\n        \"question\": \"1번 질문~\",\n        \"answer\": \"공지 공지\",\n        \"createdAt\": \"2021-05-26T18:15:03.000Z\",\n        \"updatedAt\": \"2021-05-26T18:15:06.000Z\",\n        \"AdminId\": 1\n    },\n    {\n        \"id\": 2,\n        \"question\": \"2번질문\",\n        \"answer\": \"공지 공지\",\n        \"createdAt\": \"2021-05-26T18:15:03.000Z\",\n        \"updatedAt\": \"2021-05-26T18:15:06.000Z\",\n        \"AdminId\": 1\n    },\n    {\n        \"id\": 3,\n        \"question\": \"3번질문\",\n        \"answer\": \"공지 공지\",\n        \"createdAt\": \"2021-05-26T18:15:03.000Z\",\n        \"updatedAt\": \"2021-05-26T18:15:06.000Z\",\n        \"AdminId\": 1\n    },\n    {\n        \"id\": 4,\n        \"question\": \"ㄴㄴ라먼림ㄴㄹㅁ\",\n        \"answer\": \"공지 공지\",\n        \"createdAt\": \"2021-05-26T18:15:03.000Z\",\n        \"updatedAt\": \"2021-05-26T18:15:06.000Z\",\n        \"AdminId\": 1\n    }\n]"}],"_postman_id":"c984f367-8d11-4126-91d5-ce5abcb69e95"},{"name":"faq불러오기","id":"ec5e6645-1a60-48b5-a105-08f536c6f16a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/cs/notice?limit=number&offset=number","urlObject":{"protocol":"http","port":"8000","path":["cs","notice"],"host":["localhost"],"query":[{"description":{"content":"<p>조회할 데이터 raw수를 지정 (선택) 기본값:5</p>\n","type":"text/plain"},"key":"limit","value":"number"},{"description":{"content":"<p>infiniteScrolling시 게시글의 시작점 지정 (선택) 기본값:0</p>\n","type":"text/plain"},"key":"offset","value":"number"}],"variable":[]}},"response":[{"id":"883d9624-6d6d-4780-8dcc-25e160de3f47","name":"성공","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8000/cs/notice?limit=3&offset=0","protocol":"http","host":["localhost"],"port":"8000","path":["cs","notice"],"query":[{"key":"limit","value":"3","description":"조회할 데이터 raw수를 지정 (선택) 기본값:5"},{"key":"offset","value":"0","description":"infiniteScrolling시 게시글의 시작점 지정 (선택) 기본값:0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"863"},{"key":"ETag","value":"W/\"35f-9318xFEgjH/vhtz/66svDV4G5BY\""},{"key":"Date","value":"Wed, 26 May 2021 09:20:53 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"title\": \"1번 공지입니다~\",\n        \"content\": \"공지 공지\",\n        \"createdAt\": \"2021-05-26T18:15:03.000Z\",\n        \"updatedAt\": \"2021-05-26T18:15:06.000Z\",\n        \"AdminId\": 1,\n        \"Admin\": {\n            \"id\": 1,\n            \"email\": \"yhg0337@gmail.com\",\n            \"name\": \"유원근\",\n            \"createdAt\": \"2021-05-26T18:14:39.000Z\",\n            \"updatedAt\": \"2021-05-26T18:14:43.000Z\"\n        }\n    },\n    {\n        \"id\": 2,\n        \"title\": \"888888\",\n        \"content\": \"공지 공지\",\n        \"createdAt\": \"2021-05-26T18:15:03.000Z\",\n        \"updatedAt\": \"2021-05-26T18:15:06.000Z\",\n        \"AdminId\": 1,\n        \"Admin\": {\n            \"id\": 1,\n            \"email\": \"yhg0337@gmail.com\",\n            \"name\": \"유원근\",\n            \"createdAt\": \"2021-05-26T18:14:39.000Z\",\n            \"updatedAt\": \"2021-05-26T18:14:43.000Z\"\n        }\n    },\n    {\n        \"id\": 3,\n        \"title\": \"7\",\n        \"content\": \"공지 공지\",\n        \"createdAt\": \"2021-05-26T18:15:03.000Z\",\n        \"updatedAt\": \"2021-05-26T18:15:06.000Z\",\n        \"AdminId\": 1,\n        \"Admin\": {\n            \"id\": 1,\n            \"email\": \"yhg0337@gmail.com\",\n            \"name\": \"유원근\",\n            \"createdAt\": \"2021-05-26T18:14:39.000Z\",\n            \"updatedAt\": \"2021-05-26T18:14:43.000Z\"\n        }\n    }\n]"}],"_postman_id":"ec5e6645-1a60-48b5-a105-08f536c6f16a"}],"id":"7ab10a38-e303-4e56-9c00-909eedcb95f3","_postman_id":"7ab10a38-e303-4e56-9c00-909eedcb95f3","description":""}]}