{"info":{"_postman_id":"ef068e13-bddf-448f-9c35-b15708a9ecc4","name":"AdoptMe","description":"<html><head></head><body><p>Projeto final da <strong>Gama Experience - XP41. Grupo 3</strong>.</p>\n<p>A aplicação <strong>adopt.me</strong> é responsável por conectar pessoas que têm o desejo de adotar um animal com aquelas que estão doando.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"21559218","collectionId":"ef068e13-bddf-448f-9c35-b15708a9ecc4","publishedId":"UzBsHjau","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-06-27T03:34:34.000Z"},"item":[{"name":"Users","item":[{"name":"Create User","id":"083cd4d1-c82b-4340-a893-bfab38fb3b15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name_user","value":"Nome do usuário","type":"text"},{"key":"email","value":"email.usuario@gmail.com","type":"text"},{"key":"password","value":"senhasecreta","type":"text"},{"key":"address","value":"Rua do Usuário, 101 ","type":"text"},{"key":"phone","value":"(11) 1234-5678 ","type":"text"},{"key":"mobile","value":"(11) 99779-9797","type":"text"},{"key":"comments","value":"Moro sozinho em um apartamento e quero adotar um gato.","type":"text"},{"key":"whats","value":"true","type":"text"},{"key":"image","type":"file","src":"/C:/Users/Luiza/Downloads/cat-valente.jpg"}]},"url":"https://adoptme-app.herokuapp.com/user","description":"<p>Com esse endpoint, você poderá <strong>criar um novo usuário</strong> no sistema. São campos opcionais: \"phone\" e \"comments\". Todos os demais campos são obrigatórios à requisição.</p>\n<p>Em caso de sucesso, será retornado o usuário cadastrado.</p>\n","urlObject":{"protocol":"https","path":["user"],"host":["adoptme-app","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"6d985177-d5b8-453e-bdba-9012e11eca36","name":"Status 201 - Usuário Criado","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name_user","value":"Nome do usuário","type":"text"},{"key":"email","value":"email.usuario@gmail.com","type":"text"},{"key":"password","value":"senhasecreta","type":"text"},{"key":"address","value":"Rua do Usuário, 101 ","type":"text"},{"key":"phone","value":"(11) 1234-5678 ","type":"text"},{"key":"mobile","value":"(11) 99779-9797","type":"text"},{"key":"comments","value":"Moro sozinho em um apartamento e quero adotar um gato.","type":"text"},{"key":"whats","value":"true","type":"text"},{"key":"image","type":"file","src":"/C:/Users/Luiza/Downloads/cat-valente.jpg"}]},"url":"https://adoptme-app.herokuapp.com/user"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"479"},{"key":"Etag","value":"W/\"1df-efldGjInkrg5qDZymBcn6GXcVZ4\""},{"key":"Date","value":"Sat, 02 Jul 2022 15:16:48 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"user_id\": 23,\n    \"name_user\": \"Nome do usuário\",\n    \"email\": \"email.usuario@gmail.com\",\n    \"password\": \"$2b$06$RIcCAAhd/gWH2BsNFx2isuKPubTHU04VK7TE4p1ZPhk5UF5UEb2zi\",\n    \"address\": \"Rua do Usuário, 101 \",\n    \"phone\": \"(11) 1234-5678 \",\n    \"mobile\": \"(11) 99779-9797\",\n    \"comments\": \"Moro sozinho em um apartamento e quero adotar um gato.\",\n    \"whats\": true,\n    \"status\": true,\n    \"image_user\": \"v1656775008/adoptme/users/g0hslzlc4fl92qmkclv8.jpg\",\n    \"updatedAt\": \"2022-07-02T15:16:48.422Z\",\n    \"createdAt\": \"2022-07-02T15:16:48.422Z\"\n}"},{"id":"cce207bc-abf6-43e4-8d3c-ed7f740d5b0c","name":"Status 404 - E-mail já cadastrado","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name_user","value":"Nome do usuário","type":"text"},{"key":"email","value":"email.usuario@gmail.com","type":"text"},{"key":"password","value":"senhasecreta","type":"text"},{"key":"address","value":"Rua do Usuário, 101 ","type":"text"},{"key":"phone","value":"(11) 1234-5678 ","type":"text"},{"key":"mobile","value":"(11) 99779-9797","type":"text"},{"key":"comments","value":"Moro sozinho em um apartamento e quero adotar um gato.","type":"text"},{"key":"whats","value":"true","type":"text"},{"key":"image","type":"file","src":"/C:/Users/Luiza/Downloads/cat-valente.jpg"}]},"url":"https://adoptme-app.herokuapp.com/user"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"23"},{"key":"Etag","value":"W/\"17-qLZGGT4BA38uhYCh+UIi/ubPStg\""},{"key":"Date","value":"Sat, 02 Jul 2022 15:17:27 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"\"E-mail já cadastrado\""}],"_postman_id":"083cd4d1-c82b-4340-a893-bfab38fb3b15"},{"name":"List All Users","id":"776218a9-a42e-47c8-be3b-a75ba81c8fdf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoyMywiZW1haWwiOiJlbWFpbC51c3VhcmlvQGdtYWlsLmNvbSIsIm5hbWVfdXNlciI6Ik5vbWUgZG8gdXN1w6FyaW8iLCJhZGRyZXNzIjoiUnVhIGRvIFVzdcOhcmlvLCAxMDEgIiwicGhvbmUiOiIoMTEpIDEyMzQtNTY3OCAiLCJpYXQiOjE2NTY3NzU1NjZ9.m9jgzXHUux2lF_G2noxfQW1mdZ0OYzdGVVfVSAkG4w0","type":"text"}],"url":"https://adoptme-app.herokuapp.com/user/","description":"<p>Com esse endpoint, você poderá <strong>listar todos os usuários ativos</strong> no sistema. É necessário estar logado para realizar a requisição.</p>\n","urlObject":{"protocol":"https","path":["user",""],"host":["adoptme-app","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"776218a9-a42e-47c8-be3b-a75ba81c8fdf"},{"name":"List Pets By User","id":"3842ea4e-d74d-49d4-8557-fe83adeb13d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoyMywiZW1haWwiOiJlbWFpbC51c3VhcmlvQGdtYWlsLmNvbSIsIm5hbWVfdXNlciI6Ik5vbWUgZG8gdXN1w6FyaW8iLCJhZGRyZXNzIjoiUnVhIGRvIFVzdcOhcmlvLCAxMDEgIiwicGhvbmUiOiIoMTEpIDEyMzQtNTY3OCAiLCJpYXQiOjE2NTY3NzU1NjZ9.m9jgzXHUux2lF_G2noxfQW1mdZ0OYzdGVVfVSAkG4w0","type":"text"}],"url":"https://adoptme-app.herokuapp.com/user/:id_user","description":"<p>Com esse endpoint, você poderá <strong>listar todos os pets ativos cadastrados pelo usuário</strong> que está logado no sistema.</p>\n<p>É necessário informar o ID do usuário na URL.</p>\n","urlObject":{"protocol":"https","path":["user",":id_user"],"host":["adoptme-app","herokuapp","com"],"query":[],"variable":[{"type":"any","value":null,"key":"id_user"}]}},"response":[],"_postman_id":"3842ea4e-d74d-49d4-8557-fe83adeb13d0"},{"name":"Update User","id":"20ee4848-3ad8-459f-aefb-bc3579ad02fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoyMywiZW1haWwiOiJlbWFpbC51c3VhcmlvQGdtYWlsLmNvbSIsIm5hbWVfdXNlciI6Ik5vbWUgZG8gdXN1w6FyaW8iLCJhZGRyZXNzIjoiUnVhIGRvIFVzdcOhcmlvLCAxMDEgIiwicGhvbmUiOiIoMTEpIDEyMzQtNTY3OCAiLCJpYXQiOjE2NTY3NzcxNzh9.HZ7aGLM-9MvfedQXTcF04Y1OCMMstLoGihImCq-OE5M","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name_user","value":"Nome do usuário Atualizado","type":"text"},{"key":"password","value":"senhasecreta","type":"text"},{"key":"address","value":"Rua do Usuário, 101 ","type":"text"},{"key":"phone","value":"(11) 1234-5678","type":"text"},{"key":"mobile","value":"(11) 99779-9797","type":"text"},{"key":"comments","value":"Moro sozinho em um apartamento e quero adotar um gato ou um cachorro.","type":"text"},{"key":"whats","value":"false","type":"text"},{"key":"image","type":"file","src":"/C:/Users/Luiza/Downloads/user-photo.jpg"}]},"url":"https://adoptme-app.herokuapp.com/user/:id_user","description":"<p>Com esse endpoint, você poderá <strong>atualizar alguns dados de um usuário cadastrado</strong> no sistema.</p>\n<p>É necessário informar o ID do usuário na URL. Todos os campos são opcionais e não é possível atualizar o e-mail do usuário.</p>\n<p>Em caso de sucesso, será retornado o usuário com os dados atualizados.</p>\n","urlObject":{"protocol":"https","path":["user",":id_user"],"host":["adoptme-app","herokuapp","com"],"query":[],"variable":[{"type":"any","value":null,"key":"id_user"}]}},"response":[{"id":"a3f0758a-03d9-4780-abf6-bf42af44f66d","name":"Status 201 - Usuário Atualizado","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoyMywiZW1haWwiOiJlbWFpbC51c3VhcmlvQGdtYWlsLmNvbSIsIm5hbWVfdXNlciI6Ik5vbWUgZG8gdXN1w6FyaW8iLCJhZGRyZXNzIjoiUnVhIGRvIFVzdcOhcmlvLCAxMDEgIiwicGhvbmUiOiIoMTEpIDEyMzQtNTY3OCAiLCJpYXQiOjE2NTY3NzcxNzh9.HZ7aGLM-9MvfedQXTcF04Y1OCMMstLoGihImCq-OE5M","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name_user","value":"Nome do usuário Atualizado","type":"text"},{"key":"password","value":"senhasecreta","type":"text"},{"key":"address","value":"Rua do Usuário, 101 ","type":"text"},{"key":"phone","value":"(11) 1234-5678","type":"text"},{"key":"mobile","value":"(11) 99779-9797","type":"text"},{"key":"comments","value":"Moro sozinho em um apartamento e quero adotar um gato ou um cachorro.","type":"text"},{"key":"whats","value":"false","type":"text"},{"key":"image","type":"file","src":"/C:/Users/Luiza/Downloads/user-photo.jpg"}]},"url":"https://adoptme-app.herokuapp.com/user/23"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"505"},{"key":"Etag","value":"W/\"1f9-f+fzYqQZv5cw1Ra5KLhxUcXbkqI\""},{"key":"Date","value":"Sat, 02 Jul 2022 15:53:15 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"user_id\": 23,\n    \"name_user\": \"Nome do usuário Atualizado\",\n    \"email\": \"email.usuario@gmail.com\",\n    \"address\": \"Rua do Usuário, 101 \",\n    \"mobile\": \"(11) 99779-9797\",\n    \"whats\": false,\n    \"phone\": \"(11) 1234-5678\",\n    \"password\": \"$2b$06$oOv6HmlFh6mE7nufNL.4L.Z24CSbuCob2xb6pdIpo4nozWlgQHcnK\",\n    \"comments\": \"Moro sozinho em um apartamento e quero adotar um gato ou um cachorro.\",\n    \"status\": true,\n    \"image_user\": \"v1656777195/adoptme/users/hjt5nugzapag6nfkuylt.jpg\",\n    \"createdAt\": \"2022-07-02T15:16:48.000Z\",\n    \"updatedAt\": \"2022-07-02T15:53:15.000Z\"\n}"}],"_postman_id":"20ee4848-3ad8-459f-aefb-bc3579ad02fd"},{"name":"Delete User","id":"5dfab150-279f-400c-836c-ceb9019fbdd1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoyMywiZW1haWwiOiJlbWFpbC51c3VhcmlvQGdtYWlsLmNvbSIsIm5hbWVfdXNlciI6Ik5vbWUgZG8gdXN1w6FyaW8iLCJhZGRyZXNzIjoiUnVhIGRvIFVzdcOhcmlvLCAxMDEgIiwicGhvbmUiOiIoMTEpIDEyMzQtNTY3OCAiLCJpYXQiOjE2NTY3NzcxNzh9.HZ7aGLM-9MvfedQXTcF04Y1OCMMstLoGihImCq-OE5M","type":"text"}],"url":"https://adoptme-app.herokuapp.com/user/delete/:id_user","description":"<p>Com esse endpoint, você poderá <strong>desativar um usuário cadastrado</strong> no sistema. Apenas o próprio usuário, logado, pode realizar essa ação.</p>\n<p>É necessário informar o ID do usuário na URL.</p>\n","urlObject":{"protocol":"https","path":["user","delete",":id_user"],"host":["adoptme-app","herokuapp","com"],"query":[],"variable":[{"type":"any","value":null,"key":"id_user"}]}},"response":[{"id":"5675e383-34f9-411e-80ec-19d17f1afd94","name":"Status 200 - Usuário Desativado","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoyMywiZW1haWwiOiJlbWFpbC51c3VhcmlvQGdtYWlsLmNvbSIsIm5hbWVfdXNlciI6Ik5vbWUgZG8gdXN1w6FyaW8iLCJhZGRyZXNzIjoiUnVhIGRvIFVzdcOhcmlvLCAxMDEgIiwicGhvbmUiOiIoMTEpIDEyMzQtNTY3OCAiLCJpYXQiOjE2NTY3NzcxNzh9.HZ7aGLM-9MvfedQXTcF04Y1OCMMstLoGihImCq-OE5M","type":"text"}],"url":"https://adoptme-app.herokuapp.com/user/delete/23"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"506"},{"key":"Etag","value":"W/\"1fa-lP+5x9TqLef3YtFbraeYCKMj3IA\""},{"key":"Date","value":"Sat, 02 Jul 2022 16:39:35 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"user_id\": 23,\n    \"name_user\": \"Nome do usuário Atualizado\",\n    \"email\": \"email.usuario@gmail.com\",\n    \"address\": \"Rua do Usuário, 101 \",\n    \"mobile\": \"(11) 99779-9797\",\n    \"whats\": false,\n    \"phone\": \"(11) 1234-5678\",\n    \"password\": \"$2b$06$oOv6HmlFh6mE7nufNL.4L.Z24CSbuCob2xb6pdIpo4nozWlgQHcnK\",\n    \"comments\": \"Moro sozinho em um apartamento e quero adotar um gato ou um cachorro.\",\n    \"status\": false,\n    \"image_user\": \"v1656777195/adoptme/users/hjt5nugzapag6nfkuylt.jpg\",\n    \"createdAt\": \"2022-07-02T15:16:48.000Z\",\n    \"updatedAt\": \"2022-07-02T16:39:35.000Z\"\n}"}],"_postman_id":"5dfab150-279f-400c-836c-ceb9019fbdd1"}],"id":"da5975e7-1ce6-4719-ab06-1afdce055e0a","_postman_id":"da5975e7-1ce6-4719-ab06-1afdce055e0a","description":""},{"name":"Pets","item":[{"name":"Create Pet","id":"7518133d-8143-467d-bf3a-8d53f92eeb5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoyMywiZW1haWwiOiJlbWFpbC51c3VhcmlvQGdtYWlsLmNvbSIsIm5hbWVfdXNlciI6Ik5vbWUgZG8gdXN1w6FyaW8gQXR1YWxpemFkbyIsImFkZHJlc3MiOiJSdWEgZG8gVXN1w6FyaW8sIDEwMSAiLCJwaG9uZSI6IigxMSkgMTIzNC01Njc4IiwiaWF0IjoxNjU2Nzc5NTYxfQ.FN79EI59dh3xt1mk62r3Qcif02SAHUR5aqxjHfsW5AI","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name_pet","value":"venus","type":"text"},{"key":"type","value":"cat","type":"text"},{"key":"size","value":"pequeno","type":"text"},{"key":"gender","value":"fêmea","type":"text"},{"key":"city","value":"Manaus","type":"text"},{"key":"state","value":"AM","type":"text"},{"key":"comments","value":"Gata cadastrada, acostumada com apartamento. Todas as vacinas estão em dia. ","type":"text"},{"key":"age","value":"1","type":"text"},{"key":"image1","type":"file","src":"/C:/Users/Luiza/Downloads/cat-valente.jpg"},{"key":"image2","type":"file","src":"/C:/Users/Luiza/Downloads/cat.jpg"},{"key":"image3","type":"file","src":"/C:/Users/Luiza/Downloads/814zhAWOKBL.jpg"}]},"url":"https://adoptme-app.herokuapp.com/pet","description":"<p>Com esse endpoint, você poderá <strong>cadastrar um pet</strong> no sistema. É necessário estar logado no sistema para realizar essa ação.</p>\n<p>É obrigatório o upload de, pelo menos, uma imagem do pet. Todos os demais campos são obrigatórios.</p>\n<p>Em caso de sucesso, será retornado o pet cadastrado.</p>\n","urlObject":{"protocol":"https","path":["pet"],"host":["adoptme-app","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"64606bbb-7a71-4617-a438-e242d2938d58","name":"Status 201 - Pet Cadastrado","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoyMywiZW1haWwiOiJlbWFpbC51c3VhcmlvQGdtYWlsLmNvbSIsIm5hbWVfdXNlciI6Ik5vbWUgZG8gdXN1w6FyaW8gQXR1YWxpemFkbyIsImFkZHJlc3MiOiJSdWEgZG8gVXN1w6FyaW8sIDEwMSAiLCJwaG9uZSI6IigxMSkgMTIzNC01Njc4IiwiaWF0IjoxNjU2Nzc5NTYxfQ.FN79EI59dh3xt1mk62r3Qcif02SAHUR5aqxjHfsW5AI","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name_pet","value":"venus","type":"text"},{"key":"type","value":"cat","type":"text"},{"key":"size","value":"pequeno","type":"text"},{"key":"gender","value":"fêmea","type":"text"},{"key":"city","value":"Manaus","type":"text"},{"key":"state","value":"AM","type":"text"},{"key":"comments","value":"Gata cadastrada, acostumada com apartamento. Todas as vacinas estão em dia. ","type":"text"},{"key":"age","value":"1","type":"text"},{"key":"image1","type":"file","src":"/C:/Users/Luiza/Downloads/cat-valente.jpg"},{"key":"image2","type":"file","src":"/C:/Users/Luiza/Downloads/cat.jpg"},{"key":"image3","type":"file","src":"/C:/Users/Luiza/Downloads/814zhAWOKBL.jpg"}]},"url":"https://adoptme-app.herokuapp.com/pet"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"564"},{"key":"Etag","value":"W/\"234-vDJIBusg+wutFcjDxtWdtekl2QQ\""},{"key":"Date","value":"Sat, 02 Jul 2022 16:32:56 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"pet_id\": 9,\n    \"name_pet\": \"venus\",\n    \"type\": \"cat\",\n    \"size\": \"pequeno\",\n    \"gender\": \"fêmea\",\n    \"city\": \"Manaus\",\n    \"state\": \"AM\",\n    \"comments\": \"Gata cadastrada, acostumada com apartamento. Todas as vacinas estão em dia. \",\n    \"age\": \"1\",\n    \"user_id\": 23,\n    \"status\": true,\n    \"mobile\": \"(11) 99779-9797\",\n    \"phone\": \"(11) 1234-5678\",\n    \"image_pet01\": \"v1656779575/adoptme/pets/uhlxyx6am5tlfgi3flxf.jpg\",\n    \"image_pet02\": \"v1656779575/adoptme/pets/ja7wjc4snlocmdjb5apw.jpg\",\n    \"image_pet03\": \"v1656779575/adoptme/pets/m628ogajdaxqcli8wfdo.jpg\",\n    \"updatedAt\": \"2022-07-02T16:32:56.317Z\",\n    \"createdAt\": \"2022-07-02T16:32:56.317Z\"\n}"}],"_postman_id":"7518133d-8143-467d-bf3a-8d53f92eeb5a"},{"name":"Update Pet","id":"7e5205c5-30a4-4aef-88f4-586e97739871","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoyMywiZW1haWwiOiJlbWFpbC51c3VhcmlvQGdtYWlsLmNvbSIsIm5hbWVfdXNlciI6Ik5vbWUgZG8gdXN1w6FyaW8gQXR1YWxpemFkbyIsImFkZHJlc3MiOiJSdWEgZG8gVXN1w6FyaW8sIDEwMSAiLCJwaG9uZSI6IigxMSkgMTIzNC01Njc4IiwiaWF0IjoxNjU2Nzc5NTYxfQ.FN79EI59dh3xt1mk62r3Qcif02SAHUR5aqxjHfsW5AI","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name_pet","value":"venus","type":"text"},{"key":"type","value":"cat","type":"text"},{"key":"size","value":"pequeno","type":"text"},{"key":"gender","value":"fêmea","type":"text"},{"key":"city","value":"São Caetano","type":"text"},{"key":"state","value":"SP","type":"text"},{"key":"comments","value":"Gata cadastrada, acostumada com apartamento. Todas as vacinas estão em dia.","type":"text"},{"key":"age","value":"2","type":"text"},{"key":"image1","type":"file","src":"/C:/Users/Luiza/Downloads/cat-valente.jpg"},{"key":"image2","type":"file","src":"/C:/Users/Luiza/Downloads/cat-valente.jpg"},{"key":"image3","type":"file","src":"/C:/Users/Luiza/Downloads/cat-valente.jpg"}]},"url":"https://adoptme-app.herokuapp.com/pet/:id_pet","description":"<p>Com esse endpoint, você poderá <strong>atualizar alguns dados de um pet cadastrado</strong> <strong>e ativo</strong> no sistema.</p>\n<p>É necessário informar o ID do pet na URL. Todos os campos são opcionais.</p>\n<p>Em caso de sucesso, será retornado o pet com os dados atualizados.</p>\n","urlObject":{"protocol":"https","path":["pet",":id_pet"],"host":["adoptme-app","herokuapp","com"],"query":[],"variable":[{"type":"any","value":null,"key":"id_pet"}]}},"response":[{"id":"894f2b30-9103-44e3-a7fa-22f7812146ce","name":"Status 200 - Pet Atualizado","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoyMywiZW1haWwiOiJlbWFpbC51c3VhcmlvQGdtYWlsLmNvbSIsIm5hbWVfdXNlciI6Ik5vbWUgZG8gdXN1w6FyaW8gQXR1YWxpemFkbyIsImFkZHJlc3MiOiJSdWEgZG8gVXN1w6FyaW8sIDEwMSAiLCJwaG9uZSI6IigxMSkgMTIzNC01Njc4IiwiaWF0IjoxNjU2Nzc5NTYxfQ.FN79EI59dh3xt1mk62r3Qcif02SAHUR5aqxjHfsW5AI","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name_pet","value":"venus","type":"text"},{"key":"type","value":"cat","type":"text"},{"key":"size","value":"pequeno","type":"text"},{"key":"gender","value":"fêmea","type":"text"},{"key":"city","value":"São Caetano","type":"text"},{"key":"state","value":"SP","type":"text"},{"key":"comments","value":"Gata cadastrada, acostumada com apartamento. Todas as vacinas estão em dia.","type":"text"},{"key":"age","value":"2","type":"text"},{"key":"image1","type":"file","src":"/C:/Users/Luiza/Downloads/cat-valente.jpg"},{"key":"image2","type":"file","src":"/C:/Users/Luiza/Downloads/cat-valente.jpg"},{"key":"image3","type":"file","src":"/C:/Users/Luiza/Downloads/cat-valente.jpg"}]},"url":"https://adoptme-app.herokuapp.com/pet/9"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"569"},{"key":"Etag","value":"W/\"239-nVA5JSVbvncqye2RzRsEW4gvPco\""},{"key":"Date","value":"Sat, 02 Jul 2022 16:35:20 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"pet_id\": 9,\n    \"user_id\": 23,\n    \"name_pet\": \"venus\",\n    \"type\": \"cat\",\n    \"size\": \"pequeno\",\n    \"gender\": \"fêmea\",\n    \"city\": \"São Caetano\",\n    \"state\": \"SP\",\n    \"comments\": \"Gata cadastrada, acostumada com apartamento. Todas as vacinas estão em dia.\",\n    \"age\": \"2\",\n    \"mobile\": \"(11) 99779-9797\",\n    \"phone\": \"(11) 1234-5678\",\n    \"status\": true,\n    \"image_pet01\": \"v1656779719/adoptme/pets/wj0evissrubm9ikbvoyf.jpg\",\n    \"image_pet02\": \"v1656779719/adoptme/pets/yo0ooxoghg3vn8qhgxff.jpg\",\n    \"image_pet03\": \"v1656779719/adoptme/pets/vit1ue3ojvn33fvmr1k2.jpg\",\n    \"createdAt\": \"2022-07-02T16:32:56.000Z\",\n    \"updatedAt\": \"2022-07-02T16:35:20.000Z\"\n}"}],"_postman_id":"7e5205c5-30a4-4aef-88f4-586e97739871"},{"name":"List All Pets","id":"70788b09-5d76-46a9-8bdb-dabec37e5522","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://adoptme-app.herokuapp.com/pet/","description":"<p>Com esse endpoint, você poderá <strong>listar todos os pets ativos</strong> no sistema. Além dos dados do pet, retorna também o name_user do dono do pet.</p>\n","urlObject":{"protocol":"https","path":["pet",""],"host":["adoptme-app","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"efea6d95-66e8-4a82-8b50-7868cd2fa679","name":"Status 200 - Lista todos os pets","originalRequest":{"method":"GET","header":[],"url":"https://adoptme-app.herokuapp.com/pet/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"10464"},{"key":"ETag","value":"W/\"28e0-crTHqwc+v7TarR1gDFdnY/fJTrk\""},{"key":"Date","value":"Sun, 10 Jul 2022 14:11:35 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"pet_id\": 1,\n        \"user_id\": 3,\n        \"name_pet\": \"Caramelo\",\n        \"type\": \"Cão\",\n        \"size\": \"Médio\",\n        \"gender\": \"Macho\",\n        \"city\": \"Rua Sete de Setembro, 401\",\n        \"state\": \"Santa Catarina\",\n        \"comments\": \"bla bla\",\n        \"age\": \"Filhote\",\n        \"mobile\": \"(47) 8889-9985\",\n        \"phone\": \"(47) 8889-9985\",\n        \"status\": true,\n        \"image_pet01\": \"www.cloudinary.com\",\n        \"image_pet02\": null,\n        \"image_pet03\": null,\n        \"createdAt\": \"2022-07-02T16:55:14.000Z\",\n        \"updatedAt\": \"2022-07-02T16:55:14.000Z\",\n        \"user\": {\n            \"name_user\": \"Dr. Nettie Turner\"\n        }\n    },\n    {\n        \"pet_id\": 3,\n        \"user_id\": 3,\n        \"name_pet\": \"Inez Schneider\",\n        \"type\": \"lion\",\n        \"size\": \"Connecticut\",\n        \"gender\": \"compressing\",\n        \"city\": \"Harberland\",\n        \"state\": \"NM\",\n        \"comments\": \"sympathetic\",\n        \"age\": \"program\",\n        \"mobile\": \"522.63\",\n        \"phone\": \"174.55\",\n        \"status\": true,\n        \"image_pet01\": \"https://loremflickr.com/640/480/cats\",\n        \"image_pet02\": \"https://loremflickr.com/640/480/cats\",\n        \"image_pet03\": null,\n        \"createdAt\": \"2022-07-02T16:55:14.000Z\",\n        \"updatedAt\": \"2022-07-02T16:55:14.000Z\",\n        \"user\": {\n            \"name_user\": \"Dr. Nettie Turner\"\n        }\n    },\n    {\n        \"pet_id\": 4,\n        \"user_id\": 4,\n        \"name_pet\": \"Jerry Bradtke\",\n        \"type\": \"snake\",\n        \"size\": \"Metrics\",\n        \"gender\": \"silver\",\n        \"city\": \"Westfield\",\n        \"state\": \"ND\",\n        \"comments\": \"shocking\",\n        \"age\": \"revolutionize\",\n        \"mobile\": \"162.05\",\n        \"phone\": \"25.35\",\n        \"status\": true,\n        \"image_pet01\": \"https://loremflickr.com/640/480/cats\",\n        \"image_pet02\": \"https://loremflickr.com/640/480/cats\",\n        \"image_pet03\": null,\n        \"createdAt\": \"2022-07-02T16:55:14.000Z\",\n        \"updatedAt\": \"2022-07-02T16:55:14.000Z\",\n        \"user\": {\n            \"name_user\": \"Josefina Schaden\"\n        }\n    },\n    {\n        \"pet_id\": 5,\n        \"user_id\": 5,\n        \"name_pet\": \"Juanita McCullough\",\n        \"type\": \"insect\",\n        \"size\": \"Security\",\n        \"gender\": \"Principal\",\n        \"city\": \"Fort Brionnaburgh\",\n        \"state\": \"MN\",\n        \"comments\": \"substantial\",\n        \"age\": \"Maine\",\n        \"mobile\": \"907.03\",\n        \"phone\": \"552.65\",\n        \"status\": true,\n        \"image_pet01\": \"https://loremflickr.com/640/480/cats\",\n        \"image_pet02\": \"https://loremflickr.com/640/480/cats\",\n        \"image_pet03\": null,\n        \"createdAt\": \"2022-07-02T16:55:14.000Z\",\n        \"updatedAt\": \"2022-07-02T16:55:14.000Z\",\n        \"user\": {\n            \"name_user\": \"Jeannie Kovacek\"\n        }\n    },\n    {\n        \"pet_id\": 6,\n        \"user_id\": 6,\n        \"name_pet\": \"Keith Reichert\",\n        \"type\": \"cow\",\n        \"size\": \"Berkshire\",\n        \"gender\": \"compress\",\n        \"city\": \"Twin Falls\",\n        \"state\": \"MS\",\n        \"comments\": \"dazzling\",\n        \"age\": \"Towels\",\n        \"mobile\": \"970.66\",\n        \"phone\": \"982.15\",\n        \"status\": true,\n        \"image_pet01\": \"https://loremflickr.com/640/480/cats\",\n        \"image_pet02\": \"https://loremflickr.com/640/480/cats\",\n        \"image_pet03\": null,\n        \"createdAt\": \"2022-07-02T16:55:14.000Z\",\n        \"updatedAt\": \"2022-07-02T16:55:14.000Z\",\n        \"user\": {\n            \"name_user\": \"Claude Hoeger I\"\n        }\n    },\n    {\n        \"pet_id\": 7,\n        \"user_id\": 7,\n        \"name_pet\": \"Kathleen Sanford Sr.\",\n        \"type\": \"bird\",\n        \"size\": \"Alaska\",\n        \"gender\": \"Managed\",\n        \"city\": \"West Kirstentown\",\n        \"state\": \"TX\",\n        \"comments\": \"spherical\",\n        \"age\": \"synergy\",\n        \"mobile\": \"159.64\",\n        \"phone\": \"670.23\",\n        \"status\": true,\n        \"image_pet01\": \"https://loremflickr.com/640/480/cats\",\n        \"image_pet02\": \"https://loremflickr.com/640/480/cats\",\n        \"image_pet03\": null,\n        \"createdAt\": \"2022-07-02T16:55:14.000Z\",\n        \"updatedAt\": \"2022-07-02T16:55:14.000Z\",\n        \"user\": {\n            \"name_user\": \"Javier Smitham\"\n        }\n    },\n    {\n        \"pet_id\": 8,\n        \"user_id\": 21,\n        \"name_pet\": \"Caramelo\",\n        \"type\": \"Cachorro\",\n        \"size\": \"Médio\",\n        \"gender\": \"Macho\",\n        \"city\": \"Navegantes\",\n        \"state\": \"SC\",\n        \"comments\": \"bla bla\",\n        \"age\": \"5\",\n        \"mobile\": \"84562155\",\n        \"phone\": \"956453601\",\n        \"status\": true,\n        \"image_pet01\": \"v1656782279/adoptme/pets/gjejso1hc1t8gvrwvwc9.jpg\",\n        \"image_pet02\": \"v1656782280/adoptme/pets/htcprmigxae0q2bv0fni.jpg\",\n        \"image_pet03\": \"v1656782280/adoptme/pets/qgv6bdh0lqqxqfskihjw.jpg\",\n        \"createdAt\": \"2022-07-02T17:18:01.000Z\",\n        \"updatedAt\": \"2022-07-02T17:18:01.000Z\",\n        \"user\": {\n            \"name_user\": \"Natã Vergueiro\"\n        }\n    },\n    {\n        \"pet_id\": 9,\n        \"user_id\": 23,\n        \"name_pet\": \"chico\",\n        \"type\": \"gato\",\n        \"size\": \"grande\",\n        \"gender\": \"macho\",\n        \"city\": \"curvelo\",\n        \"state\": \"amazonas\",\n        \"comments\": \"gato doido\",\n        \"age\": \"25\",\n        \"mobile\": \"123456789\",\n        \"phone\": null,\n        \"status\": true,\n        \"image_pet01\": \"v1657158894/adoptme/pets/es7ppywelz7rmcbaweej.png\",\n        \"image_pet02\": null,\n        \"image_pet03\": null,\n        \"createdAt\": \"2022-07-07T01:54:54.000Z\",\n        \"updatedAt\": \"2022-07-07T01:54:54.000Z\",\n        \"user\": {\n            \"name_user\": \"junior dering\"\n        }\n    },\n    {\n        \"pet_id\": 10,\n        \"user_id\": 23,\n        \"name_pet\": \"fafa\",\n        \"type\": \"cachorro\",\n        \"size\": \"medio\",\n        \"gender\": \"femea\",\n        \"city\": \"dada\",\n        \"state\": \"Amapá\",\n        \"comments\": \"dsd\",\n        \"age\": \"adulto\",\n        \"mobile\": \"123456789\",\n        \"phone\": null,\n        \"status\": true,\n        \"image_pet01\": \"v1657159507/adoptme/pets/dpleq7kvr24vifirjehk.png\",\n        \"image_pet02\": null,\n        \"image_pet03\": null,\n        \"createdAt\": \"2022-07-07T02:05:09.000Z\",\n        \"updatedAt\": \"2022-07-07T02:05:09.000Z\",\n        \"user\": {\n            \"name_user\": \"junior dering\"\n        }\n    },\n    {\n        \"pet_id\": 11,\n        \"user_id\": 23,\n        \"name_pet\": \"fafa\",\n        \"type\": \"cachorro\",\n        \"size\": \"medio\",\n        \"gender\": \"femea\",\n        \"city\": \"dada\",\n        \"state\": \"Amapá\",\n        \"comments\": \"dsd\",\n        \"age\": \"adulto\",\n        \"mobile\": \"123456789\",\n        \"phone\": null,\n        \"status\": true,\n        \"image_pet01\": \"v1657159510/adoptme/pets/hegcmm8l1zcel9err48a.png\",\n        \"image_pet02\": null,\n        \"image_pet03\": null,\n        \"createdAt\": \"2022-07-07T02:05:13.000Z\",\n        \"updatedAt\": \"2022-07-07T02:05:13.000Z\",\n        \"user\": {\n            \"name_user\": \"junior dering\"\n        }\n    },\n    {\n        \"pet_id\": 12,\n        \"user_id\": 23,\n        \"name_pet\": \"francisco\",\n        \"type\": \"cachorro\",\n        \"size\": \"medio\",\n        \"gender\": \"macho\",\n        \"city\": \"curvelo\",\n        \"state\": \"Minas Gerais\",\n        \"comments\": \"pug\",\n        \"age\": \"adulto\",\n        \"mobile\": \"123456789\",\n        \"phone\": null,\n        \"status\": true,\n        \"image_pet01\": \"v1657159542/adoptme/pets/g4wfk0bjasy9p5coursh.png\",\n        \"image_pet02\": null,\n        \"image_pet03\": null,\n        \"createdAt\": \"2022-07-07T02:05:43.000Z\",\n        \"updatedAt\": \"2022-07-07T02:05:43.000Z\",\n        \"user\": {\n            \"name_user\": \"junior dering\"\n        }\n    },\n    {\n        \"pet_id\": 13,\n        \"user_id\": 23,\n        \"name_pet\": \"francisco\",\n        \"type\": \"cachorro\",\n        \"size\": \"medio\",\n        \"gender\": \"macho\",\n        \"city\": \"curvelo\",\n        \"state\": \"Minas Gerais\",\n        \"comments\": \"pug\",\n        \"age\": \"adulto\",\n        \"mobile\": \"123456789\",\n        \"phone\": null,\n        \"status\": true,\n        \"image_pet01\": \"v1657159544/adoptme/pets/ao1kpozequlw64anidss.png\",\n        \"image_pet02\": null,\n        \"image_pet03\": null,\n        \"createdAt\": \"2022-07-07T02:05:45.000Z\",\n        \"updatedAt\": \"2022-07-07T02:05:45.000Z\",\n        \"user\": {\n            \"name_user\": \"junior dering\"\n        }\n    },\n    {\n        \"pet_id\": 14,\n        \"user_id\": 23,\n        \"name_pet\": \"romeu\",\n        \"type\": \"cachorro\",\n        \"size\": \"pequeno\",\n        \"gender\": \"macho\",\n        \"city\": \"curvelo\",\n        \"state\": \"Minas Gerais\",\n        \"comments\": \"chihuaha\",\n        \"age\": \"filhote\",\n        \"mobile\": \"123456789\",\n        \"phone\": null,\n        \"status\": true,\n        \"image_pet01\": \"v1657159591/adoptme/pets/eyakxdld7xmo8antt2kl.png\",\n        \"image_pet02\": null,\n        \"image_pet03\": null,\n        \"createdAt\": \"2022-07-07T02:06:33.000Z\",\n        \"updatedAt\": \"2022-07-07T02:06:33.000Z\",\n        \"user\": {\n            \"name_user\": \"junior dering\"\n        }\n    },\n    {\n        \"pet_id\": 15,\n        \"user_id\": 23,\n        \"name_pet\": \"romeu\",\n        \"type\": \"cachorro\",\n        \"size\": \"pequeno\",\n        \"gender\": \"macho\",\n        \"city\": \"curvelo\",\n        \"state\": \"Minas Gerais\",\n        \"comments\": \"chihuaha\",\n        \"age\": \"filhote\",\n        \"mobile\": \"123456789\",\n        \"phone\": null,\n        \"status\": true,\n        \"image_pet01\": \"v1657159593/adoptme/pets/grractjaknzcm0jrmiga.png\",\n        \"image_pet02\": null,\n        \"image_pet03\": null,\n        \"createdAt\": \"2022-07-07T02:06:34.000Z\",\n        \"updatedAt\": \"2022-07-07T02:06:34.000Z\",\n        \"user\": {\n            \"name_user\": \"junior dering\"\n        }\n    },\n    {\n        \"pet_id\": 16,\n        \"user_id\": 23,\n        \"name_pet\": \"thiago\",\n        \"type\": \"cachorro\",\n        \"size\": \"pequeno\",\n        \"gender\": \"macho\",\n        \"city\": \"curvelo\",\n        \"state\": \"Minas Gerais\",\n        \"comments\": \"pincher\",\n        \"age\": \"filhote\",\n        \"mobile\": \"123456789\",\n        \"phone\": null,\n        \"status\": true,\n        \"image_pet01\": \"v1657159666/adoptme/pets/tjdn8u36l5o21eygbjo9.png\",\n        \"image_pet02\": null,\n        \"image_pet03\": null,\n        \"createdAt\": \"2022-07-07T02:07:47.000Z\",\n        \"updatedAt\": \"2022-07-07T02:07:47.000Z\",\n        \"user\": {\n            \"name_user\": \"junior dering\"\n        }\n    },\n    {\n        \"pet_id\": 17,\n        \"user_id\": 23,\n        \"name_pet\": \"thiago\",\n        \"type\": \"cachorro\",\n        \"size\": \"pequeno\",\n        \"gender\": \"macho\",\n        \"city\": \"curvelo\",\n        \"state\": \"Minas Gerais\",\n        \"comments\": \"pincher\",\n        \"age\": \"filhote\",\n        \"mobile\": \"123456789\",\n        \"phone\": null,\n        \"status\": true,\n        \"image_pet01\": \"v1657159712/adoptme/pets/pys7oibrfndnpaumglii.png\",\n        \"image_pet02\": null,\n        \"image_pet03\": null,\n        \"createdAt\": \"2022-07-07T02:08:32.000Z\",\n        \"updatedAt\": \"2022-07-07T02:08:32.000Z\",\n        \"user\": {\n            \"name_user\": \"junior dering\"\n        }\n    },\n    {\n        \"pet_id\": 18,\n        \"user_id\": 23,\n        \"name_pet\": \"Bolinha\",\n        \"type\": \"cachorro\",\n        \"size\": \"medio\",\n        \"gender\": \"macho\",\n        \"city\": \"Belo Horizonte\",\n        \"state\": \"Minas Gerais\",\n        \"comments\": \"Puddle louco\",\n        \"age\": \"adulto\",\n        \"mobile\": \"123456789\",\n        \"phone\": null,\n        \"status\": true,\n        \"image_pet01\": \"v1657219886/adoptme/pets/zmsspregqhpbbbbmysld.png\",\n        \"image_pet02\": null,\n        \"image_pet03\": null,\n        \"createdAt\": \"2022-07-07T18:51:27.000Z\",\n        \"updatedAt\": \"2022-07-07T18:51:27.000Z\",\n        \"user\": {\n            \"name_user\": \"junior dering\"\n        }\n    },\n    {\n        \"pet_id\": 19,\n        \"user_id\": 23,\n        \"name_pet\": \"Sr Bravo\",\n        \"type\": \"cachorro\",\n        \"size\": \"medio\",\n        \"gender\": \"macho\",\n        \"city\": \"Belo Horizonte\",\n        \"state\": \"Minas Gerais\",\n        \"comments\": \"Cachorro bravo\",\n        \"age\": \"adulto\",\n        \"mobile\": \"123456789\",\n        \"phone\": null,\n        \"status\": true,\n        \"image_pet01\": \"v1657220231/adoptme/pets/fzyzaisplv5bnlo7l5oq.jpg\",\n        \"image_pet02\": null,\n        \"image_pet03\": null,\n        \"createdAt\": \"2022-07-07T18:57:11.000Z\",\n        \"updatedAt\": \"2022-07-07T18:57:11.000Z\",\n        \"user\": {\n            \"name_user\": \"junior dering\"\n        }\n    },\n    {\n        \"pet_id\": 20,\n        \"user_id\": 23,\n        \"name_pet\": \"Thor\",\n        \"type\": \"cachorro\",\n        \"size\": \"grande\",\n        \"gender\": \"macho\",\n        \"city\": \"Belo Horizonte\",\n        \"state\": \"Minas Gerais\",\n        \"comments\": \"Filhote de pastor suiço puro. \\r\\n3 meses de idade\",\n        \"age\": \"filhote\",\n        \"mobile\": \"123456789\",\n        \"phone\": null,\n        \"status\": true,\n        \"image_pet01\": \"v1657452581/adoptme/pets/tvcimtrxkbsriyyzzcnr.jpg\",\n        \"image_pet02\": null,\n        \"image_pet03\": null,\n        \"createdAt\": \"2022-07-10T11:29:41.000Z\",\n        \"updatedAt\": \"2022-07-10T11:29:41.000Z\",\n        \"user\": {\n            \"name_user\": \"junior dering\"\n        }\n    },\n    {\n        \"pet_id\": 21,\n        \"user_id\": 23,\n        \"name_pet\": \"Estiloso\",\n        \"type\": \"cachorro\",\n        \"size\": \"medio\",\n        \"gender\": \"macho\",\n        \"city\": \"curvelo\",\n        \"state\": \"Minas Gerais\",\n        \"comments\": \"Poodle muito estiloso\",\n        \"age\": \"adulto\",\n        \"mobile\": \"123456789\",\n        \"phone\": null,\n        \"status\": true,\n        \"image_pet01\": \"v1657454088/adoptme/pets/bnylijw5meoogeppyioy.jpg\",\n        \"image_pet02\": null,\n        \"image_pet03\": null,\n        \"createdAt\": \"2022-07-10T11:54:48.000Z\",\n        \"updatedAt\": \"2022-07-10T11:54:48.000Z\",\n        \"user\": {\n            \"name_user\": \"junior dering\"\n        }\n    },\n    {\n        \"pet_id\": 22,\n        \"user_id\": 23,\n        \"name_pet\": \"Estiloso\",\n        \"type\": \"cachorro\",\n        \"size\": \"medio\",\n        \"gender\": \"macho\",\n        \"city\": \"curvelo\",\n        \"state\": \"Minas Gerais\",\n        \"comments\": \"Poodle muito estiloso\",\n        \"age\": \"adulto\",\n        \"mobile\": \"123456789\",\n        \"phone\": null,\n        \"status\": true,\n        \"image_pet01\": \"v1657454088/adoptme/pets/ykjndescetdh9jjdwc9b.jpg\",\n        \"image_pet02\": null,\n        \"image_pet03\": null,\n        \"createdAt\": \"2022-07-10T11:54:49.000Z\",\n        \"updatedAt\": \"2022-07-10T11:54:49.000Z\",\n        \"user\": {\n            \"name_user\": \"junior dering\"\n        }\n    },\n    {\n        \"pet_id\": 23,\n        \"user_id\": 36,\n        \"name_pet\": \"Romeu\",\n        \"type\": \"cachorro\",\n        \"size\": \"medio\",\n        \"gender\": \"macho\",\n        \"city\": \"curvelo\",\n        \"state\": \"Minas Gerais\",\n        \"comments\": \"Lulu levado\",\n        \"age\": \"adulto\",\n        \"mobile\": \"38999813030\",\n        \"phone\": null,\n        \"status\": true,\n        \"image_pet01\": \"v1657457316/adoptme/pets/u5edleuy1ophbotnltgy.jpg\",\n        \"image_pet02\": null,\n        \"image_pet03\": null,\n        \"createdAt\": \"2022-07-10T12:48:37.000Z\",\n        \"updatedAt\": \"2022-07-10T12:48:37.000Z\",\n        \"user\": {\n            \"name_user\": \"Lucas\"\n        }\n    },\n    {\n        \"pet_id\": 24,\n        \"user_id\": 36,\n        \"name_pet\": \"Urso\",\n        \"type\": \"cachorro\",\n        \"size\": \"medio\",\n        \"gender\": \"macho\",\n        \"city\": \"CURVELO\",\n        \"state\": \"Minas Gerais\",\n        \"comments\": \"Big bear\",\n        \"age\": \"adulto\",\n        \"mobile\": \"38999813030\",\n        \"phone\": null,\n        \"status\": true,\n        \"image_pet01\": \"v1657457980/adoptme/pets/kpxtktnlf3xmnytenist.jpg\",\n        \"image_pet02\": null,\n        \"image_pet03\": null,\n        \"createdAt\": \"2022-07-10T12:59:41.000Z\",\n        \"updatedAt\": \"2022-07-10T12:59:41.000Z\",\n        \"user\": {\n            \"name_user\": \"Lucas\"\n        }\n    }\n]"}],"_postman_id":"70788b09-5d76-46a9-8bdb-dabec37e5522"},{"name":"Delete Pet","id":"a289a1f1-abf2-4f05-8faa-9eaf51aa0747","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoyMywiZW1haWwiOiJlbWFpbC51c3VhcmlvQGdtYWlsLmNvbSIsIm5hbWVfdXNlciI6Ik5vbWUgZG8gdXN1w6FyaW8gQXR1YWxpemFkbyIsImFkZHJlc3MiOiJSdWEgZG8gVXN1w6FyaW8sIDEwMSAiLCJwaG9uZSI6IigxMSkgMTIzNC01Njc4IiwiaWF0IjoxNjU2Nzc5NTYxfQ.FN79EI59dh3xt1mk62r3Qcif02SAHUR5aqxjHfsW5AI","type":"text"}],"url":"https://adoptme-app.herokuapp.com/pet/delete/:id_pet","description":"<p>Com esse endpoint, você poderá <strong>desativar um pet cadastrado</strong> no sistema. Apenas o próprio usuário do pet, logado, pode realizar essa ação.</p>\n<p>É necessário informar o ID do pet na URL.</p>\n","urlObject":{"protocol":"https","path":["pet","delete",":id_pet"],"host":["adoptme-app","herokuapp","com"],"query":[],"variable":[{"type":"any","value":null,"key":"id_pet"}]}},"response":[{"id":"62181df6-a00f-4499-8037-74d01335cdc6","name":"Status 200 - Pet desativado","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoyMywiZW1haWwiOiJlbWFpbC51c3VhcmlvQGdtYWlsLmNvbSIsIm5hbWVfdXNlciI6Ik5vbWUgZG8gdXN1w6FyaW8gQXR1YWxpemFkbyIsImFkZHJlc3MiOiJSdWEgZG8gVXN1w6FyaW8sIDEwMSAiLCJwaG9uZSI6IigxMSkgMTIzNC01Njc4IiwiaWF0IjoxNjU2Nzc5NTYxfQ.FN79EI59dh3xt1mk62r3Qcif02SAHUR5aqxjHfsW5AI","type":"text"}],"url":"https://adoptme-app.herokuapp.com/pet/delete/9"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"570"},{"key":"Etag","value":"W/\"23a-miIj3O9bwXiMqYgr5MzE4TGYkZU\""},{"key":"Date","value":"Sat, 02 Jul 2022 16:37:04 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"pet_id\": 9,\n    \"user_id\": 23,\n    \"name_pet\": \"venus\",\n    \"type\": \"cat\",\n    \"size\": \"pequeno\",\n    \"gender\": \"fêmea\",\n    \"city\": \"São Caetano\",\n    \"state\": \"SP\",\n    \"comments\": \"Gata cadastrada, acostumada com apartamento. Todas as vacinas estão em dia.\",\n    \"age\": \"2\",\n    \"mobile\": \"(11) 99779-9797\",\n    \"phone\": \"(11) 1234-5678\",\n    \"status\": false,\n    \"image_pet01\": \"v1656779719/adoptme/pets/wj0evissrubm9ikbvoyf.jpg\",\n    \"image_pet02\": \"v1656779719/adoptme/pets/yo0ooxoghg3vn8qhgxff.jpg\",\n    \"image_pet03\": \"v1656779719/adoptme/pets/vit1ue3ojvn33fvmr1k2.jpg\",\n    \"createdAt\": \"2022-07-02T16:32:56.000Z\",\n    \"updatedAt\": \"2022-07-02T16:37:04.000Z\"\n}"}],"_postman_id":"a289a1f1-abf2-4f05-8faa-9eaf51aa0747"}],"id":"fe325751-bdbe-4bd1-911d-74d4bfecd951","_postman_id":"fe325751-bdbe-4bd1-911d-74d4bfecd951","description":""},{"name":"Login","item":[{"name":"Login User","id":"ddd8ade2-5778-4446-bf43-f82b14faa03e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"email.usuario@gmail.com\",\r\n    \"password\": \"senhasecreta\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://adoptme-app.herokuapp.com/login","description":"<p>Com esse endpoint, você poderá <strong>logar o usuário</strong> no sistema.</p>\n<p>Em caso de sucesso, você receberá o <em>token</em> desse usuário, assim como seus dados completos.</p>\n<p>Caso a senha ou o e-mail não correspondam, você receberá a mensagem \"Email ou senha inválidas\"</p>\n","urlObject":{"protocol":"https","path":["login"],"host":["adoptme-app","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"dfb5c7a2-a924-41ee-ac3b-35fb360435cf","name":"Status 200 - Usuário Logado","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"email.usuario@gmail.com\",\r\n    \"password\": \"senhasecreta\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://adoptme-app.herokuapp.com/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"788"},{"key":"Etag","value":"W/\"314-NyCNR28zj3rWkR4InVjMNMj5gtw\""},{"key":"Date","value":"Thu, 07 Jul 2022 23:18:41 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjozOCwiZW1haWwiOiJlbWFpbC51c3VhcmlvQGdtYWlsLmNvbSIsIm5hbWVfdXNlciI6Ik5vbWUgZG8gdXN1w6FyaW8iLCJhZGRyZXNzIjoiUnVhIGRvIFVzdcOhcmlvLCAxMDEgIiwicGhvbmUiOiIoMTEpIDEyMzQtNTY3OCAiLCJpYXQiOjE2NTcyMzU5MjF9.BJKO7k8dxl0bXxauvR0n5PaU4sn8dDjQ68n8WDjB998\",\n    \"user\": {\n        \"user_id\": 38,\n        \"name_user\": \"Nome do usuário\",\n        \"email\": \"email.usuario@gmail.com\",\n        \"address\": \"Rua do Usuário, 101 \",\n        \"mobile\": \"(11) 99779-9797\",\n        \"whats\": true,\n        \"phone\": \"(11) 1234-5678 \",\n        \"password\": \"$2b$06$y9Jr3obDmqf/Lc6DrVlTw.qirYO/y6GP9thg.WimwYTN8asnZXVDO\",\n        \"comments\": \"Moro sozinho em um apartamento e quero adotar um gato.\",\n        \"status\": true,\n        \"image_user\": \"v1657235900/adoptme/users/ugi0zlfxrclc1bultyub.jpg\",\n        \"createdAt\": \"2022-07-07T23:18:20.000Z\",\n        \"updatedAt\": \"2022-07-07T23:18:20.000Z\"\n    }\n}"}],"_postman_id":"ddd8ade2-5778-4446-bf43-f82b14faa03e"}],"id":"76aa8548-64d6-4846-9802-e98862eea160","_postman_id":"76aa8548-64d6-4846-9802-e98862eea160","description":""}]}