{"info":{"_postman_id":"16ba9179-3722-47f0-8fd4-6c79c9da10a1","name":"🖼️Pikcha API Docs","description":"<html><head></head><body><h1 id=\"introduction\">👋Introduction</h1>\n<blockquote>\n<p>Welcome to Codestats seb_41_main project <strong>Pikcha API Docs!!</strong></p>\n</blockquote>\n<h1 id=\"overview\">🎨Overview</h1>\n<blockquote>\n<p>Our services offer you conveniently find attraction spots in Seoul, Korea. you can like &amp; save your attractions and share with your friends.<br>Also, you can post your photos related to attraction spots.<br>Come to our page &amp; Write your posts and Enjoy.</p>\n</blockquote>\n<h1 id=\"authentication\">🔐Authentication</h1>\n<p>Our project is using JWT Token system. so, please don't forget to register jwt access token in header name \"Authorization\" in case of login user.</p>\n<h1 id=\"error-codes\">⛔️Error Codes</h1>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-java\">MEMBER_NOT_FOUND(404, \"Member not found\"),\nMEMBER_NOT_ALLOW(405, \"That Member doesn't have authority\"),\nMEMBER_EXISTS(409, \"Member exists\"),\nUSER_IS_NOT_EQUAL(400, \"Client is not equal memberId\"),\nATTRACTION_NOT_FOUND(404, \"Attraction not found\"),\nATTRACTION_EXISTS(409, \"Attraction exists\"),\nATTRACTION_IMAGE_NOT_FOUND(404, \"Attraction image not found\"),\nATTRACTION_IMAGE_EXISTS(409, \"Attraction image exists\"),\nCOMMENT_NOT_FOUND(404, \"Comment not found\"),\nCOMMENT_EXISTS(409, \"Comment exists\"),\nNOT_AUTHOR(403, \"This Member didn't write the Comment\"),\nHASHTAG_NOT_FOUND(404, \"HashTag not found\"),\nHASHTAG_EXISTS(409, \"HashTag exists\"),\nPOST_NOT_FOUND(404, \"Post not found\"),\nPOST_EXISTS(409, \"Post exists\"),\nPOST_IMAGE_NOT_FOUND(404, \"Post Image not found\"),\n/* JWT */\nACCESS_TOKEN_NOT_FOUND(404,\"AccessToken can not be found\"),\nTOKEN_EXPIRED(400, \"Token Expired\"),\nREFRESH_TOKEN_EXPIRED(400, \"RefreshToken Expired\"),\nTOKEN_INVALID(400, \"Token Invalid\"),\nTOKEN_EMPTY(404, \"Token not found\"),\nTOKEN_SIGNATURE_INVALID(400, \"Token Signature Invalid\"),\nTOKEN_MALFORMED(400, \"Token Malformed\"),\nTOKEN_UNSUPPORTED(400, \"Token Unsupported\"),\nTOKEN_ILLEGAL_ARGUMENT(400, \"Token Illegal Argument\");\n\n</code></pre>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"👋Introduction","slug":"introduction"},{"content":"🎨Overview","slug":"overview"},{"content":"🔐Authentication","slug":"authentication"},{"content":"⛔️Error Codes","slug":"error-codes"}],"owner":"23682192","collectionId":"16ba9179-3722-47f0-8fd4-6c79c9da10a1","publishedId":"2s935hQmqG","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-01-30T07:44:30.000Z"},"item":[{"name":"⭐️회원가입 및 로그인","item":[{"name":"회원가입","id":"218cbb0f-8083-455d-a868-34358b45a354","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://pikcha36.o-r.kr:8080/signup","urlObject":{"protocol":"https","port":"8080","path":["signup"],"host":["pikcha36","o-r","kr"],"query":[],"variable":[]}},"response":[{"id":"716e4201-88cd-44e7-af31-e3f6cad935cf","name":"회원가입","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"pikchago@gmail.com\",\n    \"password\": \"pichaoho!\",\n    \"phoneNumber\": \"010-1234-1234\",\n    \"address\": \"서울특별시 서초구 서초대로 123\",\n    \"username\": \"pichaoho\"\n}","options":{"raw":{"language":"json"}}},"url":"https://pikcha36.o-r.kr:8080/signup"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 30 Jan 2023 11:24:03 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"memberId\": 43,\n        \"email\": \"pikchago@gmail.com\",\n        \"phoneNumber\": \"010-1234-1234\",\n        \"address\": \"서울특별시 서초구 서초대로 123\",\n        \"username\": \"pichaoho\",\n        \"picture\": \"http://drive.google.com/uc?export=view&id=1OmsgU1GLU9iUBYe9ruw_Uy1AcrN57n4g\",\n        \"createdAt\": \"2023-01-30T20:24:03.559487\"\n    }\n}"}],"_postman_id":"218cbb0f-8083-455d-a868-34358b45a354"},{"name":"로그인","id":"097f617b-4043-4bd2-a720-de9d0e4d65ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\" : \"pikchago@gmail.com\",\r\n    \"password\" : \"pichaoho!\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://pikcha36.o-r.kr:8080/login","urlObject":{"protocol":"https","port":"8080","path":["login"],"host":["pikcha36","o-r","kr"],"query":[],"variable":[]}},"response":[{"id":"ae8e08a7-3d1e-45d7-bc1a-a6eac362f9af","name":"로그인","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\" : \"pikchago@gmail.com\",\r\n    \"password\" : \"pichaoho!\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://pikcha36.o-r.kr:8080/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Set-Cookie","value":"refreshToken=eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiI0MyIsImlhdCI6MTY3NTA3Nzg5MSwiZXhwIjoxNjc1MTAzMDkxfQ.Xha2P6JLUojvmCVGiw76kjO6j8KbNJC4jYuTYQXxQanezwMQaKk8mEFojHfS1t7QzuJRm0js2Y95YrdkY8V8Fw; Path=/; Max-Age=259200; Expires=Thu, 02 Feb 2023 11:24:51 GMT; Secure; HttpOnly; SameSite=None"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"306"},{"key":"Date","value":"Mon, 30 Jan 2023 11:24:51 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"memberId\": 43,\n        \"email\": \"pikchago@gmail.com\",\n        \"roles\": \"USER\",\n        \"accessToken\": \"Bearer eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJwaWtjaGFnb0BnbWFpbC5jb20iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTY3NTA3Nzg5MSwiZXhwIjoxNjc1MDc5NjkxfQ.zbLxEc3D_vr7fVXN2w2kIIihSQ3KMogALwRyyexltmMfj1wkzGtMIWRYJ_0JnA161Zy1VeOG-yB_YI6lvpnVUw\"\n    }\n}"}],"_postman_id":"097f617b-4043-4bd2-a720-de9d0e4d65ab"},{"name":"로그아웃","id":"7f0bcd11-eb81-4d6d-a29b-a47e3633d575","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"url":"https://pikcha36.o-r.kr:8080/logout","urlObject":{"protocol":"https","port":"8080","path":["logout"],"host":["pikcha36","o-r","kr"],"query":[],"variable":[]}},"response":[{"id":"9942438b-9d6b-4e8f-aa2d-0a01217186b9","name":"로그아웃","originalRequest":{"method":"POST","header":[],"url":"https://pikcha36.o-r.kr:8080/logout"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Set-Cookie","value":"refreshToken=; Max-Age=0; Expires=Thu, 01 Jan 1970 00:00:10 GMT; Path=/; Secure"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Wed, 01 Feb 2023 01:17:04 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"7f0bcd11-eb81-4d6d-a29b-a47e3633d575"},{"name":"리프레쉬 토큰","id":"d9a5e1f0-a20c-4aee-84ce-7e71764b5959","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pikcha36.o-r.kr:8080/token/refresh/{member-id}","urlObject":{"protocol":"https","port":"8080","path":["token","refresh","{member-id}"],"host":["pikcha36","o-r","kr"],"query":[],"variable":[]}},"response":[{"id":"9f16b450-283f-4b98-9b30-73e8d232c30f","name":"리프레쉬 토큰","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJlYXN0bWVldEBnbWFpbC5jb20iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTY3NDkwMDMzNCwiZXhwIjoxNjc0OTAyMTM0fQ.ePMVzDXwZANgHW_iWwYMOxKon30Sfwj0x_6uelAeDalEMYdpc8TXDvevgg_DeJS5tHGrC67c-O2KlOSSUr1fvg","type":"text","disabled":true}],"url":"https://pikcha36.o-r.kr:8080/token/refresh/43"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 30 Jan 2023 11:26:03 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"memberId\": 43,\n        \"email\": \"pikchago@gmail.com\",\n        \"accessToken\": \"Bearer eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJwaWtjaGFnb0BnbWFpbC5jb20iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTY3NTA3Nzk2MywiZXhwIjoxNjc1MDc5NzYzfQ.uRFMA5_1GkDKs1EaE9pPZPRhDwHBk9UQBFC2_xbhft7ciE7eYU_-I-whhQj4Vxla7dmLsM9SWi_CRAWJhHqRFQ\"\n    }\n}"}],"_postman_id":"d9a5e1f0-a20c-4aee-84ce-7e71764b5959"}],"id":"491f3bc9-3df8-4b5c-9ce7-f806d78666e1","_postman_id":"491f3bc9-3df8-4b5c-9ce7-f806d78666e1","description":""},{"name":"📔마이페이지","item":[{"name":"프로필 메인화면","id":"00e7694c-8c6f-4a1f-854a-5f695166df1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJwaWtjaGFnb0BnbWFpbC5jb20iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTY3NTA3Nzg5MSwiZXhwIjoxNjc1MDc5NjkxfQ.zbLxEc3D_vr7fVXN2w2kIIihSQ3KMogALwRyyexltmMfj1wkzGtMIWRYJ_0JnA161Zy1VeOG-yB_YI6lvpnVUw","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://pikcha36.o-r.kr:8080/users/profile/{member-id}","urlObject":{"protocol":"https","port":"8080","path":["users","profile","{member-id}"],"host":["pikcha36","o-r","kr"],"query":[],"variable":[]}},"response":[{"id":"16dbb4fc-20b3-4b5e-813d-01d6df10bef3","name":"프로필 메인화면","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJhZG1pbkBnbWFpbC5jb20iLCJyb2xlcyI6WyJBRE1JTiIsIlVTRVIiXSwiaWF0IjoxNjc1MDc1NzgxLCJleHAiOjE2NzUwNzc1ODF9.Snt2QIAy9sucZ97qs5nWg0uE-iFXkEP-YwGUjdb1ojxomIHhPubRIlDnaU7DzIxhiNepqQBnu7NlrRWqsf_1Gg","type":"text"}],"url":"https://pikcha36.o-r.kr:8080/users/profile/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 30 Jan 2023 10:54:35 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"memberId\": 1,\n        \"username\": \"우주대마왕\",\n        \"memberTitle\": null,\n        \"phoneNumber\": \"010-1234-5678\",\n        \"address\": \"우주\",\n        \"picture\": \"http://drive.google.com/uc?export=view&id=1OmsgU1GLU9iUBYe9ruw_Uy1AcrN57n4g\",\n        \"email\": \"admin@gmail.com\",\n        \"totalMyPosts\": 9,\n        \"totalMySaves\": 3,\n        \"posts\": [\n            {\n                \"postId\": 37,\n                \"postTitle\": \"봉원사 최고\",\n                \"pictureUrl\": \"https://pikcha36.s3.ap-northeast-2.amazonaws.com/images/167479876198-980282_s.jpg\",\n                \"views\": 140,\n                \"likes\": 0,\n                \"createdAt\": \"2023-01-27T14:52:41.643441\",\n                \"modifiedAt\": \"2023-01-30T17:50:02.630195\"\n            },\n            {\n                \"postId\": 39,\n                \"postTitle\": \"좋은 곳 다녀왔습니다\",\n                \"pictureUrl\": \"https://pikcha36.s3.ap-northeast-2.amazonaws.com/images/1674799688%E1%84%82%E1%85%A2%20%E1%84%91%E1%85%B3%E1%84%85%E1%85%A9%E1%84%8C%E1%85%A6%E1%86%A8%E1%84%90%E1%85%B3-1.png\",\n                \"views\": 221,\n                \"likes\": 0,\n                \"createdAt\": \"2023-01-27T15:08:08.310774\",\n                \"modifiedAt\": \"2023-01-30T19:05:17.594164\"\n            },\n            {\n                \"postId\": 48,\n                \"postTitle\": \"오징어파전\",\n                \"pictureUrl\": \"https://pikcha36.s3.ap-northeast-2.amazonaws.com/images/1674844394IMG_1299.jpeg\",\n                \"views\": 202,\n                \"likes\": 0,\n                \"createdAt\": \"2023-01-28T03:33:14.83015\",\n                \"modifiedAt\": \"2023-01-30T18:58:19.02055\"\n            },\n            {\n                \"postId\": 49,\n                \"postTitle\": \"수정되나요?\",\n                \"pictureUrl\": \"https://pikcha36.s3.ap-northeast-2.amazonaws.com/images/16748878465c937ce7-3d1e-4695-a586-b0efaaa56df5_98-980282_s.jpg\",\n                \"views\": 197,\n                \"likes\": 0,\n                \"createdAt\": \"2023-01-28T15:37:30.847372\",\n                \"modifiedAt\": \"2023-01-30T18:51:44.474772\"\n            },\n            {\n                \"postId\": 50,\n                \"postTitle\": \"안녕하세용 전체 테스트 중입니다~\",\n                \"pictureUrl\": \"https://pikcha36.s3.ap-northeast-2.amazonaws.com/images/1674927665wallpaperbetter%20%281%29.jpg\",\n                \"views\": 111,\n                \"likes\": 0,\n                \"createdAt\": \"2023-01-29T02:41:08.863463\",\n                \"modifiedAt\": \"2023-01-30T18:47:01.585091\"\n            },\n            {\n                \"postId\": 51,\n                \"postTitle\": \"하이요\",\n                \"pictureUrl\": \"https://pikcha36.s3.ap-northeast-2.amazonaws.com/images/1674995602%E1%84%8F%E1%85%B3%E1%84%85%E1%85%B5%E1%84%89%E1%85%B3%E1%84%86%E1%85%A1%E1%84%89%E1%85%B3%E1%84%87%E1%85%A2%E1%84%80%E1%85%A7%E1%86%BC.png\",\n                \"views\": 33,\n                \"likes\": 0,\n                \"createdAt\": \"2023-01-29T21:33:23.400936\",\n                \"modifiedAt\": \"2023-01-30T19:01:03.775988\"\n            },\n            {\n                \"postId\": 52,\n                \"postTitle\": \"아쿠아리움 짱\",\n                \"pictureUrl\": \"https://pikcha36.s3.ap-northeast-2.amazonaws.com/images/16749959382023%E1%84%8B%E1%85%AE%E1%84%8C%E1%85%AE%20%E1%84%87%E1%85%A2%E1%84%80%E1%85%A7%E1%86%BC.png\",\n                \"views\": 86,\n                \"likes\": 0,\n                \"createdAt\": \"2023-01-29T21:38:58.17181\",\n                \"modifiedAt\": \"2023-01-30T19:00:44.400654\"\n            },\n            {\n                \"postId\": 53,\n                \"postTitle\": \"캠핑하러 갑시다~\",\n                \"pictureUrl\": \"https://pikcha36.s3.ap-northeast-2.amazonaws.com/images/1674996414resource-database-0g6aVRJz7Dc-unsplash.jpg\",\n                \"views\": 106,\n                \"likes\": 0,\n                \"createdAt\": \"2023-01-29T21:46:54.96027\",\n                \"modifiedAt\": \"2023-01-30T19:00:21.2505\"\n            },\n            {\n                \"postId\": 54,\n                \"postTitle\": \"청계천 다녀왔습니다 ~\",\n                \"pictureUrl\": \"https://pikcha36.s3.ap-northeast-2.amazonaws.com/images/16750633963472459355718768412_20211023160158279.jpeg\",\n                \"views\": 22,\n                \"likes\": 0,\n                \"createdAt\": \"2023-01-30T16:23:17.489251\",\n                \"modifiedAt\": \"2023-01-30T18:04:36.449446\"\n            }\n        ],\n        \"saves\": [\n            {\n                \"attractionId\": 100,\n                \"attractionName\": \"중랑캠핑숲\",\n                \"fixedImage\": \"http://drive.google.com/uc?export=view&id=1bcqKxTrU5FHKrtbZlsmKTHBWS4ANxIay\",\n                \"likes\": 3,\n                \"saves\": 3\n            },\n            {\n                \"attractionId\": 1,\n                \"attractionName\": \"봉은사\",\n                \"fixedImage\": \"http://drive.google.com/uc?export=view&id=1e4m2YCtcbp7bjGPFz7gyN8tbsbnl3zeH\",\n                \"likes\": 2,\n                \"saves\": 4\n            },\n            {\n                \"attractionId\": 102,\n                \"attractionName\": \"암사동 선사주거지\",\n                \"fixedImage\": \"http://drive.google.com/uc?export=view&id=1ykCgT1gRfwKBb_JBRblCqc41TRAs8g7u\",\n                \"likes\": 2,\n                \"saves\": 3\n            }\n        ],\n        \"createdAt\": \"2023-01-27T14:36:10.242808\",\n        \"modifiedAt\": \"2023-01-30T19:48:13.409319\"\n    }\n}"}],"_postman_id":"00e7694c-8c6f-4a1f-854a-5f695166df1d"},{"name":"프로필 수정","id":"3b018230-73d0-46c6-b418-231ddceb13b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Authorization","value":"{access-token}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"username\" : \"pikchahaha\",\n    \"phoneNumber\" : \"010-1234-1234\",\n    \"address\" : \"서울시 동작구\"\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://pikcha36.o-r.kr:8080/users/edit/{member-id}","urlObject":{"protocol":"https","port":"8080","path":["users","edit","{member-id}"],"host":["pikcha36","o-r","kr"],"query":[],"variable":[]}},"response":[{"id":"0ae92946-cfa3-49d6-8f51-4a31b86965d3","name":"프로필 수정","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJwaWtjaGFob0BnbWFpbC5jb20iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTY3NTA0Njk4MiwiZXhwIjoxNjc1MDQ4NzgyfQ.WvS3E9_ZyU7HwvR-i1GtfzMTcAwZHUuVgh8mAF0lb8xri-_Tgt6msn8zhrDHGB78N3MkLQv8GujpvXu_wuW9Qw","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"username\" : \"pikchahaha\",\n    \"phoneNumber\" : \"010-1234-1234\",\n    \"address\" : \"서울시 동작구\"\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://pikcha36.o-r.kr:8080/users/edit/{member-id}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"3b018230-73d0-46c6-b418-231ddceb13b8"},{"name":"회원 탈퇴","id":"763d80ca-6b8f-4794-9fba-4f527b19fe26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{access-token}","type":"text"}],"url":"http://pikcha36.o-r.kr:8080/users/delete/{member-id}","urlObject":{"protocol":"http","port":"8080","path":["users","delete","{member-id}"],"host":["pikcha36","o-r","kr"],"query":[],"variable":[]}},"response":[],"_postman_id":"763d80ca-6b8f-4794-9fba-4f527b19fe26"}],"id":"7b84ccbf-b67d-496e-b5e4-25ffdef51da7","_postman_id":"7b84ccbf-b67d-496e-b5e4-25ffdef51da7","description":""},{"name":"🦋메인페이지","item":[{"name":"명소 리스트 조회 (비로그인)","id":"9ffa8ae1-8a27-4688-99c2-1dc71980d2a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"attractionName","value":"{name}","type":"text"},{"key":"attractionDescription","value":"{description}","type":"text"},{"key":"attractionAddress","value":"{address}","type":"text"},{"key":"attractionImage","type":"file","src":"/C:/Users/Su/Desktop/등기부등본/밀하우스.png"},{"key":"province","value":"{province}","type":"text"}]},"url":"https://pikcha36.o-r.kr:8080/attractions/home","urlObject":{"protocol":"https","port":"8080","path":["attractions","home"],"host":["pikcha36","o-r","kr"],"query":[],"variable":[]}},"response":[{"id":"bdd53372-0145-4de7-8074-24d5de368fca","name":"명소 리스트 조회 (비로그인)","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"attractionName","value":"{name}","type":"text","description":"type : String"},{"key":"attractionDescription","value":"{description}","type":"text","description":"type : String"},{"key":"attractionAddress","value":"{address}","type":"text","description":"type : String"},{"key":"attractionImage","type":"file","description":"type : file(png .etc)","src":"/C:/Users/Su/Desktop/등기부등본/밀하우스.png"},{"key":"province","value":"{province}","type":"text","description":"type : String"}]},"url":"https://pikcha36.o-r.kr:8080/attractions/home"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 30 Jan 2023 11:27:17 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"attractionId\": 1,\n            \"attractionName\": \"봉은사\",\n            \"fixedImage\": \"http://drive.google.com/uc?export=view&id=1e4m2YCtcbp7bjGPFz7gyN8tbsbnl3zeH\",\n            \"numOfPosts\": 9,\n            \"isVoted\": false,\n            \"isSaved\": false,\n            \"likes\": 3,\n            \"saves\": 5\n        },\n        {\n            \"attractionId\": 2,\n            \"attractionName\": \"도산 공원\",\n            \"fixedImage\": \"http://drive.google.com/uc?export=view&id=1NR2G-z7f0EYpJn77NXfJp33-jTv7opNB\",\n            \"numOfPosts\": 0,\n            \"isVoted\": false,\n            \"isSaved\": false,\n            \"likes\": 0,\n            \"saves\": 0\n        },\n        {\n            \"attractionId\": 3,\n            \"attractionName\": \"코엑스 아쿠아리움\",\n            \"fixedImage\": \"http://drive.google.com/uc?export=view&id=1DzoyTMF89Z5rARKGVToe8XWWWO2ajSjJ\",\n            \"numOfPosts\": 0,\n            \"isVoted\": false,\n            \"isSaved\": false,\n            \"likes\": 0,\n            \"saves\": 0\n        },\n        {\n            \"attractionId\": 4,\n            \"attractionName\": \"호림박물관 (신사분관)\",\n            \"fixedImage\": \"http://drive.google.com/uc?export=view&id=19J44otRaIcRD9W7ITIdjiIpt0YVjiNQ5\",\n            \"numOfPosts\": 0,\n            \"isVoted\": false,\n            \"isSaved\": false,\n            \"likes\": 0,\n            \"saves\": 0\n        },\n        {\n            \"attractionId\": 5,\n            \"attractionName\": \"송은\",\n            \"fixedImage\": \"http://drive.google.com/uc?export=view&id=1F-Kec6Wdtk1BAGcDjq11beqUtXD5XQR8\",\n            \"numOfPosts\": 0,\n            \"isVoted\": false,\n            \"isSaved\": false,\n            \"likes\": 0,\n            \"saves\": 0\n        },\n        {\n            \"attractionId\": 6,\n            \"attractionName\": \"선정릉(선릉)\",\n            \"fixedImage\": \"http://drive.google.com/uc?export=view&id=136Hv2ZNaMUDq__AXP7H2JF1-79hrzji4\",\n            \"numOfPosts\": 0,\n            \"isVoted\": false,\n            \"isSaved\": false,\n            \"likes\": 0,\n            \"saves\": 0\n        },\n        {\n            \"attractionId\": 7,\n            \"attractionName\": \"노블레스 컬렉션\",\n            \"fixedImage\": \"http://drive.google.com/uc?export=view&id=1Raw6pjrr0SyW3ZcypYQ8_d-LPU1JNKiF\",\n            \"numOfPosts\": 0,\n            \"isVoted\": false,\n            \"isSaved\": false,\n            \"likes\": 0,\n            \"saves\": 0\n        },\n        {\n            \"attractionId\": 8,\n            \"attractionName\": \"대한불교조계종 도선사\",\n            \"fixedImage\": \"http://drive.google.com/uc?export=view&id=1AGT1n4ps32A2r1EXDz_VYEydejgkFpGS\",\n            \"numOfPosts\": 0,\n            \"isVoted\": false,\n            \"isSaved\": false,\n            \"likes\": 0,\n            \"saves\": 0\n        },\n        {\n            \"attractionId\": 9,\n            \"attractionName\": \"화계사\",\n            \"fixedImage\": \"http://drive.google.com/uc?export=view&id=12nJI5rsGhprYM36l32gfFIl3hsMIanib\",\n            \"numOfPosts\": 0,\n            \"isVoted\": false,\n            \"isSaved\": false,\n            \"likes\": 0,\n            \"saves\": 0\n        }\n    ],\n    \"pageInfo\": {\n        \"page\": 1,\n        \"size\": 9,\n        \"totalElements\": 104,\n        \"totalPages\": 12\n    }\n}"}],"_postman_id":"9ffa8ae1-8a27-4688-99c2-1dc71980d2a8"},{"name":"명소 리스트 조회 (로그인)","id":"204d4cc8-aab0-4d61-befb-49b2fc0f2389","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"attractionName","value":"{name}","type":"text","description":"<p>type : String</p>\n"},{"key":"attractionDescription","value":"{description}","type":"text","description":"<p>type : String</p>\n"},{"key":"attractionAddress","value":"{address}","type":"text","description":"<p>type : String</p>\n"},{"key":"attractionImage","type":"file","description":"<p>type : file(png .etc)</p>\n","src":"/C:/Users/Su/Desktop/등기부등본/밀하우스.png"},{"key":"province","value":"{province}","type":"text","description":"<p>type : String</p>\n"}]},"url":"https://pikcha36.o-r.kr:8080/attractions/home/{member-id}","urlObject":{"protocol":"https","port":"8080","path":["attractions","home","{member-id}"],"host":["pikcha36","o-r","kr"],"query":[],"variable":[]}},"response":[{"id":"1132905a-298c-4ebd-9479-c3fd3082f749","name":"명소 리스트 조회 (로그인)","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"attractionName","value":"우리집입니","type":"text"},{"key":"attractionDescription","value":"설명인데","type":"text"},{"key":"attractionAddress","value":"중앙로145","type":"text"},{"key":"attractionImage","type":"file","src":"/C:/Users/Su/Desktop/등기부등본/밀하우스.png"},{"key":"province","value":"중구","type":"text"}]},"url":"https://pikcha36.o-r.kr:8080/attractions/home/{member-id}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 30 Jan 2023 11:27:34 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"attractionId\": 1,\n            \"attractionName\": \"봉은사\",\n            \"fixedImage\": \"http://drive.google.com/uc?export=view&id=1e4m2YCtcbp7bjGPFz7gyN8tbsbnl3zeH\",\n            \"numOfPosts\": 9,\n            \"isVoted\": true,\n            \"isSaved\": true,\n            \"likes\": 3,\n            \"saves\": 5\n        },\n        {\n            \"attractionId\": 2,\n            \"attractionName\": \"도산 공원\",\n            \"fixedImage\": \"http://drive.google.com/uc?export=view&id=1NR2G-z7f0EYpJn77NXfJp33-jTv7opNB\",\n            \"numOfPosts\": 0,\n            \"isVoted\": false,\n            \"isSaved\": false,\n            \"likes\": 0,\n            \"saves\": 0\n        },\n        {\n            \"attractionId\": 3,\n            \"attractionName\": \"코엑스 아쿠아리움\",\n            \"fixedImage\": \"http://drive.google.com/uc?export=view&id=1DzoyTMF89Z5rARKGVToe8XWWWO2ajSjJ\",\n            \"numOfPosts\": 0,\n            \"isVoted\": false,\n            \"isSaved\": false,\n            \"likes\": 0,\n            \"saves\": 0\n        },\n        {\n            \"attractionId\": 4,\n            \"attractionName\": \"호림박물관 (신사분관)\",\n            \"fixedImage\": \"http://drive.google.com/uc?export=view&id=19J44otRaIcRD9W7ITIdjiIpt0YVjiNQ5\",\n            \"numOfPosts\": 0,\n            \"isVoted\": false,\n            \"isSaved\": false,\n            \"likes\": 0,\n            \"saves\": 0\n        },\n        {\n            \"attractionId\": 5,\n            \"attractionName\": \"송은\",\n            \"fixedImage\": \"http://drive.google.com/uc?export=view&id=1F-Kec6Wdtk1BAGcDjq11beqUtXD5XQR8\",\n            \"numOfPosts\": 0,\n            \"isVoted\": false,\n            \"isSaved\": false,\n            \"likes\": 0,\n            \"saves\": 0\n        },\n        {\n            \"attractionId\": 6,\n            \"attractionName\": \"선정릉(선릉)\",\n            \"fixedImage\": \"http://drive.google.com/uc?export=view&id=136Hv2ZNaMUDq__AXP7H2JF1-79hrzji4\",\n            \"numOfPosts\": 0,\n            \"isVoted\": false,\n            \"isSaved\": false,\n            \"likes\": 0,\n            \"saves\": 0\n        },\n        {\n            \"attractionId\": 7,\n            \"attractionName\": \"노블레스 컬렉션\",\n            \"fixedImage\": \"http://drive.google.com/uc?export=view&id=1Raw6pjrr0SyW3ZcypYQ8_d-LPU1JNKiF\",\n            \"numOfPosts\": 0,\n            \"isVoted\": false,\n            \"isSaved\": false,\n            \"likes\": 0,\n            \"saves\": 0\n        },\n        {\n            \"attractionId\": 8,\n            \"attractionName\": \"대한불교조계종 도선사\",\n            \"fixedImage\": \"http://drive.google.com/uc?export=view&id=1AGT1n4ps32A2r1EXDz_VYEydejgkFpGS\",\n            \"numOfPosts\": 0,\n            \"isVoted\": false,\n            \"isSaved\": false,\n            \"likes\": 0,\n            \"saves\": 0\n        },\n        {\n            \"attractionId\": 9,\n            \"attractionName\": \"화계사\",\n            \"fixedImage\": \"http://drive.google.com/uc?export=view&id=12nJI5rsGhprYM36l32gfFIl3hsMIanib\",\n            \"numOfPosts\": 0,\n            \"isVoted\": false,\n            \"isSaved\": false,\n            \"likes\": 0,\n            \"saves\": 0\n        }\n    ],\n    \"pageInfo\": {\n        \"page\": 1,\n        \"size\": 9,\n        \"totalElements\": 104,\n        \"totalPages\": 12\n    }\n}"}],"_postman_id":"204d4cc8-aab0-4d61-befb-49b2fc0f2389"}],"id":"71fd2bf2-ddcb-4d29-83ba-f618985423f2","_postman_id":"71fd2bf2-ddcb-4d29-83ba-f618985423f2","description":""},{"name":"👮‍♀️명소 관리자페이지","item":[{"name":"명소 등록(관리자)","id":"1be8bba0-7085-41e0-b181-52352a64ed6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"attractionName","value":"{name}","type":"text","description":"<p>type : String</p>\n"},{"key":"attractionDescription","value":"{description}","type":"text","description":"<p>type : String</p>\n"},{"key":"attractionAddress","value":"{address}","type":"text","description":"<p>type : String</p>\n"},{"key":"attractionImage","type":"file","description":"<p>type : file(png .etc)</p>\n","src":"/C:/Users/Su/Desktop/codestates/98-980282_s.jpg"},{"key":"province","value":"{province}","type":"text","description":"<p>type : String</p>\n"}]},"url":"http://pikcha36.o-r.kr:8080/attractions/upload","urlObject":{"protocol":"http","port":"8080","path":["attractions","upload"],"host":["pikcha36","o-r","kr"],"query":[],"variable":[]}},"response":[],"_postman_id":"1be8bba0-7085-41e0-b181-52352a64ed6a"},{"name":"명소 정보 수정(관리자)","id":"2c5c5ccf-2181-4a54-9f0a-7039abfc9446","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"attractionName","value":"{edit-name}","type":"text"},{"key":"attractionDescription","value":"{edit-description}","type":"text"},{"key":"attractionAddress","value":"{edit-address}","type":"text"},{"key":"attractionImage","type":"file","value":null},{"key":"province","value":"{edit-province}","type":"text"}]},"url":"https://pikcha36.o-r.kr:8080/attractions/{attraction-id}","urlObject":{"protocol":"https","port":"8080","path":["attractions","{attraction-id}"],"host":["pikcha36","o-r","kr"],"query":[],"variable":[]}},"response":[],"_postman_id":"2c5c5ccf-2181-4a54-9f0a-7039abfc9446"},{"name":"명소 삭제(관리자)","id":"99b379e0-ade6-4f62-b5c2-6e241a8c9427","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[],"url":"https://pikcha36.o-r.kr:8080/attractions/{attraction-id}","urlObject":{"protocol":"https","port":"8080","path":["attractions","{attraction-id}"],"host":["pikcha36","o-r","kr"],"query":[],"variable":[]}},"response":[],"_postman_id":"99b379e0-ade6-4f62-b5c2-6e241a8c9427"}],"id":"e2a9f5ae-5c1f-4550-8ba7-921403d2df51","_postman_id":"e2a9f5ae-5c1f-4550-8ba7-921403d2df51","description":""},{"name":"👑명소","item":[{"name":"명소 메인페이지(필터-비로그인)","id":"494cfc6b-9c93-41dd-8f09-611bc7f1ae2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"provinces\":[\"강남구\", \"강동구\", \"강북구\", \"강서구\", \"관악구\", \"광진구\", \"구로구\", \"금천구\", \r\n    \"노원구\", \"도봉구\", \"동대문구\", \"동작구\", \"마포구\", \"서대문구\", \"서초구\", \"성동구\", \"성북구\", \"송파구\", \"양천구\",\r\n    \"영등포구\", \"용산구\", \"은평구\", \"종로구\", \"중구\", \"중랑구\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://pikcha36.o-r.kr:8080/attractions/filter?sort={newest, posts, likes}&page={page}&size={size}","urlObject":{"protocol":"http","port":"8080","path":["attractions","filter"],"host":["pikcha36","o-r","kr"],"query":[{"description":{"content":"<p>default value = newest type String</p>\n","type":"text/plain"},"key":"sort","value":"{newest, posts, likes}"},{"description":{"content":"<p>defualt value=1, type int</p>\n","type":"text/plain"},"key":"page","value":"{page}"},{"description":{"content":"<p>defualt value=9, type int</p>\n","type":"text/plain"},"key":"size","value":"{size}"}],"variable":[]}},"response":[{"id":"b7843768-fcb8-43a5-a897-a12db2493b51","name":"명소 메인페이지(필터-비로그인)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"provinces\":[\"성동구\", \"강남구\", \"중구\"]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://pikcha36.o-r.kr:8080/attractions/filter?sort={newest, posts, likes}&page={page}&size={size}","protocol":"http","host":["pikcha36","o-r","kr"],"port":"8080","path":["attractions","filter"],"query":[{"key":"sort","value":"{newest, posts, likes}","description":"default value = newest type String"},{"key":"page","value":"{page}","description":"defualt value=1, type int"},{"key":"size","value":"{size}","description":"defualt value=9, type int"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"attractionId\": 97,\n            \"attractionName\": \"숭례문\",\n            \"fixedImage\": \"http://drive.google.com/uc?export=view&id=1XgsSlNmq3QbwMo3Y0sJgNLkQKf_FsW-k\",\n            \"numOfPosts\": 0,\n            \"isVoted\": false,\n            \"isSaved\": false,\n            \"likes\": 1,\n            \"saves\": 1\n        },\n        {\n            \"attractionId\": 96,\n            \"attractionName\": \"서울로 7017\",\n            \"fixedImage\": \"http://drive.google.com/uc?export=view&id=1M-TqmUjciZJD73FZzsKuwn6LNe7Jx7Ax\",\n            \"numOfPosts\": 0,\n            \"isVoted\": false,\n            \"isSaved\": false,\n            \"likes\": 1,\n            \"saves\": 2\n        },\n        {\n            \"attractionId\": 95,\n            \"attractionName\": \"서울 시립 미술관\",\n            \"fixedImage\": \"http://drive.google.com/uc?export=view&id=1ExbuErV6eKN20avRLfyqPPh482DyBEfX\",\n            \"numOfPosts\": 0,\n            \"isVoted\": false,\n            \"isSaved\": false,\n            \"likes\": 1,\n            \"saves\": 2\n        },\n        {\n            \"attractionId\": 94,\n            \"attractionName\": \"서울 시청\",\n            \"fixedImage\": \"http://drive.google.com/uc?export=view&id=1zuD0uuWJ11PjhccTi1ZevWzHfy4Ye9tP\",\n            \"numOfPosts\": 0,\n            \"isVoted\": false,\n            \"isSaved\": false,\n            \"likes\": 2,\n            \"saves\": 1\n        },\n        {\n            \"attractionId\": 93,\n            \"attractionName\": \"덕수궁\",\n            \"fixedImage\": \"http://drive.google.com/uc?export=view&id=1H-fh61tinORIX_0YMCcK_4BYINILwpeM\",\n            \"numOfPosts\": 0,\n            \"isVoted\": false,\n            \"isSaved\": false,\n            \"likes\": 0,\n            \"saves\": 1\n        },\n        {\n            \"attractionId\": 92,\n            \"attractionName\": \"남대문시장\",\n            \"fixedImage\": \"http://drive.google.com/uc?export=view&id=1-bfB3BDJ2un5zeZjIZCvk6o1Vhqw-RYX\",\n            \"numOfPosts\": 0,\n            \"isVoted\": false,\n            \"isSaved\": false,\n            \"likes\": 1,\n            \"saves\": 1\n        },\n        {\n            \"attractionId\": 91,\n            \"attractionName\": \"동대문디자인플라자\",\n            \"fixedImage\": \"http://drive.google.com/uc?export=view&id=1B_dZ6dtvUMEBMqPTbC_g-apxKg3msb-4\",\n            \"numOfPosts\": 0,\n            \"isVoted\": false,\n            \"isSaved\": false,\n            \"likes\": 1,\n            \"saves\": 1\n        },\n        {\n            \"attractionId\": 53,\n            \"attractionName\": \"뚝섬미술관\",\n            \"fixedImage\": \"http://drive.google.com/uc?export=view&id=1nEnflaIuaB6GyUCuNVRjB595GvsjkUBl\",\n            \"numOfPosts\": 0,\n            \"isVoted\": false,\n            \"isSaved\": false,\n            \"likes\": 0,\n            \"saves\": 0\n        },\n        {\n            \"attractionId\": 52,\n            \"attractionName\": \"서울숲공원\",\n            \"fixedImage\": \"http://drive.google.com/uc?export=view&id=17VK_WN-Jw_Zd1tevk3o8lPFRdxGQFZP0\",\n            \"numOfPosts\": 0,\n            \"isVoted\": false,\n            \"isSaved\": false,\n            \"likes\": 1,\n            \"saves\": 1\n        }\n    ],\n    \"pageInfo\": {\n        \"page\": 1,\n        \"size\": 9,\n        \"totalElements\": 16,\n        \"totalPages\": 2\n    }\n}"}],"_postman_id":"494cfc6b-9c93-41dd-8f09-611bc7f1ae2d"},{"name":"명소 메인페이지(필터-로그인)","id":"d7871342-13b9-4c59-89f7-d36f7d293ce9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"{access-token}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"provinces\":[\"성동구\", \"강남구\", \"중구\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://pikcha36.o-r.kr:8080/attractions/filter/{member-id}","urlObject":{"protocol":"http","port":"8080","path":["attractions","filter","{member-id}"],"host":["pikcha36","o-r","kr"],"query":[],"variable":[]}},"response":[{"id":"a4082d7e-adaf-4b1f-b46b-30d1acb20160","name":"명소 메인페이지(필터-로그인)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{access-token}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"provinces\":[\"성동구\", \"강남구\", \"중구\"]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://pikcha36.o-r.kr:8080/attractions/filter/{member-id}?sort={newest, posts, likes}&page={page}&size={size}","protocol":"http","host":["pikcha36","o-r","kr"],"port":"8080","path":["attractions","filter","{member-id}"],"query":[{"key":"sort","value":"{newest, posts, likes}"},{"key":"page","value":"{page}"},{"key":"size","value":"{size}"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"d7871342-13b9-4c59-89f7-d36f7d293ce9"},{"name":"명소상세페이지(비로그인)","id":"80d7a1cc-84a6-44a0-8647-aee6bd74f7a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://pikcha36.o-r.kr:8080/attractions/{attraction-id}","urlObject":{"protocol":"https","port":"8080","path":["attractions","{attraction-id}"],"host":["pikcha36","o-r","kr"],"query":[],"variable":[]}},"response":[{"id":"c60d6431-0921-4c0e-a8b7-2ac6a16fde29","name":"명소상세페이지(비로그인)","originalRequest":{"method":"GET","header":[],"url":"https://pikcha36.o-r.kr:8080/attractions/{attraction-id}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 30 Jan 2023 11:30:06 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"attractionId\": 1,\n        \"likes\": 3,\n        \"saves\": 5,\n        \"isVoted\": false,\n        \"isSaved\": false,\n        \"attractionName\": \"봉은사\",\n        \"attractionDescription\": \"서울특별시 강남구 봉은사로 531(삼성동)에 위치한 사찰. 대한불교조계종 직할교구 소속으로, 조계사의 말사(末寺)이다.\",\n        \"attractionAddress\": \"서울 강남구 봉은사로 531 봉은사\",\n        \"fixedImage\": \"http://drive.google.com/uc?export=view&id=1e4m2YCtcbp7bjGPFz7gyN8tbsbnl3zeH\"\n    }\n}"}],"_postman_id":"80d7a1cc-84a6-44a0-8647-aee6bd74f7a7"},{"name":"명소상세페이지(로그인)","id":"3854c19a-624e-4785-bd50-c553d53c88bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"{access-token}","type":"text"}],"url":"https://pikcha36.o-r.kr:8080/attractions/{attraction-id}/{member-id}","urlObject":{"protocol":"https","port":"8080","path":["attractions","{attraction-id}","{member-id}"],"host":["pikcha36","o-r","kr"],"query":[],"variable":[]}},"response":[{"id":"84a11ea3-454e-41f5-8f86-3d50034e8b69","name":"명소상세페이지(로그인)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{access-token}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://pikcha36.o-r.kr:8080/attractions/{attraction-id}/{member-id}"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"attractionId\": 1,\n        \"likes\": 2,\n        \"saves\": 4,\n        \"isVoted\": true,\n        \"isSaved\": true,\n        \"attractionName\": \"봉은사\",\n        \"attractionDescription\": \"서울특별시 강남구 봉은사로 531(삼성동)에 위치한 사찰. 대한불교조계종 직할교구 소속으로, 조계사의 말사(末寺)이다.\",\n        \"attractionAddress\": \"서울 강남구 봉은사로 531 봉은사\",\n        \"fixedImage\": \"http://drive.google.com/uc?export=view&id=1e4m2YCtcbp7bjGPFz7gyN8tbsbnl3zeH\"\n    }\n}"}],"_postman_id":"3854c19a-624e-4785-bd50-c553d53c88bd"},{"name":"명소 좋아요 기능","id":"23affa6b-8af0-4c68-abc1-80df81a4f616","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"{access-token}","type":"text"}],"url":"http://pikcha36.o-r.kr:8080/attractions/likes/{attraction-id}","description":"<p>로그인 한 사용자는 자신이 좋아하는 명소에 좋아요를 표시 할 수 있다.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["attractions","likes","{attraction-id}"],"host":["pikcha36","o-r","kr"],"query":[],"variable":[]}},"response":[{"id":"c175757f-da70-423d-bf30-c84c5f9c38a4","name":"명소 좋아요 기능","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{access-token}","type":"text"}],"url":"http://pikcha36.o-r.kr:8080/attractions/likes/{attraction-id}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"isVoted\": {true or false}\n    }\n}"}],"_postman_id":"23affa6b-8af0-4c68-abc1-80df81a4f616"},{"name":"명소 즐겨찾기 기능","id":"e6b2b2e3-7627-4416-9c74-5a9d830b4f05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"{access-token}","type":"text"}],"url":"http://pikcha36.o-r.kr:8080/attractions/saves/{attraction-id}","description":"<p>로그인 한 사용자는 자신이 좋아하는 명소를 즐겨찾기에 저장 할 수 있다.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["attractions","saves","{attraction-id}"],"host":["pikcha36","o-r","kr"],"query":[],"variable":[]}},"response":[{"id":"1702f372-949e-4dd3-8b6e-6ff48d4fdbc4","name":"명소 즐겨찾기 기능","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{access-token}","type":"text"}],"url":"http://pikcha36.o-r.kr:8080/attractions/saves/{attraction-id}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"isSaved\": {true or false}\n    }\n}"}],"_postman_id":"e6b2b2e3-7627-4416-9c74-5a9d830b4f05"},{"name":"명소 검색 기능(비로그인)","id":"003ac83e-7784-41b8-9de0-3fd66d76a9c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"provinces\" : []\r\n}","options":{"raw":{"language":"json"}}},"url":"pikcha36.o-r.kr:8080/attractions/search?sort={newest, posts, likes}&page={page}&size={size}&keyword={keyword}","urlObject":{"port":"8080","path":["attractions","search"],"host":["pikcha36","o-r","kr"],"query":[{"description":{"content":"<p>default value = newest type String</p>\n","type":"text/plain"},"key":"sort","value":"{newest, posts, likes}"},{"description":{"content":"<p>defualt value=1, type int</p>\n","type":"text/plain"},"key":"page","value":"{page}"},{"description":{"content":"<p>defualt value=9, type int</p>\n","type":"text/plain"},"key":"size","value":"{size}"},{"description":{"content":"<p>type String</p>\n","type":"text/plain"},"key":"keyword","value":"{keyword}"}],"variable":[]}},"response":[{"id":"489b38e3-e103-4698-94e2-6d823fb9ef25","name":"명소 검색 기능(비로그인)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"provinces\" : []\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"pikcha36.o-r.kr:8080/attractions/search?sort=newest&page=1&size=9&keyword=사","host":["pikcha36","o-r","kr"],"port":"8080","path":["attractions","search"],"query":[{"key":"sort","value":"newest","description":"default value = newest type String"},{"key":"page","value":"1","description":"defualt value=1, type int"},{"key":"size","value":"9","description":"defualt value=9, type int"},{"key":"keyword","value":"사","description":"type String"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"attractionId\": 102,\n            \"attractionName\": \"암사동 선사주거지\",\n            \"fixedImage\": \"http://drive.google.com/uc?export=view&id=1ykCgT1gRfwKBb_JBRblCqc41TRAs8g7u\",\n            \"numOfPosts\": 0,\n            \"isVoted\": false,\n            \"isSaved\": false,\n            \"likes\": 2,\n            \"saves\": 3\n        },\n        {\n            \"attractionId\": 89,\n            \"attractionName\": \"서울역사박물관\",\n            \"fixedImage\": \"http://drive.google.com/uc?export=view&id=1Hm6cVkU5z9B85bhEM1rMCOx1Uxfhn6ZV\",\n            \"numOfPosts\": 0,\n            \"isVoted\": false,\n            \"isSaved\": false,\n            \"likes\": 0,\n            \"saves\": 0\n        },\n        {\n            \"attractionId\": 87,\n            \"attractionName\": \"조계사\",\n            \"fixedImage\": \"http://drive.google.com/uc?export=view&id=140ilIyyRK2T9xRs-H1qJcozwyBx82Eig\",\n            \"numOfPosts\": 0,\n            \"isVoted\": false,\n            \"isSaved\": false,\n            \"likes\": 0,\n            \"saves\": 1\n        },\n        {\n            \"attractionId\": 80,\n            \"attractionName\": \"수국사\",\n            \"fixedImage\": \"http://drive.google.com/uc?export=view&id=1haONM_4br69uBi_bdL2Q9WcGgbC69aSg\",\n            \"numOfPosts\": 0,\n            \"isVoted\": false,\n            \"isSaved\": false,\n            \"likes\": 0,\n            \"saves\": 0\n        },\n        {\n            \"attractionId\": 77,\n            \"attractionName\": \"진관사\",\n            \"fixedImage\": \"http://drive.google.com/uc?export=view&id=1Ftme89356VdGd48ZlVfxkNDq2v7N3aGr\",\n            \"numOfPosts\": 0,\n            \"isVoted\": false,\n            \"isSaved\": false,\n            \"likes\": 0,\n            \"saves\": 0\n        },\n        {\n            \"attractionId\": 68,\n            \"attractionName\": \"국회의사당\",\n            \"fixedImage\": \"http://drive.google.com/uc?export=view&id=1oGr7Tv3qzpvTTMEkTMP-tOkd84V0Eq8S\",\n            \"numOfPosts\": 0,\n            \"isVoted\": false,\n            \"isSaved\": false,\n            \"likes\": 0,\n            \"saves\": 0\n        },\n        {\n            \"attractionId\": 45,\n            \"attractionName\": \"봉원사\",\n            \"fixedImage\": \"http://drive.google.com/uc?export=view&id=19rpdCu08qZjtOh7Oz8yMdLmPjBKseO_7\",\n            \"numOfPosts\": 0,\n            \"isVoted\": false,\n            \"isSaved\": false,\n            \"likes\": 1,\n            \"saves\": 1\n        },\n        {\n            \"attractionId\": 43,\n            \"attractionName\": \"서대문자연사박물관\",\n            \"fixedImage\": \"http://drive.google.com/uc?export=view&id=1a1LwVGrhJWNi87CVSvBWwsUQ-Ny0BOKX\",\n            \"numOfPosts\": 0,\n            \"isVoted\": false,\n            \"isSaved\": false,\n            \"likes\": 0,\n            \"saves\": 0\n        },\n        {\n            \"attractionId\": 42,\n            \"attractionName\": \"서대문형무소역사관\",\n            \"fixedImage\": \"http://drive.google.com/uc?export=view&id=1NlXEck2bUPWxwfYyfxYtIwN4fE68IJ7X\",\n            \"numOfPosts\": 0,\n            \"isVoted\": false,\n            \"isSaved\": false,\n            \"likes\": 0,\n            \"saves\": 0\n        }\n    ],\n    \"pageInfo\": {\n        \"page\": 1,\n        \"size\": 9,\n        \"totalElements\": 17,\n        \"totalPages\": 2\n    }\n}"}],"_postman_id":"003ac83e-7784-41b8-9de0-3fd66d76a9c2"},{"name":"명소 검색 기능(로그인)","id":"a0585508-384a-4ec2-b2e3-22ba048a193c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"{access-token}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"provinces\" : []\r\n}","options":{"raw":{"language":"json"}}},"url":"pikcha36.o-r.kr:8080/attractions/search/{member-id}?sort={newest, posts, likes}&page={page}&size={size}&keyword={keyword}","urlObject":{"port":"8080","path":["attractions","search","{member-id}"],"host":["pikcha36","o-r","kr"],"query":[{"key":"sort","value":"{newest, posts, likes}"},{"key":"page","value":"{page}"},{"key":"size","value":"{size}"},{"key":"keyword","value":"{keyword}"}],"variable":[]}},"response":[{"id":"310f563f-03ee-450b-ac02-6eac242717e2","name":"명소 검색 기능(로그인)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"provinces\" : []\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"pikcha36.o-r.kr:8080/attractions/search/{member-id}?sort={newest, posts, likes}&page={page}&size={size}&keyword={keyword}","host":["pikcha36","o-r","kr"],"port":"8080","path":["attractions","search","{member-id}"],"query":[{"key":"sort","value":"{newest, posts, likes}"},{"key":"page","value":"{page}"},{"key":"size","value":"{size}"},{"key":"keyword","value":"{keyword}"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"attractionId\": 102,\n            \"attractionName\": \"암사동 선사주거지\",\n            \"fixedImage\": \"http://drive.google.com/uc?export=view&id=1ykCgT1gRfwKBb_JBRblCqc41TRAs8g7u\",\n            \"numOfPosts\": 0,\n            \"isVoted\": false,\n            \"isSaved\": false,\n            \"likes\": 2,\n            \"saves\": 3\n        },\n        {\n            \"attractionId\": 89,\n            \"attractionName\": \"서울역사박물관\",\n            \"fixedImage\": \"http://drive.google.com/uc?export=view&id=1Hm6cVkU5z9B85bhEM1rMCOx1Uxfhn6ZV\",\n            \"numOfPosts\": 0,\n            \"isVoted\": false,\n            \"isSaved\": false,\n            \"likes\": 0,\n            \"saves\": 0\n        },\n        {\n            \"attractionId\": 87,\n            \"attractionName\": \"조계사\",\n            \"fixedImage\": \"http://drive.google.com/uc?export=view&id=140ilIyyRK2T9xRs-H1qJcozwyBx82Eig\",\n            \"numOfPosts\": 0,\n            \"isVoted\": false,\n            \"isSaved\": false,\n            \"likes\": 0,\n            \"saves\": 1\n        },\n        {\n            \"attractionId\": 80,\n            \"attractionName\": \"수국사\",\n            \"fixedImage\": \"http://drive.google.com/uc?export=view&id=1haONM_4br69uBi_bdL2Q9WcGgbC69aSg\",\n            \"numOfPosts\": 0,\n            \"isVoted\": false,\n            \"isSaved\": false,\n            \"likes\": 0,\n            \"saves\": 0\n        },\n        {\n            \"attractionId\": 77,\n            \"attractionName\": \"진관사\",\n            \"fixedImage\": \"http://drive.google.com/uc?export=view&id=1Ftme89356VdGd48ZlVfxkNDq2v7N3aGr\",\n            \"numOfPosts\": 0,\n            \"isVoted\": false,\n            \"isSaved\": false,\n            \"likes\": 0,\n            \"saves\": 0\n        },\n        {\n            \"attractionId\": 68,\n            \"attractionName\": \"국회의사당\",\n            \"fixedImage\": \"http://drive.google.com/uc?export=view&id=1oGr7Tv3qzpvTTMEkTMP-tOkd84V0Eq8S\",\n            \"numOfPosts\": 0,\n            \"isVoted\": false,\n            \"isSaved\": false,\n            \"likes\": 0,\n            \"saves\": 0\n        },\n        {\n            \"attractionId\": 45,\n            \"attractionName\": \"봉원사\",\n            \"fixedImage\": \"http://drive.google.com/uc?export=view&id=19rpdCu08qZjtOh7Oz8yMdLmPjBKseO_7\",\n            \"numOfPosts\": 0,\n            \"isVoted\": false,\n            \"isSaved\": false,\n            \"likes\": 1,\n            \"saves\": 1\n        },\n        {\n            \"attractionId\": 43,\n            \"attractionName\": \"서대문자연사박물관\",\n            \"fixedImage\": \"http://drive.google.com/uc?export=view&id=1a1LwVGrhJWNi87CVSvBWwsUQ-Ny0BOKX\",\n            \"numOfPosts\": 0,\n            \"isVoted\": false,\n            \"isSaved\": false,\n            \"likes\": 0,\n            \"saves\": 0\n        },\n        {\n            \"attractionId\": 42,\n            \"attractionName\": \"서대문형무소역사관\",\n            \"fixedImage\": \"http://drive.google.com/uc?export=view&id=1NlXEck2bUPWxwfYyfxYtIwN4fE68IJ7X\",\n            \"numOfPosts\": 0,\n            \"isVoted\": false,\n            \"isSaved\": false,\n            \"likes\": 0,\n            \"saves\": 0\n        }\n    ],\n    \"pageInfo\": {\n        \"page\": 1,\n        \"size\": 9,\n        \"totalElements\": 17,\n        \"totalPages\": 2\n    }\n}"}],"_postman_id":"a0585508-384a-4ec2-b2e3-22ba048a193c"}],"id":"3cfb35f2-fb3d-4503-a97d-d7f900391813","description":"<p>픽차가 선별한 서울지역 내 명소 관련 API입니다.</p>\n","_postman_id":"3cfb35f2-fb3d-4503-a97d-d7f900391813"},{"name":"\b🗺️명소지도페이지","item":[{"name":"명소 지도페이지 지역구 검색","id":"6adda294-2ac5-404b-b68c-106b71c21f90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"provinces\":[\"강남구\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://pikcha36.o-r.kr:8080/attractions/maps","urlObject":{"protocol":"https","port":"8080","path":["attractions","maps"],"host":["pikcha36","o-r","kr"],"query":[],"variable":[]}},"response":[{"id":"fbbb1638-8f7c-4127-b9c8-682273e40300","name":"명소 지도페이지 지역구 검색","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"provinces\":[\"강남구\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://pikcha36.o-r.kr:8080/attractions/maps"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 30 Jan 2023 11:21:26 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"attractionId\": 7,\n            \"attractionName\": \"노블레스 컬렉션\",\n            \"attractionAddress\": \"서울 강남구 선릉로162길 13\",\n            \"fixedImage\": \"http://drive.google.com/uc?export=view&id=1Raw6pjrr0SyW3ZcypYQ8_d-LPU1JNKiF\"\n        },\n        {\n            \"attractionId\": 6,\n            \"attractionName\": \"선정릉(선릉)\",\n            \"attractionAddress\": \"서울 강남구 선릉로100길 1\",\n            \"fixedImage\": \"http://drive.google.com/uc?export=view&id=136Hv2ZNaMUDq__AXP7H2JF1-79hrzji4\"\n        },\n        {\n            \"attractionId\": 5,\n            \"attractionName\": \"송은\",\n            \"attractionAddress\": \"서울 강남구 도산대로 441\",\n            \"fixedImage\": \"http://drive.google.com/uc?export=view&id=1F-Kec6Wdtk1BAGcDjq11beqUtXD5XQR8\"\n        },\n        {\n            \"attractionId\": 4,\n            \"attractionName\": \"호림박물관 (신사분관)\",\n            \"attractionAddress\": \"서울 강남구 도산대로 317\",\n            \"fixedImage\": \"http://drive.google.com/uc?export=view&id=19J44otRaIcRD9W7ITIdjiIpt0YVjiNQ5\"\n        },\n        {\n            \"attractionId\": 3,\n            \"attractionName\": \"코엑스 아쿠아리움\",\n            \"attractionAddress\": \"서울 강남구 영동대로 513\",\n            \"fixedImage\": \"http://drive.google.com/uc?export=view&id=1DzoyTMF89Z5rARKGVToe8XWWWO2ajSjJ\"\n        },\n        {\n            \"attractionId\": 2,\n            \"attractionName\": \"도산 공원\",\n            \"attractionAddress\": \"서울 강남구 도산대로45길 20\",\n            \"fixedImage\": \"http://drive.google.com/uc?export=view&id=1NR2G-z7f0EYpJn77NXfJp33-jTv7opNB\"\n        },\n        {\n            \"attractionId\": 1,\n            \"attractionName\": \"봉은사\",\n            \"attractionAddress\": \"서울 강남구 봉은사로 531 봉은사\",\n            \"fixedImage\": \"http://drive.google.com/uc?export=view&id=1e4m2YCtcbp7bjGPFz7gyN8tbsbnl3zeH\"\n        }\n    ],\n    \"pageInfo\": {\n        \"page\": 1,\n        \"size\": 100,\n        \"totalElements\": 7,\n        \"totalPages\": 1\n    }\n}"}],"_postman_id":"6adda294-2ac5-404b-b68c-106b71c21f90"},{"name":"명소 1개 지도 상세페이지 (비로그인)","id":"f79f305b-f29d-4e88-9a2e-7a3b5a4bbd0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://pikcha36.o-r.kr:8080/attractions/mapdetails/{attraction-id}","urlObject":{"protocol":"https","port":"8080","path":["attractions","mapdetails","{attraction-id}"],"host":["pikcha36","o-r","kr"],"query":[],"variable":[]}},"response":[{"id":"de20e2a0-67b0-48d9-abd2-0a774fdac4f9","name":"명소 1개 지도 상세페이지 (비로그인)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{access-token}","type":"text","disabled":true}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://pikcha36.o-r.kr:8080/attractions/mapdetails/{attraction-id}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 30 Jan 2023 11:23:15 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"attractionId\": 28,\n        \"attractionName\": \"김수영문학관\",\n        \"attractionAddress\": \"서울 도봉구 해등로32길 80\",\n        \"fixedImage\": \"http://drive.google.com/uc?export=view&id=1J3SzbsQH1g7fAwiLMRlATnvs3MnSQEnP\",\n        \"numOfPosts\": 0,\n        \"likes\": 0,\n        \"isVoted\": false,\n        \"saves\": 0,\n        \"isSaved\": false,\n        \"postIdAndUrls\": []\n    }\n}"}],"_postman_id":"f79f305b-f29d-4e88-9a2e-7a3b5a4bbd0b"},{"name":"명소 1개 지도 상세페이지 (로그인)","id":"a844dc41-0a1b-4f48-8137-29edafe44770","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://pikcha36.o-r.kr:8080/attractions/mapdetails/{attraction-id}/{member-id}","urlObject":{"protocol":"https","port":"8080","path":["attractions","mapdetails","{attraction-id}","{member-id}"],"host":["pikcha36","o-r","kr"],"query":[],"variable":[]}},"response":[{"id":"455e3c89-25a7-4484-85bd-cd72a3d16364","name":"명소 1개 지도 상세페이지 (로그인)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{access-token}","type":"text","disabled":true}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://pikcha36.o-r.kr:8080/attractions/mapdetails/{attraction-id}/{member-id}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 30 Jan 2023 11:23:15 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"attractionId\": 28,\n        \"attractionName\": \"김수영문학관\",\n        \"attractionAddress\": \"서울 도봉구 해등로32길 80\",\n        \"fixedImage\": \"http://drive.google.com/uc?export=view&id=1J3SzbsQH1g7fAwiLMRlATnvs3MnSQEnP\",\n        \"numOfPosts\": 0,\n        \"likes\": 0,\n        \"isVoted\": false,\n        \"saves\": 0,\n        \"isSaved\": false,\n        \"postIdAndUrls\": []\n    }\n}"}],"_postman_id":"a844dc41-0a1b-4f48-8137-29edafe44770"}],"id":"1b4f2749-5cff-44b9-a4c4-0b136ecf08b4","_postman_id":"1b4f2749-5cff-44b9-a4c4-0b136ecf08b4","description":""},{"name":"👨‍👩‍👧‍👦포스트","item":[{"name":"포스트 등록 기능","id":"e334e4c1-42e7-4143-990e-ced389dada00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"{access-token}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"postTitle","value":"title","type":"text"},{"key":"postContent","value":"content","description":"<p>Po</p>\n","type":"text","disabled":true},{"key":"postImageFiles","type":"file","contentType":"","src":"/C:/Users/Su/Desktop/명소 이미지/국립서울현충원.PNG","disabled":true},{"key":"postImageFiles","type":"file","src":"/C:/Users/Su/Desktop/명소 이미지/노을공원.PNG","disabled":true},{"key":"postImageFiles","type":"file","src":"/C:/Users/Su/Desktop/명소 이미지/남대문시장.jpg","disabled":true},{"key":"dto","value":"{\"postTitle\" : \"title\", \"postContent\": \"content\"}","type":"text","contentType":"application/json","disabled":true},{"key":"imageFile","type":"file","src":"/C:/Users/Su/Desktop/명소 이미지/롯데월드.jpg","disabled":true},{"key":"postHashTags","value":"포스트","type":"text"},{"key":"postHashTags","value":"이미지","type":"text"},{"key":"postHashTags","value":"테스트","type":"text"},{"key":"postContents","value":"postContent","type":"text"}]},"url":"https://pikcha36.o-r.kr:8080/posts/register/{attraction-id}","urlObject":{"protocol":"https","port":"8080","path":["posts","register","{attraction-id}"],"host":["pikcha36","o-r","kr"],"query":[],"variable":[]}},"response":[{"id":"fdf961e7-6f61-40cf-98f5-e562fc5f70df","name":"포스트 등록 기능","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{access-token}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"postTitle","value":"title","type":"text"},{"key":"postContent","value":"content","description":"Po","type":"text","disabled":true},{"key":"postImageFiles","type":"file","contentType":"","src":"/C:/Users/Su/Desktop/명소 이미지/국립서울현충원.PNG","disabled":true},{"key":"postImageFiles","type":"file","src":"/C:/Users/Su/Desktop/명소 이미지/노을공원.PNG","disabled":true},{"key":"postImageFiles","type":"file","src":"/C:/Users/Su/Desktop/명소 이미지/남대문시장.jpg","disabled":true},{"key":"dto","value":"{\"postTitle\" : \"title\", \"postContent\": \"content\"}","type":"text","contentType":"application/json","disabled":true},{"key":"imageFile","type":"file","src":"/C:/Users/Su/Desktop/명소 이미지/롯데월드.jpg","disabled":true},{"key":"postHashTags","value":"포스트","type":"text"},{"key":"postHashTags","value":"이미지","type":"text"},{"key":"postHashTags","value":"테스트","type":"text"},{"key":"postContents","value":"postContent","type":"text"}]},"url":"https://pikcha36.o-r.kr:8080/posts/register/{attraction-id}"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 30 Jan 2023 11:32:42 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"postId\": 56,\n        \"postTitle\": \"title\",\n        \"postContents\": [\n            \"postContent\"\n        ],\n        \"postHashTags\": [\n            \"포스트\",\n            \"이미지\",\n            \"테스트\"\n        ],\n        \"postImageUrls\": [],\n        \"attractionId\": 1,\n        \"attractionAddress\": \"서울 강남구 봉은사로 531 봉은사\",\n        \"attractionName\": \"봉은사\",\n        \"views\": 0,\n        \"likes\": 0,\n        \"isVoted\": false,\n        \"username\": \"우주대마왕\",\n        \"picture\": \"http://drive.google.com/uc?export=view&id=1OmsgU1GLU9iUBYe9ruw_Uy1AcrN57n4g\",\n        \"comments\": [],\n        \"createdAt\": \"2023-01-30T20:32:42.776412\",\n        \"modifiedAt\": \"2023-01-30T20:32:42.776412\"\n    }\n}"}],"_postman_id":"e334e4c1-42e7-4143-990e-ced389dada00"},{"name":"포스트 좋아요 기능","id":"aa16ea4f-8b0f-425b-9df6-0269d3fd2758","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"{access-token}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://pikcha36.o-r.kr:8080/posts/likes/{post-id}","urlObject":{"protocol":"https","port":"8080","path":["posts","likes","{post-id}"],"host":["pikcha36","o-r","kr"],"query":[],"variable":[]}},"response":[{"id":"920b30be-571d-4ada-976e-fba8683b5f8a","name":"포스트 좋아요 기능","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{access-token}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://pikcha36.o-r.kr:8080/posts/likes/{post-id}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 30 Jan 2023 11:34:18 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"isVoted\": true\n    }\n}"}],"_postman_id":"aa16ea4f-8b0f-425b-9df6-0269d3fd2758"},{"name":"포스트 수정 기능","id":"7badac23-9c1f-4969-ab74-24c66beb2a98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Authorization","value":"{access-token}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"postTitle","value":"modified","type":"text"},{"key":"postImageFiles","type":"file","contentType":"","src":"/C:/Users/Su/Desktop/명소 이미지/낙산공원.jpg","disabled":true},{"key":"postImageFiles","type":"file","value":null,"disabled":true},{"key":"postImageFiles","type":"file","value":null,"disabled":true},{"key":"postHashTags","value":"{hash tag 1}","type":"text"},{"key":"postHashTags","value":"{hash tag 2}","type":"text"},{"key":"postHashTags","value":"{hash tag 3}","type":"text"},{"key":"postContents","value":"{hash tag 4}","type":"text"},{"key":"postContents","value":"{hash tag 5}","type":"text"},{"key":"deleteUrls","value":"https://pikcha36.s3.ap-northeast-2.amazonaws.com/images/1674790459%EB%8C%80%ED%95%9C%EB%B6%88%EA%B5%90%EC%A1%B0%EA%B3%84%EC%A2%85%20%EB%8F%84%EC%84%A0%EC%82%AC.PNG","type":"text","disabled":true},{"key":"deleteUrls","value":"","type":"text","disabled":true}]},"url":"https://pikcha36.o-r.kr:8080/posts/edit/{post-id}","urlObject":{"protocol":"https","port":"8080","path":["posts","edit","{post-id}"],"host":["pikcha36","o-r","kr"],"query":[],"variable":[]}},"response":[{"id":"6e8009af-5095-4f29-9b53-19e4a85b6766","name":"포스트 수정 기능","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"{access-token}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"postTitle","value":"modified","type":"text"},{"key":"postImageFiles","type":"file","contentType":"","src":"/C:/Users/Su/Desktop/명소 이미지/낙산공원.jpg","disabled":true},{"key":"postHashTags","value":"m","type":"text"},{"key":"postHashTags","value":"o","type":"text"},{"key":"postHashTags","value":"d","type":"text"},{"key":"postContents","value":"i","type":"text"},{"key":"postContents","value":"f","type":"text"},{"key":"deleteUrls","value":"https://pikcha36.s3.ap-northeast-2.amazonaws.com/images/1674790459%EB%8C%80%ED%95%9C%EB%B6%88%EA%B5%90%EC%A1%B0%EA%B3%84%EC%A2%85%20%EB%8F%84%EC%84%A0%EC%82%AC.PNG","type":"text","disabled":true}]},"url":"https://pikcha36.o-r.kr:8080/posts/edit/{post-id}"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Mon, 30 Jan 2023 11:35:42 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"7badac23-9c1f-4969-ab74-24c66beb2a98"},{"name":"포스트 상세페이지 (비로그인)","id":"5bede70f-010d-41e6-8850-40ee43f87950","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{access-token}","type":"text"}],"url":"https://pikcha36.o-r.kr:8080/posts/details/","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"data\": {\n        \"memberId\": 1,\n        \"postId\": 1,\n        \"attractionName\": \"봉은사\",\n        \"postTitle\": \"haha\",\n        \"attractionAddress\": \"서울 강남구 봉은사로 531 봉은사\",\n        \"postContent\": \"haha\",\n        \"views\": 0,\n        \"likes\": 0,\n        \"createdAt\": \"2023-01-14T21:36:50.053874\",\n        \"modifiedAt\": \"2023-01-14T21:36:59.212844\"\n    }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","port":"8080","path":["posts","details",""],"host":["pikcha36","o-r","kr"],"query":[],"variable":[]}},"response":[{"id":"af500844-19cf-4531-8b11-0193abd93baa","name":"포스트 상세페이지 (비로그인)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{access-token}","type":"text"}],"url":"https://pikcha36.o-r.kr:8080/posts/details/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 30 Jan 2023 11:37:22 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"postId\": 56,\n        \"postTitle\": \"modified\",\n        \"postContents\": [\n            \"i\",\n            \"f\"\n        ],\n        \"postHashTags\": [\n            \"m\",\n            \"o\"\n        ],\n        \"postImageUrls\": [],\n        \"attractionId\": 1,\n        \"attractionAddress\": \"서울 강남구 봉은사로 531 봉은사\",\n        \"attractionName\": \"봉은사\",\n        \"views\": 1,\n        \"likes\": 1,\n        \"isVoted\": false,\n        \"username\": \"우주대마왕\",\n        \"picture\": \"http://drive.google.com/uc?export=view&id=1OmsgU1GLU9iUBYe9ruw_Uy1AcrN57n4g\",\n        \"comments\": [],\n        \"createdAt\": \"2023-01-30T20:32:42.776412\",\n        \"modifiedAt\": \"2023-01-30T20:37:22.839733\"\n    }\n}"}],"_postman_id":"5bede70f-010d-41e6-8850-40ee43f87950"},{"name":"포스트 상세페이지 (로그인)","id":"fb330481-ef19-4cde-8258-9b585e009c98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{access-token}","type":"text"}],"url":"https://pikcha36.o-r.kr:8080/posts/details/{post-id}/{member-id}","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"data\": {\n        \"memberId\": 1,\n        \"postId\": 1,\n        \"attractionName\": \"봉은사\",\n        \"postTitle\": \"haha\",\n        \"attractionAddress\": \"서울 강남구 봉은사로 531 봉은사\",\n        \"postContent\": \"haha\",\n        \"views\": 0,\n        \"likes\": 0,\n        \"createdAt\": \"2023-01-14T21:36:50.053874\",\n        \"modifiedAt\": \"2023-01-14T21:36:59.212844\"\n    }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","port":"8080","path":["posts","details","{post-id}","{member-id}"],"host":["pikcha36","o-r","kr"],"query":[],"variable":[]}},"response":[{"id":"6cfa1571-3b99-4718-9798-02e10559ef34","name":"포스트 상세페이지 (로그인)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{access-token}","type":"text"}],"url":"https://pikcha36.o-r.kr:8080/posts/details/{post-id}/{member-id}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 30 Jan 2023 11:40:34 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"postId\": 56,\n        \"postTitle\": \"modified\",\n        \"postContents\": [\n            \"i\",\n            \"f\"\n        ],\n        \"postHashTags\": [\n            \"m\",\n            \"o\"\n        ],\n        \"postImageUrls\": [],\n        \"attractionId\": 1,\n        \"attractionAddress\": \"서울 강남구 봉은사로 531 봉은사\",\n        \"attractionName\": \"봉은사\",\n        \"views\": 3,\n        \"likes\": 1,\n        \"isVoted\": true,\n        \"username\": \"우주대마왕\",\n        \"picture\": \"http://drive.google.com/uc?export=view&id=1OmsgU1GLU9iUBYe9ruw_Uy1AcrN57n4g\",\n        \"comments\": [\n            {\n                \"commentId\": 63,\n                \"memberId\": 43,\n                \"username\": \"pichaoho\",\n                \"memberPicture\": \"http://drive.google.com/uc?export=view&id=1OmsgU1GLU9iUBYe9ruw_Uy1AcrN57n4g\",\n                \"commentContent\": \"댓글을 수정합니다.\",\n                \"createdAt\": \"2023-01-30T20:38:57.554074\",\n                \"modifiedAt\": \"2023-01-30T20:40:32.634598\"\n            }\n        ],\n        \"createdAt\": \"2023-01-30T20:32:42.776412\",\n        \"modifiedAt\": \"2023-01-30T20:40:34.897832\"\n    }\n}"}],"_postman_id":"fb330481-ef19-4cde-8258-9b585e009c98"},{"name":"포스트 삭제 기능","id":"134fc67a-0681-47db-911a-fca1054e45d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{access-token}","type":"text"}],"url":"https://pikcha36.o-r.kr:8080/posts/delete/{post-id}","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"data\": {\n        \"memberId\": 1,\n        \"postId\": 1,\n        \"attractionName\": \"봉은사\",\n        \"postTitle\": \"haha\",\n        \"attractionAddress\": \"서울 강남구 봉은사로 531 봉은사\",\n        \"postContent\": \"haha\",\n        \"views\": 0,\n        \"likes\": 0,\n        \"createdAt\": \"2023-01-14T21:36:50.053874\",\n        \"modifiedAt\": \"2023-01-14T21:36:59.212844\"\n    }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","port":"8080","path":["posts","delete","{post-id}"],"host":["pikcha36","o-r","kr"],"query":[],"variable":[]}},"response":[{"id":"9a01d0cc-03a9-4e63-b495-e1c48c049cb5","name":"포스트 삭제 기능","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJzYXl1QGdtYWlsLmNvbSIsInJvbGVzIjpbIlVTRVIiXSwiaWF0IjoxNjc1MDgwMTM3LCJleHAiOjE2NzUwODE5Mzd9.LE_ikik0mt84gpEGtAwNxKJAQDPBTCCvXH1YXZcxFOMr4V5aFrRpvPJHVTkwtG3bTU-LEqonja0rVJPMyn_obw","type":"text"}],"url":"http://localhost:8080/posts/delete/{post-id}"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Mon, 30 Jan 2023 12:02:57 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"134fc67a-0681-47db-911a-fca1054e45d2"},{"name":"포스트 리스트 조회(비로그인)","id":"e09b54ce-cdea-4111-aea1-5a562e66ecd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pikcha36.o-r.kr:8080/posts/home?page={page}&size={size}","urlObject":{"protocol":"https","port":"8080","path":["posts","home"],"host":["pikcha36","o-r","kr"],"query":[{"key":"page","value":"{page}"},{"key":"size","value":"{size}"}],"variable":[]}},"response":[{"id":"eebce432-5c99-4a1e-a0cf-d60798937c87","name":"포스트 리스트 조회(비로그인)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://pikcha36.o-r.kr:8080/posts/home?page={ }&size={ }","protocol":"https","host":["pikcha36","o-r","kr"],"port":"8080","path":["posts","home"],"query":[{"key":"page","value":"{ }"},{"key":"size","value":"{ }"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 30 Jan 2023 12:09:23 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"postId\": 56,\n            \"memberId\": 1,\n            \"username\": \"우주대마왕\",\n            \"memberPicture\": \"http://drive.google.com/uc?export=view&id=1OmsgU1GLU9iUBYe9ruw_Uy1AcrN57n4g\",\n            \"pictureUrl\": \"\",\n            \"views\": 10,\n            \"likes\": 1,\n            \"isVoted\": false,\n            \"postTitle\": \"modified\",\n            \"createdAt\": \"2023-01-30T20:32:42.776412\",\n            \"modifiedAt\": \"2023-01-30T21:03:45.989225\"\n        },\n        {\n            \"postId\": 37,\n            \"memberId\": 1,\n            \"username\": \"우주대마왕\",\n            \"memberPicture\": \"http://drive.google.com/uc?export=view&id=1OmsgU1GLU9iUBYe9ruw_Uy1AcrN57n4g\",\n            \"pictureUrl\": \"https://pikcha36.s3.ap-northeast-2.amazonaws.com/images/167479876198-980282_s.jpg\",\n            \"views\": 143,\n            \"likes\": 0,\n            \"isVoted\": false,\n            \"postTitle\": \"봉원사 최고\",\n            \"createdAt\": \"2023-01-27T14:52:41.643441\",\n            \"modifiedAt\": \"2023-01-30T20:46:52.383864\"\n        },\n        {\n            \"postId\": 39,\n            \"memberId\": 1,\n            \"username\": \"우주대마왕\",\n            \"memberPicture\": \"http://drive.google.com/uc?export=view&id=1OmsgU1GLU9iUBYe9ruw_Uy1AcrN57n4g\",\n            \"pictureUrl\": \"https://pikcha36.s3.ap-northeast-2.amazonaws.com/images/1674799688%E1%84%82%E1%85%A2%20%E1%84%91%E1%85%B3%E1%84%85%E1%85%A9%E1%84%8C%E1%85%A6%E1%86%A8%E1%84%90%E1%85%B3-1.png\",\n            \"views\": 230,\n            \"likes\": 0,\n            \"isVoted\": false,\n            \"postTitle\": \"좋은 곳 다녀왔습니다\",\n            \"createdAt\": \"2023-01-27T15:08:08.310774\",\n            \"modifiedAt\": \"2023-01-30T20:49:22.401075\"\n        },\n        {\n            \"postId\": 43,\n            \"memberId\": 4,\n            \"username\": \"minse\",\n            \"memberPicture\": \"http://drive.google.com/uc?export=view&id=1OmsgU1GLU9iUBYe9ruw_Uy1AcrN57n4g\",\n            \"pictureUrl\": \"https://pikcha36.s3.ap-northeast-2.amazonaws.com/images/1674833587%E1%84%82%E1%85%A2%20%E1%84%91%E1%85%B3%E1%84%85%E1%85%A9%E1%84%8C%E1%85%A6%E1%86%A8%E1%84%90%E1%85%B3-2.png\",\n            \"views\": 58,\n            \"likes\": 0,\n            \"isVoted\": false,\n            \"postTitle\": \"ㅁㄹㅇㅁㄴ\",\n            \"createdAt\": \"2023-01-28T00:33:07.872569\",\n            \"modifiedAt\": \"2023-01-30T17:45:42.169654\"\n        },\n        {\n            \"postId\": 44,\n            \"memberId\": 26,\n            \"username\": \"대박 천재\",\n            \"memberPicture\": \"http://drive.google.com/uc?export=view&id=1OmsgU1GLU9iUBYe9ruw_Uy1AcrN57n4g\",\n            \"pictureUrl\": \"https://pikcha36.s3.ap-northeast-2.amazonaws.com/images/1674840394%E1%84%89%E1%85%B3%E1%84%8F%E1%85%B3%E1%84%85%E1%85%B5%E1%86%AB%E1%84%89%E1%85%A3%E1%86%BA%202023-01-19%20%E1%84%8B%E1%85%A9%E1%84%92%E1%85%AE%2010.47.03.png\",\n            \"views\": 84,\n            \"likes\": 0,\n            \"isVoted\": false,\n            \"postTitle\": \"여기 좋아요~~\",\n            \"createdAt\": \"2023-01-28T02:26:34.876512\",\n            \"modifiedAt\": \"2023-01-30T20:19:47.94442\"\n        },\n        {\n            \"postId\": 48,\n            \"memberId\": 1,\n            \"username\": \"우주대마왕\",\n            \"memberPicture\": \"http://drive.google.com/uc?export=view&id=1OmsgU1GLU9iUBYe9ruw_Uy1AcrN57n4g\",\n            \"pictureUrl\": \"https://pikcha36.s3.ap-northeast-2.amazonaws.com/images/1674844394IMG_1299.jpeg\",\n            \"views\": 212,\n            \"likes\": 0,\n            \"isVoted\": false,\n            \"postTitle\": \"오징어파전\",\n            \"createdAt\": \"2023-01-28T03:33:14.83015\",\n            \"modifiedAt\": \"2023-01-30T20:51:05.390024\"\n        },\n        {\n            \"postId\": 49,\n            \"memberId\": 1,\n            \"username\": \"우주대마왕\",\n            \"memberPicture\": \"http://drive.google.com/uc?export=view&id=1OmsgU1GLU9iUBYe9ruw_Uy1AcrN57n4g\",\n            \"pictureUrl\": \"https://pikcha36.s3.ap-northeast-2.amazonaws.com/images/16748878465c937ce7-3d1e-4695-a586-b0efaaa56df5_98-980282_s.jpg\",\n            \"views\": 200,\n            \"likes\": 0,\n            \"isVoted\": false,\n            \"postTitle\": \"수정되나요?\",\n            \"createdAt\": \"2023-01-28T15:37:30.847372\",\n            \"modifiedAt\": \"2023-01-30T20:49:36.01593\"\n        },\n        {\n            \"postId\": 50,\n            \"memberId\": 1,\n            \"username\": \"우주대마왕\",\n            \"memberPicture\": \"http://drive.google.com/uc?export=view&id=1OmsgU1GLU9iUBYe9ruw_Uy1AcrN57n4g\",\n            \"pictureUrl\": \"https://pikcha36.s3.ap-northeast-2.amazonaws.com/images/1674927665wallpaperbetter%20%281%29.jpg\",\n            \"views\": 123,\n            \"likes\": 0,\n            \"isVoted\": false,\n            \"postTitle\": \"안녕하세용 전체 테스트 중입니다~\",\n            \"createdAt\": \"2023-01-29T02:41:08.863463\",\n            \"modifiedAt\": \"2023-01-30T20:01:22.159747\"\n        },\n        {\n            \"postId\": 51,\n            \"memberId\": 1,\n            \"username\": \"우주대마왕\",\n            \"memberPicture\": \"http://drive.google.com/uc?export=view&id=1OmsgU1GLU9iUBYe9ruw_Uy1AcrN57n4g\",\n            \"pictureUrl\": \"https://pikcha36.s3.ap-northeast-2.amazonaws.com/images/1674995602%E1%84%8F%E1%85%B3%E1%84%85%E1%85%B5%E1%84%89%E1%85%B3%E1%84%86%E1%85%A1%E1%84%89%E1%85%B3%E1%84%87%E1%85%A2%E1%84%80%E1%85%A7%E1%86%BC.png\",\n            \"views\": 33,\n            \"likes\": 0,\n            \"isVoted\": false,\n            \"postTitle\": \"하이요\",\n            \"createdAt\": \"2023-01-29T21:33:23.400936\",\n            \"modifiedAt\": \"2023-01-30T19:01:03.775988\"\n        },\n        {\n            \"postId\": 52,\n            \"memberId\": 1,\n            \"username\": \"우주대마왕\",\n            \"memberPicture\": \"http://drive.google.com/uc?export=view&id=1OmsgU1GLU9iUBYe9ruw_Uy1AcrN57n4g\",\n            \"pictureUrl\": \"https://pikcha36.s3.ap-northeast-2.amazonaws.com/images/16749959382023%E1%84%8B%E1%85%AE%E1%84%8C%E1%85%AE%20%E1%84%87%E1%85%A2%E1%84%80%E1%85%A7%E1%86%BC.png\",\n            \"views\": 86,\n            \"likes\": 0,\n            \"isVoted\": false,\n            \"postTitle\": \"아쿠아리움 짱\",\n            \"createdAt\": \"2023-01-29T21:38:58.17181\",\n            \"modifiedAt\": \"2023-01-30T19:00:44.400654\"\n        }\n    ],\n    \"pageInfo\": {\n        \"page\": 1,\n        \"size\": 10,\n        \"totalElements\": 13,\n        \"totalPages\": 2\n    }\n}"}],"_postman_id":"e09b54ce-cdea-4111-aea1-5a562e66ecd3"},{"name":"포스트 리스트 조회 (로그인)","id":"f9e34700-8dd3-450e-9eb7-ea025386db9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{access-token}","type":"text"}],"url":"https://pikcha36.o-r.kr:8080/posts/home/{member-id}","urlObject":{"protocol":"https","port":"8080","path":["posts","home","{member-id}"],"host":["pikcha36","o-r","kr"],"query":[],"variable":[]}},"response":[{"id":"321418d2-4146-4dee-9f60-6c7fe9fefe03","name":"포스트 리스트 조회 (로그인)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{access-token}","type":"text"}],"url":"https://pikcha36.o-r.kr:8080/posts/home/{member-id}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 30 Jan 2023 12:15:53 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"postId\": 56,\n            \"memberId\": 1,\n            \"username\": \"우주대마왕\",\n            \"memberPicture\": \"http://drive.google.com/uc?export=view&id=1OmsgU1GLU9iUBYe9ruw_Uy1AcrN57n4g\",\n            \"pictureUrl\": \"\",\n            \"views\": 10,\n            \"likes\": 1,\n            \"isVoted\": true,\n            \"postTitle\": \"modified\",\n            \"createdAt\": \"2023-01-30T20:32:42.776412\",\n            \"modifiedAt\": \"2023-01-30T21:03:45.989225\"\n        },\n        {\n            \"postId\": 55,\n            \"memberId\": 26,\n            \"username\": \"대박 천재\",\n            \"memberPicture\": \"http://drive.google.com/uc?export=view&id=1OmsgU1GLU9iUBYe9ruw_Uy1AcrN57n4g\",\n            \"pictureUrl\": \"https://pikcha36.s3.ap-northeast-2.amazonaws.com/images/1675069117%E1%84%89%E1%85%B3%E1%84%8F%E1%85%B3%E1%84%85%E1%85%B5%E1%86%AB%E1%84%89%E1%85%A3%E1%86%BA%202023-01-20%20%E1%84%8B%E1%85%A9%E1%84%92%E1%85%AE%205.04.34.png\",\n            \"views\": 78,\n            \"likes\": 0,\n            \"isVoted\": false,\n            \"postTitle\": \"청계천 추워요 \",\n            \"createdAt\": \"2023-01-30T17:58:37.406778\",\n            \"modifiedAt\": \"2023-01-30T21:11:28.65123\"\n        },\n        {\n            \"postId\": 54,\n            \"memberId\": 1,\n            \"username\": \"우주대마왕\",\n            \"memberPicture\": \"http://drive.google.com/uc?export=view&id=1OmsgU1GLU9iUBYe9ruw_Uy1AcrN57n4g\",\n            \"pictureUrl\": \"https://pikcha36.s3.ap-northeast-2.amazonaws.com/images/16750633963472459355718768412_20211023160158279.jpeg\",\n            \"views\": 32,\n            \"likes\": 0,\n            \"isVoted\": false,\n            \"postTitle\": \"청계천 다녀왔습니다 ~\",\n            \"createdAt\": \"2023-01-30T16:23:17.489251\",\n            \"modifiedAt\": \"2023-01-30T20:49:34.381636\"\n        },\n        {\n            \"postId\": 53,\n            \"memberId\": 1,\n            \"username\": \"우주대마왕\",\n            \"memberPicture\": \"http://drive.google.com/uc?export=view&id=1OmsgU1GLU9iUBYe9ruw_Uy1AcrN57n4g\",\n            \"pictureUrl\": \"https://pikcha36.s3.ap-northeast-2.amazonaws.com/images/1674996414resource-database-0g6aVRJz7Dc-unsplash.jpg\",\n            \"views\": 114,\n            \"likes\": 0,\n            \"isVoted\": false,\n            \"postTitle\": \"캠핑하러 갑시다~\",\n            \"createdAt\": \"2023-01-29T21:46:54.96027\",\n            \"modifiedAt\": \"2023-01-30T21:07:13.922861\"\n        },\n        {\n            \"postId\": 52,\n            \"memberId\": 1,\n            \"username\": \"우주대마왕\",\n            \"memberPicture\": \"http://drive.google.com/uc?export=view&id=1OmsgU1GLU9iUBYe9ruw_Uy1AcrN57n4g\",\n            \"pictureUrl\": \"https://pikcha36.s3.ap-northeast-2.amazonaws.com/images/16749959382023%E1%84%8B%E1%85%AE%E1%84%8C%E1%85%AE%20%E1%84%87%E1%85%A2%E1%84%80%E1%85%A7%E1%86%BC.png\",\n            \"views\": 86,\n            \"likes\": 0,\n            \"isVoted\": false,\n            \"postTitle\": \"아쿠아리움 짱\",\n            \"createdAt\": \"2023-01-29T21:38:58.17181\",\n            \"modifiedAt\": \"2023-01-30T19:00:44.400654\"\n        },\n        {\n            \"postId\": 51,\n            \"memberId\": 1,\n            \"username\": \"우주대마왕\",\n            \"memberPicture\": \"http://drive.google.com/uc?export=view&id=1OmsgU1GLU9iUBYe9ruw_Uy1AcrN57n4g\",\n            \"pictureUrl\": \"https://pikcha36.s3.ap-northeast-2.amazonaws.com/images/1674995602%E1%84%8F%E1%85%B3%E1%84%85%E1%85%B5%E1%84%89%E1%85%B3%E1%84%86%E1%85%A1%E1%84%89%E1%85%B3%E1%84%87%E1%85%A2%E1%84%80%E1%85%A7%E1%86%BC.png\",\n            \"views\": 33,\n            \"likes\": 0,\n            \"isVoted\": false,\n            \"postTitle\": \"하이요\",\n            \"createdAt\": \"2023-01-29T21:33:23.400936\",\n            \"modifiedAt\": \"2023-01-30T19:01:03.775988\"\n        },\n        {\n            \"postId\": 50,\n            \"memberId\": 1,\n            \"username\": \"우주대마왕\",\n            \"memberPicture\": \"http://drive.google.com/uc?export=view&id=1OmsgU1GLU9iUBYe9ruw_Uy1AcrN57n4g\",\n            \"pictureUrl\": \"https://pikcha36.s3.ap-northeast-2.amazonaws.com/images/1674927665wallpaperbetter%20%281%29.jpg\",\n            \"views\": 123,\n            \"likes\": 0,\n            \"isVoted\": false,\n            \"postTitle\": \"안녕하세용 전체 테스트 중입니다~\",\n            \"createdAt\": \"2023-01-29T02:41:08.863463\",\n            \"modifiedAt\": \"2023-01-30T20:01:22.159747\"\n        },\n        {\n            \"postId\": 49,\n            \"memberId\": 1,\n            \"username\": \"우주대마왕\",\n            \"memberPicture\": \"http://drive.google.com/uc?export=view&id=1OmsgU1GLU9iUBYe9ruw_Uy1AcrN57n4g\",\n            \"pictureUrl\": \"https://pikcha36.s3.ap-northeast-2.amazonaws.com/images/16748878465c937ce7-3d1e-4695-a586-b0efaaa56df5_98-980282_s.jpg\",\n            \"views\": 200,\n            \"likes\": 0,\n            \"isVoted\": false,\n            \"postTitle\": \"수정되나요?\",\n            \"createdAt\": \"2023-01-28T15:37:30.847372\",\n            \"modifiedAt\": \"2023-01-30T20:49:36.01593\"\n        }\n    ],\n    \"pageInfo\": {\n        \"page\": 1,\n        \"size\": 8,\n        \"totalElements\": 13,\n        \"totalPages\": 2\n    }\n}"}],"_postman_id":"f9e34700-8dd3-450e-9eb7-ea025386db9c"},{"name":"포스트 지역구 조회(비로그인)","id":"ee1f939d-9438-4381-a188-fe02ad620eee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"provinces\":[\"강남구\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://pikcha36.o-r.kr:8080/posts/filter","urlObject":{"protocol":"https","port":"8080","path":["posts","filter"],"host":["pikcha36","o-r","kr"],"query":[],"variable":[]}},"response":[{"id":"ac5d4122-5fc7-4b2f-9cfe-14f8c4d632b4","name":"포스트 지역구 조회(비로그인)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"provinces\":[\"강남구\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://pikcha36.o-r.kr:8080/posts/filter"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 30 Jan 2023 12:19:23 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"postId\": 56,\n            \"memberId\": 1,\n            \"username\": \"우주대마왕\",\n            \"memberPicture\": \"http://drive.google.com/uc?export=view&id=1OmsgU1GLU9iUBYe9ruw_Uy1AcrN57n4g\",\n            \"pictureUrl\": \"\",\n            \"views\": 10,\n            \"likes\": 1,\n            \"isVoted\": false,\n            \"postTitle\": \"modified\",\n            \"createdAt\": \"2023-01-30T20:32:42.776412\",\n            \"modifiedAt\": \"2023-01-30T21:03:45.989225\"\n        },\n        {\n            \"postId\": 52,\n            \"memberId\": 1,\n            \"username\": \"우주대마왕\",\n            \"memberPicture\": \"http://drive.google.com/uc?export=view&id=1OmsgU1GLU9iUBYe9ruw_Uy1AcrN57n4g\",\n            \"pictureUrl\": \"https://pikcha36.s3.ap-northeast-2.amazonaws.com/images/16749959382023%E1%84%8B%E1%85%AE%E1%84%8C%E1%85%AE%20%E1%84%87%E1%85%A2%E1%84%80%E1%85%A7%E1%86%BC.png\",\n            \"views\": 86,\n            \"likes\": 0,\n            \"isVoted\": false,\n            \"postTitle\": \"아쿠아리움 짱\",\n            \"createdAt\": \"2023-01-29T21:38:58.17181\",\n            \"modifiedAt\": \"2023-01-30T19:00:44.400654\"\n        },\n        {\n            \"postId\": 51,\n            \"memberId\": 1,\n            \"username\": \"우주대마왕\",\n            \"memberPicture\": \"http://drive.google.com/uc?export=view&id=1OmsgU1GLU9iUBYe9ruw_Uy1AcrN57n4g\",\n            \"pictureUrl\": \"https://pikcha36.s3.ap-northeast-2.amazonaws.com/images/1674995602%E1%84%8F%E1%85%B3%E1%84%85%E1%85%B5%E1%84%89%E1%85%B3%E1%84%86%E1%85%A1%E1%84%89%E1%85%B3%E1%84%87%E1%85%A2%E1%84%80%E1%85%A7%E1%86%BC.png\",\n            \"views\": 33,\n            \"likes\": 0,\n            \"isVoted\": false,\n            \"postTitle\": \"하이요\",\n            \"createdAt\": \"2023-01-29T21:33:23.400936\",\n            \"modifiedAt\": \"2023-01-30T19:01:03.775988\"\n        },\n        {\n            \"postId\": 50,\n            \"memberId\": 1,\n            \"username\": \"우주대마왕\",\n            \"memberPicture\": \"http://drive.google.com/uc?export=view&id=1OmsgU1GLU9iUBYe9ruw_Uy1AcrN57n4g\",\n            \"pictureUrl\": \"https://pikcha36.s3.ap-northeast-2.amazonaws.com/images/1674927665wallpaperbetter%20%281%29.jpg\",\n            \"views\": 123,\n            \"likes\": 0,\n            \"isVoted\": false,\n            \"postTitle\": \"안녕하세용 전체 테스트 중입니다~\",\n            \"createdAt\": \"2023-01-29T02:41:08.863463\",\n            \"modifiedAt\": \"2023-01-30T20:01:22.159747\"\n        },\n        {\n            \"postId\": 49,\n            \"memberId\": 1,\n            \"username\": \"우주대마왕\",\n            \"memberPicture\": \"http://drive.google.com/uc?export=view&id=1OmsgU1GLU9iUBYe9ruw_Uy1AcrN57n4g\",\n            \"pictureUrl\": \"https://pikcha36.s3.ap-northeast-2.amazonaws.com/images/16748878465c937ce7-3d1e-4695-a586-b0efaaa56df5_98-980282_s.jpg\",\n            \"views\": 200,\n            \"likes\": 0,\n            \"isVoted\": false,\n            \"postTitle\": \"수정되나요?\",\n            \"createdAt\": \"2023-01-28T15:37:30.847372\",\n            \"modifiedAt\": \"2023-01-30T20:49:36.01593\"\n        },\n        {\n            \"postId\": 48,\n            \"memberId\": 1,\n            \"username\": \"우주대마왕\",\n            \"memberPicture\": \"http://drive.google.com/uc?export=view&id=1OmsgU1GLU9iUBYe9ruw_Uy1AcrN57n4g\",\n            \"pictureUrl\": \"https://pikcha36.s3.ap-northeast-2.amazonaws.com/images/1674844394IMG_1299.jpeg\",\n            \"views\": 212,\n            \"likes\": 0,\n            \"isVoted\": false,\n            \"postTitle\": \"오징어파전\",\n            \"createdAt\": \"2023-01-28T03:33:14.83015\",\n            \"modifiedAt\": \"2023-01-30T20:51:05.390024\"\n        },\n        {\n            \"postId\": 44,\n            \"memberId\": 26,\n            \"username\": \"대박 천재\",\n            \"memberPicture\": \"http://drive.google.com/uc?export=view&id=1OmsgU1GLU9iUBYe9ruw_Uy1AcrN57n4g\",\n            \"pictureUrl\": \"https://pikcha36.s3.ap-northeast-2.amazonaws.com/images/1674840394%E1%84%89%E1%85%B3%E1%84%8F%E1%85%B3%E1%84%85%E1%85%B5%E1%86%AB%E1%84%89%E1%85%A3%E1%86%BA%202023-01-19%20%E1%84%8B%E1%85%A9%E1%84%92%E1%85%AE%2010.47.03.png\",\n            \"views\": 84,\n            \"likes\": 0,\n            \"isVoted\": false,\n            \"postTitle\": \"여기 좋아요~~\",\n            \"createdAt\": \"2023-01-28T02:26:34.876512\",\n            \"modifiedAt\": \"2023-01-30T20:19:47.94442\"\n        },\n        {\n            \"postId\": 43,\n            \"memberId\": 4,\n            \"username\": \"minse\",\n            \"memberPicture\": \"http://drive.google.com/uc?export=view&id=1OmsgU1GLU9iUBYe9ruw_Uy1AcrN57n4g\",\n            \"pictureUrl\": \"https://pikcha36.s3.ap-northeast-2.amazonaws.com/images/1674833587%E1%84%82%E1%85%A2%20%E1%84%91%E1%85%B3%E1%84%85%E1%85%A9%E1%84%8C%E1%85%A6%E1%86%A8%E1%84%90%E1%85%B3-2.png\",\n            \"views\": 58,\n            \"likes\": 0,\n            \"isVoted\": false,\n            \"postTitle\": \"ㅁㄹㅇㅁㄴ\",\n            \"createdAt\": \"2023-01-28T00:33:07.872569\",\n            \"modifiedAt\": \"2023-01-30T17:45:42.169654\"\n        },\n        {\n            \"postId\": 39,\n            \"memberId\": 1,\n            \"username\": \"우주대마왕\",\n            \"memberPicture\": \"http://drive.google.com/uc?export=view&id=1OmsgU1GLU9iUBYe9ruw_Uy1AcrN57n4g\",\n            \"pictureUrl\": \"https://pikcha36.s3.ap-northeast-2.amazonaws.com/images/1674799688%E1%84%82%E1%85%A2%20%E1%84%91%E1%85%B3%E1%84%85%E1%85%A9%E1%84%8C%E1%85%A6%E1%86%A8%E1%84%90%E1%85%B3-1.png\",\n            \"views\": 230,\n            \"likes\": 0,\n            \"isVoted\": false,\n            \"postTitle\": \"좋은 곳 다녀왔습니다\",\n            \"createdAt\": \"2023-01-27T15:08:08.310774\",\n            \"modifiedAt\": \"2023-01-30T20:49:22.401075\"\n        }\n    ],\n    \"pageInfo\": {\n        \"page\": 1,\n        \"size\": 9,\n        \"totalElements\": 10,\n        \"totalPages\": 2\n    }\n}"}],"_postman_id":"ee1f939d-9438-4381-a188-fe02ad620eee"},{"name":"포스트 지역구 조회(로그인)","id":"8b117fa9-295f-4be9-8471-67eff3e2ae98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"{access-token}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"provinces\":[\"강남구\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://pikcha36.o-r.kr:8080/posts/filter/{member-id}","urlObject":{"protocol":"https","port":"8080","path":["posts","filter","{member-id}"],"host":["pikcha36","o-r","kr"],"query":[],"variable":[]}},"response":[{"id":"6aa27bd1-c541-4989-a544-12b6ed83da17","name":"포스트 지역구 조회(로그인)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{access-token}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"provinces\":[\"강남구\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://pikcha36.o-r.kr:8080/posts/filter/{member-id}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 30 Jan 2023 12:20:08 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"postId\": 56,\n            \"memberId\": 1,\n            \"username\": \"우주대마왕\",\n            \"memberPicture\": \"http://drive.google.com/uc?export=view&id=1OmsgU1GLU9iUBYe9ruw_Uy1AcrN57n4g\",\n            \"pictureUrl\": \"\",\n            \"views\": 10,\n            \"likes\": 1,\n            \"isVoted\": true,\n            \"postTitle\": \"modified\",\n            \"createdAt\": \"2023-01-30T20:32:42.776412\",\n            \"modifiedAt\": \"2023-01-30T21:03:45.989225\"\n        },\n        {\n            \"postId\": 52,\n            \"memberId\": 1,\n            \"username\": \"우주대마왕\",\n            \"memberPicture\": \"http://drive.google.com/uc?export=view&id=1OmsgU1GLU9iUBYe9ruw_Uy1AcrN57n4g\",\n            \"pictureUrl\": \"https://pikcha36.s3.ap-northeast-2.amazonaws.com/images/16749959382023%E1%84%8B%E1%85%AE%E1%84%8C%E1%85%AE%20%E1%84%87%E1%85%A2%E1%84%80%E1%85%A7%E1%86%BC.png\",\n            \"views\": 86,\n            \"likes\": 0,\n            \"isVoted\": false,\n            \"postTitle\": \"아쿠아리움 짱\",\n            \"createdAt\": \"2023-01-29T21:38:58.17181\",\n            \"modifiedAt\": \"2023-01-30T19:00:44.400654\"\n        },\n        {\n            \"postId\": 51,\n            \"memberId\": 1,\n            \"username\": \"우주대마왕\",\n            \"memberPicture\": \"http://drive.google.com/uc?export=view&id=1OmsgU1GLU9iUBYe9ruw_Uy1AcrN57n4g\",\n            \"pictureUrl\": \"https://pikcha36.s3.ap-northeast-2.amazonaws.com/images/1674995602%E1%84%8F%E1%85%B3%E1%84%85%E1%85%B5%E1%84%89%E1%85%B3%E1%84%86%E1%85%A1%E1%84%89%E1%85%B3%E1%84%87%E1%85%A2%E1%84%80%E1%85%A7%E1%86%BC.png\",\n            \"views\": 33,\n            \"likes\": 0,\n            \"isVoted\": false,\n            \"postTitle\": \"하이요\",\n            \"createdAt\": \"2023-01-29T21:33:23.400936\",\n            \"modifiedAt\": \"2023-01-30T19:01:03.775988\"\n        },\n        {\n            \"postId\": 50,\n            \"memberId\": 1,\n            \"username\": \"우주대마왕\",\n            \"memberPicture\": \"http://drive.google.com/uc?export=view&id=1OmsgU1GLU9iUBYe9ruw_Uy1AcrN57n4g\",\n            \"pictureUrl\": \"https://pikcha36.s3.ap-northeast-2.amazonaws.com/images/1674927665wallpaperbetter%20%281%29.jpg\",\n            \"views\": 123,\n            \"likes\": 0,\n            \"isVoted\": false,\n            \"postTitle\": \"안녕하세용 전체 테스트 중입니다~\",\n            \"createdAt\": \"2023-01-29T02:41:08.863463\",\n            \"modifiedAt\": \"2023-01-30T20:01:22.159747\"\n        },\n        {\n            \"postId\": 49,\n            \"memberId\": 1,\n            \"username\": \"우주대마왕\",\n            \"memberPicture\": \"http://drive.google.com/uc?export=view&id=1OmsgU1GLU9iUBYe9ruw_Uy1AcrN57n4g\",\n            \"pictureUrl\": \"https://pikcha36.s3.ap-northeast-2.amazonaws.com/images/16748878465c937ce7-3d1e-4695-a586-b0efaaa56df5_98-980282_s.jpg\",\n            \"views\": 200,\n            \"likes\": 0,\n            \"isVoted\": false,\n            \"postTitle\": \"수정되나요?\",\n            \"createdAt\": \"2023-01-28T15:37:30.847372\",\n            \"modifiedAt\": \"2023-01-30T20:49:36.01593\"\n        },\n        {\n            \"postId\": 48,\n            \"memberId\": 1,\n            \"username\": \"우주대마왕\",\n            \"memberPicture\": \"http://drive.google.com/uc?export=view&id=1OmsgU1GLU9iUBYe9ruw_Uy1AcrN57n4g\",\n            \"pictureUrl\": \"https://pikcha36.s3.ap-northeast-2.amazonaws.com/images/1674844394IMG_1299.jpeg\",\n            \"views\": 212,\n            \"likes\": 0,\n            \"isVoted\": false,\n            \"postTitle\": \"오징어파전\",\n            \"createdAt\": \"2023-01-28T03:33:14.83015\",\n            \"modifiedAt\": \"2023-01-30T20:51:05.390024\"\n        },\n        {\n            \"postId\": 44,\n            \"memberId\": 26,\n            \"username\": \"대박 천재\",\n            \"memberPicture\": \"http://drive.google.com/uc?export=view&id=1OmsgU1GLU9iUBYe9ruw_Uy1AcrN57n4g\",\n            \"pictureUrl\": \"https://pikcha36.s3.ap-northeast-2.amazonaws.com/images/1674840394%E1%84%89%E1%85%B3%E1%84%8F%E1%85%B3%E1%84%85%E1%85%B5%E1%86%AB%E1%84%89%E1%85%A3%E1%86%BA%202023-01-19%20%E1%84%8B%E1%85%A9%E1%84%92%E1%85%AE%2010.47.03.png\",\n            \"views\": 84,\n            \"likes\": 0,\n            \"isVoted\": false,\n            \"postTitle\": \"여기 좋아요~~\",\n            \"createdAt\": \"2023-01-28T02:26:34.876512\",\n            \"modifiedAt\": \"2023-01-30T20:19:47.94442\"\n        },\n        {\n            \"postId\": 43,\n            \"memberId\": 4,\n            \"username\": \"minse\",\n            \"memberPicture\": \"http://drive.google.com/uc?export=view&id=1OmsgU1GLU9iUBYe9ruw_Uy1AcrN57n4g\",\n            \"pictureUrl\": \"https://pikcha36.s3.ap-northeast-2.amazonaws.com/images/1674833587%E1%84%82%E1%85%A2%20%E1%84%91%E1%85%B3%E1%84%85%E1%85%A9%E1%84%8C%E1%85%A6%E1%86%A8%E1%84%90%E1%85%B3-2.png\",\n            \"views\": 58,\n            \"likes\": 0,\n            \"isVoted\": false,\n            \"postTitle\": \"ㅁㄹㅇㅁㄴ\",\n            \"createdAt\": \"2023-01-28T00:33:07.872569\",\n            \"modifiedAt\": \"2023-01-30T17:45:42.169654\"\n        },\n        {\n            \"postId\": 39,\n            \"memberId\": 1,\n            \"username\": \"우주대마왕\",\n            \"memberPicture\": \"http://drive.google.com/uc?export=view&id=1OmsgU1GLU9iUBYe9ruw_Uy1AcrN57n4g\",\n            \"pictureUrl\": \"https://pikcha36.s3.ap-northeast-2.amazonaws.com/images/1674799688%E1%84%82%E1%85%A2%20%E1%84%91%E1%85%B3%E1%84%85%E1%85%A9%E1%84%8C%E1%85%A6%E1%86%A8%E1%84%90%E1%85%B3-1.png\",\n            \"views\": 230,\n            \"likes\": 0,\n            \"isVoted\": false,\n            \"postTitle\": \"좋은 곳 다녀왔습니다\",\n            \"createdAt\": \"2023-01-27T15:08:08.310774\",\n            \"modifiedAt\": \"2023-01-30T20:49:22.401075\"\n        }\n    ],\n    \"pageInfo\": {\n        \"page\": 1,\n        \"size\": 9,\n        \"totalElements\": 10,\n        \"totalPages\": 2\n    }\n}"}],"_postman_id":"8b117fa9-295f-4be9-8471-67eff3e2ae98"}],"id":"0330a653-b0b6-4f93-82da-10e71e791d19","_postman_id":"0330a653-b0b6-4f93-82da-10e71e791d19","description":""},{"name":"📝댓글","item":[{"name":"등록","id":"5adcaf34-7854-436d-965e-c0a300eb3966","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"{access-token}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"commentContent\" : \"댓글을 등록합니다.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://pikcha36.o-r.kr:8080/comments/upload/{post-id}","description":"<p>해당 포스트에 댓글을 등록합니다.</p>\n","urlObject":{"protocol":"https","port":"8080","path":["comments","upload","{post-id}"],"host":["pikcha36","o-r","kr"],"query":[],"variable":[]}},"response":[{"id":"5b612e26-fc02-432e-bb16-ff5df6d4d2a3","name":"등록","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{access-token}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"commentContent\" : \"댓글을 등록합니다.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://pikcha36.o-r.kr:8080/comments/upload/56"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 30 Jan 2023 11:38:57 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"commentId\": 63,\n        \"memberId\": 43,\n        \"username\": \"pichaoho\",\n        \"memberPicture\": \"http://drive.google.com/uc?export=view&id=1OmsgU1GLU9iUBYe9ruw_Uy1AcrN57n4g\",\n        \"commentContent\": \"댓글을 등록합니다.\",\n        \"createdAt\": \"2023-01-30T20:38:57.554074\",\n        \"modifiedAt\": \"2023-01-30T20:38:57.554074\"\n    }\n}"}],"_postman_id":"5adcaf34-7854-436d-965e-c0a300eb3966"},{"name":"수정","id":"1c4bbea5-9b0e-4ea5-b6f0-970205dc3f97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Authorization","value":"{access-token}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"commentContent\" : \"댓글을 수정합니다.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://pikcha36.o-r.kr:8080/comments/edit/{comment-id}","description":"<p>사용자 자신이 작성한 댓글을 수정합니다.</p>\n","urlObject":{"protocol":"https","port":"8080","path":["comments","edit","{comment-id}"],"host":["pikcha36","o-r","kr"],"query":[],"variable":[]}},"response":[{"id":"019b2a38-eca3-42ea-8e67-58ae02ed6a0b","name":"수정","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJwaWtjaGFnb0BnbWFpbC5jb20iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTY3NTA3Nzg5MSwiZXhwIjoxNjc1MDc5NjkxfQ.zbLxEc3D_vr7fVXN2w2kIIihSQ3KMogALwRyyexltmMfj1wkzGtMIWRYJ_0JnA161Zy1VeOG-yB_YI6lvpnVUw","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"commentContent\" : \"댓글을 수정합니다.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://pikcha36.o-r.kr:8080/comments/edit/63"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 30 Jan 2023 11:40:32 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"commentId\": 63,\n        \"memberId\": 43,\n        \"username\": \"pichaoho\",\n        \"memberPicture\": \"http://drive.google.com/uc?export=view&id=1OmsgU1GLU9iUBYe9ruw_Uy1AcrN57n4g\",\n        \"commentContent\": \"댓글을 수정합니다.\",\n        \"createdAt\": \"2023-01-30T20:38:57.554074\",\n        \"modifiedAt\": \"2023-01-30T20:40:32.634598\"\n    }\n}"}],"_postman_id":"1c4bbea5-9b0e-4ea5-b6f0-970205dc3f97"},{"name":"삭제","id":"81a590b2-5c76-47f6-bb34-b6d22ebc0ae8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Authorization","value":"{access-token}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://pikcha36.o-r.kr:8080/comments/delete/{comment-id}","description":"<p>사용자 자신이 작성한 댓글을 삭제합니다.</p>\n","urlObject":{"protocol":"https","port":"8080","path":["comments","delete","{comment-id}"],"host":["pikcha36","o-r","kr"],"query":[],"variable":[]}},"response":[{"id":"e894c890-f6be-44ab-99d8-416648109243","name":"삭제","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"{access-token}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://pikcha36.o-r.kr:8080/comments/delete/63"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Mon, 30 Jan 2023 11:41:31 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"81a590b2-5c76-47f6-bb34-b6d22ebc0ae8"}],"id":"b75a462f-4747-4b7f-88d8-159e31c8eaef","_postman_id":"b75a462f-4747-4b7f-88d8-159e31c8eaef","description":""}]}