{"info":{"_postman_id":"40a1e679-8662-4db7-a118-23a22528b912","name":"Todo API develop","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"44735337","collectionId":"40a1e679-8662-4db7-a118-23a22528b912","publishedId":"2sB2qdezDn","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-05-26T19:49:25.000Z"},"item":[{"name":"User","item":[{"name":"CREATE","id":"c21748e1-81b0-4b2b-9105-d030d31c6344","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"c2519e2e-2065-4aaa-8fbd-08d0e5a1d54d","name":"유저 생성","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\":\"test\",\n    \"email\":\"test1@email.com\",\n    \"password\":1234\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/signup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 26 May 2025 19:35:00 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 201,\n    \"message\": \"created\",\n    \"body\": {\n        \"id\": 9,\n        \"name\": \"test\",\n        \"email\": \"test1@email.com\",\n        \"createdAt\": \"2025-05-27T04:35:00.882953\",\n        \"updatedAt\": \"2025-05-27T04:35:00.882953\"\n    }\n}"},{"id":"cd527c1b-ee9b-4d6b-92b3-fa232f06ac33","name":"유저 생성 - 필수값 누락","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\":\"\",\n    \"email\":\"test\",\n    \"password\":12\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/signup"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 26 May 2025 18:38:04 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 400,\n    \"message\": \"입력값이 올바르지 않습니다.\",\n    \"body\": {\n        \"password\": \"비밀번호는 4자리 이상입력하세요.\",\n        \"name\": \"이름을 입력하세요.\",\n        \"email\": \"이메일 형식을 입력하세요.\"\n    }\n}"},{"id":"e9f2f602-6d3a-4f8a-a13b-71fdd545c91a","name":"유저 생성 - 이메일 중복","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\":\"유저4번\",\n    \"email\":\"user2@email.com\",\n    \"password\":2222\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/signup"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 26 May 2025 19:04:09 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 400,\n    \"message\": \"이미 존재하는 이메일입니다.\",\n    \"body\": null\n}"}],"_postman_id":"c21748e1-81b0-4b2b-9105-d030d31c6344"},{"name":"READ","id":"2487cb63-10f1-4aa0-ab63-7fcaa85a41fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/users","urlObject":{"path":["users"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"ac6ce0e3-0684-474b-8401-b8db3c90ab48","name":"특정 id 유저 조회","originalRequest":{"method":"GET","header":[],"url":"{{host}}/users/3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 26 May 2025 19:30:07 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"message\": \"success\",\n    \"body\": {\n        \"id\": 3,\n        \"name\": \"김철수\",\n        \"email\": \"user3@email.com\",\n        \"createdAt\": \"2025-05-26T10:59:01.573894\",\n        \"updatedAt\": \"2025-05-26T10:59:01.573894\"\n    }\n}"},{"id":"da2ab27b-ebe3-4b7b-8158-56ab7555e45b","name":"특정 id 유저 조회 - 실패","originalRequest":{"method":"GET","header":[],"url":"{{host}}/users/10"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 26 May 2025 19:30:16 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 404,\n    \"message\": \"사용자를 찾을수 없습니다.\",\n    \"body\": null\n}"}],"_postman_id":"2487cb63-10f1-4aa0-ab63-7fcaa85a41fd"},{"name":"UPDATE","id":"b74ec252-3391-4db4-b40f-73b6e2d8386a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"72a402be-02ab-481f-b4a2-0af58a16e079","name":"유저 수정 - 이름 수정","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"수정된 이름\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/users/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 26 May 2025 19:30:25 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"message\": \"success\",\n    \"body\": {\n        \"id\": 2,\n        \"name\": \"수정된 이름\",\n        \"email\": \"user2@email.com\",\n        \"createdAt\": \"2025-05-25T00:34:44.259388\",\n        \"updatedAt\": \"2025-05-25T17:29:25.481102\"\n    }\n}"},{"id":"aa23b7b6-6723-48f0-b95c-97518626f14e","name":"유저 수정 - 필수값 누락","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/users/4"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 26 May 2025 18:41:31 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 400,\n    \"message\": \"입력값이 올바르지 않습니다.\",\n    \"body\": {\n        \"titleOrContentPresent\": \"이름,이메일중 하나는 반드시 입력해야 합니다.\"\n    }\n}"}],"_postman_id":"b74ec252-3391-4db4-b40f-73b6e2d8386a"},{"name":"DELETE","id":"3bc94e1c-95f4-42da-9cf9-6cafa1757e63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"e108698f-ce9c-4fe9-b55f-42e857fbdb26","name":"유저 삭제","originalRequest":{"method":"DELETE","header":[],"url":"{{host}}/users/7"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 26 May 2025 19:31:59 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"message\": \"success\",\n    \"body\": null\n}"},{"id":"081e55f6-7fdc-433a-8641-dd31a97aa173","name":"유저 삭제 - 실패","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{host}}/users/10"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 26 May 2025 18:58:33 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 404,\n    \"message\": \"사용자를 찾을수 없습니다.\",\n    \"body\": null\n}"}],"_postman_id":"3bc94e1c-95f4-42da-9cf9-6cafa1757e63"}],"id":"25c62df8-56b8-4bb0-8a14-91cbe1d58f9c","_postman_id":"25c62df8-56b8-4bb0-8a14-91cbe1d58f9c","description":""},{"name":"Schedule","item":[{"name":"CREATE","id":"f82533c8-e2ea-40c8-a8e8-a64cfa5e48c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"잠자기\",\n    \"content\": \"낮잠\",\n    \"name\": \"홍길동\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/schedules","urlObject":{"path":["schedules"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"e0edc254-46a1-4d63-bcab-0375e7796886","name":"일정 생성","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"밥먹기\",\n    \"content\": \"짜장면\",\n    \"userId\": 4\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/schedules"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 26 May 2025 19:19:07 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 201,\n    \"message\": \"created\",\n    \"body\": {\n        \"id\": 3,\n        \"title\": \"밥먹기\",\n        \"content\": \"짜장면\",\n        \"name\": \"이순신\",\n        \"createdAt\": \"2025-05-27T04:19:07.212683\",\n        \"updatedAt\": \"2025-05-27T04:19:07.212683\"\n    }\n}"},{"id":"dd5bd867-bbb8-471d-9383-32c37fe1b2db","name":"일정 생성 - 입력오류","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"\",\n    \"content\": \"짜장면-ㅁ니;아ㅓ림ㄴ어리;ㅏㅁㄴ어리ㅏ;ㅓㅁ닝;ㅏㅓ리ㅏ;ㅁㄴ이라먼아ㅣㄹㅁ니아ㅓ리;ㅏㅁㄴ어리ㅏ;ㅁ널;ㅣㅏㄴ엄리;먼이;ㅏ럼ㄴ;ㅣㅏㅇ러미;나ㅓㅇ리ㅏ;ㅁ넝리;ㅏㅓㅁㄴ이ㅏ;러민;ㅏ어리;ㅏㅁ넝리;ㅏㅓㅁ니;어리;ㅏㅁ넝;ㅣ러ㅣㅏㄴ\",\n    \"name\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/schedules"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 26 May 2025 18:08:58 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 400,\n    \"message\": \"입력값이 올바르지 않습니다.\",\n    \"body\": {\n        \"title\": \"제목을 입력하세요.\",\n        \"userId\": \"아이디를 입력하세요\",\n        \"content\": \"내용은 60자 이내입니다.\"\n    }\n}"},{"id":"6cea6143-8daf-4d82-8fdb-e3807299259e","name":"일정 생성 - 유저 x","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"밥먹기\",\n    \"content\": \"짜장면\",\n    \"userId\": 10\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/schedules"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 26 May 2025 18:58:01 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"statusCode\": 404,\n    \"message\": \"사용자를 찾을수 없습니다.\",\n    \"body\": null\n}"}],"_postman_id":"f82533c8-e2ea-40c8-a8e8-a64cfa5e48c6"},{"name":"READ","id":"f9c808f7-589c-41c1-83d6-ed4c385c8847","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"a5dfd0ff-189c-4e45-88ca-80499c44df54","name":"전체 일정 조회","originalRequest":{"method":"GET","header":[],"url":"{{host}}/schedules"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 26 May 2025 19:19:24 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"message\": \"success\",\n    \"body\": [\n        {\n            \"id\": 1,\n            \"title\": \"공부하기\",\n            \"content\": \"스프링\",\n            \"name\": \"김철수\",\n            \"createdAt\": \"2025-05-26T11:15:13.440214\",\n            \"updatedAt\": \"2025-05-26T11:15:13.440214\"\n        },\n        {\n            \"id\": 2,\n            \"title\": \"밥먹기\",\n            \"content\": \"짜장면\",\n            \"name\": \"이순신\",\n            \"createdAt\": \"2025-05-27T03:57:24.447185\",\n            \"updatedAt\": \"2025-05-27T03:57:24.447185\"\n        },\n        {\n            \"id\": 3,\n            \"title\": \"밥먹기\",\n            \"content\": \"짜장면\",\n            \"name\": \"이순신\",\n            \"createdAt\": \"2025-05-27T04:19:07.212683\",\n            \"updatedAt\": \"2025-05-27T04:19:07.212683\"\n        }\n    ]\n}"},{"id":"df8d9285-58a7-4f41-898b-593f31509ede","name":"특정 id 일정 조회","originalRequest":{"method":"GET","header":[],"url":"{{host}}/schedules/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 26 May 2025 19:19:31 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"message\": \"success\",\n    \"body\": {\n        \"id\": 2,\n        \"title\": \"밥먹기\",\n        \"content\": \"짜장면\",\n        \"name\": \"이순신\",\n        \"createdAt\": \"2025-05-27T03:57:24.447185\",\n        \"updatedAt\": \"2025-05-27T03:57:24.447185\"\n    }\n}"},{"id":"655d01f6-32a1-4a9a-8092-5bda98ef2b0b","name":"특정 id 일정 조회 - 실패","originalRequest":{"method":"GET","header":[],"url":"{{host}}/schedules/100"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 26 May 2025 19:22:52 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 404,\n    \"message\": \"일정을 찾을수 없습니다.\",\n    \"body\": null\n}"}],"_postman_id":"f9c808f7-589c-41c1-83d6-ed4c385c8847"},{"name":"UPDATE","id":"b33b88bc-6b82-4e22-ae74-45f4067cf5c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"3c069b3e-d5d3-4f83-958d-f82e97315d92","name":"일정 수정 - 제목, 내용 수정","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"수정- 일정3번\",\n    \"content\": \"수정 - 수정된내용\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/schedules/3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 26 May 2025 19:23:02 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"message\": \"success\",\n    \"body\": {\n        \"id\": 3,\n        \"title\": \"수정- 일정3번\",\n        \"content\": \"수정 - 수정된내용\",\n        \"name\": \"이순신\",\n        \"createdAt\": \"2025-05-27T04:19:07.212683\",\n        \"updatedAt\": \"2025-05-27T04:23:02.683727\"\n    }\n}"},{"id":"144a14de-6d73-40d4-a3c9-152c65759f79","name":"일정 수정 - 필드 누락","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/schedules/2"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 26 May 2025 18:26:45 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 400,\n    \"message\": \"입력값이 올바르지 않습니다.\",\n    \"body\": {\n        \"titleOrContentPresent\": \"제목,내용중 하나는 반드시 입력해야 합니다.\"\n    }\n}"},{"id":"9746c137-7c6d-4c3d-98f7-45dd337618ea","name":"일정 수정 - 요청 본문 누락","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{host}}/schedules/1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 26 May 2025 18:32:06 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 400,\n    \"message\": \"RequestBody가 누락되었습니다.\",\n    \"body\": null\n}"}],"_postman_id":"b33b88bc-6b82-4e22-ae74-45f4067cf5c3"},{"name":"DELETE","id":"5b9534ef-99df-436f-837c-8a7d663c2db7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"2beda684-18d9-4022-8b94-bbb0b1cdf87d","name":"일정 삭제","originalRequest":{"method":"DELETE","header":[],"url":"{{host}}/schedules/7"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 26 May 2025 19:24:07 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"message\": \"success\",\n    \"body\": null\n}"},{"id":"068c1d12-2743-4ecb-8346-50c1d9e4a2d9","name":"일정 삭제 - 실패","originalRequest":{"method":"DELETE","header":[],"url":"{{host}}/schedules/5"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 26 May 2025 19:24:16 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 404,\n    \"message\": \"일정을 찾을수 없습니다.\",\n    \"body\": null\n}"}],"_postman_id":"5b9534ef-99df-436f-837c-8a7d663c2db7"}],"id":"74311cb8-5ec1-4a1d-9749-b5f26ba2d50d","_postman_id":"74311cb8-5ec1-4a1d-9749-b5f26ba2d50d","description":""},{"name":"Login","id":"6ab090bd-683d-43bb-bdd8-8d9a978ecb38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"1e5b84f1-9923-42bb-b2bf-3bae38486037","name":"Login - 성공","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\":\"test@email.com\",\n    \"password\":1234\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 26 May 2025 19:29:25 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"message\": \"success\",\n    \"body\": {\n        \"id\": 5,\n        \"name\": \"testUser\",\n        \"email\": \"test@email.com\"\n    }\n}"},{"id":"85f9385e-efed-4d00-ba20-e7e2dcb6acae","name":"Login - 실패 (이메일 틀림)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\":\"testE@email.com\",\n    \"password\":123\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/login"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 26 May 2025 19:10:11 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 401,\n    \"message\": \"등록되지 않은 이메일입니다.\",\n    \"body\": null\n}"},{"id":"4f54d5a2-7bca-4280-b8ab-80dd71215206","name":"Login - 실패(비밀번호 틀림)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\":\"user2@email.com\",\n    \"password\":1111\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/login"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 26 May 2025 19:10:17 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 401,\n    \"message\": \"비밀번호가 틀립니다.\",\n    \"body\": null\n}"},{"id":"bb25f4f5-61c3-4b93-b592-42173cba821f","name":"Login - 실패 (필수값 누락)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/login"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 26 May 2025 19:10:23 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 400,\n    \"message\": \"입력값이 올바르지 않습니다.\",\n    \"body\": {\n        \"password\": \"비밀번호를 입력하세요\",\n        \"email\": \"이메일을 입력하세요\"\n    }\n}"}],"_postman_id":"6ab090bd-683d-43bb-bdd8-8d9a978ecb38"},{"name":"Logout","id":"094c1808-1e24-4d13-a49e-1bbecb2e4630","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{host}}/logout","urlObject":{"path":["logout"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"e88efac9-9897-4f89-ab65-3d8d424076f6","name":"Logout","originalRequest":{"method":"POST","header":[],"url":"{{host}}/logout"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 26 May 2025 19:29:39 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"message\": \"success\",\n    \"body\": null\n}"}],"_postman_id":"094c1808-1e24-4d13-a49e-1bbecb2e4630"}]}