{"info":{"_postman_id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","name":"Feeda","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"44635744","collectionId":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","publishedId":"2sB2qgeyJ7","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-06-02T02:36:57.000Z"},"item":[{"name":"회원 관리","item":[{"name":"회원가입","event":[{"listen":"test","script":{"id":"9b9459a6-ca32-4c81-bc59-83b9d0d7a38a","exec":[""],"type":"text/javascript","packages":{}}}],"id":"0d6f9dcf-7034-485d-ac59-ee4767b7bb04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"gajicoding2@gmail.com\",\r\n    \"password\": \"12345678\",\r\n\r\n    \"nickName\": \"gaji2\",\r\n    \"birth\": \"2001-04-16\",\r\n    \"bio\": \"안녕하세요\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/accounts","urlObject":{"port":"8080","path":["api","accounts"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0d6f9dcf-7034-485d-ac59-ee4767b7bb04"},{"name":"로그인","event":[{"listen":"test","script":{"id":"d27c727d-5bdc-46d2-ac99-7605de440615","exec":["const tokenHeader = pm.response.headers.get(\"Authorization\");\r","const token = tokenHeader.replace(\"Bearer \", \"\");\r","pm.collectionVariables.set(\"token\", token);"],"type":"text/javascript","packages":{}}}],"id":"d11677fa-d7fc-4f57-b1ea-90418df38881","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"gajicoding4@gmail.com\",\r\n    \"password\": \"12345678\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/accounts/login","urlObject":{"port":"8080","path":["api","accounts","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d11677fa-d7fc-4f57-b1ea-90418df38881"},{"name":"로그아웃","id":"0b3fae57-4070-4d61-a1a3-5039aaa49cf9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"localhost:8080/api/accounts/logout","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","name":"Feeda","type":"collection"}},"urlObject":{"port":"8080","path":["api","accounts","logout"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0b3fae57-4070-4d61-a1a3-5039aaa49cf9"},{"name":"회원탈퇴","id":"5ba50dea-50da-4148-87a5-4c578d242382","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIyIiwicHJvZmlsZUlkIjoxLCJuaWNrTmFtZSI6ImdhamkiLCJlbWFpbCI6Imdhamljb2RpbmdAZ21haWwuY29tIiwiZXhwIjoxNzQ4NTM1MzQ0LCJpYXQiOjE3NDg1MzE3NDR9.oxs06BvMp8MuNpBQh5hvcCIrsi1-vovwBemG6sYJ-Rs","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/accounts/me","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","name":"Feeda","type":"collection"}},"urlObject":{"port":"8080","path":["api","accounts","me"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"5ba50dea-50da-4148-87a5-4c578d242382"},{"name":"비밀번호 수정","id":"32081bda-ce9b-487b-b804-279a7a631501","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIyIiwicHJvZmlsZUlkIjoxLCJuaWNrTmFtZSI6ImdhamkiLCJlbWFpbCI6Imdhamljb2RpbmdAZ21haWwuY29tIiwiZXhwIjoxNzQ4NTM0MzU5LCJpYXQiOjE3NDg1MzA3NTl9.9n5jMqYPDGLor-0FBF9Qv7iXHFHlC6-Uq3Y_zBfH9JU","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"oldPassword\": \"1111\",\r\n    \"newPassword\": \"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/accounts/password","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","name":"Feeda","type":"collection"}},"urlObject":{"port":"8080","path":["api","accounts","password"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"32081bda-ce9b-487b-b804-279a7a631501"}],"id":"501d67c7-38ca-450b-8404-3f21a1dd38d3","_postman_id":"501d67c7-38ca-450b-8404-3f21a1dd38d3","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","name":"Feeda","type":"collection"}}},{"name":"프로필","item":[{"name":"프로필 단건 조회","id":"1e8600af-b09d-41e1-9333-eac54ebb8b09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/profiles/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","name":"Feeda","type":"collection"}},"urlObject":{"protocol":"http","port":"8080","path":["api","profiles","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1e8600af-b09d-41e1-9333-eac54ebb8b09"},{"name":"프로필 다건 조회 (검색, 페이징)","id":"6f3efceb-0180-42ce-a37a-55849bbf48e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxIiwibmlja05hbWUiOiJnYWppIiwiZW1haWwiOiJnYWppY29kaW5nQGdtYWlsLmNvbSIsImV4cCI6MTc0ODUyNzMzOCwiaWF0IjoxNzQ4NTIzNzM4fQ.3dZTkRpfAo3DpXqdhma5s8TImso_H4admuUNgAOjOA4","type":"text"}],"url":"http://localhost:8080/api/profiles?page=1&size=10","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","name":"Feeda","type":"collection"}},"urlObject":{"protocol":"http","port":"8080","path":["api","profiles"],"host":["localhost"],"query":[{"key":"page","value":"1"},{"key":"size","value":"10"}],"variable":[]}},"response":[],"_postman_id":"6f3efceb-0180-42ce-a37a-55849bbf48e7"},{"name":"프로필 수정","id":"06b9456c-0ba8-4f39-b749-c6b6a85278a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxIiwibmlja05hbWUiOiJnYWppIiwiZW1haWwiOiJnYWppY29kaW5nQGdtYWlsLmNvbSIsImV4cCI6MTc0ODUyNzMzOCwiaWF0IjoxNzQ4NTIzNzM4fQ.3dZTkRpfAo3DpXqdhma5s8TImso_H4admuUNgAOjOA4","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"nickname\": \"가지\",\r\n  \"birth\": \"2000-05-27\",\r\n  \"bio\": \"새로운 자기소개 글\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/profiles/3","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","name":"Feeda","type":"collection"}},"urlObject":{"protocol":"http","port":"8080","path":["api","profiles","3"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"06b9456c-0ba8-4f39-b749-c6b6a85278a2"}],"id":"298261e1-0d80-49da-bc04-4e949f18fd10","_postman_id":"298261e1-0d80-49da-bc04-4e949f18fd10","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","name":"Feeda","type":"collection"}}},{"name":"게시물","item":[{"name":"게시물 작성","id":"b5d0b056-6dcf-4514-991d-a2d5b9a2535a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"제목\",\r\n    \"content\": \"내용\",\r\n    \"category\": \"일상\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/posts","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","name":"Feeda","type":"collection"}},"urlObject":{"protocol":"http","port":"8080","path":["api","posts"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b5d0b056-6dcf-4514-991d-a2d5b9a2535a"},{"name":"게시물 단건 조회","id":"ade66f49-21ae-4482-8dc9-63282ae9478d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/posts/3","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","name":"Feeda","type":"collection"}},"urlObject":{"protocol":"http","port":"8080","path":["api","posts","3"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ade66f49-21ae-4482-8dc9-63282ae9478d"},{"name":"게시물 전체 조회 - 검색/페이징","id":"6cc1226f-3c35-42e1-b41e-2c5404aff8cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/posts?startUpdatedAt=2025-06-01&endUpdatedAt=2025-06-04&keyword=1&page=1&size=2","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","name":"Feeda","type":"collection"}},"urlObject":{"protocol":"http","port":"8080","path":["api","posts"],"host":["localhost"],"query":[{"key":"startUpdatedAt","value":"2025-06-01"},{"key":"endUpdatedAt","value":"2025-06-04"},{"key":"keyword","value":"1"},{"key":"page","value":"1"},{"key":"size","value":"2"}],"variable":[]}},"response":[],"_postman_id":"6cc1226f-3c35-42e1-b41e-2c5404aff8cf"},{"name":"게시글 전체 조회 - 팔로잉","id":"206be8f9-d4c4-4350-af9f-c0b96c1ca3e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/posts/followings?page=1&size=10","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","name":"Feeda","type":"collection"}},"urlObject":{"protocol":"http","port":"8080","path":["api","posts","followings"],"host":["localhost"],"query":[{"key":"page","value":"1"},{"key":"size","value":"10"}],"variable":[]}},"response":[],"_postman_id":"206be8f9-d4c4-4350-af9f-c0b96c1ca3e4"},{"name":"게시물 수정","id":"f5bea6a5-50a0-4b58-b670-5e274206ca2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"title\": \"수정된 제목\",\r\n\t\"content\": \"수정된 내용\",\r\n\t\"category\": \"수정된 카테고리\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/posts/3","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","name":"Feeda","type":"collection"}},"urlObject":{"protocol":"http","port":"8080","path":["api","posts","3"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f5bea6a5-50a0-4b58-b670-5e274206ca2d"},{"name":"게시물 삭제","id":"533e600b-b599-499f-b5bf-d6900006a8ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8080/api/posts/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","name":"Feeda","type":"collection"}},"urlObject":{"protocol":"http","port":"8080","path":["api","posts","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"533e600b-b599-499f-b5bf-d6900006a8ad"},{"name":"게시물 좋아요 추가","id":"ade312ea-a0e6-4e29-abe5-4859e7d72c8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:8080/api/posts/4/likes","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","name":"Feeda","type":"collection"}},"urlObject":{"protocol":"http","port":"8080","path":["api","posts","4","likes"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ade312ea-a0e6-4e29-abe5-4859e7d72c8a"},{"name":"게시물 좋아요 삭제","id":"d7097b08-bdfb-4d28-b32b-cb275322f91c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8080/api/posts/1/likes","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","name":"Feeda","type":"collection"}},"urlObject":{"protocol":"http","port":"8080","path":["api","posts","1","likes"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d7097b08-bdfb-4d28-b32b-cb275322f91c"}],"id":"e55b7eb9-4033-45af-9a4f-13ff1d270416","_postman_id":"e55b7eb9-4033-45af-9a4f-13ff1d270416","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","name":"Feeda","type":"collection"}}},{"name":"게시물 댓글","item":[{"name":"게시물 댓글 작성","id":"acf55a15-fdd0-4d52-98fc-d0e56582c260","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"content\": \"댓글 추가\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/comments/posts/4","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","name":"Feeda","type":"collection"}},"urlObject":{"protocol":"http","port":"8080","path":["api","comments","posts","4"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"acf55a15-fdd0-4d52-98fc-d0e56582c260"},{"name":"게시물 댓글 전체 조회","id":"b6ed96f7-9cff-4fe9-8fd9-4c663f04d184","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/comments/posts/4","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","name":"Feeda","type":"collection"}},"urlObject":{"protocol":"http","port":"8080","path":["api","comments","posts","4"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b6ed96f7-9cff-4fe9-8fd9-4c663f04d184"},{"name":"게시물 댓글 단건 조회","id":"8eb1fdd0-883a-4d30-8d5a-9183e5a8819b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/comments/4","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","name":"Feeda","type":"collection"}},"urlObject":{"protocol":"http","port":"8080","path":["api","comments","4"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8eb1fdd0-883a-4d30-8d5a-9183e5a8819b"},{"name":"게시물 댓글 수정","id":"18cc0a73-cb83-4524-be07-b3acd38cb92b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"content\": \"댓글 수정\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/comments/4","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","name":"Feeda","type":"collection"}},"urlObject":{"protocol":"http","port":"8080","path":["api","comments","4"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"18cc0a73-cb83-4524-be07-b3acd38cb92b"},{"name":"게시물 댓글 삭제","id":"5b30f052-2859-401b-a4bd-5888d5793450","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"content\": \"댓글 수정\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/comments/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","name":"Feeda","type":"collection"}},"urlObject":{"protocol":"http","port":"8080","path":["api","comments","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"5b30f052-2859-401b-a4bd-5888d5793450"},{"name":"게시글 댓글 좋아요 추가","id":"075e25dc-1de2-4499-8de9-622db7e23c50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:8080/api/comments/2/likes","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","name":"Feeda","type":"collection"}},"urlObject":{"protocol":"http","port":"8080","path":["api","comments","2","likes"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"075e25dc-1de2-4499-8de9-622db7e23c50"},{"name":"게시글 댓글 좋아요 취소","id":"8d2a9c13-f6b8-4b76-a99d-0727ddfca0ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8080/api/comments/2/likes","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","name":"Feeda","type":"collection"}},"urlObject":{"protocol":"http","port":"8080","path":["api","comments","2","likes"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8d2a9c13-f6b8-4b76-a99d-0727ddfca0ff"}],"id":"a15bf649-78f2-4d3b-af85-99d3336db5c9","_postman_id":"a15bf649-78f2-4d3b-af85-99d3336db5c9","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","name":"Feeda","type":"collection"}}},{"name":"팔로우","item":[{"name":"팔로우","id":"daee2769-d0c8-441a-9db9-f19c7782239a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/follows/2","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","name":"Feeda","type":"collection"}},"urlObject":{"port":"8080","path":["api","follows","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"daee2769-d0c8-441a-9db9-f19c7782239a"},{"name":"언팔로우","id":"23dccc61-3c39-4586-ba5f-a8fe66b75916","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"localhost:8080/api/follows/2","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","name":"Feeda","type":"collection"}},"urlObject":{"port":"8080","path":["api","follows","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"23dccc61-3c39-4586-ba5f-a8fe66b75916"},{"name":"팔로우 목록 조회","id":"b3e088a5-907d-4cc8-9f80-5bfff7ac8755","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/api/follows/1/followings?size=5","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","name":"Feeda","type":"collection"}},"urlObject":{"port":"8080","path":["api","follows","1","followings"],"host":["localhost"],"query":[{"key":"size","value":"5"}],"variable":[]}},"response":[],"_postman_id":"b3e088a5-907d-4cc8-9f80-5bfff7ac8755"},{"name":"팔로워 목록 조회","id":"22eab467-5b7c-46fc-977d-6a9e2e14407f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/api/follows/3/followers","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","name":"Feeda","type":"collection"}},"urlObject":{"port":"8080","path":["api","follows","3","followers"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"22eab467-5b7c-46fc-977d-6a9e2e14407f"},{"name":"본인 팔로워 목록 조회","id":"fb9adb69-65b6-41e0-8926-398e156cd419","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/api/follows/followers","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","name":"Feeda","type":"collection"}},"urlObject":{"port":"8080","path":["api","follows","followers"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"fb9adb69-65b6-41e0-8926-398e156cd419"},{"name":"본인 팔로우 목록 조회","id":"7261f51d-111f-4952-82a4-72c771970621","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/api/follows/followings","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","name":"Feeda","type":"collection"}},"urlObject":{"port":"8080","path":["api","follows","followings"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7261f51d-111f-4952-82a4-72c771970621"}],"id":"5eef98a0-d084-422b-bafe-0ea96fd36db7","_postman_id":"5eef98a0-d084-422b-bafe-0ea96fd36db7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","id":"bfcd4460-ed97-4220-b8a1-70cf7ab50127","name":"Feeda","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]}},"event":[{"listen":"prerequest","script":{"id":"9907a102-9277-4370-9e76-fb6d8d58fa21","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"0e7e9ba8-d30b-452d-af40-a548ccb3c97c","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"token","value":"","type":"string"}]}