{"info":{"_postman_id":"25e9bee7-d298-4a9c-b27d-af95c7017d6b","name":"몽글","description":"<html><head></head><body><h1 id=\"introduction\">Introduction</h1>\n<p>몽글 페이지의 API 명세서 입니다.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Introduction","slug":"introduction"}],"owner":"9279033","collectionId":"25e9bee7-d298-4a9c-b27d-af95c7017d6b","publishedId":"Uzs9wMsa","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-08-04T01:57:34.000Z"},"item":[{"name":"유저","item":[{"name":"유저 프로필","item":[{"name":"유저프로필을 가져오는 함수","id":"f51d2128-8bdb-46fb-8d99-30d26804c4a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://www.api-mongle.shop/user/profile","urlObject":{"protocol":"https","path":["user","profile"],"host":["www","api-mongle","shop"],"query":[],"variable":[]}},"response":[],"_postman_id":"f51d2128-8bdb-46fb-8d99-30d26804c4a7"},{"name":"\b유저프로필을 수정하는 함수","id":"bc9e333b-e6f1-458d-b146-678c00d0c60f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"fullname\" : \"팀 당근밭\"\n}","options":{"raw":{"language":"json"}}},"url":"https://www.api-mongle.shop/user/profile","urlObject":{"protocol":"https","path":["user","profile"],"host":["www","api-mongle","shop"],"query":[],"variable":[]}},"response":[],"_postman_id":"bc9e333b-e6f1-458d-b146-678c00d0c60f"},{"name":"프로필의 카테고리를 가져오는 함수(이미 등록한 것 빼고)","id":"cc7e4cc8-ea2e-4c8b-9453-afecfdd61622","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://www.api-mongle.shop/user/profile/category/","urlObject":{"protocol":"https","path":["user","profile","category",""],"host":["www","api-mongle","shop"],"query":[],"variable":[]}},"response":[],"_postman_id":"cc7e4cc8-ea2e-4c8b-9453-afecfdd61622"},{"name":"프로필에 카테고리를 더하는 함수","id":"587fbf0e-effe-4033-8c2f-78d1e2458cc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"categories\":[1]\n}","options":{"raw":{"language":"json"}}},"url":"https://www.api-mongle.shop/user/profile/category/","urlObject":{"protocol":"https","path":["user","profile","category",""],"host":["www","api-mongle","shop"],"query":[],"variable":[]}},"response":[],"_postman_id":"587fbf0e-effe-4033-8c2f-78d1e2458cc7"},{"name":"프로필에 카테고리를 삭제하는 함수","id":"ca4a8f8b-e055-43d0-b339-551a0e6dffc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://www.api-mongle.shop/user/profile/category/3","urlObject":{"protocol":"https","path":["user","profile","category","3"],"host":["www","api-mongle","shop"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca4a8f8b-e055-43d0-b339-551a0e6dffc8"}],"id":"a4c48dcd-1d7f-4dda-ac6f-81c5a0849109","_postman_id":"a4c48dcd-1d7f-4dda-ac6f-81c5a0849109","description":""},{"name":"\b신고","item":[{"name":"신고하기","id":"a70e8ffc-eb2d-4ad3-b237-cdf1fb4b5277","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"target_user_id\": 1,\n    \"report_reason\": \"욕설을 사용했습니다.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://www.api-mongle.shop/user/report","urlObject":{"protocol":"https","path":["user","report"],"host":["www","api-mongle","shop"],"query":[],"variable":[]}},"response":[],"_postman_id":"a70e8ffc-eb2d-4ad3-b237-cdf1fb4b5277"}],"id":"48655816-bc73-4745-b2c7-37e65fa9d678","_postman_id":"48655816-bc73-4745-b2c7-37e65fa9d678","description":""},{"name":"회원가입","id":"a231292b-842f-47a8-9bbc-dabdbd4f2e08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"hyun10\",\r\n    \"password\": \"@user000\",\r\n    \"check_password\" : \"@user000\",\r\n    \"nickname\": \"hyun10\",\r\n    \"certification_question\" : 1,\r\n    \"certification_answer\" : \"의왕\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.api-mongle.shop/user/","urlObject":{"protocol":"https","path":["user",""],"host":["www","api-mongle","shop"],"query":[],"variable":[]}},"response":[],"_postman_id":"a231292b-842f-47a8-9bbc-dabdbd4f2e08"},{"name":"로그인","id":"d9701e34-d55e-4c78-8113-b9650f04a9e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"hyun10\",\r\n    \"password\": \"@user000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.api-mongle.shop/user/login","urlObject":{"protocol":"https","path":["user","login"],"host":["www","api-mongle","shop"],"query":[],"variable":[]}},"response":[],"_postman_id":"d9701e34-d55e-4c78-8113-b9650f04a9e9"}],"id":"05325bc7-1218-4def-a71b-4d256429c148","_postman_id":"05325bc7-1218-4def-a71b-4d256429c148","description":""},{"name":"메인페이지","item":[{"name":"메인페이지 데이터 가져오는 함수","id":"db526e51-883c-4c00-a04f-1cda6e40394f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://www.api-mongle.shop/main_page/main","urlObject":{"protocol":"https","path":["main_page","main"],"host":["www","api-mongle","shop"],"query":[],"variable":[]}},"response":[],"_postman_id":"db526e51-883c-4c00-a04f-1cda6e40394f"},{"name":"편지보내기 함수","id":"2418b203-d52c-4bea-836d-f25397a76b1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"worry_board_id\" : 1,\r\n    \"content\" : \"내용입니다\",\r\n    \"title\" : \"제목입니다\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/main_page/letter/","urlObject":{"protocol":"http","port":"8000","path":["main_page","letter",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"2418b203-d52c-4bea-836d-f25397a76b1e"},{"name":"편지의 읽음을 확인하는 함수","id":"eb4822ef-06e7-45e9-a2aa-aad48e1b12f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"url":"http://127.0.0.1:8000/main_page/letter/2","urlObject":{"protocol":"http","port":"8000","path":["main_page","letter","2"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"eb4822ef-06e7-45e9-a2aa-aad48e1b12f1"},{"name":"편지리뷰의 좋아요 함수","id":"bcd9e206-4d3d-401e-a4e6-c9e894897ca8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"url":"http://127.0.0.1:8000/main_page/review_like2","urlObject":{"protocol":"http","port":"8000","path":["main_page","review_like2"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"bcd9e206-4d3d-401e-a4e6-c9e894897ca8"},{"name":"편지리뷰의 좋아요 삭제 함수","id":"023e7e32-8130-4f8e-bb91-2c9dc7ad7fe9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://127.0.0.1:8000/main_page/review_like19","urlObject":{"protocol":"http","port":"8000","path":["main_page","review_like19"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"023e7e32-8130-4f8e-bb91-2c9dc7ad7fe9"},{"name":"좋아요 누를시 실시간 데이터 업데이트","id":"a5f6c64e-ea1d-47f2-b75c-e7413ca44501","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:8000/main_page/review/like_get","urlObject":{"protocol":"http","port":"8000","path":["main_page","review","like_get"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"a5f6c64e-ea1d-47f2-b75c-e7413ca44501"}],"id":"d330fec0-fee6-448e-8e75-8a157478e785","_postman_id":"d330fec0-fee6-448e-8e75-8a157478e785","description":""},{"name":"마이페이지","item":[{"name":"내 편지함","item":[{"name":"내가 보낸 편지를 조회","id":"c57f2044-45f1-439b-8659-9fc10173b6e4","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":"https://www.api-mongle.shop/my_page/my_letter?letter_num=0","urlObject":{"protocol":"https","path":["my_page","my_letter"],"host":["www","api-mongle","shop"],"query":[{"key":"letter_num","value":"0"}],"variable":[]}},"response":[],"_postman_id":"c57f2044-45f1-439b-8659-9fc10173b6e4"},{"name":"내가 받은 편지를 조회","id":"6d30465c-78ec-4b35-8e5b-254ebc78fa30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://www.api-mongle.shop/my_page/my_received_letter?letter_num=0","urlObject":{"protocol":"https","path":["my_page","my_received_letter"],"host":["www","api-mongle","shop"],"query":[{"key":"letter_num","value":"0"}],"variable":[]}},"response":[],"_postman_id":"6d30465c-78ec-4b35-8e5b-254ebc78fa30"},{"name":"읽지않은 편지를 조회","id":"91288f14-576a-4938-8016-1442539510f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://www.api-mongle.shop/my_page/my_not_read_letter?letter_num=0","urlObject":{"protocol":"https","path":["my_page","my_not_read_letter"],"host":["www","api-mongle","shop"],"query":[{"key":"letter_num","value":"0"}],"variable":[]}},"response":[],"_postman_id":"91288f14-576a-4938-8016-1442539510f1"}],"id":"6d71c359-cc8c-4404-8440-477ce75ebf6a","_postman_id":"6d71c359-cc8c-4404-8440-477ce75ebf6a","description":""},{"name":"편지에 댓글","item":[{"name":"\b편지의 리뷰를 생성","id":"1fe773ac-23f7-4918-99a3-295e7cdecde8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"grade\":5,\n    \"content\": \"정말 감사합니다.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://www.api-mongle.shop/my_page/letter_review","urlObject":{"protocol":"https","path":["my_page","letter_review"],"host":["www","api-mongle","shop"],"query":[],"variable":[]}},"response":[],"_postman_id":"1fe773ac-23f7-4918-99a3-295e7cdecde8"},{"name":"\b편지의 리뷰를 수정","id":"77ad6eeb-d0f6-4a3b-b00c-d6b62958d24f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"grade\":3,\n    \"content\":\"다시 생각해보니까 그저 그래요.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://www.api-mongle.shop/my_page/letter_review","urlObject":{"protocol":"https","path":["my_page","letter_review"],"host":["www","api-mongle","shop"],"query":[],"variable":[]}},"response":[],"_postman_id":"77ad6eeb-d0f6-4a3b-b00c-d6b62958d24f"},{"name":"편지의 리뷰를 삭제","id":"feefc9e6-1846-4b89-998e-fcfa8c89bd1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"feefc9e6-1846-4b89-998e-fcfa8c89bd1c"}],"id":"1ba64be0-1512-4c8a-b85f-c8fff5b8a29f","_postman_id":"1ba64be0-1512-4c8a-b85f-c8fff5b8a29f","description":""}],"id":"62dfda98-47e5-49b8-a2a1-0acbe59bd389","_postman_id":"62dfda98-47e5-49b8-a2a1-0acbe59bd389","description":""},{"name":"걱정게시판","item":[{"name":"고민 게시판을 보고 편지권한 요청","item":[{"name":"내가 보낸 요청 메세지들 모아보기","id":"2c444c03-b7a1-43fc-9de7-1ed4c42c705b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://www.api-mongle.shop/worry_board/request/sended","urlObject":{"protocol":"https","path":["worry_board","request","sended"],"host":["www","api-mongle","shop"],"query":[],"variable":[]}},"response":[],"_postman_id":"2c444c03-b7a1-43fc-9de7-1ed4c42c705b"},{"name":"내가 받은 요청 메세지들 모아보기","id":"9e27a9e2-d76a-4a65-92e4-c3a287ac9926","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://www.api-mongle.shop/worry_board/request/received","urlObject":{"protocol":"https","path":["worry_board","request","received"],"host":["www","api-mongle","shop"],"query":[],"variable":[]}},"response":[],"_postman_id":"9e27a9e2-d76a-4a65-92e4-c3a287ac9926"},{"name":"고민게시글에 요청메세지 작성","id":"af6f6e36-dfdf-4b5d-82ac-25c1f7315a1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"request_message\" : \"user2로 user1이 작성한 worryboard에 요청\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.api-mongle.shop/worry_board/request/33","urlObject":{"protocol":"https","path":["worry_board","request","33"],"host":["www","api-mongle","shop"],"query":[],"variable":[]}},"response":[],"_postman_id":"af6f6e36-dfdf-4b5d-82ac-25c1f7315a1a"},{"name":"내가 작성한 요청메세지 수정","id":"43a201ad-388f-45a6-88f2-445931b33782","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"request_message\" : \"user2로 user1이 작성한 worryboard에 수정\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.api-mongle.shop/worry_board/request/33","urlObject":{"protocol":"https","path":["worry_board","request","33"],"host":["www","api-mongle","shop"],"query":[],"variable":[]}},"response":[],"_postman_id":"43a201ad-388f-45a6-88f2-445931b33782"},{"name":"내가 작성한 요청메세지 삭제","id":"9f0d643e-0ff8-46f1-ac3e-f0502a2bc919","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://www.api-mongle.shop/worry_board/request/33","urlObject":{"protocol":"https","path":["worry_board","request","33"],"host":["www","api-mongle","shop"],"query":[],"variable":[]}},"response":[],"_postman_id":"9f0d643e-0ff8-46f1-ac3e-f0502a2bc919"}],"id":"4c76c854-87d1-42a2-8603-5e501f7cf6c2","_postman_id":"4c76c854-87d1-42a2-8603-5e501f7cf6c2","description":""},{"name":"내가 받은 요청메세지 수락, 거절","item":[{"name":"내개 받은 요청메세지 수락","id":"9ac6936e-cd18-410f-a167-d69d4e924043","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"// 중간에 받아주는 int는 내가 받은 request_message_id","options":{"raw":{"language":"json"}}},"url":"https://www.api-mongle.shop/worry_board/request/accept/22/accept","urlObject":{"protocol":"https","path":["worry_board","request","accept","22","accept"],"host":["www","api-mongle","shop"],"query":[],"variable":[]}},"response":[],"_postman_id":"9ac6936e-cd18-410f-a167-d69d4e924043"},{"name":"내가 받은 요청메세지 거절","id":"c4a1a057-000f-4152-912e-e6e961c6cf06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"// 중간에 받아주는 int는 내가 받은 request_message_id","options":{"raw":{"language":"json"}}},"url":"https://www.api-mongle.shop/worry_board/request/accept/15/disaccept","urlObject":{"protocol":"https","path":["worry_board","request","accept","15","disaccept"],"host":["www","api-mongle","shop"],"query":[],"variable":[]}},"response":[],"_postman_id":"c4a1a057-000f-4152-912e-e6e961c6cf06"}],"id":"1e87e516-6f1e-4a7a-942f-fa0b68354192","_postman_id":"1e87e516-6f1e-4a7a-942f-fa0b68354192","description":""},{"name":"고민게시판","id":"7af7ecb6-8be4-40b8-83f6-1416fc4c7704","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://www.api-mongle.shop/worry_board/?category=0&page_num=1","urlObject":{"protocol":"https","path":["worry_board",""],"host":["www","api-mongle","shop"],"query":[{"key":"category","value":"0"},{"key":"page_num","value":"1"}],"variable":[]}},"response":[],"_postman_id":"7af7ecb6-8be4-40b8-83f6-1416fc4c7704"},{"name":"고민게시판 고민 작성","id":"0a3ea282-bdce-4d13-af2e-c7fa76d35352","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"content\" : \"작성하는 고민글의 내용\",\r\n    \"category\" : 1\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.api-mongle.shop/worry_board/","urlObject":{"protocol":"https","path":["worry_board",""],"host":["www","api-mongle","shop"],"query":[],"variable":[]}},"response":[],"_postman_id":"0a3ea282-bdce-4d13-af2e-c7fa76d35352"},{"name":"고민게시판 내가 작성한 고민 수정","id":"aa7002bd-5fde-4fa3-a837-1f8255b7ce1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"content\" : \"수정하는 고민글의 내용\",\r\n    \"category\" : 2\r\n    // 카테고리는 1~6까지 6개의 PK로 존재합니다.\r\n    // 수정 시 받아주는 int는 worry_board_id입니다.\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.api-mongle.shop/worry_board/1","urlObject":{"protocol":"https","path":["worry_board","1"],"host":["www","api-mongle","shop"],"query":[],"variable":[]}},"response":[],"_postman_id":"aa7002bd-5fde-4fa3-a837-1f8255b7ce1a"},{"name":"고민게시판 내가 작성한 고민 삭제","id":"e3e74852-ce0a-477a-b4eb-478a4f057600","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"content\" : \"수정하는 고민글의 내용\",\r\n    \"category\" : 2\r\n    // 카테고리는 1~6까지 6개의 PK로 존재합니다.\r\n    // 삭제 시 받아주는 int는 worry_board_id입니다.\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.api-mongle.shop/worry_board/16","urlObject":{"protocol":"https","path":["worry_board","16"],"host":["www","api-mongle","shop"],"query":[],"variable":[]}},"response":[],"_postman_id":"e3e74852-ce0a-477a-b4eb-478a4f057600"}],"id":"cd307681-cfb9-45ed-ba3e-010f76d550c0","_postman_id":"cd307681-cfb9-45ed-ba3e-010f76d550c0","description":""},{"name":"추천","item":[{"name":"추천 ec2","id":"a30173a8-dbdc-422a-bf6e-8d687ac4d09a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://54.180.75.68:8000/test","urlObject":{"protocol":"http","port":"8000","path":["test"],"host":["54","180","75","68"],"query":[],"variable":[]}},"response":[],"_postman_id":"a30173a8-dbdc-422a-bf6e-8d687ac4d09a"}],"id":"07db1f6d-ec8d-4ec8-b2db-9b76cb7b4aa0","_postman_id":"07db1f6d-ec8d-4ec8-b2db-9b76cb7b4aa0","description":""},{"name":"익명게시판","item":[{"name":"익명게시판 댓글","item":[{"name":"해당 익명게시판 디테일페이지 조회","id":"5a64556b-c6cb-450f-8c7e-c1e8c18095e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://www.api-mongle.shop/board/?page_num=1","urlObject":{"protocol":"https","path":["board",""],"host":["www","api-mongle","shop"],"query":[{"key":"page_num","value":"1"}],"variable":[]}},"response":[],"_postman_id":"5a64556b-c6cb-450f-8c7e-c1e8c18095e7"},{"name":"해당 익명게시판 댓글 작성","id":"501c4256-cd17-4617-ad42-72854087ea37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://www.api-mongle.shop/board/comment/?board_id=1","urlObject":{"protocol":"https","path":["board","comment",""],"host":["www","api-mongle","shop"],"query":[{"key":"board_id","value":"1"}],"variable":[]}},"response":[],"_postman_id":"501c4256-cd17-4617-ad42-72854087ea37"},{"name":"내가작성한 익명게시판 댓글 수정","id":"07172bce-39f9-4e90-a4be-74034c530d72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"content\" : \"댓글 수정하는 내용\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.api-mongle.shop/board/comment/1","urlObject":{"protocol":"https","path":["board","comment","1"],"host":["www","api-mongle","shop"],"query":[],"variable":[]}},"response":[],"_postman_id":"07172bce-39f9-4e90-a4be-74034c530d72"},{"name":"내가작성한 익명게시판 댓글 삭제","id":"7a8f8e34-1a25-4dcb-b5aa-4c80fa7e1f88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"content\" : \"댓글 수정하는 내용\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.api-mongle.shop/board/comment/1","urlObject":{"protocol":"https","path":["board","comment","1"],"host":["www","api-mongle","shop"],"query":[],"variable":[]}},"response":[],"_postman_id":"7a8f8e34-1a25-4dcb-b5aa-4c80fa7e1f88"}],"id":"8ad6ba32-c786-49fa-8e72-61c34485e1ae","_postman_id":"8ad6ba32-c786-49fa-8e72-61c34485e1ae","description":""},{"name":"익명게시판 조회","id":"0c4fb56f-8907-48e6-a967-24c134d83760","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://www.api-mongle.shop/board/?page_num=1","urlObject":{"protocol":"https","path":["board",""],"host":["www","api-mongle","shop"],"query":[{"key":"page_num","value":"1"}],"variable":[]}},"response":[],"_postman_id":"0c4fb56f-8907-48e6-a967-24c134d83760"},{"name":"익명게시판 작성","id":"f1c3fd97-302b-46d6-866b-09405f89bbbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"제목1\",\r\n    \"content\" : \"내용1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.api-mongle.shop/board/","urlObject":{"protocol":"https","path":["board",""],"host":["www","api-mongle","shop"],"query":[],"variable":[]}},"response":[],"_postman_id":"f1c3fd97-302b-46d6-866b-09405f89bbbc"},{"name":"익명게시판 수정","id":"bbacf3b2-c1bd-4d2b-8a6d-9cc67b83a609","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"content\" : \"내용1로 수정\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.api-mongle.shop/board/1","urlObject":{"protocol":"https","path":["board","1"],"host":["www","api-mongle","shop"],"query":[],"variable":[]}},"response":[],"_postman_id":"bbacf3b2-c1bd-4d2b-8a6d-9cc67b83a609"},{"name":"익명게시판 삭제","id":"47e34ff0-95ba-4612-97e8-163ef2113736","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"content\" : \"내용1로 수정\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.api-mongle.shop/board/1","urlObject":{"protocol":"https","path":["board","1"],"host":["www","api-mongle","shop"],"query":[],"variable":[]}},"response":[],"_postman_id":"47e34ff0-95ba-4612-97e8-163ef2113736"},{"name":"익명게시판 좋아요 기능","id":"4301a861-d012-4284-9526-bc2dff049e6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"// 마지막 int는 해당 worry_board의 ID","options":{"raw":{"language":"json"}}},"url":"https://www.api-mongle.shop/board/like/1","urlObject":{"protocol":"https","path":["board","like","1"],"host":["www","api-mongle","shop"],"query":[],"variable":[]}},"response":[],"_postman_id":"4301a861-d012-4284-9526-bc2dff049e6a"}],"id":"85384d74-c877-4d16-bd57-eacf3b48b475","_postman_id":"85384d74-c877-4d16-bd57-eacf3b48b475","description":""}]}