{"info":{"_postman_id":"23b0ff87-c9b5-4255-873f-ec370817353f","name":"Schedule API Documentation (Develop)","description":"<html><head></head><body><p>A secure RESTful API for managing schedules, comments, and user accounts with <strong>session-based authentication</strong> and role-restricted actions.<br>Create, view, update, and delete schedules &amp; comments — only when you're logged in.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"47183182","collectionId":"23b0ff87-c9b5-4255-873f-ec370817353f","publishedId":"2sB3BGHVTr","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-08-14T04:44:02.000Z"},"item":[{"name":"Sign Up","id":"4fd02d86-9856-4dc6-9b2b-050c6723da4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"honggildong\",\r\n    \"email\": \"hong@gmail.com\",\r\n    \"password\": \"hong123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/users/signup","urlObject":{"path":["users","signup"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"d1d22a95-b9e8-4b42-bbf6-b3ad6eebb234","name":"200 OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"honggildong\",\r\n    \"email\": \"hong@gmail.com\",\r\n    \"password\": \"hong123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/users/signup"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 12 Aug 2025 04:55:39 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 4,\n    \"username\": \"honggildong\",\n    \"email\": \"hong@gmail.com\",\n    \"createdDate\": \"2025-08-12T13:55:39.0224974\",\n    \"modifiedDate\": \"2025-08-12T13:55:39.0224974\"\n}"},{"id":"6ba5e416-bdc9-4399-a31a-55fa1b890769","name":"400 Bad Request (email required)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"nevergildong\",\r\n    \"email\": \"\",\r\n    \"password\": \"never123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/users/signup"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"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":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"21"},{"key":"Date","value":"Wed, 13 Aug 2025 08:19:45 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"email: email required"},{"id":"f6434d6e-beac-453c-a4f0-fe4c6f4c5b53","name":"400 Bad Request (password, email)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"nevergildong\",\r\n    \"email\": \"nevergildong\",\r\n    \"password\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/users/signup"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"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":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"92"},{"key":"Date","value":"Wed, 13 Aug 2025 08:21:13 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"password: password at least 6 symbols, password: password required, email: input valid email"}],"_postman_id":"4fd02d86-9856-4dc6-9b2b-050c6723da4a"},{"name":"Login","id":"af59d873-d50b-4d83-ae9a-ab3f9a9b1274","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"schedulId","value":"2","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"kim@gmail.com\",\r\n  \"password\": \"kim123\" \r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/login","urlObject":{"path":["login"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"1e149983-9852-439e-9c5b-bfed1892de39","name":"200 OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"hong@gmail.com\",\r\n  \"password\": \"hong123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/login"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Set-Cookie","value":"JSESSIONID=167DDF0056D47A02A610D6F21A8E02E9; Path=/; HttpOnly"},{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"7"},{"key":"Date","value":"Tue, 12 Aug 2025 05:17:27 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"success"},{"id":"0bb83ecc-0f2e-40d1-a5f6-67ec0d14600d","name":"401 Unauthorized (Unknown email)","originalRequest":{"method":"POST","header":[{"key":"schedulId","value":"2","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"hon@gmail.com\",\r\n  \"password\": \"hong123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/login"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"13"},{"key":"Date","value":"Tue, 12 Aug 2025 05:56:49 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Unknown email"},{"id":"96564e10-1c86-4195-a2b3-a51ba86d1adc","name":"401 Unauthorized (Password mismatch)","originalRequest":{"method":"POST","header":[{"key":"schedulId","value":"2","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"hong@gmail.com\",\r\n  \"password\": \"hong1233\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/login"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"17"},{"key":"Date","value":"Tue, 12 Aug 2025 05:58:44 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Password mismatch"},{"id":"777f2616-00bd-4ab9-bc60-41ae50c85881","name":"400 Bad Request (email required)","originalRequest":{"method":"POST","header":[{"key":"schedulId","value":"2","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"password\": \"kim123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/login"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"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":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"21"},{"key":"Date","value":"Wed, 13 Aug 2025 09:30:37 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"email: email required"}],"_postman_id":"af59d873-d50b-4d83-ae9a-ab3f9a9b1274"},{"name":"Create Schedule","id":"ae92482c-040d-4808-90c2-c8b26a7beefb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"title\": \"NewStudy\",\r\n  \"description\": \"Prepare for exam again\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/schedules","urlObject":{"path":["schedules"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"7a4c96a8-4660-4751-91bf-742e3e753332","name":"200 OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"title\": \"NewStudy\",\r\n  \"description\": \"Prepare for exam again\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/schedules"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 13 Aug 2025 12:10:45 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2,\n    \"userId\": 6,\n    \"title\": \"NewStudy\",\n    \"description\": \"Prepare for exam again\",\n    \"createdDate\": \"2025-08-13T21:10:45.3317081\",\n    \"updatedDate\": \"2025-08-13T21:10:45.3317081\"\n}"}],"_postman_id":"ae92482c-040d-4808-90c2-c8b26a7beefb"},{"name":"Logout","id":"7ab951d9-d87d-48db-b2c8-2559c79d1079","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"url":"localhost:8080/users/logout","urlObject":{"path":["users","logout"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"197c3be6-0fa5-47fd-856b-f3ef463fa9b9","name":"200 OK","originalRequest":{"method":"POST","header":[],"url":"localhost:8080/users/logout"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"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":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"14"},{"key":"Date","value":"Wed, 13 Aug 2025 10:00:30 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"logout success"}],"_postman_id":"7ab951d9-d87d-48db-b2c8-2559c79d1079"},{"name":"Find Schedules","id":"90b57610-26fa-4a68-9e5b-c16275428cde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"localhost:8080/schedules","urlObject":{"path":["schedules"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"bc26a347-9e46-496e-a85b-43a135dc8b67","name":"200 OK (All schedule)","originalRequest":{"method":"GET","header":[],"url":"localhost:8080/schedules"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 13 Aug 2025 12:32:24 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"userId\": 6,\n        \"title\": \"Study\",\n        \"description\": \"Prepare for exam\",\n        \"createdDate\": \"2025-08-13T20:27:11.932865\",\n        \"modifiedDate\": \"2025-08-13T20:27:11.932865\"\n    },\n    {\n        \"id\": 2,\n        \"userId\": 6,\n        \"title\": \"Study Group Updated\",\n        \"description\": \"New subject to study\",\n        \"createdDate\": \"2025-08-13T21:10:45.331708\",\n        \"modifiedDate\": \"2025-08-13T21:15:19.033569\"\n    }\n]"},{"id":"efdabc98-f2f9-41f1-bed4-635cddd11da1","name":"200 OK (Schedule by ID)","originalRequest":{"method":"GET","header":[],"url":"localhost:8080/schedules/2"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 13 Aug 2025 12:33:33 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2,\n    \"userId\": 6,\n    \"title\": \"Study Group Updated\",\n    \"description\": \"New subject to study\",\n    \"createdDate\": \"2025-08-13T21:10:45.331708\",\n    \"modifiedDate\": \"2025-08-13T21:15:19.033569\"\n}"}],"_postman_id":"90b57610-26fa-4a68-9e5b-c16275428cde"},{"name":"Find Schedule by ID","id":"644d38ca-a713-4864-a683-1c7387229986","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"localhost:8080/schedules/2","urlObject":{"path":["schedules","2"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"7827269a-89e7-4a78-ad74-7ed8f3e4d335","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"schedulId","value":"2","type":"text"}],"url":"localhost:8080/schedules/2"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 14 Aug 2025 04:38:12 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2,\n    \"userId\": 6,\n    \"title\": \"Study Group Updated\",\n    \"description\": \"New subject to study\",\n    \"createdDate\": \"2025-08-13T21:10:45.331708\",\n    \"modifiedDate\": \"2025-08-13T21:15:19.033569\"\n}"}],"_postman_id":"644d38ca-a713-4864-a683-1c7387229986"},{"name":"Update Schedule Title and Description","id":"798cacd7-9c15-4569-8d29-b099a5cc2419","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"Google Meeting\",\r\n    \"description\": \"Ai things which can be helpfull\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/schedules/1","urlObject":{"path":["schedules","1"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"ff796f69-2944-436f-98ce-e9230e7fa3ec","name":"200 OK","originalRequest":{"method":"PUT","header":[{"key":"title","value":"ZoomMeeting","type":"text"},{"key":"author","value":"Artur","type":"text"},{"key":"password","value":"secure123","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"Google Meeting\",\r\n    \"description\": \"Ai things which can be helpfull\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/schedules/1"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 13 Aug 2025 12:46:07 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"userId\": 6,\n    \"title\": \"Google Meeting\",\n    \"description\": \"Ai things which can be helpfull\",\n    \"createdDate\": \"2025-08-13T20:27:11.932865\",\n    \"updatedDate\": \"2025-08-13T21:40:37.864437\"\n}"}],"_postman_id":"798cacd7-9c15-4569-8d29-b099a5cc2419"},{"name":"Delete Schedule by ID","id":"cb3d3b87-6f4c-4d39-9fd6-bbfa4fbc78fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[],"url":"localhost:8080/schedules/5","urlObject":{"path":["schedules","5"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"af6f361e-5d31-4082-9eba-56b9dbc5e3a6","name":"200 OK","originalRequest":{"method":"DELETE","header":[],"url":"localhost:8080/schedules/5"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"0"},{"key":"Date","value":"Wed, 13 Aug 2025 17:21:55 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"cb3d3b87-6f4c-4d39-9fd6-bbfa4fbc78fe"},{"name":"Find Users by Username or All","id":"c09d7c5e-0997-4314-9d47-db0e37c6ebea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"schedulId","value":"2","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"username\": \"KimGilDong\",\r\n  \"email\": \"kim@gmail.com\"\r\n}"},"url":"localhost:8080/users","urlObject":{"path":["users"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"f586fb74-9621-4b95-a16c-849b8e84d5ed","name":"200 OK (All)","originalRequest":{"method":"GET","header":[{"key":"schedulId","value":"2","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"username\": \"KimGilDong\",\r\n  \"email\": \"kim@gmail.com\"\r\n}"},"url":"localhost:8080/users"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 13 Aug 2025 14:41:03 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"username\": \"honggildong\",\n        \"email\": \"hong@gmail.com\",\n        \"createdDate\": \"2025-08-13T17:06:59.80584\",\n        \"modifiedDate\": \"2025-08-13T17:06:59.80584\"\n    },\n    {\n        \"id\": 6,\n        \"username\": \"namegildong\",\n        \"email\": \"name@gmail.com\",\n        \"createdDate\": \"2025-08-13T19:22:21.554074\",\n        \"modifiedDate\": \"2025-08-13T19:22:21.554074\"\n    },\n    {\n        \"id\": 7,\n        \"username\": \"nevergildong\",\n        \"email\": \"never@gmail.com\",\n        \"createdDate\": \"2025-08-13T19:56:53.874161\",\n        \"modifiedDate\": \"2025-08-13T19:56:53.874161\"\n    }\n]"},{"id":"054841f0-b6b8-435f-9493-612bbe7eef3d","name":"200 OK (Username)","originalRequest":{"method":"GET","header":[{"key":"schedulId","value":"2","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"username\": \"KimGilDong\",\r\n  \"email\": \"kim@gmail.com\"\r\n}"},"url":{"raw":"localhost:8080/users?username=nevergildong","host":["localhost:8080"],"path":["users"],"query":[{"key":"username","value":"nevergildong","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 13 Aug 2025 14:43:25 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 7,\n        \"username\": \"nevergildong\",\n        \"email\": \"never@gmail.com\",\n        \"createdDate\": \"2025-08-13T19:56:53.874161\",\n        \"modifiedDate\": \"2025-08-13T19:56:53.874161\"\n    }\n]"}],"_postman_id":"c09d7c5e-0997-4314-9d47-db0e37c6ebea"},{"name":"Update User's Username and Email","id":"cd301a78-9981-4ce0-bbb2-ca5d8b2072c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"username\": \"ParkGilDong\",\r\n  \"email\": \"park@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/users/me","urlObject":{"path":["users","me"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"dbdb1833-d02f-4a88-90d5-1f0e6f28bf9f","name":"200 OK","originalRequest":{"method":"PUT","header":[{"key":"schedulId","value":"2","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"username\": \"ParkGilDong\",\r\n  \"email\": \"park@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/users/me"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 13 Aug 2025 14:52:43 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 6,\n    \"username\": \"ParkGilDong\",\n    \"email\": \"park@gmail.com\",\n    \"createdDate\": \"2025-08-13T19:22:21.554074\",\n    \"modifiedDate\": \"2025-08-13T19:22:21.554074\"\n}"}],"_postman_id":"cd301a78-9981-4ce0-bbb2-ca5d8b2072c1"},{"name":"Delete Account","id":"4b637df0-5b40-4e07-af22-e1cd465e7283","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n  \"username\": \"KimGilDong\",\r\n  \"email\": \"kim@gmail.com\"\r\n}"},"url":"localhost:8080/users/3","urlObject":{"path":["users","3"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"810d0e38-41f5-41fa-9f23-d793685ba36f","name":"200 OK","originalRequest":{"method":"DELETE","header":[{"key":"schedulId","value":"2","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"username\": \"KimGilDong\",\r\n  \"email\": \"kim@gmail.com\"\r\n}"},"url":"localhost:8080/users/3"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"0"},{"key":"Date","value":"Fri, 08 Aug 2025 03:57:15 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"4b637df0-5b40-4e07-af22-e1cd465e7283"},{"name":"Create Comment","id":"5c6069ff-da80-40b8-a656-64abdb934f9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"comment\": \"Looks Interesting\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/schedules/4/comments","urlObject":{"path":["schedules","4","comments"],"host":["localhost:8080"],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"ba861663-c3b1-423f-bd00-4cfcd249d4ed","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"schedulId","value":"2","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"comment\": \"Looks Interesting\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"localhost:8080/schedules/4/comments","host":["localhost:8080"],"path":["schedules","4","comments"],"query":[{"key":"","value":"","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 13 Aug 2025 16:57:33 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"userId\": 6,\n    \"scheduleId\": 4,\n    \"comment\": \"Looks Interesting\",\n    \"createdDate\": \"2025-08-14T01:57:33.1734803\",\n    \"updatedDate\": \"2025-08-14T01:57:33.1734803\"\n}"}],"_postman_id":"5c6069ff-da80-40b8-a656-64abdb934f9e"},{"name":"Find  Comments by Schedule ID","id":"2adb476c-f7b5-4455-93b9-1a5c5ef7c8ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/schedules/2/comments","urlObject":{"path":["schedules","2","comments"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"608b8ea2-1887-4200-be40-9890c246cf07","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":"localhost:8080/schedules/2/comments"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 13 Aug 2025 17:06:56 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 2,\n        \"userId\": 6,\n        \"scheduleId\": 2,\n        \"comment\": \"Need to check 1 more time\",\n        \"createdDate\": \"2025-08-14T01:59:00.917254\",\n        \"updatedDate\": \"2025-08-14T01:59:00.917254\"\n    },\n    {\n        \"id\": 3,\n        \"userId\": 6,\n        \"scheduleId\": 2,\n        \"comment\": \"oh no\",\n        \"createdDate\": \"2025-08-14T02:06:24.42813\",\n        \"updatedDate\": \"2025-08-14T02:06:24.42813\"\n    },\n    {\n        \"id\": 4,\n        \"userId\": 6,\n        \"scheduleId\": 2,\n        \"comment\": \"need to search\",\n        \"createdDate\": \"2025-08-14T02:06:48.250985\",\n        \"updatedDate\": \"2025-08-14T02:06:48.250985\"\n    }\n]"}],"_postman_id":"2adb476c-f7b5-4455-93b9-1a5c5ef7c8ce"},{"name":"Find Comment by ID","id":"60b3ce41-0437-423b-8272-b5cf747cf36c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/comments/1","urlObject":{"path":["comments","1"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"6f1c6a54-72d9-4b67-a966-6a48ffb0b935","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":"localhost:8080/comments/1"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 13 Aug 2025 17:01:39 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"userId\": 6,\n    \"scheduleId\": 4,\n    \"comment\": \"Looks Interesting\",\n    \"createdDate\": \"2025-08-14T01:57:33.17348\",\n    \"updatedDate\": \"2025-08-14T01:57:33.17348\"\n}"}],"_postman_id":"60b3ce41-0437-423b-8272-b5cf747cf36c"},{"name":"Update  Comment","id":"191dbb5c-4c99-4bd6-b8ab-3c12b9d5c614","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"comment\": \"huge difference\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/comments/2","urlObject":{"path":["comments","2"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"1c96e505-bea4-47be-88d4-bd1fe70a2ddf","name":"200 OK","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"comment\": \"huge difference\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/comments/2"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 13 Aug 2025 17:09:44 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2,\n    \"userId\": 6,\n    \"scheduleId\": 2,\n    \"comment\": \"huge difference\",\n    \"createdDate\": \"2025-08-14T01:59:00.917254\",\n    \"updatedDate\": \"2025-08-14T01:59:00.917254\"\n}"}],"_postman_id":"191dbb5c-4c99-4bd6-b8ab-3c12b9d5c614"},{"name":"Delete Comment","id":"5af6110f-43a7-4947-aba1-7f44e4db05b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"comment\": \"huge difference\"\r\n}"},"url":"localhost:8080/comments/2","urlObject":{"path":["comments","2"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"80a38799-bf5c-48e9-a4c2-efa9a0d6f3e5","name":"200 OK","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"comment\": \"huge difference\"\r\n}"},"url":"localhost:8080/comments/2"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"0"},{"key":"Date","value":"Wed, 13 Aug 2025 17:12:03 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"5af6110f-43a7-4947-aba1-7f44e4db05b3"}],"variable":[{"key":"baseURL","value":"localhost:8080","type":"default"}]}