{"info":{"_postman_id":"de1bec20-620e-44df-b65e-5e76d93a2e41","name":"작심1일 API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"50179945","collectionId":"de1bec20-620e-44df-b65e-5e76d93a2e41","publishedId":"2sB3dHVt3t","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-11-23T15:13:06.000Z"},"item":[{"name":"스케줄 가져오기","event":[{"listen":"test","script":{"id":"75fc20a1-68d6-4f18-b8ba-f1311918d941","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"253f256e-aa5d-42c7-a761-08fa5b69ec29","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://template.postman-echo.com/schedules?date=2025-11-22","description":"<p>파라미터로 전달한 날짜에 맞는 전체 일정 목록을 조회하는 API입니다.</p>\n","urlObject":{"path":["schedules"],"host":["https://template.postman-echo.com"],"query":[{"key":"date","value":"2025-11-22"}],"variable":[]}},"response":[{"id":"55d561bb-f167-4043-a1c7-df9089c77b60","name":"스케줄 가져오기","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://template.postman-echo.com/schedules?date=2025-11-22","host":["https://template.postman-echo.com"],"path":["schedules"],"query":[{"key":"date","value":"2025-11-22"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"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":"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":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 23 Nov 2025 15:06:30 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 7,\n        \"userId\": \"testuser12\",\n        \"startTime\": \"2025-11-22T20:20:00\",\n        \"endTime\": \"2025-11-22T21:20:00\",\n        \"content\": \"4번 일정\",\n        \"scheduleResultId\": 8,\n        \"createdAt\": \"2025-11-22T18:47:10.00254\",\n        \"updatedAt\": \"2025-11-22T18:47:10.00254\"\n    },\n    {\n        \"id\": 12,\n        \"userId\": \"testuser12\",\n        \"startTime\": \"2025-11-22T11:20:00\",\n        \"endTime\": \"2025-11-22T13:20:00\",\n        \"content\": \"4123번 일정\",\n        \"scheduleResultId\": 13,\n        \"createdAt\": \"2025-11-23T14:36:35.551001\",\n        \"updatedAt\": \"2025-11-23T14:36:35.551001\"\n    }\n]"}],"_postman_id":"253f256e-aa5d-42c7-a761-08fa5b69ec29"},{"name":"스케줄 등록","event":[{"listen":"test","script":{"id":"922b98c3-d5a4-4d21-b530-26ca464006e1","exec":["pm.test(\"Successful POST request\", function () {","    pm.expect(pm.response.code).to.be.oneOf([200, 201]);","});",""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"effd8078-a516-4c91-a174-2f76b509ef59","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"startTime\": \"2025-11-22T11:20:00\",\n    \"endTime\": \"2025-11-22T13:20:00\",\n    \"content\": \"5555번 일정\"\n}","options":{"raw":{"language":"json"}}},"url":"https://template.postman-echo.com/schedules","description":"<p>내일 일정을 등록하는 API입니다.</p>\n","urlObject":{"path":["schedules"],"host":["https://template.postman-echo.com"],"query":[],"variable":[]}},"response":[{"id":"ae75b05c-edf6-4295-97dd-cb059dca7e2b","name":"스케줄 등록","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"startTime\": \"2025-11-22T11:20:00\",\n    \"endTime\": \"2025-11-22T13:20:00\",\n    \"content\": \"5555번 일정\"\n}","options":{"raw":{"language":"json"}}},"url":"https://template.postman-echo.com/schedules"},"status":"Created","code":201,"_postman_previewlanguage":null,"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":"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":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 23 Nov 2025 15:07:04 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 13,\n    \"userId\": \"testuser12\",\n    \"startTime\": \"2025-11-22T11:20:00\",\n    \"endTime\": \"2025-11-22T13:20:00\",\n    \"content\": \"5555번 일정\",\n    \"scheduleResultId\": 14,\n    \"createdAt\": \"2025-11-24T00:07:03.8478584\",\n    \"updatedAt\": \"2025-11-24T00:07:03.8478584\"\n}"}],"_postman_id":"effd8078-a516-4c91-a174-2f76b509ef59"},{"name":"스케줄 수정","event":[{"listen":"test","script":{"id":"707eb7be-ea79-4bdb-8a78-ab57a9c8a49d","exec":["pm.test(\"Successful PUT request\", function () {","    pm.expect(pm.response.code).to.be.oneOf([200, 201, 204]);","});",""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"1abb9576-da40-4117-bca7-0e7a31b87ef2","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"startTime\": \"2025-11-20T10:00:00\",\n    \"endTime\": \"2025-11-20T12:00:00\",\n    \"content\": \"Postman으로 API 수정 테스트\"\n}","options":{"raw":{"language":"json"}}},"url":"https://template.postman-echo.com/schedules?id=13","description":"<p>등록이 되어있는 일정의 내용을 수정하는 API입니다.</p>\n","urlObject":{"path":["schedules"],"host":["https://template.postman-echo.com"],"query":[{"key":"id","value":"13"}],"variable":[]}},"response":[{"id":"797c5407-7a37-4748-ac91-d8e282d3e893","name":"스케줄 수정","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"startTime\": \"2025-11-20T10:00:00\",\n    \"endTime\": \"2025-11-20T12:00:00\",\n    \"content\": \"Postman으로 API 수정 테스트\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://template.postman-echo.com/schedules?id=13","host":["https://template.postman-echo.com"],"path":["schedules"],"query":[{"key":"id","value":"13"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"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":"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":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 23 Nov 2025 15:07:48 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 13,\n    \"userId\": \"testuser12\",\n    \"startTime\": \"2025-11-20T10:00:00\",\n    \"endTime\": \"2025-11-20T12:00:00\",\n    \"content\": \"Postman으로 API 수정 테스트\",\n    \"scheduleResultId\": 14,\n    \"createdAt\": \"2025-11-24T00:07:03.847858\",\n    \"updatedAt\": \"2025-11-24T00:07:03.847858\"\n}"}],"_postman_id":"1abb9576-da40-4117-bca7-0e7a31b87ef2"},{"name":"스케줄 삭제","event":[{"listen":"test","script":{"id":"0076e6f5-8b59-4e5e-81fe-c9d644405dbb","exec":["pm.test(\"Successful DELETE request\", function () {","    pm.expect(pm.response.code).to.be.oneOf([200, 202, 204]);","});",""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"9dd149e1-1317-4172-bd47-ad26661fec57","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://template.postman-echo.com/schedules?id=13","description":"<p>등록이 되어있는 일정을 삭제하는 API입니다.</p>\n","urlObject":{"path":["schedules"],"host":["https://template.postman-echo.com"],"query":[{"key":"id","value":"13"}],"variable":[]}},"response":[{"id":"ccd8109b-2b30-4b8e-bf91-4ec5f726698b","name":"스케줄 삭제","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://template.postman-echo.com/schedules?id=13","host":["https://template.postman-echo.com"],"path":["schedules"],"query":[{"key":"id","value":"13"}]}},"status":"No Content","code":204,"_postman_previewlanguage":null,"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":"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":"Date","value":"Sun, 23 Nov 2025 15:11:53 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"9dd149e1-1317-4172-bd47-ad26661fec57"},{"name":"오늘 일정 조회","id":"d1a76f78-67a8-4c9f-a134-abb879510b9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://template.postman-echo.com/today-schedules?date=2025-11-22","description":"<p>파라미터로 전달한 날짜에 맞는 전체 일정 목록을 조회하는 API입니다.</p>\n","urlObject":{"path":["today-schedules"],"host":["https://template.postman-echo.com"],"query":[{"key":"date","value":"2025-11-22"}],"variable":[]}},"response":[{"id":"ae5b75c5-89f7-4be9-98ee-493d7370e420","name":"오늘 일정 조회","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://template.postman-echo.com/today-schedules?date=2025-11-22","host":["https://template.postman-echo.com"],"path":["today-schedules"],"query":[{"key":"date","value":"2025-11-22"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"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":"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":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 23 Nov 2025 15:09:52 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 7,\n        \"content\": \"4번 일정\",\n        \"startTime\": \"2025-11-22 20:20:00\",\n        \"endTime\": \"2025-11-22 21:20:00\",\n        \"realStartTime\": \"2025-11-23 14:37:17\",\n        \"plannedDuration\": 60,\n        \"realDuration\": 1,\n        \"finished\": true\n    },\n    {\n        \"id\": 12,\n        \"content\": \"4123번 일정\",\n        \"startTime\": \"2025-11-22 11:20:00\",\n        \"endTime\": \"2025-11-22 13:20:00\",\n        \"realStartTime\": \"2025-11-23 14:38:36\",\n        \"plannedDuration\": 120,\n        \"realDuration\": 0,\n        \"finished\": false\n    }\n]"}],"_postman_id":"d1a76f78-67a8-4c9f-a134-abb879510b9c"},{"name":"특정 일정 시작","id":"43d2d90e-c503-44d6-802f-121b9d15eed9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[],"url":"https://template.postman-echo.com/today-schedules/13/start","description":"<p>id에 맞는 일정의 타이머를 시작/종료하는 API입니다.</p>\n","urlObject":{"path":["today-schedules","13","start"],"host":["https://template.postman-echo.com"],"query":[],"variable":[]}},"response":[{"id":"8cead8b8-0632-43fc-a6f4-3e30ce6a08aa","name":"특정 일정 시작","originalRequest":{"method":"PATCH","header":[],"url":"https://template.postman-echo.com/today-schedules/13/start"},"status":"OK","code":200,"_postman_previewlanguage":null,"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":"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":"32"},{"key":"Date","value":"Sun, 23 Nov 2025 15:11:04 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"일정이 시작되었습니다."}],"_postman_id":"43d2d90e-c503-44d6-802f-121b9d15eed9"},{"name":"특정 일정 종료","id":"930d4f78-c2f4-42a1-ba38-c5c61bceda81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[],"url":"https://template.postman-echo.com/today-schedules/13/end","urlObject":{"path":["today-schedules","13","end"],"host":["https://template.postman-echo.com"],"query":[],"variable":[]}},"response":[{"id":"de47e205-5de6-44f1-bbb7-e91081a2a444","name":"특정 일정 종료","originalRequest":{"method":"PATCH","header":[],"url":"https://template.postman-echo.com/today-schedules/13/end"},"status":"OK","code":200,"_postman_previewlanguage":null,"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":"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":"33"},{"key":"Date","value":"Sun, 23 Nov 2025 15:11:16 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":" 일정이 종료되었습니다."}],"_postman_id":"930d4f78-c2f4-42a1-ba38-c5c61bceda81"},{"name":"로그인","id":"d9f91b28-db51-436f-9d31-cff11fc3b9ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\" : \"testuser12\",\r\n    \"password\" : \"password123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://template.postman-echo.com/user/login","description":"<p>회원가입된 계정을 로그인하는 API입니다. 응답으로 오는 토큰을 Authorization 탭의 Bearer Token에 넣고 사용합니다.</p>\n","urlObject":{"path":["user","login"],"host":["https://template.postman-echo.com"],"query":[],"variable":[]}},"response":[{"id":"1cabce5a-16e8-4ec7-96da-6c496e718267","name":"로그인","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\" : \"testuser12\",\r\n    \"password\" : \"password123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://template.postman-echo.com/user/login"},"status":"OK","code":200,"_postman_previewlanguage":null,"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":"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":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 23 Nov 2025 15:02:13 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"로그인 성공\",\n    \"token\": \"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ0ZXN0dXNlcjEyIiwiaWF0IjoxNzYzOTEwMTMzLCJleHAiOjE3NjM5MTE5MzN9.kf3vgismGsVG_QHnUelEHX_6DE2CcNo09WGeTFJN6CU\",\n    \"userInfo\": {\n        \"name\": \"테스트유저1\"\n    }\n}"}],"_postman_id":"d9f91b28-db51-436f-9d31-cff11fc3b9ae"},{"name":"회원가입","id":"32d550cd-ed9f-4efc-b3b8-f7d8147b72a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"id\": \"yoon1234\",\r\n  \"password\": \"1234\",\r\n  \"nickname\": \"테스트유저12234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://template.postman-echo.com/user/register","description":"<p>회원가입을 하는 API입니다.</p>\n","urlObject":{"path":["user","register"],"host":["https://template.postman-echo.com"],"query":[],"variable":[]}},"response":[{"id":"a410e190-1b75-4114-8d4b-c8b1dc435c03","name":"회원가입","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"id\": \"yoon1234\",\r\n  \"password\": \"1234\",\r\n  \"nickname\": \"테스트유저12234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://template.postman-echo.com/user/register"},"status":"Created","code":201,"_postman_previewlanguage":null,"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":"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":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 23 Nov 2025 15:03:40 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"회원가입에 성공했습니다.\"\n}"}],"_postman_id":"32d550cd-ed9f-4efc-b3b8-f7d8147b72a3"},{"name":"대시보드 정보 조회","id":"a3d1642b-5236-4d18-a8b8-47115f2b649d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://template.postman-echo.com/yesterday?date=2025-11-21","description":"<p>파라미터로 전달한 날짜에 맞는 일정 진행 결과를 가져오는 API입니다.</p>\n","urlObject":{"path":["yesterday"],"host":["https://template.postman-echo.com"],"query":[{"key":"date","value":"2025-11-21"}],"variable":[]}},"response":[{"id":"8cbccde3-ff91-43ac-88c9-2f3df28cef3e","name":"대시보드 정보 조회","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://template.postman-echo.com/yesterday?date=2025-11-21","host":["https://template.postman-echo.com"],"path":["yesterday"],"query":[{"key":"date","value":"2025-11-21"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"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":"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":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 23 Nov 2025 15:04:48 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"startDelayMinutes\": 1552,\n    \"totalDurationMinutes\": 15,\n    \"taskDurations\": [\n        {\n            \"title\": \"1번 일정\",\n            \"plannedDurationMinutes\": 120,\n            \"actualDurationMinutes\": 4\n        },\n        {\n            \"title\": \"3번 일정\",\n            \"plannedDurationMinutes\": 120,\n            \"actualDurationMinutes\": 11\n        }\n    ],\n    \"unfinishedTodoTitles\": [\n        \"2번 일정\",\n        \"4번 일정\"\n    ]\n}"}],"_postman_id":"a3d1642b-5236-4d18-a8b8-47115f2b649d"},{"name":"하루 마감 처리","id":"c0321d8e-a8d7-4d4e-a335-d911e361c55e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"url":"https://template.postman-echo.com/today-schedules/finish?date=2025-11-22","description":"<p>파라미터로 전달한 날짜에 맞는 전체 일정을 종료합니다.</p>\n","urlObject":{"path":["today-schedules","finish"],"host":["https://template.postman-echo.com"],"query":[{"key":"date","value":"2025-11-22"}],"variable":[]}},"response":[{"id":"39fc1524-f576-4752-94f3-66d6a8093c5f","name":"하루 마감 처리","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://template.postman-echo.com/today-schedules/finish?date=2025-11-22","host":["https://template.postman-echo.com"],"path":["today-schedules","finish"],"query":[{"key":"date","value":"2025-11-22"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"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":"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":"39"},{"key":"Date","value":"Sun, 23 Nov 2025 15:06:11 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"오늘 하루가 마감되었습니다."}],"_postman_id":"c0321d8e-a8d7-4d4e-a335-d911e361c55e"}],"event":[{"listen":"prerequest","script":{"id":"82e3fe2c-571f-4798-8883-16db3add1d6b","type":"text/javascript","requests":{},"exec":[""]}},{"listen":"test","script":{"id":"e83d8dac-e9ef-43dd-86bd-62273b4ab8a1","type":"text/javascript","requests":{},"exec":[""]}}],"variable":[{"key":"id","value":"1"},{"key":"base_url","value":"https://template.postman-echo.com"}]}