{"info":{"_postman_id":"9b9ad21c-3a21-4866-8a65-77a9d110e2d2","name":"CDCCardSystem API","description":"<html><head></head><body><p>Welcome to the CDC Card API!!!</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"20353474","collectionId":"9b9ad21c-3a21-4866-8a65-77a9d110e2d2","publishedId":"VUjSG3uz","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-08-13T14:53:48.000Z"},"item":[{"name":"User Creator","id":"5e7cab95-41ec-473c-af09-8b28c70c9d66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"nome\": \"Rodrigo\",\r\n    \"cpf\": \"10213491605\",\r\n    \"nascimento\": \"26091989\",\r\n    \"salario\": \"3000\",\r\n    \"departamento\": \"suporte\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cdc-fullstack.herokuapp.com/user/register","description":"<p>With this endpoint you can make a user. Please pass nome, cpf, nascimento, salario and departamento (\"suporte\" or \"administracao\") in the body.</p>\n","urlObject":{"protocol":"https","path":["user","register"],"host":["cdc-fullstack","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5e7cab95-41ec-473c-af09-8b28c70c9d66"},{"name":"Users Get","id":"72d8d342-ad3e-4278-9a57-f0962dfc7099","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cdc-fullstack.herokuapp.com/user/getUsers","description":"<p>With this endpoint you can get all users. Please pass a id in the params.</p>\n","urlObject":{"protocol":"https","path":["user","getUsers"],"host":["cdc-fullstack","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"72d8d342-ad3e-4278-9a57-f0962dfc7099"},{"name":"User Get By Id","id":"beb3d549-0287-4eaa-a0d5-d19e1c7de259","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cdc-fullstack.herokuapp.com/user/getUserById/6","description":"<p>With this endpoint you can get a userPlease pass aid in the params.</p>\n","urlObject":{"protocol":"https","path":["user","getUserById","6"],"host":["cdc-fullstack","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"beb3d549-0287-4eaa-a0d5-d19e1c7de259"},{"name":"User Edit","id":"a38a143a-7b0a-4fc4-8790-4b75b79486d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"  {\r\n        \"id\": 4,\r\n        \"nome\": \"Dani\",\r\n        \"cpf\": \"123456787\",\r\n        \"nascimento\": \"01011990\",\r\n        \"salario\": \"3000\",\r\n        \"departamento\": \"suporte\"\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://cdc-fullstack.herokuapp.com/updateUser/4","description":"<p>With this endpoint you can edit a user. Please pass nome, cpf, nascimento, salario and departamento (\"suporte\" or \"administracao\") in the body.</p>\n","urlObject":{"protocol":"https","path":["updateUser","4"],"host":["cdc-fullstack","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a38a143a-7b0a-4fc4-8790-4b75b79486d6"},{"name":"Delete User","id":"1534df64-4099-4c3d-828a-6d368fd305cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://cdc-fullstack.herokuapp.com/user/deleteUser/2","description":"<p>With this endpoint you can delete a user. Please pass a id in the params.</p>\n","urlObject":{"protocol":"https","path":["user","deleteUser","2"],"host":["cdc-fullstack","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1534df64-4099-4c3d-828a-6d368fd305cd"}]}