{"info":{"_postman_id":"e81fcc0f-151c-4f05-ba16-3a7b18df148b","name":"Desafio-01","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"Projects","item":[{"name":"GetAll Projects","id":"8ecdf4d5-3b06-4ec0-b878-bdf929e697c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3003/projects"},"response":[],"_postman_id":"8ecdf4d5-3b06-4ec0-b878-bdf929e697c8"},{"name":"Create Project","id":"b94807df-76ac-482f-bcf8-ae2e84723bd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"  {\n  \n    \"title\": \"Novo projeto2\",\n    \"tasks\": []\n  }"},"url":"http://localhost:3003/projects"},"response":[],"_postman_id":"b94807df-76ac-482f-bcf8-ae2e84723bd3"},{"name":"Update Project","id":"14fa608d-9f45-4159-85dd-bc9a1e090dd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"  {\n    \"title\": \"XXXXX\"\n \n  }"},"url":"http://localhost:3000/projects/1"},"response":[],"_postman_id":"14fa608d-9f45-4159-85dd-bc9a1e090dd0"},{"name":"Delete Project","id":"f0f63ce2-3bdc-4f72-bd32-4b74958d0f29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":"http://localhost:3000/projects/1"},"response":[],"_postman_id":"f0f63ce2-3bdc-4f72-bd32-4b74958d0f29"}],"id":"fda6e024-e8a6-4830-a2ac-74b955991ad5","_postman_id":"fda6e024-e8a6-4830-a2ac-74b955991ad5"},{"name":"Tasks in Project","item":[{"name":"Create Task in Project","id":"b600d916-f7a7-495e-a2c5-55f3e7f27dc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Nova tarefa\"\n}"},"url":"http://localhost:3003/projects/1/tasks"},"response":[],"_postman_id":"b600d916-f7a7-495e-a2c5-55f3e7f27dc3"}],"id":"32c09776-deab-43b1-a033-7e99b3c71feb","_postman_id":"32c09776-deab-43b1-a033-7e99b3c71feb"}]}