{"info":{"_postman_id":"732da18f-469e-4d23-8845-653ade9b45b6","name":"SearchPet","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"11171580","collectionId":"732da18f-469e-4d23-8845-653ade9b45b6","publishedId":"Uze4viTq","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-08-02T12:56:50.000Z"},"item":[{"name":"users","item":[{"name":"Get all user","id":"bc3abbed-8864-49d5-a185-9d5003eceeac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","type":"text"}],"url":"http://localhost:4210/api/v1/users","description":"<p>Obtener todos los usuarios</p>\n","urlObject":{"path":["users"],"host":["http://localhost:4210/api/v1"],"query":[],"variable":[]}},"response":[{"id":"b842af64-59bd-4ab7-a126-dc6feac6b5a8","name":"Get all user with 403","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","type":"text"}],"url":"http://localhost:4210/api/v1/users"},"status":"Forbidden","code":403,"_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":"73"},{"key":"ETag","value":"W/\"49-DMWMHtmHKZo+ughe7dKeEnVzM24\""},{"key":"Date","value":"Tue, 02 Aug 2022 12:15:06 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No tiene los permisos suficientes para solicitar el recurso\"\n}"}],"_postman_id":"bc3abbed-8864-49d5-a185-9d5003eceeac"},{"name":"Delete user","id":"25f41938-069f-4299-b5f0-743753dfd030","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer ","type":"text"}],"url":"http://localhost:4210/api/v1/users/62f5c08c24081df2c4f05a16","description":"<p>Obtener todos los usuarios</p>\n","urlObject":{"path":["users","62f5c08c24081df2c4f05a16"],"host":["http://localhost:4210/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"25f41938-069f-4299-b5f0-743753dfd030"},{"name":"Find user by id","id":"0fe16647-5326-4a01-adfe-ef80a06e42f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:4210/api/v1/users/62f5bfd224081df2c4f05a0d","description":"<p>Obtener todos los usuarios</p>\n","urlObject":{"path":["users","62f5bfd224081df2c4f05a0d"],"host":["http://localhost:4210/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"0fe16647-5326-4a01-adfe-ef80a06e42f5"},{"name":"New user","id":"ff82a808-b1f2-4e36-add0-144707c4258b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"alberto\",\r\n    \"paternalSurname\": \"sanchez\",\r\n    \"maternalSurname\": \"quispe\",\r\n    \"birthday\": \"23/06/1998\",\r\n    \"username\": \"alberto10\",\r\n    \"password\": \"aA@123456789\",\r\n    \"cPassword\": \"aA@123456789\",\r\n    \"email\":\"alberto101@gmail.com\",\r\n    \"location\": {\r\n        \"latitud\": -11.116758194823579,\r\n        \"longitud\": -77.30101590051572\r\n    },\r\n    \"socialNetWorks\": {\r\n        \"facebook\": \"https://www.facebook.com/jersonomar.ramirezortiz/\",\r\n        \"twitter\":\"https://twitter.com/DjMaRiiO\",\r\n        \"instagram\": \"https://www.insagram.com/escritodefrases/\",\r\n        \"whatsapp\":\"https://www.insagram.com/escritodefrases/\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4210/api/v1/users","description":"<p>Crear un nuevo usuario</p>\n","urlObject":{"path":["users"],"host":["http://localhost:4210/api/v1"],"query":[],"variable":[]}},"response":[{"id":"c72f94e0-238a-4be8-9005-c1c5fd151229","name":"Create user","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Jerson Omar\",\r\n    \"paternalSurname\": \"Ramírez\",\r\n    \"maternalSurname\": \"Ortiz\",\r\n    \"birthday\": \"23/06/1998\",\r\n    \"username\": \"jerson102\",\r\n    \"password\": \"aA@123456789\",\r\n    \"email\":\"juamkoo2@gmail.com\",\r\n    \"district\": \"62e8ebf2f7e33f90cf8f4f29\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4210/api/v1/users"},"status":"Created","code":201,"_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":"342"},{"key":"ETag","value":"W/\"156-Nre2oNPj3YnLa3JErYOZL6CSrRk\""},{"key":"Date","value":"Tue, 02 Aug 2022 12:14:47 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"Jerson Omar\",\n    \"paternalSurname\": \"Ramírez\",\n    \"maternalSurname\": \"Ortiz\",\n    \"birthday\": \"1998-06-23T05:00:00.000Z\",\n    \"username\": \"jerson102\",\n    \"email\": \"juamkoo2@gmail.com\",\n    \"district\": \"62e8ebf2f7e33f90cf8f4f29\",\n    \"typeUser\": \"user\",\n    \"_id\": \"62e915377cd264f35dee6048\",\n    \"createdAt\": \"2022-08-02T12:14:47.342Z\",\n    \"updatedAt\": \"2022-08-02T12:14:47.342Z\",\n    \"__v\": 0\n}"}],"_postman_id":"ff82a808-b1f2-4e36-add0-144707c4258b"},{"name":"Update user","id":"d86bb8f1-1321-4bb6-9b63-70a29c2f1078","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Jerson Omar\",\r\n    \"paternalSurname\": \"Ramírez\",\r\n    \"maternalSurname\": \"Ortiz\",\r\n    \"birthday\": \"23/06/1998\",\r\n    \"username\": \"jerson100\",\r\n    \"password\": \"aA@123456789\",\r\n    \"email\":\"juamkoo2@gmail.com\",\r\n    \"district\": \"62e8ebf2f7e33f90cf8f4f29\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4210/api/v1/users/6309d88c77d7fc1a563dc762","description":"<p>Crear un nuevo usuario</p>\n","urlObject":{"path":["users","6309d88c77d7fc1a563dc762"],"host":["http://localhost:4210/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"d86bb8f1-1321-4bb6-9b63-70a29c2f1078"},{"name":"Patch User","id":"b01acd82-fa10-4b6f-bd61-efca155906b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","type":"text","value":"Bearer "}],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"jerson1020\",\r\n    \"socialNetWorks\":{}\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4210/api/v1/users/631a4341c027dfa0af3691db","description":"<p>Crear un nuevo usuario</p>\n","urlObject":{"path":["users","631a4341c027dfa0af3691db"],"host":["http://localhost:4210/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"b01acd82-fa10-4b6f-bd61-efca155906b2"},{"name":"Patch User","id":"5b4d8f46-32e9-4875-872b-516b10e24f35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"cabiando desde el adm2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4210/api/v1/users/62e73e936bfc2937e12939fa","description":"<p>Crear un nuevo usuario</p>\n","urlObject":{"path":["users","62e73e936bfc2937e12939fa"],"host":["http://localhost:4210/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"5b4d8f46-32e9-4875-872b-516b10e24f35"},{"name":"Get all pets by user id","id":"0e427f71-ed54-489b-aaad-8748fda74a25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:4210/api/v1/users/62f5bfd224081df2c4f05a0d/pets","description":"<p>Obtener todas las mascotas del usuario especificado</p>\n","urlObject":{"path":["users","62f5bfd224081df2c4f05a0d","pets"],"host":["http://localhost:4210/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"0e427f71-ed54-489b-aaad-8748fda74a25"},{"name":"Get all activities by idUser","id":"e14c01df-ff9a-4a87-a54f-c9609c128c0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:4210/api/v1/users/62f5bfd224081df2c4f05a0d/activities","description":"<p>Obtener todos las actividades que el usuario realiza</p>\n","urlObject":{"path":["users","62f5bfd224081df2c4f05a0d","activities"],"host":["http://localhost:4210/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"e14c01df-ff9a-4a87-a54f-c9609c128c0b"},{"name":"Get lostpet by idUser","id":"83ad4d1f-5d86-4810-bd40-00a48554c293","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:4210/api/v1/users/62f5bfd224081df2c4f05a0d/lostpets?page=1&length=5","description":"<p>Obtener las mascotas perdidas de un usuario determinado</p>\n","urlObject":{"path":["users","62f5bfd224081df2c4f05a0d","lostpets"],"host":["http://localhost:4210/api/v1"],"query":[{"key":"page","value":"1"},{"key":"length","value":"5"}],"variable":[]}},"response":[{"id":"f047adf9-05aa-46d6-be79-5b42abb4873d","name":"Obtención correcta de las mascotas perdidas de un usuario","originalRequest":{"method":"GET","header":[],"url":"http://localhost:4210/api/v1/users/62f5bfd224081df2c4f05a0d/lostpets"},"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":"7915"},{"key":"ETag","value":"W/\"1eeb-gYGi2z2M59VbE1gqwEuUPwfj/lw\""},{"key":"Date","value":"Tue, 08 Nov 2022 20:29:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"6358d6f1a432bccd36d6da17\",\n        \"user\": {\n            \"_id\": \"62f5bfd224081df2c4f05a0d\",\n            \"name\": \"Jerson\",\n            \"paternalSurname\": \"Ramírez\",\n            \"maternalSurname\": \"Ortiz\",\n            \"username\": \"jerson100\",\n            \"email\": \"juamkoo@gmail.com\",\n            \"status\": 1,\n            \"typeUser\": \"administrator\",\n            \"urlImageProfile\": \"https://res.cloudinary.com/dgakkw9kj/image/upload/v1665058102/sPet/users/profiles/develop_02_xp5fpx.jpg\"\n        },\n        \"images\": [],\n        \"located\": false,\n        \"createdAt\": \"2022-10-26T06:42:57.606Z\",\n        \"pets\": [\n            {\n                \"_id\": \"6318e14aff387bc89a9dc7ee\",\n                \"name\": \"aa\",\n                \"user\": \"62f5bfd224081df2c4f05a0d\",\n                \"breed\": \"6306e1313fa15b30ce15eff9\",\n                \"description\": \"xxxxxxxxx\",\n                \"images\": [],\n                \"characteristics\": {\n                    \"size\": \"Pequeño\"\n                },\n                \"status\": 1,\n                \"createdAt\": \"2022-09-07T18:22:02.672Z\",\n                \"updatedAt\": \"2022-09-12T00:09:00.496Z\",\n                \"__v\": 0,\n                \"urlImageProfile\": \"https://res.cloudinary.com/dgakkw9kj/image/upload/v1662941340/sPet/pets/msttdee9nzeq21biju0u.jpg\"\n            },\n            {\n                \"_id\": \"6318e1a8ff387bc89a9dc7f5\",\n                \"name\": \"qq\",\n                \"user\": \"62f5bfd224081df2c4f05a0d\",\n                \"breed\": \"6306e1313fa15b30ce15eff9\",\n                \"description\": \"aq\",\n                \"images\": [],\n                \"characteristics\": {\n                    \"size\": \"Grande\",\n                    \"hairColor\": \"aq\"\n                },\n                \"status\": 1,\n                \"createdAt\": \"2022-09-07T18:23:36.709Z\",\n                \"updatedAt\": \"2022-09-07T18:23:36.709Z\",\n                \"__v\": 0\n            },\n            {\n                \"_id\": \"631e71e98390f37c8b9e6183\",\n                \"name\": \"perro\",\n                \"user\": \"62f5bfd224081df2c4f05a0d\",\n                \"breed\": \"631e71c58390f37c8b9e617a\",\n                \"description\": \"\",\n                \"images\": [\n                    \"https://res.cloudinary.com/dgakkw9kj/image/upload/v1664518247/sPet/pets/hnakkxqfw2zty7mfus6s.jpg\",\n                    \"https://res.cloudinary.com/dgakkw9kj/image/upload/v1664519752/sPet/pets/vidfyjy2iixzyla5efsu.jpg\",\n                    \"https://res.cloudinary.com/dgakkw9kj/image/upload/v1664519754/sPet/pets/b18hmuz9blnwwcs4hdar.jpg\",\n                    \"https://res.cloudinary.com/dgakkw9kj/image/upload/v1664522380/sPet/pets/uvmvliaacpouhvfbeznp.jpg\",\n                    \"https://res.cloudinary.com/dgakkw9kj/image/upload/v1664522382/sPet/pets/k35iv333a4zacvbfeaxj.jpg\"\n                ],\n                \"characteristics\": {\n                    \"size\": \"Pequeño\"\n                },\n                \"status\": 1,\n                \"createdAt\": \"2022-09-11T23:40:25.477Z\",\n                \"updatedAt\": \"2022-09-30T07:19:42.851Z\",\n                \"__v\": 0,\n                \"urlImageProfile\": \"https://res.cloudinary.com/dgakkw9kj/image/upload/v1664519643/sPet/pets/l2oi9c5hm2feljn9ntda.jpg\"\n            }\n        ]\n    },\n    {\n        \"_id\": \"63442503004ca9c26f20bc1a\",\n        \"user\": {\n            \"_id\": \"62f5bfd224081df2c4f05a0d\",\n            \"name\": \"Jerson\",\n            \"paternalSurname\": \"Ramírez\",\n            \"maternalSurname\": \"Ortiz\",\n            \"username\": \"jerson100\",\n            \"email\": \"juamkoo@gmail.com\",\n            \"status\": 1,\n            \"typeUser\": \"administrator\",\n            \"urlImageProfile\": \"https://res.cloudinary.com/dgakkw9kj/image/upload/v1665058102/sPet/users/profiles/develop_02_xp5fpx.jpg\"\n        },\n        \"images\": [\n            \"https://res.cloudinary.com/dgakkw9kj/image/upload/v1665410308/sPet/pets/rcqgbfxsx46ioe4mt6sb.png\"\n        ],\n        \"located\": false,\n        \"createdAt\": \"2022-10-10T13:58:27.684Z\",\n        \"pets\": [\n            {\n                \"_id\": \"6318e14aff387bc89a9dc7ee\",\n                \"name\": \"aa\",\n                \"user\": \"62f5bfd224081df2c4f05a0d\",\n                \"breed\": \"6306e1313fa15b30ce15eff9\",\n                \"description\": \"xxxxxxxxx\",\n                \"images\": [],\n                \"characteristics\": {\n                    \"size\": \"Pequeño\"\n                },\n                \"status\": 1,\n                \"createdAt\": \"2022-09-07T18:22:02.672Z\",\n                \"updatedAt\": \"2022-09-12T00:09:00.496Z\",\n                \"__v\": 0,\n                \"urlImageProfile\": \"https://res.cloudinary.com/dgakkw9kj/image/upload/v1662941340/sPet/pets/msttdee9nzeq21biju0u.jpg\"\n            },\n            {\n                \"_id\": \"6318e1a8ff387bc89a9dc7f5\",\n                \"name\": \"qq\",\n                \"user\": \"62f5bfd224081df2c4f05a0d\",\n                \"breed\": \"6306e1313fa15b30ce15eff9\",\n                \"description\": \"aq\",\n                \"images\": [],\n                \"characteristics\": {\n                    \"size\": \"Grande\",\n                    \"hairColor\": \"aq\"\n                },\n                \"status\": 1,\n                \"createdAt\": \"2022-09-07T18:23:36.709Z\",\n                \"updatedAt\": \"2022-09-07T18:23:36.709Z\",\n                \"__v\": 0\n            }\n        ]\n    },\n    {\n        \"_id\": \"633f908197217463353729f2\",\n        \"user\": {\n            \"_id\": \"62f5bfd224081df2c4f05a0d\",\n            \"name\": \"Jerson\",\n            \"paternalSurname\": \"Ramírez\",\n            \"maternalSurname\": \"Ortiz\",\n            \"username\": \"jerson100\",\n            \"email\": \"juamkoo@gmail.com\",\n            \"status\": 1,\n            \"typeUser\": \"administrator\",\n            \"urlImageProfile\": \"https://res.cloudinary.com/dgakkw9kj/image/upload/v1665058102/sPet/users/profiles/develop_02_xp5fpx.jpg\"\n        },\n        \"images\": [\n            \"https://res.cloudinary.com/dgakkw9kj/image/upload/v1665110142/sPet/pets/vsvq4fcsu2lytuuko4co.jpg\"\n        ],\n        \"located\": false,\n        \"createdAt\": \"2022-10-07T02:35:45.060Z\",\n        \"pets\": [\n            {\n                \"_id\": \"6318e14aff387bc89a9dc7ee\",\n                \"name\": \"aa\",\n                \"user\": \"62f5bfd224081df2c4f05a0d\",\n                \"breed\": \"6306e1313fa15b30ce15eff9\",\n                \"description\": \"xxxxxxxxx\",\n                \"images\": [],\n                \"characteristics\": {\n                    \"size\": \"Pequeño\"\n                },\n                \"status\": 1,\n                \"createdAt\": \"2022-09-07T18:22:02.672Z\",\n                \"updatedAt\": \"2022-09-12T00:09:00.496Z\",\n                \"__v\": 0,\n                \"urlImageProfile\": \"https://res.cloudinary.com/dgakkw9kj/image/upload/v1662941340/sPet/pets/msttdee9nzeq21biju0u.jpg\"\n            },\n            {\n                \"_id\": \"6318e1a8ff387bc89a9dc7f5\",\n                \"name\": \"qq\",\n                \"user\": \"62f5bfd224081df2c4f05a0d\",\n                \"breed\": \"6306e1313fa15b30ce15eff9\",\n                \"description\": \"aq\",\n                \"images\": [],\n                \"characteristics\": {\n                    \"size\": \"Grande\",\n                    \"hairColor\": \"aq\"\n                },\n                \"status\": 1,\n                \"createdAt\": \"2022-09-07T18:23:36.709Z\",\n                \"updatedAt\": \"2022-09-07T18:23:36.709Z\",\n                \"__v\": 0\n            }\n        ]\n    },\n    {\n        \"_id\": \"633b2def61b6afd4d000d713\",\n        \"user\": {\n            \"_id\": \"62f5bfd224081df2c4f05a0d\",\n            \"name\": \"Jerson\",\n            \"paternalSurname\": \"Ramírez\",\n            \"maternalSurname\": \"Ortiz\",\n            \"username\": \"jerson100\",\n            \"email\": \"juamkoo@gmail.com\",\n            \"status\": 1,\n            \"typeUser\": \"administrator\",\n            \"urlImageProfile\": \"https://res.cloudinary.com/dgakkw9kj/image/upload/v1665058102/sPet/users/profiles/develop_02_xp5fpx.jpg\"\n        },\n        \"images\": [\n            \"https://res.cloudinary.com/dgakkw9kj/image/upload/v1664822764/sPet/pets/rmtqcvk8r2idhsnd5o7n.jpg\",\n            \"https://res.cloudinary.com/dgakkw9kj/image/upload/v1664822765/sPet/pets/dbvfrrsadfwveekfcge1.jpg\",\n            \"https://res.cloudinary.com/dgakkw9kj/image/upload/v1664822767/sPet/pets/xwuef7xohf3lxcppn5h0.jpg\"\n        ],\n        \"located\": false,\n        \"createdAt\": \"2022-10-03T18:46:07.893Z\",\n        \"pets\": [\n            {\n                \"_id\": \"6318e14aff387bc89a9dc7ee\",\n                \"name\": \"aa\",\n                \"user\": \"62f5bfd224081df2c4f05a0d\",\n                \"breed\": \"6306e1313fa15b30ce15eff9\",\n                \"description\": \"xxxxxxxxx\",\n                \"images\": [],\n                \"characteristics\": {\n                    \"size\": \"Pequeño\"\n                },\n                \"status\": 1,\n                \"createdAt\": \"2022-09-07T18:22:02.672Z\",\n                \"updatedAt\": \"2022-09-12T00:09:00.496Z\",\n                \"__v\": 0,\n                \"urlImageProfile\": \"https://res.cloudinary.com/dgakkw9kj/image/upload/v1662941340/sPet/pets/msttdee9nzeq21biju0u.jpg\"\n            },\n            {\n                \"_id\": \"6318e1a8ff387bc89a9dc7f5\",\n                \"name\": \"qq\",\n                \"user\": \"62f5bfd224081df2c4f05a0d\",\n                \"breed\": \"6306e1313fa15b30ce15eff9\",\n                \"description\": \"aq\",\n                \"images\": [],\n                \"characteristics\": {\n                    \"size\": \"Grande\",\n                    \"hairColor\": \"aq\"\n                },\n                \"status\": 1,\n                \"createdAt\": \"2022-09-07T18:23:36.709Z\",\n                \"updatedAt\": \"2022-09-07T18:23:36.709Z\",\n                \"__v\": 0\n            }\n        ]\n    },\n    {\n        \"_id\": \"633a91db2725f730482fd946\",\n        \"user\": {\n            \"_id\": \"62f5bfd224081df2c4f05a0d\",\n            \"name\": \"Jerson\",\n            \"paternalSurname\": \"Ramírez\",\n            \"maternalSurname\": \"Ortiz\",\n            \"username\": \"jerson100\",\n            \"email\": \"juamkoo@gmail.com\",\n            \"status\": 1,\n            \"typeUser\": \"administrator\",\n            \"urlImageProfile\": \"https://res.cloudinary.com/dgakkw9kj/image/upload/v1665058102/sPet/users/profiles/develop_02_xp5fpx.jpg\"\n        },\n        \"images\": [\n            \"https://res.cloudinary.com/dgakkw9kj/image/upload/v1664782808/sPet/pets/ifuxlqkfrfrrc9qsmgqo.jpg\",\n            \"https://res.cloudinary.com/dgakkw9kj/image/upload/v1664782809/sPet/pets/r0k2zz047szyxqvvk8pj.jpg\",\n            \"https://res.cloudinary.com/dgakkw9kj/image/upload/v1664782811/sPet/pets/izjjhxmbqgbgxuiiliin.jpg\",\n            \"https://res.cloudinary.com/dgakkw9kj/image/upload/v1664782812/sPet/pets/rrdpp2cjqwioen1pj3dc.jpg\"\n        ],\n        \"located\": false,\n        \"createdAt\": \"2022-10-03T07:40:11.996Z\",\n        \"pets\": [\n            {\n                \"_id\": \"6318e14aff387bc89a9dc7ee\",\n                \"name\": \"aa\",\n                \"user\": \"62f5bfd224081df2c4f05a0d\",\n                \"breed\": \"6306e1313fa15b30ce15eff9\",\n                \"description\": \"xxxxxxxxx\",\n                \"images\": [],\n                \"characteristics\": {\n                    \"size\": \"Pequeño\"\n                },\n                \"status\": 1,\n                \"createdAt\": \"2022-09-07T18:22:02.672Z\",\n                \"updatedAt\": \"2022-09-12T00:09:00.496Z\",\n                \"__v\": 0,\n                \"urlImageProfile\": \"https://res.cloudinary.com/dgakkw9kj/image/upload/v1662941340/sPet/pets/msttdee9nzeq21biju0u.jpg\"\n            },\n            {\n                \"_id\": \"6318e1a8ff387bc89a9dc7f5\",\n                \"name\": \"qq\",\n                \"user\": \"62f5bfd224081df2c4f05a0d\",\n                \"breed\": \"6306e1313fa15b30ce15eff9\",\n                \"description\": \"aq\",\n                \"images\": [],\n                \"characteristics\": {\n                    \"size\": \"Grande\",\n                    \"hairColor\": \"aq\"\n                },\n                \"status\": 1,\n                \"createdAt\": \"2022-09-07T18:23:36.709Z\",\n                \"updatedAt\": \"2022-09-07T18:23:36.709Z\",\n                \"__v\": 0\n            },\n            {\n                \"_id\": \"631e70a68390f37c8b9e6167\",\n                \"name\": \"juanito\",\n                \"user\": \"62f5bfd224081df2c4f05a0d\",\n                \"breed\": \"6306e1313fa15b30ce15eff9\",\n                \"description\": \":D\",\n                \"images\": [],\n                \"characteristics\": {\n                    \"size\": \"Pequeño\",\n                    \"eyeColor\": \"Marrones claros\"\n                },\n                \"status\": 1,\n                \"createdAt\": \"2022-09-11T23:35:02.615Z\",\n                \"updatedAt\": \"2022-09-12T00:04:33.708Z\",\n                \"__v\": 0,\n                \"urlImageProfile\": \"https://res.cloudinary.com/dgakkw9kj/image/upload/v1662941072/sPet/pets/xybxeqauqqss3jrqwuvs.jpg\"\n            }\n        ]\n    }\n]"},{"id":"3acef543-e8c3-4132-a4b5-dc0267e90df0","name":"Get lostpet by idUser with  page and length query params","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:4210/api/v1/users/62f5bfd224081df2c4f05a0d/lostpets?page=1&length=5","host":["http://localhost:4210/api/v1"],"path":["users","62f5bfd224081df2c4f05a0d","lostpets"],"query":[{"key":"page","value":"1"},{"key":"length","value":"5"}]}},"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":"7915"},{"key":"ETag","value":"W/\"1eeb-gYGi2z2M59VbE1gqwEuUPwfj/lw\""},{"key":"Date","value":"Tue, 08 Nov 2022 20:33:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"6358d6f1a432bccd36d6da17\",\n        \"user\": {\n            \"_id\": \"62f5bfd224081df2c4f05a0d\",\n            \"name\": \"Jerson\",\n            \"paternalSurname\": \"Ramírez\",\n            \"maternalSurname\": \"Ortiz\",\n            \"username\": \"jerson100\",\n            \"email\": \"juamkoo@gmail.com\",\n            \"status\": 1,\n            \"typeUser\": \"administrator\",\n            \"urlImageProfile\": \"https://res.cloudinary.com/dgakkw9kj/image/upload/v1665058102/sPet/users/profiles/develop_02_xp5fpx.jpg\"\n        },\n        \"images\": [],\n        \"located\": false,\n        \"createdAt\": \"2022-10-26T06:42:57.606Z\",\n        \"pets\": [\n            {\n                \"_id\": \"6318e14aff387bc89a9dc7ee\",\n                \"name\": \"aa\",\n                \"user\": \"62f5bfd224081df2c4f05a0d\",\n                \"breed\": \"6306e1313fa15b30ce15eff9\",\n                \"description\": \"xxxxxxxxx\",\n                \"images\": [],\n                \"characteristics\": {\n                    \"size\": \"Pequeño\"\n                },\n                \"status\": 1,\n                \"createdAt\": \"2022-09-07T18:22:02.672Z\",\n                \"updatedAt\": \"2022-09-12T00:09:00.496Z\",\n                \"__v\": 0,\n                \"urlImageProfile\": \"https://res.cloudinary.com/dgakkw9kj/image/upload/v1662941340/sPet/pets/msttdee9nzeq21biju0u.jpg\"\n            },\n            {\n                \"_id\": \"6318e1a8ff387bc89a9dc7f5\",\n                \"name\": \"qq\",\n                \"user\": \"62f5bfd224081df2c4f05a0d\",\n                \"breed\": \"6306e1313fa15b30ce15eff9\",\n                \"description\": \"aq\",\n                \"images\": [],\n                \"characteristics\": {\n                    \"size\": \"Grande\",\n                    \"hairColor\": \"aq\"\n                },\n                \"status\": 1,\n                \"createdAt\": \"2022-09-07T18:23:36.709Z\",\n                \"updatedAt\": \"2022-09-07T18:23:36.709Z\",\n                \"__v\": 0\n            },\n            {\n                \"_id\": \"631e71e98390f37c8b9e6183\",\n                \"name\": \"perro\",\n                \"user\": \"62f5bfd224081df2c4f05a0d\",\n                \"breed\": \"631e71c58390f37c8b9e617a\",\n                \"description\": \"\",\n                \"images\": [\n                    \"https://res.cloudinary.com/dgakkw9kj/image/upload/v1664518247/sPet/pets/hnakkxqfw2zty7mfus6s.jpg\",\n                    \"https://res.cloudinary.com/dgakkw9kj/image/upload/v1664519752/sPet/pets/vidfyjy2iixzyla5efsu.jpg\",\n                    \"https://res.cloudinary.com/dgakkw9kj/image/upload/v1664519754/sPet/pets/b18hmuz9blnwwcs4hdar.jpg\",\n                    \"https://res.cloudinary.com/dgakkw9kj/image/upload/v1664522380/sPet/pets/uvmvliaacpouhvfbeznp.jpg\",\n                    \"https://res.cloudinary.com/dgakkw9kj/image/upload/v1664522382/sPet/pets/k35iv333a4zacvbfeaxj.jpg\"\n                ],\n                \"characteristics\": {\n                    \"size\": \"Pequeño\"\n                },\n                \"status\": 1,\n                \"createdAt\": \"2022-09-11T23:40:25.477Z\",\n                \"updatedAt\": \"2022-09-30T07:19:42.851Z\",\n                \"__v\": 0,\n                \"urlImageProfile\": \"https://res.cloudinary.com/dgakkw9kj/image/upload/v1664519643/sPet/pets/l2oi9c5hm2feljn9ntda.jpg\"\n            }\n        ]\n    },\n    {\n        \"_id\": \"63442503004ca9c26f20bc1a\",\n        \"user\": {\n            \"_id\": \"62f5bfd224081df2c4f05a0d\",\n            \"name\": \"Jerson\",\n            \"paternalSurname\": \"Ramírez\",\n            \"maternalSurname\": \"Ortiz\",\n            \"username\": \"jerson100\",\n            \"email\": \"juamkoo@gmail.com\",\n            \"status\": 1,\n            \"typeUser\": \"administrator\",\n            \"urlImageProfile\": \"https://res.cloudinary.com/dgakkw9kj/image/upload/v1665058102/sPet/users/profiles/develop_02_xp5fpx.jpg\"\n        },\n        \"images\": [\n            \"https://res.cloudinary.com/dgakkw9kj/image/upload/v1665410308/sPet/pets/rcqgbfxsx46ioe4mt6sb.png\"\n        ],\n        \"located\": false,\n        \"createdAt\": \"2022-10-10T13:58:27.684Z\",\n        \"pets\": [\n            {\n                \"_id\": \"6318e14aff387bc89a9dc7ee\",\n                \"name\": \"aa\",\n                \"user\": \"62f5bfd224081df2c4f05a0d\",\n                \"breed\": \"6306e1313fa15b30ce15eff9\",\n                \"description\": \"xxxxxxxxx\",\n                \"images\": [],\n                \"characteristics\": {\n                    \"size\": \"Pequeño\"\n                },\n                \"status\": 1,\n                \"createdAt\": \"2022-09-07T18:22:02.672Z\",\n                \"updatedAt\": \"2022-09-12T00:09:00.496Z\",\n                \"__v\": 0,\n                \"urlImageProfile\": \"https://res.cloudinary.com/dgakkw9kj/image/upload/v1662941340/sPet/pets/msttdee9nzeq21biju0u.jpg\"\n            },\n            {\n                \"_id\": \"6318e1a8ff387bc89a9dc7f5\",\n                \"name\": \"qq\",\n                \"user\": \"62f5bfd224081df2c4f05a0d\",\n                \"breed\": \"6306e1313fa15b30ce15eff9\",\n                \"description\": \"aq\",\n                \"images\": [],\n                \"characteristics\": {\n                    \"size\": \"Grande\",\n                    \"hairColor\": \"aq\"\n                },\n                \"status\": 1,\n                \"createdAt\": \"2022-09-07T18:23:36.709Z\",\n                \"updatedAt\": \"2022-09-07T18:23:36.709Z\",\n                \"__v\": 0\n            }\n        ]\n    },\n    {\n        \"_id\": \"633f908197217463353729f2\",\n        \"user\": {\n            \"_id\": \"62f5bfd224081df2c4f05a0d\",\n            \"name\": \"Jerson\",\n            \"paternalSurname\": \"Ramírez\",\n            \"maternalSurname\": \"Ortiz\",\n            \"username\": \"jerson100\",\n            \"email\": \"juamkoo@gmail.com\",\n            \"status\": 1,\n            \"typeUser\": \"administrator\",\n            \"urlImageProfile\": \"https://res.cloudinary.com/dgakkw9kj/image/upload/v1665058102/sPet/users/profiles/develop_02_xp5fpx.jpg\"\n        },\n        \"images\": [\n            \"https://res.cloudinary.com/dgakkw9kj/image/upload/v1665110142/sPet/pets/vsvq4fcsu2lytuuko4co.jpg\"\n        ],\n        \"located\": false,\n        \"createdAt\": \"2022-10-07T02:35:45.060Z\",\n        \"pets\": [\n            {\n                \"_id\": \"6318e14aff387bc89a9dc7ee\",\n                \"name\": \"aa\",\n                \"user\": \"62f5bfd224081df2c4f05a0d\",\n                \"breed\": \"6306e1313fa15b30ce15eff9\",\n                \"description\": \"xxxxxxxxx\",\n                \"images\": [],\n                \"characteristics\": {\n                    \"size\": \"Pequeño\"\n                },\n                \"status\": 1,\n                \"createdAt\": \"2022-09-07T18:22:02.672Z\",\n                \"updatedAt\": \"2022-09-12T00:09:00.496Z\",\n                \"__v\": 0,\n                \"urlImageProfile\": \"https://res.cloudinary.com/dgakkw9kj/image/upload/v1662941340/sPet/pets/msttdee9nzeq21biju0u.jpg\"\n            },\n            {\n                \"_id\": \"6318e1a8ff387bc89a9dc7f5\",\n                \"name\": \"qq\",\n                \"user\": \"62f5bfd224081df2c4f05a0d\",\n                \"breed\": \"6306e1313fa15b30ce15eff9\",\n                \"description\": \"aq\",\n                \"images\": [],\n                \"characteristics\": {\n                    \"size\": \"Grande\",\n                    \"hairColor\": \"aq\"\n                },\n                \"status\": 1,\n                \"createdAt\": \"2022-09-07T18:23:36.709Z\",\n                \"updatedAt\": \"2022-09-07T18:23:36.709Z\",\n                \"__v\": 0\n            }\n        ]\n    },\n    {\n        \"_id\": \"633b2def61b6afd4d000d713\",\n        \"user\": {\n            \"_id\": \"62f5bfd224081df2c4f05a0d\",\n            \"name\": \"Jerson\",\n            \"paternalSurname\": \"Ramírez\",\n            \"maternalSurname\": \"Ortiz\",\n            \"username\": \"jerson100\",\n            \"email\": \"juamkoo@gmail.com\",\n            \"status\": 1,\n            \"typeUser\": \"administrator\",\n            \"urlImageProfile\": \"https://res.cloudinary.com/dgakkw9kj/image/upload/v1665058102/sPet/users/profiles/develop_02_xp5fpx.jpg\"\n        },\n        \"images\": [\n            \"https://res.cloudinary.com/dgakkw9kj/image/upload/v1664822764/sPet/pets/rmtqcvk8r2idhsnd5o7n.jpg\",\n            \"https://res.cloudinary.com/dgakkw9kj/image/upload/v1664822765/sPet/pets/dbvfrrsadfwveekfcge1.jpg\",\n            \"https://res.cloudinary.com/dgakkw9kj/image/upload/v1664822767/sPet/pets/xwuef7xohf3lxcppn5h0.jpg\"\n        ],\n        \"located\": false,\n        \"createdAt\": \"2022-10-03T18:46:07.893Z\",\n        \"pets\": [\n            {\n                \"_id\": \"6318e14aff387bc89a9dc7ee\",\n                \"name\": \"aa\",\n                \"user\": \"62f5bfd224081df2c4f05a0d\",\n                \"breed\": \"6306e1313fa15b30ce15eff9\",\n                \"description\": \"xxxxxxxxx\",\n                \"images\": [],\n                \"characteristics\": {\n                    \"size\": \"Pequeño\"\n                },\n                \"status\": 1,\n                \"createdAt\": \"2022-09-07T18:22:02.672Z\",\n                \"updatedAt\": \"2022-09-12T00:09:00.496Z\",\n                \"__v\": 0,\n                \"urlImageProfile\": \"https://res.cloudinary.com/dgakkw9kj/image/upload/v1662941340/sPet/pets/msttdee9nzeq21biju0u.jpg\"\n            },\n            {\n                \"_id\": \"6318e1a8ff387bc89a9dc7f5\",\n                \"name\": \"qq\",\n                \"user\": \"62f5bfd224081df2c4f05a0d\",\n                \"breed\": \"6306e1313fa15b30ce15eff9\",\n                \"description\": \"aq\",\n                \"images\": [],\n                \"characteristics\": {\n                    \"size\": \"Grande\",\n                    \"hairColor\": \"aq\"\n                },\n                \"status\": 1,\n                \"createdAt\": \"2022-09-07T18:23:36.709Z\",\n                \"updatedAt\": \"2022-09-07T18:23:36.709Z\",\n                \"__v\": 0\n            }\n        ]\n    },\n    {\n        \"_id\": \"633a91db2725f730482fd946\",\n        \"user\": {\n            \"_id\": \"62f5bfd224081df2c4f05a0d\",\n            \"name\": \"Jerson\",\n            \"paternalSurname\": \"Ramírez\",\n            \"maternalSurname\": \"Ortiz\",\n            \"username\": \"jerson100\",\n            \"email\": \"juamkoo@gmail.com\",\n            \"status\": 1,\n            \"typeUser\": \"administrator\",\n            \"urlImageProfile\": \"https://res.cloudinary.com/dgakkw9kj/image/upload/v1665058102/sPet/users/profiles/develop_02_xp5fpx.jpg\"\n        },\n        \"images\": [\n            \"https://res.cloudinary.com/dgakkw9kj/image/upload/v1664782808/sPet/pets/ifuxlqkfrfrrc9qsmgqo.jpg\",\n            \"https://res.cloudinary.com/dgakkw9kj/image/upload/v1664782809/sPet/pets/r0k2zz047szyxqvvk8pj.jpg\",\n            \"https://res.cloudinary.com/dgakkw9kj/image/upload/v1664782811/sPet/pets/izjjhxmbqgbgxuiiliin.jpg\",\n            \"https://res.cloudinary.com/dgakkw9kj/image/upload/v1664782812/sPet/pets/rrdpp2cjqwioen1pj3dc.jpg\"\n        ],\n        \"located\": false,\n        \"createdAt\": \"2022-10-03T07:40:11.996Z\",\n        \"pets\": [\n            {\n                \"_id\": \"6318e14aff387bc89a9dc7ee\",\n                \"name\": \"aa\",\n                \"user\": \"62f5bfd224081df2c4f05a0d\",\n                \"breed\": \"6306e1313fa15b30ce15eff9\",\n                \"description\": \"xxxxxxxxx\",\n                \"images\": [],\n                \"characteristics\": {\n                    \"size\": \"Pequeño\"\n                },\n                \"status\": 1,\n                \"createdAt\": \"2022-09-07T18:22:02.672Z\",\n                \"updatedAt\": \"2022-09-12T00:09:00.496Z\",\n                \"__v\": 0,\n                \"urlImageProfile\": \"https://res.cloudinary.com/dgakkw9kj/image/upload/v1662941340/sPet/pets/msttdee9nzeq21biju0u.jpg\"\n            },\n            {\n                \"_id\": \"6318e1a8ff387bc89a9dc7f5\",\n                \"name\": \"qq\",\n                \"user\": \"62f5bfd224081df2c4f05a0d\",\n                \"breed\": \"6306e1313fa15b30ce15eff9\",\n                \"description\": \"aq\",\n                \"images\": [],\n                \"characteristics\": {\n                    \"size\": \"Grande\",\n                    \"hairColor\": \"aq\"\n                },\n                \"status\": 1,\n                \"createdAt\": \"2022-09-07T18:23:36.709Z\",\n                \"updatedAt\": \"2022-09-07T18:23:36.709Z\",\n                \"__v\": 0\n            },\n            {\n                \"_id\": \"631e70a68390f37c8b9e6167\",\n                \"name\": \"juanito\",\n                \"user\": \"62f5bfd224081df2c4f05a0d\",\n                \"breed\": \"6306e1313fa15b30ce15eff9\",\n                \"description\": \":D\",\n                \"images\": [],\n                \"characteristics\": {\n                    \"size\": \"Pequeño\",\n                    \"eyeColor\": \"Marrones claros\"\n                },\n                \"status\": 1,\n                \"createdAt\": \"2022-09-11T23:35:02.615Z\",\n                \"updatedAt\": \"2022-09-12T00:04:33.708Z\",\n                \"__v\": 0,\n                \"urlImageProfile\": \"https://res.cloudinary.com/dgakkw9kj/image/upload/v1662941072/sPet/pets/xybxeqauqqss3jrqwuvs.jpg\"\n            }\n        ]\n    }\n]"}],"_postman_id":"83ad4d1f-5d86-4810-bd40-00a48554c293"}],"id":"3d66b9e5-895d-4e9b-a23e-4fe9832b9853","description":"<p>Colección de usuarios</p>\n","event":[{"listen":"prerequest","script":{"id":"c9536116-127c-45ad-87a3-0a6e48b459a5","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"766065d5-307c-4f40-a0ae-02d70f8b72ce","type":"text/javascript","exec":[""]}}],"_postman_id":"3d66b9e5-895d-4e9b-a23e-4fe9832b9853"},{"name":"districts","item":[{"name":"Get all districts","id":"e6a145a8-bc5f-46fa-88a6-da54ee425b25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","type":"text"}],"url":"http://localhost:4210/api/v1/districts","description":"<p>Crear un nuevo usuario</p>\n","urlObject":{"path":["districts"],"host":["http://localhost:4210/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"e6a145a8-bc5f-46fa-88a6-da54ee425b25"},{"name":"New district","id":"5a8b991a-ead3-4a4a-8a58-cc06ecbe7944","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Sayan\",\r\n    \"province\": \"630a909ee652fd7e549e5f15\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4210/api/v1/districts","description":"<p>Crear un nuevo usuario</p>\n","urlObject":{"path":["districts"],"host":["http://localhost:4210/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"5a8b991a-ead3-4a4a-8a58-cc06ecbe7944"},{"name":"Update district","id":"a8b0f6a6-29e0-48e1-8bb9-e234a98aa3d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Cayma\",\r\n    \"province\":\"630a909ee652fd7e549e5f15\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4210/api/v1/districts/630ab0a32f6e760b988a075e","description":"<p>Crear un nuevo usuario</p>\n","urlObject":{"path":["districts","630ab0a32f6e760b988a075e"],"host":["http://localhost:4210/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"a8b0f6a6-29e0-48e1-8bb9-e234a98aa3d3"},{"name":"Patch district","id":"508c97bc-c1d5-44cb-8b48-3fbfe1c9a7d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"vc\",\r\n    \"province\":\"62e8e84c2a0aafe19e559d95\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4210/api/v1/districts/62e8ebf2f7e33f90cf8f4f29","description":"<p>Crear un nuevo usuario</p>\n","urlObject":{"path":["districts","62e8ebf2f7e33f90cf8f4f29"],"host":["http://localhost:4210/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"508c97bc-c1d5-44cb-8b48-3fbfe1c9a7d0"},{"name":"find district by id","id":"685d0816-f024-42c9-a1df-2db6a26581fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"veget\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4210/api/v1/districts/630ab0a32f6e760b988a075e","description":"<p>Crear un nuevo usuario</p>\n","urlObject":{"path":["districts","630ab0a32f6e760b988a075e"],"host":["http://localhost:4210/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"685d0816-f024-42c9-a1df-2db6a26581fc"},{"name":"Delete district by id","id":"9fa50684-a07d-4392-a796-d0fa661855a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer ","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:4210/api/v1/districts/630ab0a32f6e760b988a075e","description":"<p>Crear un nuevo usuario</p>\n","urlObject":{"path":["districts","630ab0a32f6e760b988a075e"],"host":["http://localhost:4210/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"9fa50684-a07d-4392-a796-d0fa661855a5"}],"id":"d58683b8-d2cb-43dc-bbb7-6b58a758bb36","description":"<p>Colección de distritos</p>\n","event":[{"listen":"prerequest","script":{"id":"d83c3320-c95b-4f68-919b-824297468368","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"85baa2da-f1d3-40b6-8496-70ddcc34aa16","type":"text/javascript","exec":[""]}}],"_postman_id":"d58683b8-d2cb-43dc-bbb7-6b58a758bb36"},{"name":"departaments","item":[{"name":"New departament","id":"f90f8e02-aec1-4266-9c77-6c047f43ae73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Arequipa\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4210/api/v1/departaments","description":"<p>Crear un nuevo usuario</p>\n","urlObject":{"path":["departaments"],"host":["http://localhost:4210/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"f90f8e02-aec1-4266-9c77-6c047f43ae73"},{"name":"Patch departament","id":"204ad75f-2a6d-4acb-8859-25d9c90bb6f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Lima10\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4210/api/v1/departaments/62e8e39c8ca5b18571bbf4c0","description":"<p>Crear un nuevo usuario</p>\n","urlObject":{"path":["departaments","62e8e39c8ca5b18571bbf4c0"],"host":["http://localhost:4210/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"204ad75f-2a6d-4acb-8859-25d9c90bb6f3"},{"name":"Update departament","id":"85cdba2a-c25e-451b-a94e-70472b9b1d69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Lima\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4210/api/v1/departaments/62e8e5d61019445cbe2a8f16","description":"<p>Crear un nuevo usuario</p>\n","urlObject":{"path":["departaments","62e8e5d61019445cbe2a8f16"],"host":["http://localhost:4210/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"85cdba2a-c25e-451b-a94e-70472b9b1d69"},{"name":"delete departament","id":"9a355803-1056-4686-8ae8-d086354bfd6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer ","type":"text"}],"url":"http://localhost:4210/api/v1/departaments/62e8e39c8ca5b18571bbf4c0","description":"<p>Crear un nuevo usuario</p>\n","urlObject":{"path":["departaments","62e8e39c8ca5b18571bbf4c0"],"host":["http://localhost:4210/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"9a355803-1056-4686-8ae8-d086354bfd6a"},{"name":"Find by id departament","id":"03d8551c-ceaf-4c7b-bb5b-5241d2c1d9fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Lima\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4210/api/v1/departaments/62e8e39c8ca5b18571bbf4c0","description":"<p>Crear un nuevo usuario</p>\n","urlObject":{"path":["departaments","62e8e39c8ca5b18571bbf4c0"],"host":["http://localhost:4210/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"03d8551c-ceaf-4c7b-bb5b-5241d2c1d9fd"},{"name":"Get all departaments","id":"422a6610-6319-4060-b3d1-4434621e8a5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:4210/api/v1/departaments","description":"<p>Crear un nuevo usuario</p>\n","urlObject":{"path":["departaments"],"host":["http://localhost:4210/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"422a6610-6319-4060-b3d1-4434621e8a5b"}],"id":"74afdd5e-aa1f-415b-814e-c50c20a6dcfc","description":"<p>Colección de departamentos</p>\n","event":[{"listen":"prerequest","script":{"id":"9087bcd4-d7d3-4260-831b-25818e469541","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9df473a0-20ab-46b8-9671-f00c8b9d72f6","type":"text/javascript","exec":[""]}}],"_postman_id":"74afdd5e-aa1f-415b-814e-c50c20a6dcfc"},{"name":"provinces","item":[{"name":"New province","id":"1333fc71-7cd1-4ba1-a082-946e54d941d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Cañete\",\r\n    \"departament\": \"630a9089e652fd7e549e5f0d\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4210/api/v1/provinces","description":"<p>Crear un nuevo usuario</p>\n","urlObject":{"path":["provinces"],"host":["http://localhost:4210/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"1333fc71-7cd1-4ba1-a082-946e54d941d0"},{"name":"Update province","id":"aef4b843-3491-4edc-81f3-b8a68aee4551","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Huaura\",\r\n    \"departament\": \"62e8e5d61019445cbe2a8f16\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4210/api/v1/provinces/630a909ee652fd7e549e5f15","description":"<p>Crear un nuevo usuario</p>\n","urlObject":{"path":["provinces","630a909ee652fd7e549e5f15"],"host":["http://localhost:4210/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"aef4b843-3491-4edc-81f3-b8a68aee4551"},{"name":"Patch province","id":"82a5305a-9664-4e00-93b5-7939bdb06f34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Huaura\",\r\n    \"departament\":\"62e8e5d61019445cbe2a8f16\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4210/api/v1/provinces/630a909ee652fd7e549e5f15","description":"<p>Crear un nuevo usuario</p>\n","urlObject":{"path":["provinces","630a909ee652fd7e549e5f15"],"host":["http://localhost:4210/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"82a5305a-9664-4e00-93b5-7939bdb06f34"},{"name":"Delete Province","id":"61077a4d-ff5a-4f71-8312-2694c95ecadf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer ","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:4210/api/v1/provinces/630a909ee652fd7e549e5f15","description":"<p>Crear un nuevo usuario</p>\n","urlObject":{"path":["provinces","630a909ee652fd7e549e5f15"],"host":["http://localhost:4210/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"61077a4d-ff5a-4f71-8312-2694c95ecadf"},{"name":"Get all provinces","id":"d3d34b57-c5c5-4bce-ad12-7693d0a787ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:4210/api/v1/provinces","description":"<p>Crear un nuevo usuario</p>\n","urlObject":{"path":["provinces"],"host":["http://localhost:4210/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"d3d34b57-c5c5-4bce-ad12-7693d0a787ad"},{"name":"Find province by id","id":"332c0565-617b-4e0b-9b62-dce1bc4cda0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:4210/api/v1/provinces/630a909ee652fd7e549e5f15","description":"<p>Crear un nuevo usuario</p>\n","urlObject":{"path":["provinces","630a909ee652fd7e549e5f15"],"host":["http://localhost:4210/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"332c0565-617b-4e0b-9b62-dce1bc4cda0c"}],"id":"70b0ec6a-2385-4e39-9a3d-7da8a93f2ae0","description":"<p>Colección de provincias</p>\n","event":[{"listen":"prerequest","script":{"id":"ea397550-51df-4534-aae2-da94e0c394a3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"76435f8e-34b8-47af-9019-b9e87b6cc1fe","type":"text/javascript","exec":[""]}}],"_postman_id":"70b0ec6a-2385-4e39-9a3d-7da8a93f2ae0"},{"name":"auth","item":[{"name":"login","event":[{"listen":"prerequest","script":{"id":"f74ba718-ca41-43e5-9517-cbcd11a07e54","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"9ef94e11-195b-49ba-9702-3afa542a7038","exec":["const json = JSON.parse(responseBody)\r","// pm.environment.set(\"AUTH_TOKEN\", json.data.token);\r","if(json){\r","    pm.collectionVariables.set(\"AUTH_TOKEN\",json.accessToken);\r","}"],"type":"text/javascript"}}],"id":"8dcf4540-2ca3-4742-b5ee-d1c63bba3af9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"juamkoo@gmail.com\",\r\n    \"password\": \"aA@123456789\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4210/api/v1/auth/login","description":"<p>Obtener todos los usuarios</p>\n","urlObject":{"path":["auth","login"],"host":["http://localhost:4210/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"8dcf4540-2ca3-4742-b5ee-d1c63bba3af9"}],"id":"1258f1bd-6b7e-4795-bf67-e5f19607d444","_postman_id":"1258f1bd-6b7e-4795-bf67-e5f19607d444","description":""},{"name":"typePet","item":[{"name":"Get all Type Pets","id":"fadc4918-742d-42ec-a7cf-b84f72395c58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:4210/api/v1/typePets","description":"<p>Obtener todas los tipos de mascotas</p>\n","urlObject":{"path":["typePets"],"host":["http://localhost:4210/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"fadc4918-742d-42ec-a7cf-b84f72395c58"},{"name":"Create new type pet","id":"a013241e-f8f1-4f4e-906e-106d2356c9ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"type\": \"Gato\",\r\n    \"description\": \"El perro es el mejor amigo del hombre.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4210/api/v1/typePets","description":"<p>Crear nuevo tipo de mascota</p>\n","urlObject":{"path":["typePets"],"host":["http://localhost:4210/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"a013241e-f8f1-4f4e-906e-106d2356c9ce"},{"name":"Update type pet","id":"5f296945-0c48-408a-b188-ec2e04e66d8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Bearer "}],"body":{"mode":"raw","raw":"{\r\n    \"type\": \"Gato\",\r\n    \"description\": \"El gato es el mejor amigo del hombre.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4210/api/v1/typePets/6306aaeccf4d07d65420a55e","description":"<p>Actualiza un tipo de mascota, es necesario pasarle todos los campos necesarios.</p>\n","urlObject":{"path":["typePets","6306aaeccf4d07d65420a55e"],"host":["http://localhost:4210/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"5f296945-0c48-408a-b188-ec2e04e66d8f"},{"name":"Patch type pet","id":"a7f09329-ba60-4885-82a8-584e6a7292c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","type":"text","value":"Bearer "}],"body":{"mode":"raw","raw":"{\r\n    \"type\": \"Gato\",\r\n    \"description\": \"El gato es el mejor amigo del hombre\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4210/api/v1/typePets/6306aaeccf4d07d65420a55e","description":"<p>Actualizar parcialmente una mascota.</p>\n","urlObject":{"path":["typePets","6306aaeccf4d07d65420a55e"],"host":["http://localhost:4210/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"a7f09329-ba60-4885-82a8-584e6a7292c5"},{"name":"Delete one type pet","id":"930e55f0-4908-4997-b226-f90a577e3cbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer ","type":"text"}],"url":"http://localhost:4210/api/v1/typePets/6306aaeccf4d07d65420a55e","description":"<p>Eliminar un tipo de mascota.\nAl eliminar un tipo de mascota también se eliminar las razas asociadas a esta.</p>\n","urlObject":{"path":["typePets","6306aaeccf4d07d65420a55e"],"host":["http://localhost:4210/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"930e55f0-4908-4997-b226-f90a577e3cbf"},{"name":"Delete all type pet","id":"06d4bd0d-51b6-4d31-948c-19285b1ea171","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","type":"text","value":"Bearer "}],"url":"http://localhost:4210/api/v1/typePets","description":"<p>Eliminar todos los tipos de mascotas.</p>\n","urlObject":{"path":["typePets"],"host":["http://localhost:4210/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"06d4bd0d-51b6-4d31-948c-19285b1ea171"}],"id":"177f498b-967b-41cb-a047-547e9479f5b8","description":"<p>Colección de tipos de mascotas</p>\n","_postman_id":"177f498b-967b-41cb-a047-547e9479f5b8"},{"name":"breeds","item":[{"name":"Create new breed","id":"b9348564-26b4-4803-afe0-b3b0e137ef37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"typePet\":\"6306aab1d1bf6ec84105d191\",\r\n    \"name\": \"Golden Retrieve\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4210/api/v1/breeds","description":"<p>Crea una nueva raza</p>\n","urlObject":{"path":["breeds"],"host":["http://localhost:4210/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"b9348564-26b4-4803-afe0-b3b0e137ef37"},{"name":"Update breed","id":"f4563efb-1a71-4771-b19f-7de4b3d469e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Bearer "}],"body":{"mode":"raw","raw":"{\r\n    \"typePet\":\"6306aab1d1bf6ec84105d191\",\r\n    \"name\": \"Bulldog\",\r\n    \"description\": \"df\",\r\n    \"characteristics\": [\"Buen olfato\"],\r\n    \"images\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4210/api/v1/breeds/6306e1313fa15b30ce15eff9","description":"<p>Actualiza una raza</p>\n","urlObject":{"path":["breeds","6306e1313fa15b30ce15eff9"],"host":["http://localhost:4210/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"f4563efb-1a71-4771-b19f-7de4b3d469e0"},{"name":"PATCH breed","id":"16bfe886-eb4b-48f5-a094-9246729f94b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","type":"text","value":"Bearer "}],"body":{"mode":"raw","raw":"{\r\n    \"description\": \"a\",\r\n    \"typePet\": \"6306aaeccf4d07d65420a55e\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4210/api/v1/breeds/6306e1313fa15b30ce15eff9","description":"<p>Actualiza parcialmente una raza</p>\n","urlObject":{"path":["breeds","6306e1313fa15b30ce15eff9"],"host":["http://localhost:4210/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"16bfe886-eb4b-48f5-a094-9246729f94b9"},{"name":"Get all breeds","id":"b5c4f095-3ef8-493a-8f81-9f74646a7f7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:4210/api/v1/breeds","description":"<p>Obtener todas las razas</p>\n","urlObject":{"path":["breeds"],"host":["http://localhost:4210/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"b5c4f095-3ef8-493a-8f81-9f74646a7f7d"},{"name":"Get breed by id","id":"807ad3f0-8f49-4a31-a1e5-5fd5addfabf8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:4210/api/v1/breeds/6306e1313fa15b30ce15eff9","description":"<p>Obtener una raza por su identificador(ID)</p>\n","urlObject":{"path":["breeds","6306e1313fa15b30ce15eff9"],"host":["http://localhost:4210/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"807ad3f0-8f49-4a31-a1e5-5fd5addfabf8"},{"name":"Delete breed by id","id":"a63498a6-a70c-45e9-a52d-4c9703a39134","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer ","type":"text"}],"url":"http://localhost:4210/api/v1/breeds/630789bc25a98eb4bd523eb0","description":"<p>Eliminar una raza por su identificador(ID)</p>\n","urlObject":{"path":["breeds","630789bc25a98eb4bd523eb0"],"host":["http://localhost:4210/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"a63498a6-a70c-45e9-a52d-4c9703a39134"},{"name":"delete all breeds","id":"e15506f1-9ac9-43ab-9025-652d7920e443","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","type":"text","value":"Bearer "}],"url":"http://localhost:4210/api/v1/breeds","description":"<p>Eliminar todas las razas</p>\n","urlObject":{"path":["breeds"],"host":["http://localhost:4210/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"e15506f1-9ac9-43ab-9025-652d7920e443"}],"id":"d9d46aa6-129a-4cc0-ac7d-d35a92b8b9b5","description":"<p>Collección de razas</p>\n","_postman_id":"d9d46aa6-129a-4cc0-ac7d-d35a92b8b9b5"},{"name":"Pet","item":[{"name":"Create new pet","id":"061c0781-38c2-45c9-b128-c4076c787e89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Petito1000","type":"text"},{"key":"breed","value":"6306e1313fa15b30ce15eff9","type":"text"},{"key":"description","value":"wdasr","type":"text"},{"key":"dateOfBirth","value":"10/06/2000","type":"text"},{"key":"size","value":"Pequeño","type":"text"},{"key":"profile","type":"file","src":"/C:/Users/JERSON/Pictures/memes_programacion/238225911_1292578084526177_4624045333964616865_n.jpg"},{"key":"eyeColor","value":"rojos","type":"text"}]},"url":"http://localhost:4210/api/v1/pets","description":"<p>Crear una mascota</p>\n","urlObject":{"path":["pets"],"host":["http://localhost:4210/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"061c0781-38c2-45c9-b128-c4076c787e89"},{"name":"Update pet","id":"0a04b3de-5f93-4d16-a322-a5988edf2b2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Bearer "}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Petito7\",\r\n    \"breed\": \"6306e1313fa15b30ce15eff9\" ,\r\n    \"description\":\"oopopopopop\",\r\n    \"characteristics\":{\r\n        \"size\":\"Pequeño\",\r\n        \"eyeColor\": \"\",\r\n        \"hairColor\":  \"\"\r\n    },\r\n    \"dateOfBirth\": \"10/06/2000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4210/api/v1/pets/63390f4a8e1dd2678f917b5b","description":"<p>Actualiza tu mascota</p>\n","urlObject":{"path":["pets","63390f4a8e1dd2678f917b5b"],"host":["http://localhost:4210/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"0a04b3de-5f93-4d16-a322-a5988edf2b2d"},{"name":"Update pet profile image","id":"1ae7ff0a-839d-4315-939d-68e7d0e30901","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Bearer "}],"body":{"mode":"formdata","formdata":[{"key":"profile","type":"file","src":"/C:/Users/JERSON/Desktop/mis fotos/20200707_142546.jpg"}]},"url":"http://localhost:4210/api/v1/pets/631e71e98390f37c8b9e6183/upload-profile","description":"<p>Actualizar la imagen de perfil de la mascota</p>\n","urlObject":{"path":["pets","631e71e98390f37c8b9e6183","upload-profile"],"host":["http://localhost:4210/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"1ae7ff0a-839d-4315-939d-68e7d0e30901"},{"name":"Upload images pet","id":"a8fd581d-a1a2-404b-95ba-85bb6e597287","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer "}],"body":{"mode":"formdata","formdata":[{"key":"images","type":"file","src":["/C:/Users/JERSON/Desktop/mis fotos/login-mobile.jpg","/C:/Users/JERSON/Desktop/mis fotos/IMG_20200704_002052448.jpg"]}]},"url":"http://localhost:4210/api/v1/pets/631e71e98390f37c8b9e6183/images","description":"<p>Subir imágenes de la mascota</p>\n","urlObject":{"path":["pets","631e71e98390f37c8b9e6183","images"],"host":["http://localhost:4210/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"a8fd581d-a1a2-404b-95ba-85bb6e597287"},{"name":"Delete image pet","id":"0820a829-8598-43a5-a316-7a885b27200a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","type":"text","value":"Bearer "}],"body":{"mode":"raw","raw":"{\r\n    \"images\": [\"https://res.cloudinary.com/dgakkw9kj/image/upload/v1664518246/sPet/pets/ehubmmaqvukxstpw9ufm.jpg\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4210/api/v1/pets/631e71e98390f37c8b9e6183/images","description":"<p>Eliminar imagenes de una mascota</p>\n","urlObject":{"path":["pets","631e71e98390f37c8b9e6183","images"],"host":["http://localhost:4210/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"0820a829-8598-43a5-a316-7a885b27200a"},{"name":"Patch  pet","id":"2f39789a-dd46-4826-ad6d-6228a5d836e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","type":"text","value":"Bearer "}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"x1\",\r\n    \"characteristics\":{\r\n        \"size\":\"Pequeño\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4210/api/v1/pets/63390f4a8e1dd2678f917b5b","description":"<p>Actualiza parcialmente tu mascota</p>\n","urlObject":{"path":["pets","63390f4a8e1dd2678f917b5b"],"host":["http://localhost:4210/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"2f39789a-dd46-4826-ad6d-6228a5d836e6"},{"name":"Get pet by id","id":"ae3fdbcc-ef34-4d77-955f-a56dfc9c5a8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:4210/api/v1/pets/631e71e98390f37c8b9e6183","description":"<p>Obtener una mascota por su identificador(ID)</p>\n","urlObject":{"path":["pets","631e71e98390f37c8b9e6183"],"host":["http://localhost:4210/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"ae3fdbcc-ef34-4d77-955f-a56dfc9c5a8d"},{"name":"Delete pet by id","id":"2a5251b1-5056-42b9-82d2-b4fa0867d47a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","type":"text","value":"Bearer "}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:4210/api/v1/pets/63078e712bd81eddfb8fd200","description":"<p>Eliminar mascota por su identificador(ID)</p>\n","urlObject":{"path":["pets","63078e712bd81eddfb8fd200"],"host":["http://localhost:4210/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"2a5251b1-5056-42b9-82d2-b4fa0867d47a"},{"name":"Delete all pets","id":"74b63f1b-62f0-4492-a329-64f1cf1b370f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","type":"text","value":"Bearer "}],"url":"http://localhost:4210/api/v1/pets","description":"<p>Eliminar todas las mascotas</p>\n","urlObject":{"path":["pets"],"host":["http://localhost:4210/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"74b63f1b-62f0-4492-a329-64f1cf1b370f"},{"name":"Get all pets","id":"ec5b0a89-9bde-48c6-aa10-1898ed3c4788","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:4210/api/v1/pets?length=1&page=1&typepet=Perro","description":"<p>Listado de mis mascotas.</p>\n","urlObject":{"path":["pets"],"host":["http://localhost:4210/api/v1"],"query":[{"key":"length","value":"1"},{"key":"page","value":"1"},{"key":"typepet","value":"Perro"}],"variable":[]}},"response":[{"id":"7c0bd2b2-f252-462d-9e1b-3f4f9ef0052d","name":"Filter by typepet","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer "}],"url":{"raw":"http://localhost:4210/api/v1/pets?typepet=Gato","host":["http://localhost:4210/api/v1"],"path":["pets"],"query":[{"key":"typepet","value":"Gato"}]}},"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":"2402"},{"key":"ETag","value":"W/\"962-ZNbp7b+SKt9FggpDV4dyD06hUwE\""},{"key":"Date","value":"Sun, 11 Sep 2022 13:34:07 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"6318e14aff387bc89a9dc7ee\",\n        \"name\": \"aa\",\n        \"user\": {\n            \"_id\": \"62f5bfd224081df2c4f05a0d\",\n            \"name\": \"Jerson\",\n            \"paternalSurname\": \"Ramírez\",\n            \"maternalSurname\": \"Ortiz\",\n            \"username\": \"jerson100\",\n            \"email\": \"juamkoo@gmail.com\",\n            \"__v\": 0\n        },\n        \"breed\": {\n            \"_id\": \"6306e1313fa15b30ce15eff9\",\n            \"typePet\": {\n                \"_id\": \"6306aaeccf4d07d65420a55e\",\n                \"type\": \"Gato\",\n                \"createdAt\": \"2022-08-24T22:49:16.305Z\",\n                \"updatedAt\": \"2022-09-06T08:47:10.416Z\",\n                \"__v\": 0,\n                \"description\": \"El gato es el mejor amigo del hombre\"\n            },\n            \"name\": \"Pitbull\",\n            \"characteristics\": [\n                \"a\",\n                \"d\"\n            ],\n            \"images\": [],\n            \"createdAt\": \"2022-08-25T02:40:49.999Z\",\n            \"updatedAt\": \"2022-08-25T03:01:33.774Z\",\n            \"__v\": 0,\n            \"description\": \"a\"\n        },\n        \"description\": \"xxxxxxxxx\",\n        \"images\": [],\n        \"characteristics\": {\n            \"size\": \"Pequeño\"\n        },\n        \"createdAt\": \"2022-09-07T18:22:02.672Z\",\n        \"updatedAt\": \"2022-09-07T18:22:02.672Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6318e1a8ff387bc89a9dc7f5\",\n        \"name\": \"qq\",\n        \"user\": {\n            \"_id\": \"62f5bfd224081df2c4f05a0d\",\n            \"name\": \"Jerson\",\n            \"paternalSurname\": \"Ramírez\",\n            \"maternalSurname\": \"Ortiz\",\n            \"username\": \"jerson100\",\n            \"email\": \"juamkoo@gmail.com\",\n            \"__v\": 0\n        },\n        \"breed\": {\n            \"_id\": \"6306e1313fa15b30ce15eff9\",\n            \"typePet\": {\n                \"_id\": \"6306aaeccf4d07d65420a55e\",\n                \"type\": \"Gato\",\n                \"createdAt\": \"2022-08-24T22:49:16.305Z\",\n                \"updatedAt\": \"2022-09-06T08:47:10.416Z\",\n                \"__v\": 0,\n                \"description\": \"El gato es el mejor amigo del hombre\"\n            },\n            \"name\": \"Pitbull\",\n            \"characteristics\": [\n                \"a\",\n                \"d\"\n            ],\n            \"images\": [],\n            \"createdAt\": \"2022-08-25T02:40:49.999Z\",\n            \"updatedAt\": \"2022-08-25T03:01:33.774Z\",\n            \"__v\": 0,\n            \"description\": \"a\"\n        },\n        \"description\": \"aq\",\n        \"images\": [],\n        \"characteristics\": {\n            \"size\": \"Grande\",\n            \"hairColor\": \"aq\"\n        },\n        \"createdAt\": \"2022-09-07T18:23:36.709Z\",\n        \"updatedAt\": \"2022-09-07T18:23:36.709Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"631a522b29fdcb0926d38f28\",\n        \"name\": \"aaaaaaaaaaaaaa\",\n        \"user\": {\n            \"_id\": \"631a4927ed8c0081dbd8f53c\",\n            \"name\": \"ruan matr\",\n            \"paternalSurname\": \"roberto dewS\",\n            \"maternalSurname\": \"ramie\",\n            \"username\": \"ruan12\",\n            \"email\": \"ramir@gmail.com\",\n            \"__v\": 0\n        },\n        \"breed\": {\n            \"_id\": \"6306e1313fa15b30ce15eff9\",\n            \"typePet\": {\n                \"_id\": \"6306aaeccf4d07d65420a55e\",\n                \"type\": \"Gato\",\n                \"createdAt\": \"2022-08-24T22:49:16.305Z\",\n                \"updatedAt\": \"2022-09-06T08:47:10.416Z\",\n                \"__v\": 0,\n                \"description\": \"El gato es el mejor amigo del hombre\"\n            },\n            \"name\": \"Pitbull\",\n            \"characteristics\": [\n                \"a\",\n                \"d\"\n            ],\n            \"images\": [],\n            \"createdAt\": \"2022-08-25T02:40:49.999Z\",\n            \"updatedAt\": \"2022-08-25T03:01:33.774Z\",\n            \"__v\": 0,\n            \"description\": \"a\"\n        },\n        \"description\": \"wdwd\",\n        \"images\": [],\n        \"characteristics\": {\n            \"size\": \"Pequeño\",\n            \"eyeColor\": \"wdw\",\n            \"hairColor\": \"dwd\"\n        },\n        \"createdAt\": \"2022-09-08T20:35:55.230Z\",\n        \"updatedAt\": \"2022-09-08T20:35:55.230Z\",\n        \"__v\": 0\n    }\n]"},{"id":"b81ca47c-f0c4-4e61-ad56-9588cd1368f8","name":"Pagination","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer "}],"url":{"raw":"http://localhost:4210/api/v1/pets?length=2&page=1","host":["http://localhost:4210/api/v1"],"path":["pets"],"query":[{"key":"length","value":"2"},{"key":"page","value":"1"}]}},"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":"1575"},{"key":"ETag","value":"W/\"627-DTecvd36RO8nb3NDc95bwQsSQEw\""},{"key":"Date","value":"Sun, 11 Sep 2022 18:03:21 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"6318e14aff387bc89a9dc7ee\",\n        \"name\": \"aa\",\n        \"user\": {\n            \"_id\": \"62f5bfd224081df2c4f05a0d\",\n            \"name\": \"Jerson\",\n            \"paternalSurname\": \"Ramírez\",\n            \"maternalSurname\": \"Ortiz\",\n            \"username\": \"jerson100\",\n            \"email\": \"juamkoo@gmail.com\",\n            \"__v\": 0\n        },\n        \"breed\": {\n            \"_id\": \"6306e1313fa15b30ce15eff9\",\n            \"typePet\": {\n                \"_id\": \"6306aaeccf4d07d65420a55e\",\n                \"type\": \"Gato\",\n                \"createdAt\": \"2022-08-24T22:49:16.305Z\",\n                \"updatedAt\": \"2022-09-06T08:47:10.416Z\",\n                \"__v\": 0,\n                \"description\": \"El gato es el mejor amigo del hombre\"\n            },\n            \"name\": \"Pitbull\",\n            \"characteristics\": [\n                \"a\",\n                \"d\"\n            ],\n            \"images\": [],\n            \"createdAt\": \"2022-08-25T02:40:49.999Z\",\n            \"updatedAt\": \"2022-08-25T03:01:33.774Z\",\n            \"__v\": 0,\n            \"description\": \"a\"\n        },\n        \"description\": \"xxxxxxxxx\",\n        \"images\": [],\n        \"characteristics\": {\n            \"size\": \"Pequeño\"\n        },\n        \"createdAt\": \"2022-09-07T18:22:02.672Z\",\n        \"updatedAt\": \"2022-09-07T18:22:02.672Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6318e1a8ff387bc89a9dc7f5\",\n        \"name\": \"qq\",\n        \"user\": {\n            \"_id\": \"62f5bfd224081df2c4f05a0d\",\n            \"name\": \"Jerson\",\n            \"paternalSurname\": \"Ramírez\",\n            \"maternalSurname\": \"Ortiz\",\n            \"username\": \"jerson100\",\n            \"email\": \"juamkoo@gmail.com\",\n            \"__v\": 0\n        },\n        \"breed\": {\n            \"_id\": \"6306e1313fa15b30ce15eff9\",\n            \"typePet\": {\n                \"_id\": \"6306aaeccf4d07d65420a55e\",\n                \"type\": \"Gato\",\n                \"createdAt\": \"2022-08-24T22:49:16.305Z\",\n                \"updatedAt\": \"2022-09-06T08:47:10.416Z\",\n                \"__v\": 0,\n                \"description\": \"El gato es el mejor amigo del hombre\"\n            },\n            \"name\": \"Pitbull\",\n            \"characteristics\": [\n                \"a\",\n                \"d\"\n            ],\n            \"images\": [],\n            \"createdAt\": \"2022-08-25T02:40:49.999Z\",\n            \"updatedAt\": \"2022-08-25T03:01:33.774Z\",\n            \"__v\": 0,\n            \"description\": \"a\"\n        },\n        \"description\": \"aq\",\n        \"images\": [],\n        \"characteristics\": {\n            \"size\": \"Grande\",\n            \"hairColor\": \"aq\"\n        },\n        \"createdAt\": \"2022-09-07T18:23:36.709Z\",\n        \"updatedAt\": \"2022-09-07T18:23:36.709Z\",\n        \"__v\": 0\n    }\n]"}],"_postman_id":"ec5b0a89-9bde-48c6-aa10-1898ed3c4788"}],"id":"43e30684-f3b7-4164-8726-7bf66e560a94","description":"<p>Colección de mascotas</p>\n","_postman_id":"43e30684-f3b7-4164-8726-7bf66e560a94"},{"name":"LostPet","item":[{"name":"Create new lost pet","id":"d8352c3f-6038-417f-8477-b994f87bf1a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"images","type":"file","src":["/C:/Users/JERSON/Desktop/mis fotos/para_diseños/develop_01.jpg","/C:/Users/JERSON/Desktop/mis fotos/para_diseños/develop_02.jpg","/C:/Users/JERSON/Desktop/mis fotos/para_diseños/inginfo.jpg"]},{"key":"pets","value":"631e71e98390f37c8b9e6183,6318e14aff387bc89a9dc7ee,6318e1a8ff387bc89a9dc7f5","type":"text"},{"key":"description","value":"111122","type":"text"},{"key":"latitude","value":"-11.120442","type":"text"},{"key":"longitude","value":"-77.300458","type":"text"}]},"url":"http://localhost:4210/api/v1/lostpets","description":"<p>Creación de una mascota perdida</p>\n","urlObject":{"path":["lostpets"],"host":["http://localhost:4210/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"d8352c3f-6038-417f-8477-b994f87bf1a5"},{"name":"Get Lost pet by id","id":"190d47af-c052-4c60-9d81-00dcb24276a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:4210/api/v1/lostpet/633c35fc0cf1c71e0936f83f","description":"<p>Obtener las macotas perdidas por id</p>\n","urlObject":{"path":["lostpet","633c35fc0cf1c71e0936f83f"],"host":["http://localhost:4210/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"190d47af-c052-4c60-9d81-00dcb24276a6"},{"name":"Gell all lost pets","id":"c3eec1e1-b1f3-45b6-810d-5836d828391e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:4210/api/v1/lostpet","description":"<p>Obtener todos las mascotas perdidas.</p>\n","urlObject":{"path":["lostpet"],"host":["http://localhost:4210/api/v1"],"query":[],"variable":[]}},"response":[{"id":"fa52fdf4-5c3a-4798-829b-a18609c2073a","name":"Gell all lost pets filter by located and pagination","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:4210/api/v1/lostpet?located=false&length=1&page=1","host":["http://localhost:4210/api/v1"],"path":["lostpet"],"query":[{"key":"located","value":"false","description":"Filtrar por mascotas encontradas o no."},{"key":"length","value":"1","description":"Cantidad de documentos a mostrar por cada página"},{"key":"page","value":"1","description":"Página a filtrar"}]}},"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":"1315"},{"key":"ETag","value":"W/\"523-d+2D0T1wEp/FMdEc3Tzr+8LERSw\""},{"key":"Date","value":"Fri, 30 Sep 2022 12:39:29 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"6336ce0ce8f553c1645ea453\",\n        \"user\": {\n            \"_id\": \"62f5bfd224081df2c4f05a0d\",\n            \"username\": \"jerson100\",\n            \"email\": \"juamkoo@gmail.com\",\n            \"district\": \"62e8ebf2f7e33f90cf8f4f29\"\n        },\n        \"pets\": [\n            {\n                \"_id\": \"631e71e98390f37c8b9e6183\",\n                \"name\": \"perro\",\n                \"breed\": {\n                    \"_id\": \"631e71c58390f37c8b9e617a\",\n                    \"typePet\": \"6306aab1d1bf6ec84105d191\",\n                    \"name\": \"Golden Retrieve\"\n                },\n                \"urlImageProfile\": \"https://res.cloudinary.com/dgakkw9kj/image/upload/v1664519643/sPet/pets/l2oi9c5hm2feljn9ntda.jpg\"\n            },\n            {\n                \"_id\": \"6318e14aff387bc89a9dc7ee\",\n                \"name\": \"aa\",\n                \"breed\": {\n                    \"_id\": \"6306e1313fa15b30ce15eff9\",\n                    \"typePet\": \"6306aaeccf4d07d65420a55e\",\n                    \"name\": \"Pitbull\",\n                    \"description\": \"a\"\n                },\n                \"urlImageProfile\": \"https://res.cloudinary.com/dgakkw9kj/image/upload/v1662941340/sPet/pets/msttdee9nzeq21biju0u.jpg\"\n            },\n            {\n                \"_id\": \"6318e1a8ff387bc89a9dc7f5\",\n                \"name\": \"qq\",\n                \"breed\": {\n                    \"_id\": \"6306e1313fa15b30ce15eff9\",\n                    \"typePet\": \"6306aaeccf4d07d65420a55e\",\n                    \"name\": \"Pitbull\",\n                    \"description\": \"a\"\n                }\n            }\n        ],\n        \"images\": [\n            \"https://res.cloudinary.com/dgakkw9kj/image/upload/v1664536073/sPet/pets/mtfmy8jbnjql3sp0ruvj.jpg\",\n            \"https://res.cloudinary.com/dgakkw9kj/image/upload/v1664536075/sPet/pets/rnzafjou10skt6nubckh.jpg\",\n            \"https://res.cloudinary.com/dgakkw9kj/image/upload/v1664536076/sPet/pets/pawli1p6zgv5ncizr2go.jpg\"\n        ],\n        \"description\": \"located\",\n        \"located\": false,\n        \"createdAt\": \"2022-09-30T11:07:56.209Z\",\n        \"updatedAt\": \"2022-09-30T11:07:56.209Z\"\n    }\n]"}],"_postman_id":"c3eec1e1-b1f3-45b6-810d-5836d828391e"},{"name":"Delete Lost pet by id","id":"7df0f2c4-2680-454c-b180-f5bce41e1701","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer ","type":"text"}],"url":"http://localhost:4210/api/v1/lostpet/6336c5210cbd45aa0d87eefc","description":"<p>Eliminar por id</p>\n","urlObject":{"path":["lostpet","6336c5210cbd45aa0d87eefc"],"host":["http://localhost:4210/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"7df0f2c4-2680-454c-b180-f5bce41e1701"},{"name":"Get all lost pets comments by id","id":"061b42c6-78e4-438a-8007-ac9d250971c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:4210/api/v1/lostpet/633b2def61b6afd4d000d713/comments","description":"<p>Obtener todos los comentarios de las mascotas perdidas por un id</p>\n","urlObject":{"path":["lostpet","633b2def61b6afd4d000d713","comments"],"host":["http://localhost:4210/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"061b42c6-78e4-438a-8007-ac9d250971c8"}],"id":"28e0662b-8799-4822-a616-499ae1e6e06a","description":"<p>Colección de mascotas perdidas</p>\n","_postman_id":"28e0662b-8799-4822-a616-499ae1e6e06a"},{"name":"Lost pet comments","item":[{"name":"create new lost pet comment","id":"0590939a-b13e-47dc-b4ea-a08928dd3968","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"description\": \"Probando desde postman3\",\r\n    \"lostPet\": \"633b2def61b6afd4d000d713\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4210/api/v1/lostpetcomments","description":"<p>Crea un comentario para una mascota perdida</p>\n","urlObject":{"path":["lostpetcomments"],"host":["http://localhost:4210/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"0590939a-b13e-47dc-b4ea-a08928dd3968"},{"name":"Get all lost pet comments","id":"35fa3cb4-5e59-4d0a-a4d0-2f8f4faebb98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:4210/api/v1/lostpetcomments","description":"<p>Obtener todos los comentarios de un registro de mascota perdida</p>\n","urlObject":{"path":["lostpetcomments"],"host":["http://localhost:4210/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"35fa3cb4-5e59-4d0a-a4d0-2f8f4faebb98"},{"name":"Delete one comment","id":"0d02dbbb-6eb8-43ea-b2a1-a254e55a93d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer ","type":"text"}],"url":"http://localhost:4210/api/v1/lostpetcomments/6340e2839721746335372a45","description":"<p>Obtener todos los comentarios de un registro de mascota perdida</p>\n","urlObject":{"path":["lostpetcomments","6340e2839721746335372a45"],"host":["http://localhost:4210/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"0d02dbbb-6eb8-43ea-b2a1-a254e55a93d5"}],"id":"d148b0eb-81e5-4482-9709-ab0447fa6fb0","_postman_id":"d148b0eb-81e5-4482-9709-ab0447fa6fb0","description":""},{"name":"test","id":"a88b617b-5aec-4ec9-8da5-3de0f5420575","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.deezer.com/search/track?q=eminem","urlObject":{"protocol":"https","path":["search","track"],"host":["api","deezer","com"],"query":[{"key":"q","value":"eminem"}],"variable":[]}},"response":[],"_postman_id":"a88b617b-5aec-4ec9-8da5-3de0f5420575"}],"event":[{"listen":"prerequest","script":{"id":"284ed1e1-36e1-4584-88f7-e1c9ce3fb9d5","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f838cfd2-2866-41df-8f03-4b0dc45346f4","type":"text/javascript","exec":[""]}}],"variable":[{"key":"BASE_PATH","value":"http://localhost:4210/api/v1"},{"key":"AUTH_TOKEN","value":""}]}