{"info":{"_postman_id":"78a5f257-d2d3-48bb-b8bf-a8556c7348ce","name":"TodoApp","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"51133118","collectionId":"78a5f257-d2d3-48bb-b8bf-a8556c7348ce","publishedId":"2sBXcBmh8V","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-02-13T02:23:37.000Z"},"item":[{"name":"TodoAPI","item":[{"name":"CreateTodo","id":"441cc38c-246c-4d07-a5be-de72baa9af87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"todo1\",\r\n    \"content\": \"할일\",\r\n    \"authorId\": 2,\r\n    \"password\": \"abcd1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/todos","urlObject":{"protocol":"http","port":"8080","path":["todos"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"441cc38c-246c-4d07-a5be-de72baa9af87"},{"name":"GetTodo","id":"d523e4b3-f3e0-4d12-98c9-e1dc440b766c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/todos/1","urlObject":{"protocol":"http","port":"8080","path":["todos","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d523e4b3-f3e0-4d12-98c9-e1dc440b766c"},{"name":"GetAllTodo","id":"e49975ba-3b8e-454e-9a1d-cdca44d39c08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/todos","urlObject":{"protocol":"http","port":"8080","path":["todos"],"host":["localhost"],"query":[{"disabled":true,"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"authorId","value":"1"}],"variable":[]}},"response":[],"_postman_id":"e49975ba-3b8e-454e-9a1d-cdca44d39c08"},{"name":"UpdateTodo","id":"d8bfc345-d7ca-4ec9-87fb-dfb2c6f69b79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"new_user1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/todos/1","urlObject":{"protocol":"http","port":"8080","path":["todos","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d8bfc345-d7ca-4ec9-87fb-dfb2c6f69b79"},{"name":"DeleteUser Copy","id":"071540d3-a197-4962-9d81-4ff337f6c292","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"abcd1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/todos/1","urlObject":{"protocol":"http","port":"8080","path":["todos","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"071540d3-a197-4962-9d81-4ff337f6c292"}],"id":"b25af123-fb58-42c4-8af3-b8eaa0f04804","description":"<p>TodoList CRUD</p>\n","_postman_id":"b25af123-fb58-42c4-8af3-b8eaa0f04804"},{"name":"UserAPI","item":[{"name":"Signin","id":"161cfe1e-1793-43fe-9013-db0c5f81cc9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"abcd@efg.com\",\r\n    \"password\": \"adcd1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/users/signin","urlObject":{"protocol":"http","port":"8080","path":["api","users","signin"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"161cfe1e-1793-43fe-9013-db0c5f81cc9d"},{"name":"CreateUser","id":"203df212-c146-434f-84d8-7c3aaac99b0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"user1\",\r\n    \"email\": \"abcd@efg.com\",\r\n    \"password\": \"abcd1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/users","urlObject":{"protocol":"http","port":"8080","path":["api","users"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"203df212-c146-434f-84d8-7c3aaac99b0d"},{"name":"GetUser","id":"66abe461-d683-423e-b739-f3d3451666ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/users/1","urlObject":{"protocol":"http","port":"8080","path":["api","users","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"66abe461-d683-423e-b739-f3d3451666ee"},{"name":"GetAllUsers","id":"ddd6390d-421b-41b4-a10a-7ede11ee6c43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/users","urlObject":{"protocol":"http","port":"8080","path":["api","users"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ddd6390d-421b-41b4-a10a-7ede11ee6c43"},{"name":"UpdateUser","id":"5e34c835-a9c6-48e2-b943-3f6ad279817e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"new_user1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/users/1","urlObject":{"protocol":"http","port":"8080","path":["api","users","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"5e34c835-a9c6-48e2-b943-3f6ad279817e"},{"name":"DeleteUser","id":"dd7329a3-86a4-4c38-8821-c2a4dcce91eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8080/api/users/1","urlObject":{"protocol":"http","port":"8080","path":["api","users","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"dd7329a3-86a4-4c38-8821-c2a4dcce91eb"}],"id":"1401a398-ca04-4a89-bc4f-4c3a5cd40931","_postman_id":"1401a398-ca04-4a89-bc4f-4c3a5cd40931","description":""}]}