{"info":{"_postman_id":"57fe80d5-e174-4b72-8210-078ef92653fc","name":"IN8 DEV","description":"<html><head></head><body><p>IN8 DEV  </p>\n<p>Welcome to the IN8 API!!!</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"20353474","collectionId":"57fe80d5-e174-4b72-8210-078ef92653fc","publishedId":"VUjMoRQk","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-08-08T00:40:25.000Z"},"item":[{"name":"Pegar usuários","id":"cd6ae4a8-b74d-4e95-a456-9eba363abf26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://in8-back.herokuapp.com/user/getUsers","description":"<p>With this endpoint you can get a user.</p>\n","urlObject":{"protocol":"https","path":["user","getUsers"],"host":["in8-back","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"cd6ae4a8-b74d-4e95-a456-9eba363abf26"},{"name":"Criar usuários","id":"cd82035c-b402-4836-97d7-1715e9bce542","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"nome\": \"João\",\r\n    \"email\": \"jao@gmail.com\",\r\n    \"nascimento\": \"26091989\",\r\n    \"telefone\": \"31999999999\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://in8-back.herokuapp.com/user/register","description":"<p>With this endpoint you can make a user. Please pass nome, email, nascimento e telefone in the body.</p>\n","urlObject":{"protocol":"https","path":["user","register"],"host":["in8-back","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"cd82035c-b402-4836-97d7-1715e9bce542"}]}