{"info":{"_postman_id":"d2e9cf11-e357-4abe-b3a3-ec41339f83fc","name":"Book Review","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"43231120","collectionId":"d2e9cf11-e357-4abe-b3a3-ec41339f83fc","publishedId":"2sB2qZDMZA","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-05-20T11:04:26.000Z"},"item":[{"name":"User, Auth","item":[{"name":"회원가입(signUp)","id":"72c69d30-4afa-4dab-a3ae-d39878413191","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\" : \"min@naver.com\",\n    \"password\" : \"Aaaaa11*\",\n    \"userRole\" : \"USER\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/auth/signup","urlObject":{"port":"8080","path":["auth","signup"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"72c69d30-4afa-4dab-a3ae-d39878413191"},{"name":"회원가입(signUp) Copy","id":"259e3da3-5c88-4c2a-98da-45e0e22dadab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\" : \"admin@naver.com\",\n    \"password\" : \"Aaaaa11*\",\n    \"userRole\" : \"ADMIN\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/auth/signup","urlObject":{"port":"8080","path":["auth","signup"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"259e3da3-5c88-4c2a-98da-45e0e22dadab"},{"name":"유저 로그인(login)","id":"7e051f5a-08f2-47d0-a587-8838db77b732","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\" : \"min@naver.com\",\n    \"password\" : \"Aaaaa11*\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/auth/login","urlObject":{"port":"8080","path":["auth","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7e051f5a-08f2-47d0-a587-8838db77b732"},{"name":"관리자 로그인","id":"1834b059-4cd3-4d87-b34f-ff26aa01955c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\" : \"min@naver.com\",\n    \"password\" : \"Aaaaa11*\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/auth/login","urlObject":{"port":"8080","path":["auth","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1834b059-4cd3-4d87-b34f-ff26aa01955c"}],"id":"7c736a87-0722-459f-99bd-fb965406b3ac","_postman_id":"7c736a87-0722-459f-99bd-fb965406b3ac","description":""},{"name":"Review","item":[{"name":"리뷰 생성(postReview)","id":"e996f1ae-d036-4e83-8253-2871af37fa86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"content\" : \"리뷰 내용\",\n    \"score\" : 5\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/books/1/review","urlObject":{"port":"8080","path":["books","1","review"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e996f1ae-d036-4e83-8253-2871af37fa86"},{"name":"리뷰 수정(updateReview)","id":"9f36b158-d874-4b3d-8871-7ce8f4a26e8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"content\" : \"수정\",\n    \"score\" : 3\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/books/1/review/1","urlObject":{"port":"8080","path":["books","1","review","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9f36b158-d874-4b3d-8871-7ce8f4a26e8e"},{"name":"리뷰 조회(getReview)","id":"aefed7ab-a29c-4551-b68f-0a1199205434","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"localhost:8080/books/1/review","urlObject":{"port":"8080","path":["books","1","review"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"aefed7ab-a29c-4551-b68f-0a1199205434"},{"name":"리뷰 단건 조회(getReviewDetail)","id":"baf50e86-1422-40f7-81d6-b91e4ecb0ef8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"localhost:8080/books/1/review","urlObject":{"port":"8080","path":["books","1","review"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"baf50e86-1422-40f7-81d6-b91e4ecb0ef8"},{"name":"리뷰 삭제(deleteReview)","id":"e9a083c3-46d9-46bd-b18b-57f90d380714","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"localhost:8080/books/1/review/1","urlObject":{"port":"8080","path":["books","1","review","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e9a083c3-46d9-46bd-b18b-57f90d380714"},{"name":"New Request","id":"0c05bccf-d8f8-4b6e-85af-9f0729527052","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8080/books/review/popular","urlObject":{"port":"8080","path":["books","review","popular"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0c05bccf-d8f8-4b6e-85af-9f0729527052"}],"id":"59b93baa-77e0-4899-a3f8-a3467d4a7608","_postman_id":"59b93baa-77e0-4899-a3f8-a3467d4a7608","description":""},{"name":"Book","item":[{"name":"도서 생성 요청(createBook)","id":"cde43e55-c105-48f2-a20f-ac4b6a0c62b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxIiwiZW1haWwiOiJ1c2VyQGV4YW1wbGUuY29tIiwidXNlclJvbGUiOiJVU0VSIiwiaWF0IjoxNzQ3NjMzNjIzLCJleHAiOjE3NDc2MzcyMjN9.UJeudC1EyiBxzUco7zHfJkEhkEPLvRC3xMAbRIZSZ2A","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"title\": \"백설공주 이야기\",\r\n  \"author\": \"Grimm Brothers\",\r\n  \"category\": \"FANTASY\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/books","urlObject":{"port":"8080","path":["books"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"cde43e55-c105-48f2-a20f-ac4b6a0c62b2"},{"name":"전체 도서 조회 요청(findAllBooks)","id":"092101b9-091c-4137-a16c-0cbfcea6e57a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/books","urlObject":{"port":"8080","path":["books"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"092101b9-091c-4137-a16c-0cbfcea6e57a"},{"name":"도서 단건 조회(findByDetailsBook)","id":"4ec26ecb-80cd-4cec-9c47-26f0a21b52dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/books/1","urlObject":{"port":"8080","path":["books","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4ec26ecb-80cd-4cec-9c47-26f0a21b52dd"},{"name":"도서 정보 수정(editBook)","id":"587db9ee-16f6-470b-980e-10109efadcee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"title\" : \"수정 제목\",\n    \"author\" : \"수정된 작가명\",\n    \"category\" : \"수정된 카테고리\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/books/1","urlObject":{"port":"8080","path":["books","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"587db9ee-16f6-470b-980e-10109efadcee"},{"name":"도서 삭제(deleteBook)","id":"272f2b56-5d34-4940-9350-4a8ba99bc445","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"title\" : \"수정 제목\",\n    \"author\" : \"수정된 작가명\",\n    \"category\" : \"수정된 카테고리\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/books/1","urlObject":{"port":"8080","path":["books","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"272f2b56-5d34-4940-9350-4a8ba99bc445"}],"id":"33101fa4-215b-4b9e-9540-2c75fbd8c5d1","_postman_id":"33101fa4-215b-4b9e-9540-2c75fbd8c5d1","description":""},{"name":"search","item":[{"name":"검색 기능","id":"d9a958e2-4bd7-42c6-8cbf-40e20da0c5a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"keyword\": \"Spring Boot\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/search","urlObject":{"protocol":"http","port":"8080","path":["api","search"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d9a958e2-4bd7-42c6-8cbf-40e20da0c5a7"}],"id":"a193fcde-a073-450d-91ee-b95f34d301fd","_postman_id":"a193fcde-a073-450d-91ee-b95f34d301fd","description":""},{"name":"admin","item":[{"name":"도서 등록 승인","id":"95d7c751-339f-421a-9ee6-c9156cfa6d80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIyIiwiZW1haWwiOiJ1c2VyMUBleGFtcGxlLmNvbSIsInVzZXJSb2xlIjoiQURNSU4iLCJpYXQiOjE3NDc2Mzc3OTAsImV4cCI6MTc0NzY0MTM5MH0.fFdvYSoPsaRisXPJoqcb5Qb2qGz9RHEMt-km0flkU58","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"title\": \"백설공주 이야기\",\r\n  \"author\": \"Grimm Brothers\",\r\n  \"category\": \"FANTASY\"\r\n}"},"url":"localhost:8080/admin/books/1/approve","urlObject":{"port":"8080","path":["admin","books","1","approve"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"95d7c751-339f-421a-9ee6-c9156cfa6d80"},{"name":"리뷰 상단 고정(pin)","id":"bb819917-f731-4d1d-b73a-d454f197accc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIyIiwiZW1haWwiOiJ1c2VyMUBleGFtcGxlLmNvbSIsInVzZXJSb2xlIjoiQURNSU4iLCJpYXQiOjE3NDc2NDI3NjQsImV4cCI6MTc0NzY0NjM2NH0.3IfNZJ4qJb7AqZcfW0Sh70buWVmJpKpEuIqLaCigBpA","type":"text"}],"body":{"mode":"raw","raw":""},"url":"localhost:8080/admin/reviews/1/pin","urlObject":{"port":"8080","path":["admin","reviews","1","pin"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"bb819917-f731-4d1d-b73a-d454f197accc"},{"name":"리뷰 상단 고정 해제(unpin)","id":"afbca07d-5580-4123-b569-9a0b18f049b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"url":"localhost:8080/admin/reviews/6/unpin","urlObject":{"port":"8080","path":["admin","reviews","6","unpin"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8b5126c2-6a0d-4b97-8262-5159789bab5f","name":"리뷰 상단 고정","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"afbca07d-5580-4123-b569-9a0b18f049b6"}],"id":"23f47fda-e2cf-4e13-944b-18b1c8846375","_postman_id":"23f47fda-e2cf-4e13-944b-18b1c8846375","description":""},{"name":"like","item":[{"name":"좋아요 생성","id":"6c50bf9f-fae6-4bb6-8ac9-0fcb879cdb99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"bookId\": 3\n}\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/users/likes","urlObject":{"protocol":"http","port":"8080","path":["users","likes"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6c50bf9f-fae6-4bb6-8ac9-0fcb879cdb99"},{"name":"좋아요 조회","id":"4d5e1406-d4be-4dff-98c2-0f6cc9e24dde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/users/likes","urlObject":{"protocol":"http","port":"8080","path":["users","likes"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4d5e1406-d4be-4dff-98c2-0f6cc9e24dde"},{"name":"좋아요 삭제","id":"050b0d77-dedb-4c8f-b0b8-c5a8889d0202","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n  \"bookId\": 3\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/users/likes","urlObject":{"protocol":"http","port":"8080","path":["users","likes"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"050b0d77-dedb-4c8f-b0b8-c5a8889d0202"}],"id":"affb9d06-c52c-42c0-84f4-cf7c76c5f563","_postman_id":"affb9d06-c52c-42c0-84f4-cf7c76c5f563","description":""}]}