{"info":{"_postman_id":"53b22da3-e9bc-4929-99d3-4cc22480ee96","name":"CarBook","description":"<html><head></head><body><h1 id=\"introduction\">Introduction</h1>\n<p>차량 사진 공유 SNS 서비스 카북의 API입니다.</p>\n<h1 id=\"overview\">Overview</h1>\n<p>회원가입, 로그인, 메인 페이지, 프로필 페이지, 프로필 변경, 팔로우/좋아요 등의 기본적인 SNS 기능을 제공합니다.</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>What is the preferred way of using the API?</p>\n<h1 id=\"error-codes\">Error Codes</h1>\n<p>What errors and status codes can a user expect?</p>\n<h1 id=\"rate-limit\">Rate limit</h1>\n<p>Is there a limit to the number of requests a user can send?</p>\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"},{"content":"Rate limit","slug":"rate-limit"}],"owner":"25607734","collectionId":"53b22da3-e9bc-4929-99d3-4cc22480ee96","publishedId":"2s935kPm4y","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-02-02T07:17:23.000Z"},"item":[{"name":"회원가입","item":[{"name":"유저 회원가입 요청","id":"b820e002-719b-4ca8-bbc4-666a1c7110d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"test12131@gmail.com\",\n    \"password\": \"carbook\",\n    \"nickname\": \"카북화이팅123\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/signup","urlObject":{"path":["signup"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"26e71c5d-c663-42de-b571-af2141522fc3","name":"이메일 중복","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"test@gmail.com","description":"유저 이메일","type":"text"},{"key":"nickname","value":"카북화이팅","description":"유저 닉네임","type":"text"},{"key":"password","value":"carbook","description":"유저 비밀번호","type":"text"}],"options":{"raw":{"language":"json"}}},"url":"localhost:8080/signup"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 06 Feb 2023 06:50:18 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"ERROR: Duplicated email\"\n}"},{"id":"e1bafe9d-b065-4f42-b740-f0294e237904","name":"회원가입 성공","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"test123@gmail.com","description":"유저 이메일","type":"text"},{"key":"nickname","value":"카북화이팅","description":"유저 닉네임","type":"text"},{"key":"password","value":"carbook","description":"유저 비밀번호","type":"text"}]},"url":"localhost:8080/signup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 06 Feb 2023 06:51:06 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"SignUp Success\"\n}"},{"id":"a070a29a-890c-4e3b-8cd2-2f4a2535d054","name":"닉네임 중복","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"test123@gmail.com","description":"유저 이메일","type":"text"},{"key":"password","value":"carbook","description":"유저 비밀번호","type":"text"},{"key":"nickname","value":"카북화이팅","description":"유저 닉네임","type":"text"}]},"url":"localhost:8080/signup"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 06 Feb 2023 06:55:28 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"ERROR: Duplicated nickname\"\n}"}],"_postman_id":"b820e002-719b-4ca8-bbc4-666a1c7110d3"}],"id":"6be8e3df-224a-4287-b301-3651b81e3e2e","_postman_id":"6be8e3df-224a-4287-b301-3651b81e3e2e","description":""},{"name":"로그인","item":[{"name":"유저 로그인 요청","id":"786287e5-8f9e-43ae-ab55-3be9be2d96eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"test@gmail.com\",\n    \"password\": \"carbook123\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/login","urlObject":{"path":["login"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"fb23b26d-f119-4ebd-b113-6e4242f71ff1","name":"로그인 성공","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"test@gmail.com","description":"로그인 이메일","type":"text"},{"key":"password","value":"carbook","description":"로그인 비밀번호","type":"text"}]},"url":"localhost:8080/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"JSESSIONID=6FB1C8593CDC4CB4C45BC3AF7365CEBF; Path=/; HttpOnly"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 06 Feb 2023 06:57:05 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Login Success\"\n}"},{"id":"9ec7f506-968e-42e9-bab3-350fa4d3bdf0","name":"이메일 없음","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"test123@gmail.com","description":"로그인 이메일","type":"text"},{"key":"password","value":"carbook","description":"로그인 비밀번호","type":"text"}]},"url":"localhost:8080/login"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 06 Feb 2023 06:57:18 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"ERROR: Email not exist\"\n}"},{"id":"29307ee6-53b9-4308-a163-257a4100c1b9","name":"비밀번호 맞지 않음","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"test@gmail.com","description":"로그인 이메일","type":"text"},{"key":"password","value":"carbook123","description":"로그인 비밀번호","type":"text"}]},"url":"localhost:8080/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 06 Feb 2023 06:57:46 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"ERROR: Password not match\"\n}"}],"_postman_id":"786287e5-8f9e-43ae-ab55-3be9be2d96eb"},{"name":"로그인 여부 확인","id":"053041a6-0e9b-4443-8431-0db9709e5c6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/isLogin","urlObject":{"path":["isLogin"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"8dcb5263-d003-4f7d-a863-9551c029cc10","name":"로그인 여부 확인","originalRequest":{"method":"GET","header":[],"url":"localhost:8080/isLogin"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 17 Feb 2023 04:12:18 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"login\": true\n}"}],"_postman_id":"053041a6-0e9b-4443-8431-0db9709e5c6c"}],"id":"5e68bdf1-3846-408a-b47a-80c625b682c6","_postman_id":"5e68bdf1-3846-408a-b47a-80c625b682c6","description":""},{"name":"메인 페이지","item":[{"name":"메인 페이지/모바일","id":"827091aa-a779-4ed9-bb14-587f38d82984","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/posts/m?index=0","urlObject":{"path":["posts","m"],"host":["localhost:8080"],"query":[{"key":"index","value":"0"}],"variable":[]}},"response":[{"id":"b0d8ba9c-b5f5-4725-81e4-3e10f51a3a89","name":"메인 페이지/모바일","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:8080/posts/m?index=0","host":["localhost:8080"],"path":["posts","m"],"query":[{"key":"index","value":"0","description":"가져올 게시물의 시작 인덱스 > 무한스크롤 구현에 필요"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"isLogin\": true,\n    \"nickname\": \"카북닉네임\",\n    \"images\": [{\"postId\":1, \"imageUrl\" : \"스트링\"}, {\"postId\":2, \"imageUrl\" : \"2번째 이미지\"}, {\"postId\":3, \"imageUrl\" : \"3번째 이미지\"}]\n}\n\n{\n    \"isLogin\": false,\n    \"images\": [{\"postId\":1, \"imageUrl\" : \"스트링\"}, {\"postId\":2, \"imageUrl\" : \"2번째 이미지\"}, {\"postId\":3, \"imageUrl\" : \"3번째 이미지\"}]\n}"}],"_postman_id":"827091aa-a779-4ed9-bb14-587f38d82984"},{"name":"메인 페이지/데스크탑","id":"3fb42126-b5b3-4788-a03d-5452f1684c44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/posts?index=0","urlObject":{"path":["posts"],"host":["localhost:8080"],"query":[{"key":"index","value":"0"}],"variable":[]}},"response":[],"_postman_id":"3fb42126-b5b3-4788-a03d-5452f1684c44"},{"name":"인기글 조회","id":"f0802c49-2b21-468e-9d6b-28472ae56502","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/posts/m/popular?index=0","urlObject":{"path":["posts","m","popular"],"host":["localhost:8080"],"query":[{"key":"index","value":"0"}],"variable":[]}},"response":[{"id":"95def584-4aa7-4e4a-a12a-f54bb2903a01","name":"인기글 조회","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:8080/posts/m/popular?index=0","host":["localhost:8080"],"path":["posts","m","popular"],"query":[{"key":"index","value":"0"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"isLogin\": true,\n    \"nickname\": \"카북닉네임\",\n    \"images\": [{\"postId\":1, \"imageUrl\" : \"스트링\"}, {\"postId\":2, \"imageUrl\" : \"2번째 이미지\"}, {\"postId\":3, \"imageUrl\" : \"3번째 이미지\"}]\n}"}],"_postman_id":"f0802c49-2b21-468e-9d6b-28472ae56502"},{"name":"키워드로 게시글 검색","id":"82d03749-7191-4e51-a44d-6e224f7bfe4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/posts/m/search?index=0&hashtag=맑음+흐림+서울&type=승용&model=쏘나타","urlObject":{"path":["posts","m","search"],"host":["localhost:8080"],"query":[{"key":"index","value":"0"},{"description":{"content":"<p>해시태그 검색어 파라미터\n여러개 선택 가능\n교집합으로 검색</p>\n","type":"text/plain"},"key":"hashtag","value":"맑음+흐림+서울"},{"description":{"content":"<p>차 종류 검색어 파라미터\n최대 1개만 허용</p>\n","type":"text/plain"},"key":"type","value":"승용"},{"description":{"content":"<p>차 모델 검색어 파라미터\n최대 1개만 허용</p>\n","type":"text/plain"},"key":"model","value":"쏘나타"}],"variable":[]}},"response":[{"id":"a1631af0-5f05-48ff-bf45-c4d7994321e8","name":"키워드로 게시글 조회","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:8080/posts/m?index=0&hashtag=맑음+흐림+서울&type=suv+세단+수소차&model=소나타+제네시스+아반","host":["localhost:8080"],"path":["posts","m"],"query":[{"key":"index","value":"0"},{"key":"hashtag","value":"맑음+흐림+서울","description":"해시태그 검색어 파라미터"},{"key":"type","value":"suv+세단+수소차","description":"차 종류 검색어 파라미터"},{"key":"model","value":"소나타+제네시스+아반","description":"차 모델 검색어 파라미터"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"images\": [\n        {\n            \"postId\": \"1\",\n            \"imageUrl\": \"스트링\"\n        },\n        {\n            \"postId\": \"2\",\n            \"imageUrl\": \"2번째 이미지\"\n        },\n        {\n            \"postId\": \"3\",\n            \"imageUrl\": \"3번째 이미지\"\n        }\n    ]\n}"}],"_postman_id":"82d03749-7191-4e51-a44d-6e224f7bfe4e"},{"name":"모든 태그 검색","id":"abe0115a-1367-433d-90f4-4088325c1a7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/search?keyword=Sonata","urlObject":{"path":["search"],"host":["localhost:8080"],"query":[{"description":{"content":"<p>키워드를 통한 검색 결과 &gt; 사용자 + 차종류 + 차모델 모든 해시태그를 검색</p>\n<blockquote>\n<p>s 가 넘어 오면 s로 시작하는 모든 결과 반환</p>\n</blockquote>\n","type":"text/plain"},"key":"keyword","value":"Sonata"}],"variable":[]}},"response":[{"id":"baa3b328-8855-49ac-9dde-70bfb5141cb2","name":"모든 태그 검색","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:8080/search/?keyword=Sonata","host":["localhost:8080"],"path":["search",""],"query":[{"key":"keyword","value":"Sonata","description":"키워드를 통한 검색 결과 > 사용자 + 차종류 + 차모델 모든 해시태그를 검색\n> s 가 넘어 오면 s로 시작하는 모든 결과 반환"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"keywords\": [\n        {\n            \"id\": \"1\",\n            \"category\": \"hashtag\",\n            \"tag\": \"이름\"\n        },\n        {\n            \"id\": \"2\",\n            \"category\": \"type\",\n            \"tag\": \"이름\"\n        },\n        {\n            \"id\": \"3\",\n            \"category\": \"model\",\n            \"tag\": \"이름\"\n        }\n    ]\n}"}],"_postman_id":"abe0115a-1367-433d-90f4-4088325c1a7d"}],"id":"91050ce9-70bc-4263-aceb-8714509fdbb2","_postman_id":"91050ce9-70bc-4263-aceb-8714509fdbb2","description":""},{"name":"프로필 페이지","item":[{"name":"유저 프로필 페이지","id":"681759eb-319c-4b27-830b-b6aa3ed4f5b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/profile?nickname=15번유저","urlObject":{"path":["profile"],"host":["localhost:8080"],"query":[{"key":"nickname","value":"15번유저"}],"variable":[]}},"response":[{"id":"5029c593-46fc-41f2-98cb-bc52baa97ab6","name":"유저 프로필 페이지","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:8080/profile?nickname=test123","host":["localhost:8080"],"path":["profile"],"query":[{"key":"nickname","value":"test123"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"// 내 프로필 페이지\n{\n    \"isMyProfile\": true,\n    \"nickname\": \"유저닉네임\",\n    \"email\": \"useremail@gmail.com\",\n    \"follower\": 164,\n    \"following\": 272,\n    \"images\": [{\"postId\":1, \"imageUrl\" : \"스트링\"}, {\"postId\":2, \"imageUrl\" : \"2번째 이미지\"}, {\"postId\":3, \"imageUrl\" : \"3번째 이미지\"}]\n}\n\n// 타인 프로필 페이지\n{\n    \"isMyProfile\": false,\n    \"nickname\": \"유저닉네임\",\n    \"email\": \"useremail@gmail.com\",\n    \"isFollow\": false,\n    \"follower\": 164,\n    \"following\": 272,\n    \"images\": [{\"postId\":1, \"imageUrl\" : \"스트링\"}, {\"postId\":2, \"imageUrl\" : \"2번째 이미지\"}, {\"postId\":3, \"imageUrl\" : \"3번째 이미지\"}]\n}"}],"_postman_id":"681759eb-319c-4b27-830b-b6aa3ed4f5b9"},{"name":"닉네임 변경","id":"62b89b78-eb70-4f70-aff6-121a3b354eab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"newNickname\": \"Tea\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/profile/modify/{{nickname}}","urlObject":{"path":["profile","modify","{{nickname}}"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"45bffb34-a5ca-4b58-95de-ac356363163f","name":"닉네임 변경 성공","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"newNickname","value":"카북화이팅","type":"text"}]},"url":"localhost:8080/profile/modify/{{nickname}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 08 Feb 2023 02:51:28 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Nickname modified successfully\"\n}"},{"id":"777b77df-2160-499c-9559-69200ee29417","name":"닉네임 중복","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"newNickname","value":"카북화이팅","type":"text"}]},"url":"localhost:8080/profile/modify/{{nickname}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 08 Feb 2023 02:52:00 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"ERROR: Duplicated nickname\"\n}"},{"id":"16764289-1fb1-401f-91de-57d969050ac5","name":"닉네임 DB에 없을 때","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"newNickname","value":"카북화이팅","type":"text"}]},"url":"localhost:8080/profile/modify/{{nickname}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 08 Feb 2023 03:03:12 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"ERROR: Nickname not exist\"\n}"}],"_postman_id":"62b89b78-eb70-4f70-aff6-121a3b354eab"},{"name":"비밀번호 변경","id":"90722a1c-6f4e-434c-a0ec-d53ba584c4a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"password\": \"carbook\",\n    \"newPassword\": \"carbook123\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/profile/modify/password","urlObject":{"path":["profile","modify","password"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"7d392ee8-1e86-48f0-83ef-b41858dc60d5","name":"비밀번호 변경 성공","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"password\": \"carbook123\",\n    \"newPassword\": \"carbook\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/profile/modify/password"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 08 Feb 2023 08:24:17 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Password modified successfully\"\n}"},{"id":"ba48dac5-ba28-4df7-8310-d61c0189201f","name":"기존 비밀번호랑 틀렸을 때","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"password\": \"carbook123\",\n    \"newPassword\": \"carbook\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/profile/modify/password"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 08 Feb 2023 08:24:35 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"ERROR: Password not match\"\n}"}],"_postman_id":"90722a1c-6f4e-434c-a0ec-d53ba584c4a8"},{"name":"로그아웃","id":"5c44150d-ba5a-4080-a865-badf9f39a7a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"localhost:8080/profile/logout","urlObject":{"path":["profile","logout"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"a3e37cc6-e8a3-4652-b892-0513e8755364","name":"로그인이 안되어있는데 로그아웃","originalRequest":{"method":"POST","header":[],"url":"localhost:8080/profile/logout"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 09 Feb 2023 02:22:11 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"ERROR: Session Has Expired\"\n}"},{"id":"47eeaa13-38b7-4b78-92c8-6684e66e27fb","name":"로그아웃 성공","originalRequest":{"method":"POST","header":[],"url":"localhost:8080/profile/logout"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 09 Feb 2023 02:22:35 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Logout Success\"\n}"}],"_postman_id":"5c44150d-ba5a-4080-a865-badf9f39a7a3"},{"name":"팔로우 리스트 요청","id":"4d03e575-0c62-4ee4-8b36-9d8779585502","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/profile/followers?nickname=test123","urlObject":{"path":["profile","followers"],"host":["localhost:8080"],"query":[{"key":"nickname","value":"test123"}],"variable":[]}},"response":[{"id":"6e394df2-2d73-4c2c-82ab-f15d1674c221","name":"팔로우 리스트 요청","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:8080/profile/followers?nickname=15번유저","host":["localhost:8080"],"path":["profile","followers"],"query":[{"key":"nickname","value":"15번유저"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"nicknames\": [\"1번째 팔로워\", \"2번째 팔로워\", \"3번째 팔로워\"]            \n}"}],"_postman_id":"4d03e575-0c62-4ee4-8b36-9d8779585502"},{"name":"팔로잉 리스트 요청","id":"31170a4a-2527-4b40-9875-4b461c4a525a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/profile/followings?nickname=test123","urlObject":{"path":["profile","followings"],"host":["localhost:8080"],"query":[{"key":"nickname","value":"test123"}],"variable":[]}},"response":[{"id":"5ca391a4-8984-43a4-aa3e-bd326a06521a","name":"팔로잉 리스트 요청","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:8080/profile/followings?nickname=test123","host":["localhost:8080"],"path":["profile","followings"],"query":[{"key":"nickname","value":"test123"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"nicknames\": [\"1번째 팔로잉\", \"2번째 팔로잉\", \"3번째 팔로잉\"]            \n}"}],"_postman_id":"31170a4a-2527-4b40-9875-4b461c4a525a"},{"name":"팔로워 삭제 요청(친삭)","id":"23e52f3a-f949-40a2-8adf-561806ddf674","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"localhost:8080/profile/follower?follower=followerNickName","urlObject":{"path":["profile","follower"],"host":["localhost:8080"],"query":[{"description":{"content":"<p>나를 팔로우 하는 사람</p>\n","type":"text/plain"},"key":"follower","value":"followerNickName"}],"variable":[]}},"response":[{"id":"6f10ea00-5588-4fce-bda3-3a2d4af89dd6","name":"팔로워 삭제 요청(친삭)","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"localhost:8080/profile/follower?follower=followerNickName","host":["localhost:8080"],"path":["profile","follower"],"query":[{"key":"follower","value":"followerNickName","description":"나를 팔로우 하는 사람"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Follower delete success\"\n}"}],"_postman_id":"23e52f3a-f949-40a2-8adf-561806ddf674"},{"name":"팔로우/언팔로우 요청(타인 페이지)","id":"945882e3-b774-49fa-91a7-1b50eb70a2f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"followingNickname\": \"15번유저\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/profile/follow","urlObject":{"path":["profile","follow"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"f460a73f-551d-459e-a7a6-d3b5ec215826","name":"팔로우/언팔로우 요청(타인 페이지)","originalRequest":{"method":"GET","header":[]},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Follow Success\"\n}\n\n{\n    \"message\": \"Unfollow Success\"\n}"}],"_postman_id":"945882e3-b774-49fa-91a7-1b50eb70a2f1"}],"id":"fad9e207-c9dc-4c67-84d7-7e5ba0845693","_postman_id":"fad9e207-c9dc-4c67-84d7-7e5ba0845693","description":""},{"name":"글 상세 페이지","item":[{"name":"게시글 정보 요청","id":"341a19ea-74e1-431a-a677-a55eab8cb571","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/post?postId=3","urlObject":{"path":["post"],"host":["localhost:8080"],"query":[{"key":"postId","value":"3"}],"variable":[]}},"response":[{"id":"2a3ea1b4-f990-443d-ae6c-2d2fb06f01a3","name":"타인 게시글","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:8080/post?postId=9","host":["localhost:8080"],"path":["post"],"query":[{"key":"postId","value":"9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 15 Feb 2023 03:24:47 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"nickname\": \"카북화이팅\",\n    \"imageUrl\": \"https://blog.kakaocdn.net/dn/bbUzlj/btrOGpc1Qp2/WqDK6z3ooY9M5iKzhy5zy0/img.jpg\",\n    \"like\": 92,\n    \"createDate\": \"2023-02-14 08:02:24\",\n    \"updateDate\": \"2023-02-14 08:08:51\",\n    \"keywords\": [\n        {\n            \"id\": 5,\n            \"category\": \"type\",\n            \"tag\": \"포터 2 Electric 특장\"\n        },\n        {\n            \"id\": 5,\n            \"category\": \"model\",\n            \"tag\": \"포터 2 Electric 특장\"\n        }\n    ],\n    \"content\": \"Vitae repudiandae debitis modi exercitationem. Et minus minima nobis assumenda voluptatem. Veritatis quidem ipsum accusantium odio. Amet veritatis nemo laudantium.\",\n    \"myPost\": false\n}"},{"id":"c47e25b3-8982-4f6a-bcae-c68cfa773b97","name":"게시글 정보 요청","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:8080/post?postId=9","host":["localhost:8080"],"path":["post"],"query":[{"key":"postId","value":"9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 16 Feb 2023 02:43:36 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"nickname\": \"카북화이팅\",\n    \"imageUrl\": \"https://blog.kakaocdn.net/dn/bbUzlj/btrOGpc1Qp2/WqDK6z3ooY9M5iKzhy5zy0/img.jpg\",\n    \"likeCount\": 92,\n    \"createDate\": \"2023-02-14 08:02:24\",\n    \"updateDate\": \"2023-02-14 08:08:51\",\n    \"type\": \"수소 / 전기차\",\n    \"model\": \"포터 2 Electric 특장\",\n    \"hashtags\": [],\n    \"content\": \"Vitae repudiandae debitis modi exercitationem. Et minus minima nobis assumenda voluptatem. Veritatis quidem ipsum accusantium odio. Amet veritatis nemo laudantium.\",\n    \"myPost\": false,\n    \"like\": true\n}"},{"id":"17f3a70e-308c-4d57-987e-43e83a10eaa3","name":"게시글 정보 요청","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:8080/post?postId=1","host":["localhost:8080"],"path":["post"],"query":[{"key":"postId","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 16 Feb 2023 02:44:04 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"nickname\": \"카북화이팅\",\n    \"imageUrl\": \"https://cdn.top-rider.com/news/photo/202209/62608_143038_377.jpg\",\n    \"likeCount\": 110,\n    \"createDate\": \"2023-02-07 11:24:17\",\n    \"updateDate\": \"2023-02-07 11:24:24\",\n    \"type\": \"수소 / 전기차\",\n    \"model\": \"아이오닉 6\",\n    \"hashtags\": [\n        \"서울\",\n        \"흐림\",\n        \"맑음\"\n    ],\n    \"content\": \"14번 유저 첫글\",\n    \"myPost\": true,\n    \"like\": false\n}"}],"_postman_id":"341a19ea-74e1-431a-a677-a55eab8cb571"},{"name":"좋아요 요청/좋아요 취소 요청","id":"d216e3bd-0a2d-4ab5-b1ed-ce9a77dfc674","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"postId\": 3\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/post/like","urlObject":{"path":["post","like"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[],"_postman_id":"d216e3bd-0a2d-4ab5-b1ed-ce9a77dfc674"},{"name":"글 삭제 요청","id":"2f7ecd0b-6d38-492b-946d-496a104dbe9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"localhost:8080/post/{{postId}}","urlObject":{"path":["post","{{postId}}"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"65ea06cb-d7e4-44ca-a747-c531a1ac91ae","name":"글 삭제 요청 성공","originalRequest":{"method":"DELETE","header":[],"url":"localhost:8080/post/{{postId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 15 Feb 2023 02:07:02 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Post Deleted Successfully\"\n}"},{"id":"bb043e44-bd80-4a4d-b5bc-6ead35458bb7","name":"타인 글 삭제 요청","originalRequest":{"method":"DELETE","header":[],"url":"localhost:8080/post/{{postId}}"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 15 Feb 2023 02:07:47 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"ERROR: Invalid Access\"\n}"}],"_postman_id":"2f7ecd0b-6d38-492b-946d-496a104dbe9a"}],"id":"d029c4ed-972b-4a6f-934b-25b59cad8765","_postman_id":"d029c4ed-972b-4a6f-934b-25b59cad8765","description":""},{"name":"글 작성 페이지","item":[{"name":"글 생성","id":"2c035662-9f50-4f0a-81ef-80de21d9be51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"image","description":"<p>이미지 파일</p>\n","type":"file","src":"/Users/macbook16/Downloads/KakaoTalk_Photo_2023-02-22-10-16-46 002.jpeg"},{"key":"hashtag","value":"테스트태그1, 테스트태그2","description":"<p>해시태그 파라미터</p>\n","type":"text"},{"key":"type","value":"버스","description":"<p>차 종류 파라미터</p>\n","type":"text"},{"key":"model","value":"그린시티","description":"<p>차 모델 파라미터</p>\n","type":"text"},{"key":"content","value":"제 투싼투싼투싼 멋지죠?2","description":"<p>글 내용</p>\n","type":"text"}]},"url":"localhost:8080/post","urlObject":{"path":["post"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"574afe94-7c9c-4ce7-aa9d-841d984dcc70","name":"글 생성","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"image","description":"이미지 파일","type":"file","value":null},{"key":"hashtag","value":"['맑음','흐림']\n","description":"해시태그 파라미터","type":"text"},{"key":"type","value":"\b세단","description":"차 종류 파라미터","type":"text"},{"key":"model","value":"소나타","description":"차 모델 파라미터","type":"text"},{"key":"content","value":"글 내용 ","description":"글 내용","type":"text"}]},"url":"localhost:8080/post"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Post create success\"\n}"}],"_postman_id":"2c035662-9f50-4f0a-81ef-80de21d9be51"},{"name":"해시태그 검색","id":"c09f6da7-dfc0-47bd-a693-07bfee58310a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/search/hashtag?keyword=a","urlObject":{"path":["search","hashtag"],"host":["localhost:8080"],"query":[{"description":{"content":"<p>키워드를 통한 검색 결과 &gt; 사용자가 입력한 해시태그를 검색</p>\n<blockquote>\n<p>s 가 넘어 오면 s로 시작하는 사용자 해시태그 결과 반환</p>\n</blockquote>\n","type":"text/plain"},"key":"keyword","value":"a"}],"variable":[]}},"response":[{"id":"96a501ac-8c6c-4c2b-aaea-d0fc54231a72","name":"해시태그 검색","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:8080/search/hashtag/?keyword=맑음","host":["localhost:8080"],"path":["search","hashtag",""],"query":[{"key":"keyword","value":"맑음","description":"키워드를 통한 검색 결과 > 사용자가 입력한 해시태그를 검색\n> s 가 넘어 오면 s로 시작하는 사용자 해시태그 결과 반환"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 09 Feb 2023 08:46:18 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"hashtags\": [\n        {\n            \"id\": 1,\n            \"tag\": \"맑음\"\n        }\n    ]\n}"}],"_postman_id":"c09f6da7-dfc0-47bd-a693-07bfee58310a"},{"name":"차량 종류 전체 조회","id":"9db7d93e-a5c7-4c44-b4fe-33f23ad53610","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/type","urlObject":{"path":["type"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"d000c8ba-2995-45d8-abeb-f446db947543","name":"차량 종류 전체 조회","originalRequest":{"method":"GET","header":[],"url":"localhost:8080/type"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"types\": [\n        {\n            \"id\": 1,\n            \"tag\": \"수소/전기차\"\n        },\n        {\n            \"id\": 2,\n            \"tag\": \"SUV\"\n        }\n    ]\n}"}],"_postman_id":"9db7d93e-a5c7-4c44-b4fe-33f23ad53610"},{"name":"차량 모델 전체 조회","id":"32aad101-2a85-4df3-8e04-810ca81d6531","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/model","urlObject":{"path":["model"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"a5cf7015-6543-431e-92b1-0989940b3d49","name":"차량 모델 전체 조회","originalRequest":{"method":"GET","header":[],"url":"localhost:8080/model"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"models\": [\n        {\n            \"id\": 1,\n            \"typeId\": 1,\n            \"tag\": \"아이오닉 6\"\n        },\n        {\n            \"id\": 2,\n            \"typeId\": 1,\n            \"tag\": \"아이오닉 5\"\n        }\n    ]\n}"}],"_postman_id":"32aad101-2a85-4df3-8e04-810ca81d6531"}],"id":"b078718b-5ac3-40f7-8e3c-43886131dba7","_postman_id":"b078718b-5ac3-40f7-8e3c-43886131dba7","description":""},{"name":"글 수정 페이지","item":[{"name":"글 수정 후 수정내용 업데이트","id":"4e99e692-033e-4c0c-803b-9ea6c12be88f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"postId","value":"40469","type":"text"},{"key":"image","type":"file","src":"/Users/rentalhub/Downloads/하얀리무진.jpeg"},{"key":"hashtag","value":"타요","type":"text"},{"key":"type","value":"버스","type":"text"},{"key":"model","value":"유니버스","type":"text"},{"key":"content","value":"타요타요","type":"text"}]},"url":"localhost:8080/post","urlObject":{"path":["post"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"0dd9553c-f410-4742-a21d-77bfc2eac390","name":"글 수정 후 수정내용 업데이트","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"postid","value":"32","type":"text"},{"key":"image","type":"file","value":null},{"key":"hashtag","value":"['맑음','흐림']\n","type":"text"},{"key":"type","value":"\b세단","type":"text"},{"key":"model","value":"소나타","type":"text"},{"key":"content","value":"글 내용","type":"text"}]},"url":"localhost:8080/post"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Post modify success\"\n}"}],"_postman_id":"4e99e692-033e-4c0c-803b-9ea6c12be88f"}],"id":"283190f6-0ac7-4d96-9f5e-914011646df1","_postman_id":"283190f6-0ac7-4d96-9f5e-914011646df1","description":""}],"variable":[{"key":"localhost","value":"localhost:8080"},{"key":"server","value":"3.39.1.92"}]}