{"info":{"_postman_id":"bcca7c1f-812f-490e-ba74-d43cb99c31e4","name":"calender","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"34034548","collectionId":"bcca7c1f-812f-490e-ba74-d43cb99c31e4","publishedId":"2sBXcBmh47","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-02-13T00:39:28.000Z"},"item":[{"name":"user","item":[{"name":"post user","id":"ceeebd60-1e3a-4c27-b723-d92849948415","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"author\" : \"홍성현\",\r\n    \"email\" : \"seonghyun@example.com\",\r\n    \"password\" : \"12345678\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/users","urlObject":{"protocol":"http","port":"8080","path":["users"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ceeebd60-1e3a-4c27-b723-d92849948415"},{"name":"get users","id":"06331c11-1665-4d47-ab93-9a61d1afb8fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/users","urlObject":{"protocol":"http","port":"8080","path":["users"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"06331c11-1665-4d47-ab93-9a61d1afb8fa"},{"name":"get user","id":"758bfcac-ffc8-442a-bf22-0188d47b3f1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/users/1","urlObject":{"protocol":"http","port":"8080","path":["users","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"758bfcac-ffc8-442a-bf22-0188d47b3f1c"},{"name":"put user","id":"644eea5a-2ea0-4b06-a3fa-0a35ec080c0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"author\" : \"이지철\",\r\n    \"email\" : \"jicheol.com\",\r\n    \"password\" : \"12345678\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/users/1","urlObject":{"protocol":"http","port":"8080","path":["users","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"644eea5a-2ea0-4b06-a3fa-0a35ec080c0e"},{"name":"delete user","id":"6aa4683d-d4bd-497e-8ca6-d368b91090ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\" : \"12345678\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/users/1","urlObject":{"protocol":"http","port":"8080","path":["users","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6aa4683d-d4bd-497e-8ca6-d368b91090ee"}],"id":"2da293e0-602f-4277-834e-49bc19c75ef9","_postman_id":"2da293e0-602f-4277-834e-49bc19c75ef9","description":""},{"name":"calender","item":[{"name":"post calender","id":"80ad169e-d42d-4c88-9c25-f0b7680f50e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\" : \"밥먹기\",\r\n    \"content\" : \"10시30분\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/calenders","urlObject":{"protocol":"http","port":"8080","path":["calenders"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"80ad169e-d42d-4c88-9c25-f0b7680f50e8"},{"name":"get calenders","id":"2829ee6c-ee3f-44e3-8e89-f14fc98b9f1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/calenders","urlObject":{"protocol":"http","port":"8080","path":["calenders"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2829ee6c-ee3f-44e3-8e89-f14fc98b9f1b"},{"name":"get calender","id":"f23aefd3-976c-4a61-8b2a-0173229d9b37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/calenders/1","urlObject":{"protocol":"http","port":"8080","path":["calenders","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f23aefd3-976c-4a61-8b2a-0173229d9b37"},{"name":"put calender","id":"8ea022b6-a5cc-46ab-95f2-2cab768092f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\" : \"양치하기\",\r\n    \"content\" : \"11시30분\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/calenders/1","urlObject":{"protocol":"http","port":"8080","path":["calenders","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8ea022b6-a5cc-46ab-95f2-2cab768092f9"},{"name":"delete calender","id":"89d191f1-7f92-49d5-b9f4-dad4625c61e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8080/calenders/1","urlObject":{"protocol":"http","port":"8080","path":["calenders","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"89d191f1-7f92-49d5-b9f4-dad4625c61e6"}],"id":"31b61f1e-e940-4a90-bec3-6cf3f2d54f0f","_postman_id":"31b61f1e-e940-4a90-bec3-6cf3f2d54f0f","description":""},{"name":"comment","item":[{"name":"post comment","id":"987fea1a-1d7d-4ac3-8797-ef794009097d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"content\": \"와 니 정말 좋다.\",\r\n    \"user_id\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/calenders/3/comments","urlObject":{"protocol":"http","port":"8080","path":["calenders","3","comments"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"987fea1a-1d7d-4ac3-8797-ef794009097d"},{"name":"get comments","id":"4025b2b0-735a-4bc3-916d-57112947ab2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/calenders/comments","urlObject":{"protocol":"http","port":"8080","path":["calenders","comments"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4025b2b0-735a-4bc3-916d-57112947ab2e"},{"name":"get comment","id":"fd17111b-e43e-4cb8-a85c-ed3fea59dd27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/calenders/1/comments/1","urlObject":{"protocol":"http","port":"8080","path":["calenders","1","comments","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"fd17111b-e43e-4cb8-a85c-ed3fea59dd27"},{"name":"put comment","id":"57abd2a9-5018-4d60-9118-e921c44dc6de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"content\": \"와 니 정말 정말 좋다.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/calenders/1/comments/1","urlObject":{"protocol":"http","port":"8080","path":["calenders","1","comments","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"57abd2a9-5018-4d60-9118-e921c44dc6de"},{"name":"delete comment","id":"e1ee1238-aa28-41f1-966c-d1437999298b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8080/calenders/1/comments/1","urlObject":{"protocol":"http","port":"8080","path":["calenders","1","comments","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e1ee1238-aa28-41f1-966c-d1437999298b"}],"id":"c770b89a-a65e-437b-b2de-d21b752d298a","_postman_id":"c770b89a-a65e-437b-b2de-d21b752d298a","description":""},{"name":"login/logout","item":[{"name":"login","id":"4a7d24b8-67b2-4465-809a-c89510a6ce16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\" : \"seonghyun@example.com\",\r\n    \"password\" : \"12345678\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/login","urlObject":{"protocol":"http","port":"8080","path":["login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4a7d24b8-67b2-4465-809a-c89510a6ce16"},{"name":"logout","id":"90d577b3-4c7e-469a-aa67-8d96da73b693","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\" : \"daeyeong@example.com\",\r\n    \"password\" : \"12345678\"\r\n}"},"url":"http://localhost:8080/logout","urlObject":{"protocol":"http","port":"8080","path":["logout"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"90d577b3-4c7e-469a-aa67-8d96da73b693"}],"id":"27ca28c0-6eeb-49a1-9a01-2275744f17c5","_postman_id":"27ca28c0-6eeb-49a1-9a01-2275744f17c5","description":""}]}