{"info":{"_postman_id":"bde025f3-2348-48e6-ae62-74752b7d67bc","name":"Usuarios","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"10265749","collectionId":"bde025f3-2348-48e6-ae62-74752b7d67bc","publishedId":"2s93XyTNG8","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-04-15T16:53:33.000Z"},"item":[{"name":"Login","id":"b3861b0f-6937-4c97-ae30-e84abcb5c16d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"novolar@mail.com\",\r\n  \"senha\": \"12345678\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{localhost}}/login","urlObject":{"path":["login"],"host":["{{localhost}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b3861b0f-6937-4c97-ae30-e84abcb5c16d"},{"name":"Get tutores","id":"8d0b3e1f-d7c3-4c50-9c02-5d6eff04d4d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{localhost}}/tutores","urlObject":{"path":["tutores"],"host":["{{localhost}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8d0b3e1f-d7c3-4c50-9c02-5d6eff04d4d5"},{"name":"Post tutores","id":"5c626255-11b8-4980-bd1e-ea9ec44b5aed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"johndoe@mail.com\",\r\n  \"senha\": \"12345678\",\r\n  \"tipo\": \"Tutor\",\r\n  \"nome\": \"John Doe\",\r\n  \"foto\": \"https://picsum.photos/200\",\r\n  \"endereco\": \"Rua das palmeiras, 34\",\r\n  \"telefone\": \"99999-9999\",\r\n  \"cidade\": \"São Paulo\",\r\n  \"sobre\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/tutores","urlObject":{"protocol":"http","port":"3000","path":["tutores"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c626255-11b8-4980-bd1e-ea9ec44b5aed"},{"name":"Get tutores por id","id":"9c7d6c01-6f9e-4d12-baaf-7bf735bdb4c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{localhost}}/tutores/64383b6145b412aeb2a5ca27","urlObject":{"path":["tutores","64383b6145b412aeb2a5ca27"],"host":["{{localhost}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9c7d6c01-6f9e-4d12-baaf-7bf735bdb4c1"},{"name":"Put tutores","id":"f7a92880-33c4-4742-b23e-3d8242bcc191","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"{{localhost}}/tutores/64383b6145b412aeb2a5ca27","urlObject":{"path":["tutores","64383b6145b412aeb2a5ca27"],"host":["{{localhost}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f7a92880-33c4-4742-b23e-3d8242bcc191"},{"name":"Delete tutores","id":"c9352ebc-04c1-4309-8f36-4dc7f2e400b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{localhost}}/tutores/64383b6145b412aeb2a5ca27","urlObject":{"path":["tutores","64383b6145b412aeb2a5ca27"],"host":["{{localhost}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c9352ebc-04c1-4309-8f36-4dc7f2e400b3"},{"name":"Get abrigos","id":"49b222b6-5adf-4212-8e4b-96db173115d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{localhost}}/abrigos","urlObject":{"path":["abrigos"],"host":["{{localhost}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"49b222b6-5adf-4212-8e4b-96db173115d0"},{"name":"Get abrigos por id","id":"515cdd71-a68a-437b-b1bd-05daed3f9498","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{localhost}}/abrigos/64383b6145b412aeb2a5ca27","urlObject":{"path":["abrigos","64383b6145b412aeb2a5ca27"],"host":["{{localhost}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"515cdd71-a68a-437b-b1bd-05daed3f9498"},{"name":"Post abrigos","id":"f67e3311-fa17-4c0e-9dad-ee53276b9379","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"novolar@mail.com\",\r\n  \"senha\": \"12345678\",\r\n  \"tipo\": \"Abrigo\",\r\n  \"nome\": \"Novo Lar\",\r\n  \"foto\": \"https://picsum.photos/200\",\r\n  \"endereco\": \"Rua Conselheiro Moreira de Barros, 73\",\r\n  \"telefone\": \"99999-9999\",\r\n  \"cidade\": \"São Paulo\",\r\n  \"sobre\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/abrigos","urlObject":{"protocol":"http","port":"3000","path":["abrigos"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f67e3311-fa17-4c0e-9dad-ee53276b9379"},{"name":"Put abrigos","id":"1cc6653f-9f30-4cbd-8cfd-6c7d6f3550fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"{{localhost}}/abrigos/64383b6145b412aeb2a5ca27","urlObject":{"path":["abrigos","64383b6145b412aeb2a5ca27"],"host":["{{localhost}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1cc6653f-9f30-4cbd-8cfd-6c7d6f3550fb"},{"name":"Delete abrigo","id":"0f14c79a-76c6-4a1e-80ae-3894529a3f33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{localhost}}/abrigos/64383b6145b412aeb2a5ca27","urlObject":{"path":["abrigos","64383b6145b412aeb2a5ca27"],"host":["{{localhost}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0f14c79a-76c6-4a1e-80ae-3894529a3f33"}]}