{"info":{"_postman_id":"2dc124b9-55b6-44d9-8683-1cd8e92bf3fe","name":"ToLevelUp API","description":"<html><head></head><body><p>2023 졸업작품 fours 백엔드팀</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"26344123","collectionId":"2dc124b9-55b6-44d9-8683-1cd8e92bf3fe","publishedId":"2s9YJgV1PD","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-10-11T07:38:08.000Z"},"item":[{"name":"User","item":[{"name":"로그인","id":"db31e838-7ddb-43cb-a6cd-0fd6ee45d82a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\":\"mest\",\r\n    \"password\":\"1234\"\r\n}"},"url":"{{host}}/api/v1/users/login","urlObject":{"path":["api","v1","users","login"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"fdf41c15-92d0-46b7-829c-286897a2640a","name":"로그인 성공시","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\":\"newlogtest\",\r\n    \"password\":\"1234\"\r\n}"},"url":"{{host}}/api/v1/users/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":"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":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 07 Oct 2023 04:35:10 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"resultCode\": \"SUCCESS\",\n    \"result\": {\n        \"token\": \"eyJhbGciOiJIUzI1NiJ9.eyJ1c2VySWQiOiJuZXdsb2d0ZXN0IiwiaWF0IjoxNjk2NjUzMzEwLCJleHAiOjE2OTkyNDUzMTB9.GJ_AW-XQJNSN0d9isjNFWxlkxLVSaMIMsKIyugLPWi0\"\n    }\n}"},{"id":"64615afd-1c2e-4774-8b0a-cffe7dd8ae73","name":"잘못된 아이디 입력시","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\":\"long\",\r\n    \"password\":\"1234\"\r\n}"},"url":"{{host}}/api/v1/users/login"},"status":"Not Found","code":404,"_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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 07 Oct 2023 04:40:30 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"resultCode\": \"USER_NOT_FOUND\",\n    \"result\": null\n}"},{"id":"0eb44fe1-1a6f-4a85-b18c-500524d0d93e","name":"잘못된 비밀번호 입력시","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\":\"newlogtest\",\r\n    \"password\":\"12345\"\r\n}"},"url":"{{host}}/api/v1/users/login"},"status":"Unauthorized","code":401,"_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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 07 Oct 2023 04:39:00 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"resultCode\": \"INVALID_PASSWORD\",\n    \"result\": null\n}"}],"_postman_id":"db31e838-7ddb-43cb-a6cd-0fd6ee45d82a"},{"name":"회원가입","id":"fbbc9996-2024-4aea-a476-47906177b765","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\":\"mest\",\r\n    \"password\":\"1234\",\r\n    \"name\":\"미션션\",\r\n    \"email\":\"mtest@naver.com\"\r\n}"},"url":"{{host}}/api/v1/users/join","urlObject":{"path":["api","v1","users","join"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"617e907d-a228-4039-ac96-1b89c59e4d61","name":"성공시","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\":\"mest\",\r\n    \"password\":\"1234\",\r\n    \"name\":\"미션션\",\r\n    \"email\":\"mtest@naver.com\"\r\n}"},"url":"{{host}}/api/v1/users/join"},"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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 08 Oct 2023 19:34:52 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"resultCode\": \"SUCCESS\",\n    \"result\": \"회원가입\"\n}"}],"_postman_id":"fbbc9996-2024-4aea-a476-47906177b765"},{"name":"회원탈퇴","id":"d2ef760d-0d1e-477c-997f-4376c574704b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{host}}/api/v1/users","urlObject":{"path":["api","v1","users"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"8c968c07-7cb7-4e10-880b-91941d24cc50","name":"성공시","originalRequest":{"method":"DELETE","header":[],"url":"{{host}}/api/v1/users"},"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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 08 Oct 2023 18:27:32 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"resultCode\": \"SUCCESS\",\n    \"result\": \"회원 탈퇴\"\n}"}],"_postman_id":"d2ef760d-0d1e-477c-997f-4376c574704b"},{"name":"비밀번호 확인","id":"be1313f2-e2c4-41dc-a366-f2f4fbfec3cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\":\"0000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/users/password","urlObject":{"path":["api","v1","users","password"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"0db72509-fe19-4e70-8d07-f6bd046356b2","name":"성공시","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\":\"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/users/password"},"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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 23 Oct 2023 12:05:37 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"resultCode\": \"SUCCESS\",\n    \"result\": true\n}"},{"id":"59bcc9f9-1579-4113-b416-73bc40cc7b51","name":"실패시","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\":\"0000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/users/password"},"status":"Unauthorized","code":401,"_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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 23 Oct 2023 12:05:54 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"resultCode\": \"INVALID_PASSWORD\",\n    \"result\": null\n}"}],"_postman_id":"be1313f2-e2c4-41dc-a366-f2f4fbfec3cb"},{"name":"회원 정보","id":"1dda057d-c1fc-4b95-8a88-cddd55b82e30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/users/information","urlObject":{"path":["api","v1","users","information"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"f24e63d6-c70f-4fd3-998c-03be34a009bb","name":"성공시","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/users/information"},"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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 23 Oct 2023 12:07:00 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"resultCode\": \"SUCCESS\",\n    \"result\": {\n        \"id\": \"newlogtest\",\n        \"name\": \"뉴로그\",\n        \"email\": \"log@naver.com\",\n        \"level\": 20,\n        \"intro\": \"수정좀><\",\n        \"role\": \"USER\",\n        \"registeredAt\": \"2023-09-29\"\n    }\n}"}],"_postman_id":"1dda057d-c1fc-4b95-8a88-cddd55b82e30"},{"name":"회원 정보 수정","id":"ec5f9ef4-3157-4c19-89bb-9cddafbc8a1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"type\":바꿀 정보,\r\n    \"data\":바꿀 내용\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/users/information","urlObject":{"path":["api","v1","users","information"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"12fe3ebd-b6a1-4ac9-8d0d-9fe687b2d495","name":"이름 수정시","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"type\":\"name\",\r\n    \"data\":\"이름바꾸기\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/users/information"},"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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 09 Oct 2023 07:19:48 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"resultCode\": \"SUCCESS\",\n    \"result\": \"name 수정\"\n}"},{"id":"015fc6b5-25b1-44dd-9925-673dc295f5b5","name":"비밀번호 수정시","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"type\":\"password\",\r\n    \"data\":\"0000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/users/information"},"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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 09 Oct 2023 07:20:41 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"resultCode\": \"SUCCESS\",\n    \"result\": \"password 수정\"\n}"},{"id":"354a713d-1fe4-492e-8722-6b832db7aee8","name":"한줄소개 수정시","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"type\":\"intro\",\r\n    \"data\":\"한줄소개 바꿀게요\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/users/information"},"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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 09 Oct 2023 07:21:53 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"resultCode\": \"SUCCESS\",\n    \"result\": \"intro 수정\"\n}"},{"id":"0397b654-3261-4671-8e78-d44082f6e36e","name":"이메일 수정시","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"type\":\"email\",\r\n    \"data\":\"ccemail@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/users/information"},"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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 09 Oct 2023 07:22:46 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"resultCode\": \"SUCCESS\",\n    \"result\": \"email 수정\"\n}"},{"id":"680e593a-37d8-4f87-99a3-33a80a998e29","name":"이미 가입된 이메일인경우","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"type\":\"email\",\r\n    \"data\":\"exex@naver.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/users/information"},"status":"Conflict","code":409,"_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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 09 Oct 2023 10:10:48 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"resultCode\": \"DUPLICATED_USER_EMAIL\",\n    \"result\": null\n}"}],"_postman_id":"ec5f9ef4-3157-4c19-89bb-9cddafbc8a1b"}],"id":"a53b5af1-4083-49ad-94cb-c31b22867e3d","_postman_id":"a53b5af1-4083-49ad-94cb-c31b22867e3d","description":""},{"name":"User Follow","item":[{"name":"유저 팔로우","id":"89ef05c8-ba96-42f2-8f42-9511ebbf0011","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"url":"{{host}}/api/v1/users/follow/{팔로우할 유저id}","urlObject":{"path":["api","v1","users","follow","{팔로우할 유저id}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"14e06d3b-cba6-4590-9d2a-63de8720a2c1","name":"성공시","originalRequest":{"method":"POST","header":[],"url":"{{host}}/api/v1/users/follow/msy"},"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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 08 Oct 2023 18:19:15 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"resultCode\": \"SUCCESS\",\n    \"result\": \"팔로우\"\n}"},{"id":"0dbfedd1-310b-4d1f-92c1-17d1670153ad","name":"이미 팔로우한 유저일 경우","originalRequest":{"method":"POST","header":[],"url":"{{host}}/api/v1/users/follow/msy"},"status":"Conflict","code":409,"_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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 08 Oct 2023 18:19:31 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"resultCode\": \"ALREADY_FOLLOW\",\n    \"result\": null\n}"}],"_postman_id":"89ef05c8-ba96-42f2-8f42-9511ebbf0011"},{"name":"유저 언팔로우","id":"ad7cd8c3-e426-4a2e-8af0-25469530ab1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{host}}/api/v1/users/follow/{언팔로우할 유저id}","urlObject":{"path":["api","v1","users","follow","{언팔로우할 유저id}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"0741876a-02c6-4ceb-ad80-830392362db1","name":"성공시","originalRequest":{"method":"DELETE","header":[],"url":"{{host}}/api/v1/users/follow/msy"},"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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 08 Oct 2023 18:20:43 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"resultCode\": \"SUCCESS\",\n    \"result\": \"언팔로우\"\n}"},{"id":"b7d40818-a2c5-4271-baa3-a53938dfa975","name":"이미 언팔로우 상태인 유저일 경우","originalRequest":{"method":"DELETE","header":[],"url":"{{host}}/api/v1/users/follow/msy"},"status":"Not Found","code":404,"_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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 08 Oct 2023 18:20:57 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"resultCode\": \"USER_NOT_FOUND\",\n    \"result\": null\n}"}],"_postman_id":"ad7cd8c3-e426-4a2e-8af0-25469530ab1d"},{"name":"나를 팔로우하는 유저 언팔로우","id":"3172abdc-5971-4222-8bb6-34156f1cb638","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{host}}/api/v1/users/follower/{언팔로우 시킬 유저 id}","urlObject":{"path":["api","v1","users","follower","{언팔로우 시킬 유저 id}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"6d29aa69-8ac5-4665-8e81-cd48491a54a8","name":"성공시","originalRequest":{"method":"DELETE","header":[],"url":"{{host}}/api/v1/users/follower/yeonpark"},"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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 04 Nov 2023 03:24:21 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"resultCode\": \"SUCCESS\",\n    \"result\": \"팔로워 삭제\"\n}"},{"id":"4300cbe6-5bc9-48a1-b516-497774caf209","name":"나를 팔로우하는 유저 언팔로우","originalRequest":{"method":"DELETE","header":[],"url":"{{host}}/api/v1/users/follower/잘못된 id"},"status":"Not Found","code":404,"_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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 04 Nov 2023 03:25:05 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"resultCode\": \"USER_NOT_FOUND\",\n    \"result\": null\n}"}],"_postman_id":"3172abdc-5971-4222-8bb6-34156f1cb638"},{"name":"내가 팔로우 하고 있는 유저 수","id":"f8ff9655-65aa-4479-a82c-536f7df25d8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{host}}/api/v1/users/following/count","urlObject":{"path":["api","v1","users","following","count"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"0671b17a-0f09-4449-8a09-1e322322ecb6","name":"성공시","originalRequest":{"method":"GET","header":[],"url":"{{host}}/api/v1/users/following/count"},"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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 16 Oct 2023 17:03:24 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"resultCode\": \"SUCCESS\",\n    \"result\": 2\n}"}],"_postman_id":"f8ff9655-65aa-4479-a82c-536f7df25d8b"},{"name":"내가 팔로우하고 있는 유저 목록","id":"b953bd35-dc63-43cd-babd-a9cfb5b17d3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{host}}/api/v1/users/following?page={페이지}&size={데이터수}","urlObject":{"path":["api","v1","users","following"],"host":["{{host}}"],"query":[{"key":"page","value":"{페이지}"},{"key":"size","value":"{데이터수}"}],"variable":[]}},"response":[{"id":"188d5f44-e583-4e5f-b5b0-963f9ee0a887","name":"성공시","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/api/v1/users/following?page=0&size=5","host":["{{host}}"],"path":["api","v1","users","following"],"query":[{"key":"page","value":"0"},{"key":"size","value":"5"}]}},"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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 08 Oct 2023 20:21:31 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"resultCode\": \"SUCCESS\",\n    \"result\": {\n        \"content\": [\n            {\n                \"userId\": \"msytest\",\n                \"name\": \"seoyeon1\",\n                \"level\": 2,\n                \"intro\": \"자신을 한줄로 소개해주세요.\"\n            },\n            {\n                \"userId\": \"s\",\n                \"name\": \"s\",\n                \"level\": 1,\n                \"intro\": \"자신을 한줄로 소개해주세요.\"\n            },\n            {\n                \"userId\": \"a\",\n                \"name\": \"a\",\n                \"level\": 1,\n                \"intro\": \"자신을 한줄로 소개해주세요.\"\n            },\n            {\n                \"userId\": \"msy\",\n                \"name\": \"seoyeon\",\n                \"level\": 11,\n                \"intro\": \"자신을 한줄로 소개해주세요.\"\n            },\n            {\n                \"userId\": \"newlogtest\",\n                \"name\": \"로그테스트\",\n                \"level\": 1,\n                \"intro\": \"자신을 한줄로 소개해주세요.\"\n            }\n        ],\n        \"pageable\": {\n            \"sort\": {\n                \"empty\": true,\n                \"sorted\": false,\n                \"unsorted\": true\n            },\n            \"offset\": 0,\n            \"pageSize\": 5,\n            \"pageNumber\": 0,\n            \"unpaged\": false,\n            \"paged\": true\n        },\n        \"size\": 5,\n        \"number\": 0,\n        \"sort\": {\n            \"empty\": true,\n            \"sorted\": false,\n            \"unsorted\": true\n        },\n        \"first\": true,\n        \"last\": true,\n        \"numberOfElements\": 5,\n        \"empty\": false\n    }\n}"}],"_postman_id":"b953bd35-dc63-43cd-babd-a9cfb5b17d3d"},{"name":"나를 팔로우 하고 있는 유저 수","id":"f0c2538c-25ab-4d96-b1e1-8ba39a3e80ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{host}}/api/v1/users/follower/count","urlObject":{"path":["api","v1","users","follower","count"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"13a40606-413f-4e22-925e-367d68eaaa8d","name":"성공시","originalRequest":{"method":"GET","header":[],"url":"{{host}}/api/v1/users/follower/count"},"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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 16 Oct 2023 17:04:12 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"resultCode\": \"SUCCESS\",\n    \"result\": 5\n}"}],"_postman_id":"f0c2538c-25ab-4d96-b1e1-8ba39a3e80ad"},{"name":"나를 팔로우하고 있는 유저 목록","id":"ca3c2a02-ec1c-4b96-9c08-0029476d4b5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{host}}/api/v1/users/follower?page={페이지}&size={데이터수}","urlObject":{"path":["api","v1","users","follower"],"host":["{{host}}"],"query":[{"key":"page","value":"{페이지}"},{"key":"size","value":"{데이터수}"}],"variable":[]}},"response":[{"id":"b7262590-14ee-4b08-af2f-17f76aac2984","name":"성공시","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/api/v1/users/follower?page=0&size=3","host":["{{host}}"],"path":["api","v1","users","follower"],"query":[{"key":"page","value":"0"},{"key":"size","value":"3"}]}},"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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 08 Oct 2023 20:20:27 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"resultCode\": \"SUCCESS\",\n    \"result\": {\n        \"content\": [\n            {\n                \"userId\": \"mest\",\n                \"name\": \"미션션\",\n                \"level\": 1,\n                \"intro\": \"자신을 한줄로 소개해주세요.\"\n            },\n            {\n                \"userId\": \"exppp\",\n                \"name\": \"이엑스\",\n                \"level\": 0,\n                \"intro\": \"수정테스트\"\n            }\n        ],\n        \"pageable\": {\n            \"sort\": {\n                \"empty\": true,\n                \"sorted\": false,\n                \"unsorted\": true\n            },\n            \"offset\": 0,\n            \"pageSize\": 3,\n            \"pageNumber\": 0,\n            \"unpaged\": false,\n            \"paged\": true\n        },\n        \"size\": 3,\n        \"number\": 0,\n        \"sort\": {\n            \"empty\": true,\n            \"sorted\": false,\n            \"unsorted\": true\n        },\n        \"first\": true,\n        \"last\": true,\n        \"numberOfElements\": 2,\n        \"empty\": false\n    }\n}"}],"_postman_id":"ca3c2a02-ec1c-4b96-9c08-0029476d4b5d"}],"id":"34e8fab5-ff99-441b-beea-5a4595d80b1d","description":"<p>팔로우 관련 api 입니다.</p>\n","_postman_id":"34e8fab5-ff99-441b-beea-5a4595d80b1d"},{"name":"User Alarm","item":[{"name":"알림 목록","id":"a0c57ce6-acb8-4938-bb16-ff88173b569e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{host}}/api/v1/users/alarm?page=페이지&size=데이터수","urlObject":{"path":["api","v1","users","alarm"],"host":["{{host}}"],"query":[{"key":"page","value":"페이지"},{"key":"size","value":"데이터수"}],"variable":[]}},"response":[{"id":"f81a69f0-fb93-417d-9e05-8d4342975fcd","name":"성공시","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/api/v1/users/alarm?page=0&size=5","host":["{{host}}"],"path":["api","v1","users","alarm"],"query":[{"key":"page","value":"0"},{"key":"size","value":"5"}]}},"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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 08 Oct 2023 21:29:22 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"resultCode\": \"SUCCESS\",\n    \"result\": {\n        \"content\": [\n            {\n                \"alarmId\": 10,\n                \"fromUserId\": \"newlogtest\",\n                \"alarmType\": \"FOLLOW\",\n                \"registeredAt\": \"2023-10-08T18:19:14.747+00:00\"\n            },\n            {\n                \"alarmId\": 11,\n                \"fromUserId\": \"newlogtest\",\n                \"alarmType\": \"NEW_LIKE\",\n                \"registeredAt\": \"2023-10-08T18:25:23.242+00:00\"\n            },\n            {\n                \"alarmId\": 13,\n                \"fromUserId\": \"mest\",\n                \"alarmType\": \"FOLLOW\",\n                \"registeredAt\": \"2023-10-08T20:13:52.673+00:00\"\n            },\n            {\n                \"alarmId\": 17,\n                \"fromUserId\": \"mest\",\n                \"alarmType\": \"NEW_COMMENT\",\n                \"registeredAt\": \"2023-10-08T21:27:27.343+00:00\"\n            },\n            {\n                \"alarmId\": 18,\n                \"fromUserId\": \"mest\",\n                \"alarmType\": \"MODIFY_COMMENT\",\n                \"registeredAt\": \"2023-10-08T21:28:10.554+00:00\"\n            }\n        ],\n        \"pageable\": {\n            \"sort\": {\n                \"sorted\": false,\n                \"unsorted\": true,\n                \"empty\": true\n            },\n            \"pageSize\": 5,\n            \"pageNumber\": 0,\n            \"offset\": 0,\n            \"unpaged\": false,\n            \"paged\": true\n        },\n        \"number\": 0,\n        \"sort\": {\n            \"sorted\": false,\n            \"unsorted\": true,\n            \"empty\": true\n        },\n        \"first\": true,\n        \"last\": true,\n        \"numberOfElements\": 5,\n        \"size\": 5,\n        \"empty\": false\n    }\n}"}],"_postman_id":"a0c57ce6-acb8-4938-bb16-ff88173b569e"},{"name":"알림 삭제","id":"9447c3d6-24ec-45bc-99a5-9c19d651cc86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{host}}/api/v1/users/alarm/6","urlObject":{"path":["api","v1","users","alarm","6"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"52dc0a59-97b0-4034-be3a-178a8591cd4d","name":"성공시","originalRequest":{"method":"DELETE","header":[],"url":"{{host}}/api/v1/users/alarm/6"},"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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 08 Oct 2023 17:42:23 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"resultCode\": \"SUCCESS\",\n    \"result\": \"알림 삭제\"\n}"},{"id":"95c5b390-e771-40d1-99bd-1611e5b755b1","name":"삭제하려는 알림이 유저가 받은 알림이 아닌 경우","originalRequest":{"method":"DELETE","header":[],"url":"{{host}}/api/v1/users/alarm/4"},"status":"Unauthorized","code":401,"_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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 08 Oct 2023 17:43:07 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"resultCode\": \"INVALID_PERMISSION\",\n    \"result\": null\n}"}],"_postman_id":"9447c3d6-24ec-45bc-99a5-9c19d651cc86"},{"name":"알림 전체 삭제","id":"fbb3e772-8c87-41f8-bfd1-9bbda22a37f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{host}}/api/v1/users/alarm","urlObject":{"path":["api","v1","users","alarm"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"24cb778d-a6ab-4aec-ac69-268b9d455131","name":"성공시","originalRequest":{"method":"DELETE","header":[],"url":"{{host}}/api/v1/users/alarm"},"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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 08 Oct 2023 17:44:43 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"resultCode\": \"SUCCESS\",\n    \"result\": \"모든 알림 삭제\"\n}"}],"_postman_id":"fbb3e772-8c87-41f8-bfd1-9bbda22a37f9"}],"id":"b429ce3b-c356-4c83-a9cc-d42e234358c5","_postman_id":"b429ce3b-c356-4c83-a9cc-d42e234358c5","description":""},{"name":"User Stats","item":[{"name":"받은 좋아요 합계","id":"d4481fca-8fbe-4c83-9ba8-a3167d9e4b8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{host}}/api/v1/users/likes","urlObject":{"path":["api","v1","users","likes"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"09c2df18-63cc-42ce-a9c4-56d4809f5957","name":"성공시","originalRequest":{"method":"GET","header":[],"url":"{{host}}/api/v1/users/likes"},"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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 08 Oct 2023 17:04:53 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"resultCode\": \"SUCCESS\",\n    \"result\": 2\n}"}],"_postman_id":"d4481fca-8fbe-4c83-9ba8-a3167d9e4b8d"},{"name":"보낸 코멘트 수","id":"a1076346-ff15-45a2-9341-c6b528599f09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{host}}/api/v1/users/comments/receive/count","urlObject":{"path":["api","v1","users","comments","receive","count"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"b3e26b90-6336-4bc5-a799-79127d141915","name":"성공시","originalRequest":{"method":"GET","header":[],"url":"{{host}}/api/v1/users/comments/receive/count"},"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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 16 Oct 2023 17:00:30 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"resultCode\": \"SUCCESS\",\n    \"result\": 5\n}"}],"_postman_id":"a1076346-ff15-45a2-9341-c6b528599f09"},{"name":"보낸 코멘트 목록","id":"9eceed89-64dd-4551-a7ad-e97fa4442525","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{host}}/api/v1/users/comments/send?page=페이지&size=테이터","urlObject":{"path":["api","v1","users","comments","send"],"host":["{{host}}"],"query":[{"key":"page","value":"페이지"},{"key":"size","value":"테이터"}],"variable":[]}},"response":[{"id":"8be37bb3-0cce-452b-9a6c-9b395b279e5a","name":"성공시","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/api/v1/users/comments/send?page=0&size=2","host":["{{host}}"],"path":["api","v1","users","comments","send"],"query":[{"key":"page","value":"0"},{"key":"size","value":"2"}]}},"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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 08 Oct 2023 21:24:06 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"resultCode\": \"SUCCESS\",\n    \"result\": {\n        \"content\": [\n            {\n                \"commentId\": 6,\n                \"toUserData\": {\n                    \"userId\": \"newlogtest\",\n                    \"name\": \"로그테스트\",\n                    \"level\": 1,\n                    \"intro\": \"자신을 한줄로 소개해주세요.\"\n                },\n                \"comment\": \"알림확인용\",\n                \"registeredAt\": \"2023-10-08T17:37:03.571+00:00\",\n                \"updatedAt\": null\n            },\n            {\n                \"commentId\": 4,\n                \"toUserData\": {\n                    \"userId\": \"newnewlog\",\n                    \"name\": \"뉴뉴\",\n                    \"level\": 1,\n                    \"intro\": \"자신을 한줄로 소개해주세요.\"\n                },\n                \"comment\": \"테스트용><\",\n                \"registeredAt\": \"2023-10-07T08:16:40.113+00:00\",\n                \"updatedAt\": null\n            }\n        ],\n        \"pageable\": {\n            \"sort\": {\n                \"sorted\": false,\n                \"unsorted\": true,\n                \"empty\": true\n            },\n            \"pageSize\": 2,\n            \"pageNumber\": 0,\n            \"offset\": 0,\n            \"unpaged\": false,\n            \"paged\": true\n        },\n        \"last\": true,\n        \"totalPages\": 1,\n        \"totalElements\": 2,\n        \"number\": 0,\n        \"sort\": {\n            \"sorted\": false,\n            \"unsorted\": true,\n            \"empty\": true\n        },\n        \"first\": true,\n        \"numberOfElements\": 2,\n        \"size\": 2,\n        \"empty\": false\n    }\n}"}],"_postman_id":"9eceed89-64dd-4551-a7ad-e97fa4442525"},{"name":"받은 코멘트 수","id":"6362809f-f45c-413a-ad21-b6a9e84e3191","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{host}}/api/v1/users/comments/send/count","urlObject":{"path":["api","v1","users","comments","send","count"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"7babbca5-7ed6-4427-a49b-015738e3c0f6","name":"성공시","originalRequest":{"method":"GET","header":[],"url":"{{host}}/api/v1/users/comments/send/count"},"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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 16 Oct 2023 16:59:19 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"resultCode\": \"SUCCESS\",\n    \"result\": 1\n}"}],"_postman_id":"6362809f-f45c-413a-ad21-b6a9e84e3191"},{"name":"받은 코멘트 목록","id":"a8c36af8-39c1-4e15-b71f-37751f5f8c7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{host}}/api/v1/users/comments/receive?page=페이지&size=데이터수","urlObject":{"path":["api","v1","users","comments","receive"],"host":["{{host}}"],"query":[{"key":"page","value":"페이지"},{"key":"size","value":"데이터수"}],"variable":[]}},"response":[{"id":"b93c15ca-5341-4a1c-aaf8-e54309e9c43f","name":"성공시","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/api/v1/users/comments/receive?page=0&size=2","host":["{{host}}"],"path":["api","v1","users","comments","receive"],"query":[{"key":"page","value":"0"},{"key":"size","value":"2"}]}},"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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 17 Oct 2023 09:42:26 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"resultCode\": \"SUCCESS\",\n    \"result\": {\n        \"content\": [\n            {\n                \"commentId\": 28,\n                \"fromUserData\": {\n                    \"userId\": \"a\",\n                    \"name\": \"안뇽\",\n                    \"level\": 1,\n                    \"intro\": \"이히히\"\n                },\n                \"comment\": \"잘하내\",\n                \"registeredAt\": \"2023-10-15T22:23:43.723+00:00\",\n                \"updatedAt\": null\n            },\n            {\n                \"commentId\": 22,\n                \"fromUserData\": {\n                    \"userId\": \"seohyeon\",\n                    \"name\": \"나우주최강임\",\n                    \"level\": 108,\n                    \"intro\": \"이번 달 랭킹 1위 가보자고!\"\n                },\n                \"comment\": \"지지 않을거야~\",\n                \"registeredAt\": \"2023-10-15T22:19:35.416+00:00\",\n                \"updatedAt\": null\n            }\n        ],\n        \"pageable\": {\n            \"sort\": {\n                \"empty\": true,\n                \"sorted\": false,\n                \"unsorted\": true\n            },\n            \"offset\": 0,\n            \"pageNumber\": 0,\n            \"pageSize\": 2,\n            \"unpaged\": false,\n            \"paged\": true\n        },\n        \"last\": false,\n        \"totalElements\": 13,\n        \"totalPages\": 7,\n        \"size\": 2,\n        \"number\": 0,\n        \"sort\": {\n            \"empty\": true,\n            \"sorted\": false,\n            \"unsorted\": true\n        },\n        \"first\": true,\n        \"numberOfElements\": 2,\n        \"empty\": false\n    }\n}"}],"_postman_id":"a8c36af8-39c1-4e15-b71f-37751f5f8c7b"},{"name":"수행한 미션 합계","id":"c1dd6425-b041-460a-9575-c42ee27330a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{host}}/api/v1/users/missions/counts","urlObject":{"path":["api","v1","users","missions","counts"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"4a34ce70-b51e-4bbb-87df-cf11c1bcc52b","name":"성공시","originalRequest":{"method":"GET","header":[],"url":"{{host}}/api/v1/users/missions/counts"},"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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 10 Oct 2023 10:04:43 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"resultCode\": \"SUCCESS\",\n    \"result\": 2\n}"}],"_postman_id":"c1dd6425-b041-460a-9575-c42ee27330a4"},{"name":"테마별 수행한 미션 합계","id":"141702ef-b3d1-4d23-a7c9-eed272990ca8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{host}}/api/v1/users/missions/themes/counts","urlObject":{"path":["api","v1","users","missions","themes","counts"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"21164e81-8b28-4e1d-8b4a-7a72e4211c0e","name":"성공시","originalRequest":{"method":"GET","header":[],"url":"{{host}}/api/v1/users/missions/themes/counts"},"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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 10 Oct 2023 15:08:00 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"resultCode\": \"SUCCESS\",\n    \"result\": [\n        {\n            \"themeName\": \"운동\",\n            \"completeTotal\": 2\n        },\n        {\n            \"themeName\": \"식습관\",\n            \"completeTotal\": 0\n        },\n        {\n            \"themeName\": \"문화\",\n            \"completeTotal\": 0\n        },\n        {\n            \"themeName\": \"취미\",\n            \"completeTotal\": 0\n        }\n    ]\n}"}],"_postman_id":"141702ef-b3d1-4d23-a7c9-eed272990ca8"},{"name":"해당 년-달의 테마별 수행한 exp총합","id":"f39d8fa1-23df-42f8-a5b8-2d7403bc99e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{host}}/api/v1/users/exps?year=년도&month=달","urlObject":{"path":["api","v1","users","exps"],"host":["{{host}}"],"query":[{"key":"year","value":"년도"},{"key":"month","value":"달"}],"variable":[]}},"response":[{"id":"8082f08c-03e7-4891-8649-c7404bbc1bdc","name":"성공시","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/api/v1/users/exps?year=2023&month=10","host":["{{host}}"],"path":["api","v1","users","exps"],"query":[{"key":"year","value":"2023"},{"key":"month","value":"10"}]}},"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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 10 Oct 2023 15:24:59 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"resultCode\": \"SUCCESS\",\n    \"result\": [\n        {\n            \"themeName\": \"운동\",\n            \"expTotal\": 15\n        },\n        {\n            \"themeName\": \"식습관\",\n            \"expTotal\": 0\n        },\n        {\n            \"themeName\": \"문화\",\n            \"expTotal\": 0\n        },\n        {\n            \"themeName\": \"취미\",\n            \"expTotal\": 0\n        }\n    ]\n}"}],"_postman_id":"f39d8fa1-23df-42f8-a5b8-2d7403bc99e5"}],"id":"740e16fc-f111-4f76-9691-eaf0c4adf896","_postman_id":"740e16fc-f111-4f76-9691-eaf0c4adf896","description":""},{"name":"User Rank","item":[{"name":"달별 총 랭킹","id":"75b26b72-953d-42ec-9252-2da27933cfcf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{host}}/api/v1/users/rank?year=년도&month=달","urlObject":{"path":["api","v1","users","rank"],"host":["{{host}}"],"query":[{"key":"year","value":"년도"},{"key":"month","value":"달"}],"variable":[]}},"response":[{"id":"c4305514-51ed-491e-b5d6-64612fe6b42d","name":"성공시","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/api/v1/users/rank?year=2023&month=10","host":["{{host}}"],"path":["api","v1","users","rank"],"query":[{"key":"year","value":"2023"},{"key":"month","value":"10"}]}},"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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 16 Oct 2023 17:14:55 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"resultCode\": \"SUCCESS\",\n    \"result\": {\n        \"rankList\": [\n            {\n                \"userData\": {\n                    \"userId\": \"seohyeon\",\n                    \"name\": \"나우주최강임\",\n                    \"level\": 104,\n                    \"intro\": \"이번 달 랭킹 1위 가보자고!\"\n                },\n                \"exp_total\": 140,\n                \"rank\": 1\n            },\n            {\n                \"userData\": {\n                    \"userId\": \"msy\",\n                    \"name\": \"민팀장\",\n                    \"level\": 374,\n                    \"intro\": \"투레벨업 짱짱맨\"\n                },\n                \"exp_total\": 110,\n                \"rank\": 2\n            },\n            {\n                \"userData\": {\n                    \"userId\": \"mest\",\n                    \"name\": \"아 이런\",\n                    \"level\": 51,\n                    \"intro\": \"자신을 한줄로 소개해주세요.\"\n                },\n                \"exp_total\": 100,\n                \"rank\": 3\n            },\n            {\n                \"userData\": {\n                    \"userId\": \"yeonpark\",\n                    \"name\": \"박세연\",\n                    \"level\": 119,\n                    \"intro\": \"자신을 한줄로 소개해주세요.\"\n                },\n                \"exp_total\": 75,\n                \"rank\": 4\n            },\n            {\n                \"userData\": {\n                    \"userId\": \"msytest\",\n                    \"name\": \"seoyeon1\",\n                    \"level\": 8,\n                    \"intro\": \"자신을 한줄로 소개해주세요.\"\n                },\n                \"exp_total\": 45,\n                \"rank\": 5\n            },\n            {\n                \"userData\": {\n                    \"userId\": \"newlogtest\",\n                    \"name\": \"로그테스트\",\n                    \"level\": 7,\n                    \"intro\": \"자신을 한줄로 소개해주세요.\"\n                },\n                \"exp_total\": 35,\n                \"rank\": 6\n            },\n            {\n                \"userData\": {\n                    \"userId\": \"s\",\n                    \"name\": \"s\",\n                    \"level\": 4,\n                    \"intro\": \"메롱\"\n                },\n                \"exp_total\": 25,\n                \"rank\": 7\n            },\n            {\n                \"userData\": {\n                    \"userId\": \"a\",\n                    \"name\": \"안뇽\",\n                    \"level\": 1,\n                    \"intro\": \"이히히\"\n                },\n                \"exp_total\": 5,\n                \"rank\": 8\n            },\n            {\n                \"userData\": {\n                    \"userId\": \"dkglel123\",\n                    \"name\": \"채으니뀨\",\n                    \"level\": 1,\n                    \"intro\": \"자신을 한줄로 소개해주세요.\"\n                },\n                \"exp_total\": 0,\n                \"rank\": null\n            },\n            {\n                \"userData\": {\n                    \"userId\": \"exppp\",\n                    \"name\": \"이엑스\",\n                    \"level\": 0,\n                    \"intro\": \"수정테스트\"\n                },\n                \"exp_total\": 0,\n                \"rank\": null\n            }\n        ]\n    }\n}"}],"_postman_id":"75b26b72-953d-42ec-9252-2da27933cfcf"},{"name":"테마별 랭킹","id":"5638aa8d-5070-4d59-8e55-cdfd20e43590","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{host}}/api/v1/users/rank/테마id?year=년도&month=달","urlObject":{"path":["api","v1","users","rank","테마id"],"host":["{{host}}"],"query":[{"key":"year","value":"년도"},{"key":"month","value":"달"}],"variable":[]}},"response":[{"id":"c8a2ea51-8393-4ee7-87a6-0b8578ec5417","name":"성공시","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/api/v1/users/rank/1?year=2023&month=10","host":["{{host}}"],"path":["api","v1","users","rank","1"],"query":[{"key":"year","value":"2023"},{"key":"month","value":"10"}]}},"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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 16 Oct 2023 17:16:36 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"resultCode\": \"SUCCESS\",\n    \"result\": {\n        \"themeRankDataList\": [\n            {\n                \"userData\": {\n                    \"userId\": \"msy\",\n                    \"name\": \"민팀장\",\n                    \"level\": 374,\n                    \"intro\": \"투레벨업 짱짱맨\"\n                },\n                \"themeId\": 1,\n                \"exp_total\": 75,\n                \"rank\": 1\n            },\n            {\n                \"userData\": {\n                    \"userId\": \"seohyeon\",\n                    \"name\": \"나우주최강임\",\n                    \"level\": 104,\n                    \"intro\": \"이번 달 랭킹 1위 가보자고!\"\n                },\n                \"themeId\": 1,\n                \"exp_total\": 65,\n                \"rank\": 2\n            },\n            {\n                \"userData\": {\n                    \"userId\": \"mest\",\n                    \"name\": \"아 이런\",\n                    \"level\": 51,\n                    \"intro\": \"자신을 한줄로 소개해주세요.\"\n                },\n                \"themeId\": 1,\n                \"exp_total\": 40,\n                \"rank\": 3\n            },\n            {\n                \"userData\": {\n                    \"userId\": \"msytest\",\n                    \"name\": \"seoyeon1\",\n                    \"level\": 8,\n                    \"intro\": \"자신을 한줄로 소개해주세요.\"\n                },\n                \"themeId\": 1,\n                \"exp_total\": 25,\n                \"rank\": 4\n            },\n            {\n                \"userData\": {\n                    \"userId\": \"newlogtest\",\n                    \"name\": \"로그테스트\",\n                    \"level\": 7,\n                    \"intro\": \"자신을 한줄로 소개해주세요.\"\n                },\n                \"themeId\": 1,\n                \"exp_total\": 15,\n                \"rank\": 5\n            },\n            {\n                \"userData\": {\n                    \"userId\": \"yeonpark\",\n                    \"name\": \"박세연\",\n                    \"level\": 119,\n                    \"intro\": \"자신을 한줄로 소개해주세요.\"\n                },\n                \"themeId\": 1,\n                \"exp_total\": 15,\n                \"rank\": 5\n            },\n            {\n                \"userData\": {\n                    \"userId\": \"s\",\n                    \"name\": \"s\",\n                    \"level\": 4,\n                    \"intro\": \"메롱\"\n                },\n                \"themeId\": 1,\n                \"exp_total\": 10,\n                \"rank\": 7\n            },\n            {\n                \"userData\": {\n                    \"userId\": \"a\",\n                    \"name\": \"안뇽\",\n                    \"level\": 1,\n                    \"intro\": \"이히히\"\n                },\n                \"themeId\": 1,\n                \"exp_total\": 5,\n                \"rank\": 8\n            },\n            {\n                \"userData\": {\n                    \"userId\": \"dkglel123\",\n                    \"name\": \"채으니뀨\",\n                    \"level\": 1,\n                    \"intro\": \"자신을 한줄로 소개해주세요.\"\n                },\n                \"themeId\": 1,\n                \"exp_total\": 0,\n                \"rank\": null\n            },\n            {\n                \"userData\": {\n                    \"userId\": \"exppp\",\n                    \"name\": \"이엑스\",\n                    \"level\": 0,\n                    \"intro\": \"수정테스트\"\n                },\n                \"themeId\": 1,\n                \"exp_total\": 0,\n                \"rank\": null\n            }\n        ]\n    }\n}"}],"_postman_id":"5638aa8d-5070-4d59-8e55-cdfd20e43590"}],"id":"fe08d3b8-d712-473d-88a3-150928223a56","_postman_id":"fe08d3b8-d712-473d-88a3-150928223a56","description":""},{"name":"Mission","item":[{"name":"수행할 테마의 미션","id":"4530374c-ca70-494d-af0a-d2c98e5eb1ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{host}}/api/v1/missions/themes/{테마id}","urlObject":{"path":["api","v1","missions","themes","{테마id}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"3f65155a-b58d-4e13-b392-d920b9954de4","name":"성공시","originalRequest":{"method":"GET","header":[],"url":"{{host}}/api/v1/missions/themes/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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 08 Oct 2023 19:41:53 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"resultCode\": \"SUCCESS\",\n    \"result\": [\n        {\n            \"missionId\": 3,\n            \"content\": \"30분이상 홈트\",\n            \"checked\": \"DAILY_ONGOING\",\n            \"exp\": 5\n        },\n        {\n            \"missionId\": 1,\n            \"content\": \"오늘 하루 계단 이용하기\",\n            \"checked\": \"DAILY_ONGOING\",\n            \"exp\": 20\n        },\n        {\n            \"missionId\": 5,\n            \"content\": \"조깅하기\",\n            \"checked\": \"DAILY_ONGOING\",\n            \"exp\": 5\n        }\n    ]\n}"},{"id":"e40f7708-eccc-478c-8d15-19b6cefcdf3b","name":"weekly 미션","originalRequest":{"method":"GET","header":[],"url":"{{host}}/api/v1/missions/themes/3"},"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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 11 Oct 2023 05:34:16 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"resultCode\": \"SUCCESS\",\n    \"result\": [\n        {\n            \"missionId\": 14,\n            \"content\": \"대학로 연극 관람하기\",\n            \"checked\": \"WEEKLY_ONGOING\",\n            \"exp\": 5\n        },\n        {\n            \"missionId\": 13,\n            \"content\": \"독서 200페이지\",\n            \"checked\": \"WEEKLY_ONGOING\",\n            \"exp\": 5\n        }\n    ]\n}"},{"id":"9107eac8-8d1e-48aa-b847-9b30b24a99c9","name":"없는 테마일 경우","originalRequest":{"method":"GET","header":[],"url":"{{host}}/api/v1/missions/themes/6"},"status":"Not Found","code":404,"_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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 08 Oct 2023 19:42:21 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"resultCode\": \"THEME_NOT_FOUND\",\n    \"result\": null\n}"}],"_postman_id":"4530374c-ca70-494d-af0a-d2c98e5eb1ac"},{"name":"미션 상태 변경","id":"ea63d17d-285f-447e-a814-06634c283a4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"url":"{{host}}/api/v1/missions/{변경할 미션id}","urlObject":{"path":["api","v1","missions","{변경할 미션id}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"cb784cc2-9a62-4fc7-b22c-5279dcae99b8","name":"성공시","originalRequest":{"method":"PUT","header":[],"url":"{{host}}/api/v1/missions/3"},"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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 08 Oct 2023 19:44:34 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"resultCode\": \"SUCCESS\",\n    \"result\": \"미션 상태 변경\"\n}"}],"_postman_id":"ea63d17d-285f-447e-a814-06634c283a4e"}],"id":"f63fa028-4d25-48ad-81ca-f3e1eeb2b31d","description":"<p>미션</p>\n","_postman_id":"f63fa028-4d25-48ad-81ca-f3e1eeb2b31d"},{"name":"Feed","item":[{"name":"피드 목록","id":"6e49ebd1-ac82-499a-9883-44b8bda873e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{host}}/api/v1/feeds","description":"<p>최근 미션을 수행한 유저 순으로 해당 유저가 오늘 수행한 미션들을 보여줍니다.</p>\n","urlObject":{"path":["api","v1","feeds"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"86d5f642-2f4a-4816-b978-a7c2adb43cd0","name":"성공시","originalRequest":{"method":"GET","header":[],"url":"{{host}}/api/v1/feeds"},"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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 22 Oct 2023 06:34:10 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"resultCode\": \"SUCCESS\",\n    \"result\": [\n        {\n            \"userData\": {\n                \"userId\": \"msy\",\n                \"name\": \"민팀장\",\n                \"level\": 400,\n                \"intro\": \"나는 최고\"\n            },\n            \"followStatus\": true,\n            \"userCompleteMissions\": [\n                {\n                    \"themeName\": \"운동\",\n                    \"missionId\": 3,\n                    \"content\": \"30분이상 홈트\",\n                    \"checked\": \"DAILY_COMPLETE\",\n                    \"exp\": 5\n                },\n                {\n                    \"themeName\": \"운동\",\n                    \"missionId\": 2,\n                    \"content\": \"줄넘기 100회\",\n                    \"checked\": \"DAILY_COMPLETE\",\n                    \"exp\": 10\n                },\n                {\n                    \"themeName\": \"식습관\",\n                    \"missionId\": 6,\n                    \"content\": \"하루 물 6잔 이상 마시기\",\n                    \"checked\": \"DAILY_COMPLETE\",\n                    \"exp\": 5\n                }\n            ],\n            \"likeSent\": false,\n            \"thisLikeCounts\": 0,\n            \"thisCommentCounts\": 0\n        },\n        {\n            \"userData\": {\n                \"userId\": \"newlogtest\",\n                \"name\": \"뉴로그\",\n                \"level\": 20,\n                \"intro\": \"수정좀><\"\n            },\n            \"followStatus\": true,\n            \"userCompleteMissions\": [\n                {\n                    \"themeName\": \"식습관\",\n                    \"missionId\": 9,\n                    \"content\": \"군것질 금지\",\n                    \"checked\": \"DAILY_COMPLETE\",\n                    \"exp\": 5\n                },\n                {\n                    \"themeName\": \"식습관\",\n                    \"missionId\": 8,\n                    \"content\": \"아침밥 챙겨먹기\",\n                    \"checked\": \"DAILY_COMPLETE\",\n                    \"exp\": 5\n                }\n            ],\n            \"likeSent\": false,\n            \"thisLikeCounts\": 1,\n            \"thisCommentCounts\": 0\n        }\n    ]\n}"}],"_postman_id":"6e49ebd1-ac82-499a-9883-44b8bda873e7"},{"name":"팔로우 중인 유저의 피드 목록","id":"2ed38393-2fe1-456a-be75-149869e1890b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{host}}/api/v1/feeds/follow","urlObject":{"path":["api","v1","feeds","follow"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"a8757358-4ca2-4592-94c3-364c4f49fefb","name":"성공시","originalRequest":{"method":"GET","header":[],"url":"http://44.198.225.181:8080/api/v1/feeds/follow"},"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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 23 Oct 2023 12:33:26 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"resultCode\": \"SUCCESS\",\n    \"result\": [\n        {\n            \"userData\": {\n                \"userId\": \"mest\",\n                \"name\": \"메스트\",\n                \"level\": 61,\n                \"intro\": \"자신을 한줄로 소개해주세요.\"\n            },\n            \"followStatus\": true,\n            \"userCompleteMissions\": [\n                {\n                    \"themeName\": \"운동\",\n                    \"missionId\": 3,\n                    \"content\": \"30분이상 홈트\",\n                    \"checked\": \"DAILY_COMPLETE\",\n                    \"exp\": 5\n                },\n                {\n                    \"themeName\": \"문화\",\n                    \"missionId\": 15,\n                    \"content\": \"뮤지컬 관람하기\",\n                    \"checked\": \"WEEKLY_COMPLETE\",\n                    \"exp\": 5\n                }\n            ],\n            \"likeSent\": false,\n            \"thisLikeCounts\": 3,\n            \"thisCommentCounts\": 1\n        }\n    ]\n}"}],"_postman_id":"2ed38393-2fe1-456a-be75-149869e1890b"},{"name":"해당 피드의 코멘트 목록","id":"a44a0f8d-b36b-4398-96ec-68604cf79d5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{host}}/api/v1/feeds/{{피드유저id}}/comments?page=페이지&size=데이터 수","urlObject":{"path":["api","v1","feeds","{{피드유저id}}","comments"],"host":["{{host}}"],"query":[{"key":"page","value":"페이지"},{"key":"size","value":"데이터 수"}],"variable":[]}},"response":[{"id":"42a62315-6218-447c-8714-6d63adc626fe","name":"성공시","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/api/v1/feeds/msy/comments?page=0&size=5","protocol":"http","host":["localhost"],"port":"8080","path":["api","v1","feeds","msy","comments"],"query":[{"key":"page","value":"0"},{"key":"size","value":"5"}]}},"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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 08 Oct 2023 21:34:17 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"resultCode\": \"SUCCESS\",\n    \"result\": {\n        \"content\": [\n            {\n                \"commentId\": 8,\n                \"fromUserData\": {\n                    \"userId\": \"a\",\n                    \"name\": \"a\",\n                    \"level\": 1,\n                    \"intro\": \"자신을 한줄로 소개해주세요.\"\n                },\n                \"comment\": \"메세쥐\",\n                \"registeredAt\": \"2023-10-08T21:33:02.897+00:00\",\n                \"updatedAt\": null\n            },\n            {\n                \"commentId\": 7,\n                \"fromUserData\": {\n                    \"userId\": \"mest\",\n                    \"name\": \"미션션\",\n                    \"level\": 1,\n                    \"intro\": \"자신을 한줄로 소개해주세요.\"\n                },\n                \"comment\": \"수정.\",\n                \"registeredAt\": \"2023-10-08T21:27:27.045+00:00\",\n                \"updatedAt\": \"2023-10-08T21:28:10.241+00:00\"\n            }\n        ],\n        \"pageable\": {\n            \"sort\": {\n                \"sorted\": false,\n                \"unsorted\": true,\n                \"empty\": true\n            },\n            \"pageSize\": 5,\n            \"pageNumber\": 0,\n            \"offset\": 0,\n            \"unpaged\": false,\n            \"paged\": true\n        },\n        \"last\": true,\n        \"totalPages\": 1,\n        \"totalElements\": 2,\n        \"number\": 0,\n        \"sort\": {\n            \"sorted\": false,\n            \"unsorted\": true,\n            \"empty\": true\n        },\n        \"first\": true,\n        \"numberOfElements\": 2,\n        \"size\": 5,\n        \"empty\": false\n    }\n}"}],"_postman_id":"a44a0f8d-b36b-4398-96ec-68604cf79d5a"},{"name":"해당 피드의 좋아요 수","id":"558f1c49-c553-4366-8f78-3cc1e62db3b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{host}}/api/v1/feeds/{유저id}/likes","urlObject":{"path":["api","v1","feeds","{유저id}","likes"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"35a786c1-bd3c-47e9-955b-3a697c825c1a","name":"성공시","originalRequest":{"method":"GET","header":[],"url":"{{host}}/api/v1/feeds/msy/likes"},"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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 08 Oct 2023 22:35:39 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"resultCode\": \"SUCCESS\",\n    \"result\": 3\n}"}],"_postman_id":"558f1c49-c553-4366-8f78-3cc1e62db3b0"},{"name":"좋아요 보내기","id":"32541af6-508b-43eb-be55-6f6561ad3994","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"url":"{{host}}/api/v1/feeds/{상대id}/likes","urlObject":{"path":["api","v1","feeds","{상대id}","likes"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"a188e33d-7f2f-4dd5-8723-4a64a8841e96","name":"성공시","originalRequest":{"method":"POST","header":[],"url":"{{host}}/api/v1/feeds/msy/likes"},"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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 08 Oct 2023 18:25:23 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"resultCode\": \"SUCCESS\",\n    \"result\": \"좋아요 전송\"\n}"},{"id":"437b1ce9-aa40-4d90-aebb-5a4d43e25e9c","name":"이미 오늘 좋아요 누른 경우","originalRequest":{"method":"POST","header":[],"url":"{{host}}/api/v1/feeds/msy/likes"},"status":"Conflict","code":409,"_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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 08 Oct 2023 18:23:46 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"resultCode\": \"ALREADY_LIKE\",\n    \"result\": null\n}"}],"_postman_id":"32541af6-508b-43eb-be55-6f6561ad3994"},{"name":"좋아요 취소","id":"1bc9f562-5c12-4931-bf93-1aa98f5ca0a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{host}}/api/v1/feeds/{상대id}/likes","urlObject":{"path":["api","v1","feeds","{상대id}","likes"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"da7fb377-67e5-47e2-b37e-7d9ff60ef6d5","name":"성공시","originalRequest":{"method":"DELETE","header":[],"url":"{{host}}/api/v1/feeds/msy/likes"},"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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 08 Oct 2023 18:24:17 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"resultCode\": \"SUCCESS\",\n    \"result\": \"좋아요 취소\"\n}"},{"id":"49ab7213-78dc-4914-83de-22e0938c595c","name":"취소할 좋아요 없는경우","originalRequest":{"method":"DELETE","header":[],"url":"{{host}}/api/v1/feeds/msy/likes"},"status":"Not Found","code":404,"_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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 08 Oct 2023 18:24:34 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"resultCode\": \"LIKE_NOT_FOUND\",\n    \"result\": null\n}"}],"_postman_id":"1bc9f562-5c12-4931-bf93-1aa98f5ca0a2"},{"name":"코멘트 남기기","id":"05fe9659-5495-48cf-a9b4-112d1923dbe6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"comment\":{{내용}}\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/feeds/{{상대id}}/comments","description":"<h4 id=\"다른-유저에게-코멘트를-남깁니다\">다른 유저에게 코멘트를 남깁니다.</h4>\n","urlObject":{"path":["api","v1","feeds","{{상대id}}","comments"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"1862dbcf-60e0-4e04-bede-0cd350c844b1","name":"성공시","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"comment\":\"코멘트를 남길게요.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/feeds/msy/comments"},"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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 07 Oct 2023 04:47:34 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"resultCode\": \"SUCCESS\",\n    \"result\": \"코멘트 전송\"\n}"}],"_postman_id":"05fe9659-5495-48cf-a9b4-112d1923dbe6"},{"name":"코멘트 수정","id":"6bf33c0e-58c5-4b42-9168-a79492841a26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"comment\":{{수정할 내용}}\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/feeds/comments/{{코멘트id}}","urlObject":{"path":["api","v1","feeds","comments","{{코멘트id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"7fc6581d-da0b-48c0-9bff-682d194de2c7","name":"성공시","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"comment\":\"수정할래요\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/feeds/comments/2"},"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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 07 Oct 2023 04:56:40 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"resultCode\": \"SUCCESS\",\n    \"result\": {\n        \"commentId\": 2,\n        \"fromUserData\": {\n            \"userId\": \"newlogtest\",\n            \"name\": \"로그테스트\",\n            \"level\": 1,\n            \"intro\": \"자신을 한줄로 소개해주세요.\"\n        },\n        \"toUserData\": {\n            \"userId\": \"msy\",\n            \"name\": \"seoyeon\",\n            \"level\": 11,\n            \"intro\": \"자신을 한줄로 소개해주세요.\"\n        },\n        \"comment\": \"수정할래요\",\n        \"registeredAt\": \"2023-10-07T04:47:33.506+00:00\",\n        \"updatedAt\": \"2023-10-07T04:56:39.282+00:00\"\n    }\n}"},{"id":"9041ea8a-524f-4b0b-a954-df78beed9fdc","name":"다른 사람이 작성한 코멘트인 경우","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"comment\":\"수정할래요\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/feeds/comments/1"},"status":"Unauthorized","code":401,"_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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 07 Oct 2023 04:54:06 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"resultCode\": \"INVALID_PERMISSION\",\n    \"result\": null\n}"}],"_postman_id":"6bf33c0e-58c5-4b42-9168-a79492841a26"},{"name":"코멘트 삭제","id":"54638354-0336-4118-86ab-1a166098cab6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{host}}/api/v1/feeds/comments/{{코멘트id}}","urlObject":{"path":["api","v1","feeds","comments","{{코멘트id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"85979c50-3ae5-4348-997b-5d2d51904ee6","name":"성공시","originalRequest":{"method":"DELETE","header":[],"url":"{{host}}/api/v1/feeds/comments/2"},"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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 07 Oct 2023 05:07:31 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"resultCode\": \"SUCCESS\",\n    \"result\": \"코멘트 삭제\"\n}"},{"id":"1328904a-c27b-416c-a292-068b834eeec8","name":"다른 사람이 작성한 코멘트id","originalRequest":{"method":"DELETE","header":[],"url":"{{host}}/api/v1/feeds/comments/1"},"status":"Unauthorized","code":401,"_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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 07 Oct 2023 05:06:48 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"resultCode\": \"INVALID_PERMISSION\",\n    \"result\": null\n}"}],"_postman_id":"54638354-0336-4118-86ab-1a166098cab6"},{"name":"해당 유저 캐릭터 목록","id":"285786f5-8f60-4c5e-a728-c104a04f7068","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{host}}/otherCharacter/{확인할 상대id}","urlObject":{"path":["otherCharacter","{확인할 상대id}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"08ffcb99-968a-43b1-8603-eae34ef1ae4e","name":"성공시(수정예정)","originalRequest":{"method":"GET","header":[],"url":"{{host}}/otherCharacter/yeonpark"},"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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 04 Nov 2023 03:39:32 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"userCharacter\": {\n            \"id\": \"yeonpark문화1\",\n            \"user\": {\n                \"id\": \"yeonpark\",\n                \"password\": \"$2a$10$DkLghgbwqBEB9shZdJdmzuI9v11l/hp1vNxl0ekrTEpYaPdRY.Rca\",\n                \"name\": \"박세연\",\n                \"email\": \"sy010302@naver.com\",\n                \"level\": 21,\n                \"intro\": \"내가 제일 잘해!\",\n                \"role\": \"USER\",\n                \"registeredAt\": \"2023-10-07\",\n                \"rank\": 0\n            },\n            \"character\": {\n                \"id\": \"문화4\",\n                \"level\": 4,\n                \"img\": \"문화4\",\n                \"info\": \"문화캐릭\",\n                \"theme\": {\n                    \"id\": 3,\n                    \"name\": \"문화\",\n                    \"type\": \"weekly\"\n                }\n            },\n            \"character_name\": \"양상추\"\n        },\n        \"exp\": 20,\n        \"level\": 4\n    },\n    {\n        \"userCharacter\": {\n            \"id\": \"yeonpark식습관1\",\n            \"user\": {\n                \"id\": \"yeonpark\",\n                \"password\": \"$2a$10$DkLghgbwqBEB9shZdJdmzuI9v11l/hp1vNxl0ekrTEpYaPdRY.Rca\",\n                \"name\": \"박세연\",\n                \"email\": \"sy010302@naver.com\",\n                \"level\": 21,\n                \"intro\": \"내가 제일 잘해!\",\n                \"role\": \"USER\",\n                \"registeredAt\": \"2023-10-07\",\n                \"rank\": 0\n            },\n            \"character\": {\n                \"id\": \"식습관4\",\n                \"level\": 4,\n                \"img\": \"식습관4\",\n                \"info\": \"식습캐릭\",\n                \"theme\": {\n                    \"id\": 2,\n                    \"name\": \"식습관\",\n                    \"type\": \"daily\"\n                }\n            },\n            \"character_name\": \"토마토\"\n        },\n        \"exp\": 85,\n        \"level\": 4\n    },\n    {\n        \"userCharacter\": {\n            \"id\": \"yeonpark운동1\",\n            \"user\": {\n                \"id\": \"yeonpark\",\n                \"password\": \"$2a$10$DkLghgbwqBEB9shZdJdmzuI9v11l/hp1vNxl0ekrTEpYaPdRY.Rca\",\n                \"name\": \"박세연\",\n                \"email\": \"sy010302@naver.com\",\n                \"level\": 21,\n                \"intro\": \"내가 제일 잘해!\",\n                \"role\": \"USER\",\n                \"registeredAt\": \"2023-10-07\",\n                \"rank\": 0\n            },\n            \"character\": {\n                \"id\": \"운동1\",\n                \"level\": 1,\n                \"img\": \"운동1\",\n                \"info\": \"운동캐릭\",\n                \"theme\": {\n                    \"id\": 1,\n                    \"name\": \"운동\",\n                    \"type\": \"daily\"\n                }\n            },\n            \"character_name\": \"양배추\"\n        },\n        \"exp\": 85,\n        \"level\": 1\n    },\n    {\n        \"userCharacter\": {\n            \"id\": \"yeonpark취미1\",\n            \"user\": {\n                \"id\": \"yeonpark\",\n                \"password\": \"$2a$10$DkLghgbwqBEB9shZdJdmzuI9v11l/hp1vNxl0ekrTEpYaPdRY.Rca\",\n                \"name\": \"박세연\",\n                \"email\": \"sy010302@naver.com\",\n                \"level\": 21,\n                \"intro\": \"내가 제일 잘해!\",\n                \"role\": \"USER\",\n                \"registeredAt\": \"2023-10-07\",\n                \"rank\": 0\n            },\n            \"character\": {\n                \"id\": \"취미4\",\n                \"level\": 4,\n                \"img\": \"취미4\",\n                \"info\": \"취미캐릭\",\n                \"theme\": {\n                    \"id\": 4,\n                    \"name\": \"취미\",\n                    \"type\": \"weekly\"\n                }\n            },\n            \"character_name\": \"시금치\"\n        },\n        \"exp\": 50,\n        \"level\": 4\n    }\n]"}],"_postman_id":"285786f5-8f60-4c5e-a728-c104a04f7068"}],"id":"67bdb479-6339-419a-8987-de0513f29100","_postman_id":"67bdb479-6339-419a-8987-de0513f29100","description":""},{"name":"Charactor","item":[{"name":"내 캐릭터 정보","id":"ca8d4b48-b091-4121-ac1d-44ba30cdd3fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{host}}/userCharacter","urlObject":{"path":["userCharacter"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"d9880ef2-7d2a-4a80-aafa-24d577808a92","name":"성공시","originalRequest":{"method":"GET","header":[],"url":"{{host}}/userCharacter"},"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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 16 Oct 2023 17:19:43 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"userCharacter\": {\n            \"id\": \"msytest문화1\",\n            \"user\": {\n                \"id\": \"msytest\",\n                \"password\": \"$2a$10$jBFNTwOj7IYV3HA4EU1emeww5gLmuofZLLyMPTv6Xcgs4MBUlO.Am\",\n                \"name\": \"seoyeon1\",\n                \"email\": \"msytest@naver.com\",\n                \"level\": 8,\n                \"intro\": \"자신을 한줄로 소개해주세요.\",\n                \"role\": \"USER\",\n                \"registeredAt\": \"2023-10-03\",\n                \"rank\": 0\n            },\n            \"character\": {\n                \"id\": \"문화4\",\n                \"level\": 4,\n                \"img\": \"문화4\",\n                \"info\": \"문화캐릭\",\n                \"theme\": {\n                    \"id\": 3,\n                    \"name\": \"문화\",\n                    \"type\": \"weekly\"\n                }\n            },\n            \"character_name\": \"character_name\"\n        },\n        \"exp\": 5,\n        \"level\": 4\n    },\n    {\n        \"userCharacter\": {\n            \"id\": \"msytest식습관1\",\n            \"user\": {\n                \"id\": \"msytest\",\n                \"password\": \"$2a$10$jBFNTwOj7IYV3HA4EU1emeww5gLmuofZLLyMPTv6Xcgs4MBUlO.Am\",\n                \"name\": \"seoyeon1\",\n                \"email\": \"msytest@naver.com\",\n                \"level\": 8,\n                \"intro\": \"자신을 한줄로 소개해주세요.\",\n                \"role\": \"USER\",\n                \"registeredAt\": \"2023-10-03\",\n                \"rank\": 0\n            },\n            \"character\": {\n                \"id\": \"식습관4\",\n                \"level\": 4,\n                \"img\": \"식습관4\",\n                \"info\": \"식습캐릭\",\n                \"theme\": {\n                    \"id\": 2,\n                    \"name\": \"식습관\",\n                    \"type\": \"daily\"\n                }\n            },\n            \"character_name\": \"character_name\"\n        },\n        \"exp\": 10,\n        \"level\": 4\n    },\n    {\n        \"userCharacter\": {\n            \"id\": \"msytest운동1\",\n            \"user\": {\n                \"id\": \"msytest\",\n                \"password\": \"$2a$10$jBFNTwOj7IYV3HA4EU1emeww5gLmuofZLLyMPTv6Xcgs4MBUlO.Am\",\n                \"name\": \"seoyeon1\",\n                \"email\": \"msytest@naver.com\",\n                \"level\": 8,\n                \"intro\": \"자신을 한줄로 소개해주세요.\",\n                \"role\": \"USER\",\n                \"registeredAt\": \"2023-10-03\",\n                \"rank\": 0\n            },\n            \"character\": {\n                \"id\": \"운동4\",\n                \"level\": 4,\n                \"img\": \"운동4\",\n                \"info\": \"운동캐릭\",\n                \"theme\": {\n                    \"id\": 1,\n                    \"name\": \"운동\",\n                    \"type\": \"daily\"\n                }\n            },\n            \"character_name\": \"character_name\"\n        },\n        \"exp\": 25,\n        \"level\": 4\n    },\n    {\n        \"userCharacter\": {\n            \"id\": \"msytest취미1\",\n            \"user\": {\n                \"id\": \"msytest\",\n                \"password\": \"$2a$10$jBFNTwOj7IYV3HA4EU1emeww5gLmuofZLLyMPTv6Xcgs4MBUlO.Am\",\n                \"name\": \"seoyeon1\",\n                \"email\": \"msytest@naver.com\",\n                \"level\": 8,\n                \"intro\": \"자신을 한줄로 소개해주세요.\",\n                \"role\": \"USER\",\n                \"registeredAt\": \"2023-10-03\",\n                \"rank\": 0\n            },\n            \"character\": {\n                \"id\": \"취미4\",\n                \"level\": 4,\n                \"img\": \"취미4\",\n                \"info\": \"취미캐릭\",\n                \"theme\": {\n                    \"id\": 4,\n                    \"name\": \"취미\",\n                    \"type\": \"weekly\"\n                }\n            },\n            \"character_name\": \"character_name\"\n        },\n        \"exp\": 5,\n        \"level\": 4\n    },\n    {\n        \"userCharacter\": {\n            \"id\": \"msy운동1\",\n            \"user\": {\n                \"id\": \"msytest\",\n                \"password\": \"$2a$10$jBFNTwOj7IYV3HA4EU1emeww5gLmuofZLLyMPTv6Xcgs4MBUlO.Am\",\n                \"name\": \"seoyeon1\",\n                \"email\": \"msytest@naver.com\",\n                \"level\": 8,\n                \"intro\": \"자신을 한줄로 소개해주세요.\",\n                \"role\": \"USER\",\n                \"registeredAt\": \"2023-10-03\",\n                \"rank\": 0\n            },\n            \"character\": {\n                \"id\": \"운동4\",\n                \"level\": 4,\n                \"img\": \"운동4\",\n                \"info\": \"운동캐릭\",\n                \"theme\": {\n                    \"id\": 1,\n                    \"name\": \"운동\",\n                    \"type\": \"daily\"\n                }\n            },\n            \"character_name\": \"변경\"\n        },\n        \"exp\": 25,\n        \"level\": 4\n    }\n]"}],"_postman_id":"ca8d4b48-b091-4121-ac1d-44ba30cdd3fc"},{"name":"내 캐릭터 이름 수정","id":"160a5dfd-8796-4488-a5a8-696359a58f06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\" : \"msy운동1\",\r\n    \"user_id\" : \"seoyeon\",\r\n    \"character_id\" : \"운동4\",\r\n    \"character_name\" : \"변경\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/characterName?character_id=캐릭터아이디","urlObject":{"path":["characterName"],"host":["{{host}}"],"query":[{"key":"character_id","value":"캐릭터아이디"}],"variable":[]}},"response":[{"id":"2f36c42d-01a9-4bcf-97d1-1a7fb1006d07","name":"성공시","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\" : \"msy운동1\",\r\n    \"user_id\" : \"seoyeon\",\r\n    \"character_id\" : \"운동4\",\r\n    \"character_name\" : \"변경\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/characterName?character_id=운동4","host":["{{host}}"],"path":["characterName"],"query":[{"key":"character_id","value":"운동4"}]}},"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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 14 Oct 2023 07:23:13 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"msy운동1\",\n    \"user_id\": \"seoyeon\",\n    \"character_id\": \"운동4\",\n    \"character_name\": \"변경\"\n}"}],"_postman_id":"160a5dfd-8796-4488-a5a8-696359a58f06"},{"name":"캐릭터 이미지","id":"2da865f7-71dc-47c8-9039-9f984654db78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{host}}/image?imageName=문화1.png","urlObject":{"path":["image"],"host":["{{host}}"],"query":[{"key":"imageName","value":"문화1.png"}],"variable":[]}},"response":[],"_postman_id":"2da865f7-71dc-47c8-9039-9f984654db78"}],"id":"b5e6b2df-7bfe-4e2e-ac0c-d5585989b6a8","_postman_id":"b5e6b2df-7bfe-4e2e-ac0c-d5585989b6a8","description":""}]}