{"info":{"_postman_id":"4b0062f1-6a67-4de7-baf3-fd26787cfcdb","name":"Cubo","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"20351037","collectionId":"4b0062f1-6a67-4de7-baf3-fd26787cfcdb","publishedId":"Uzs16THb","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-08-03T14:31:23.000Z"},"item":[{"name":"Create User","id":"7137b647-bfe9-494f-9ac3-18eab876fb48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"first_name\": \"oi\",\r\n    \"last_name\": \"tudo bem?\",\r\n    \"participation\": 50\r\n}","options":{"raw":{"language":"json"}}},"url":"https://casecubo.herokuapp.com/user/createuser","description":"<p>Endpoint para criar usuário</p>\n","urlObject":{"protocol":"https","path":["user","createuser"],"host":["casecubo","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7137b647-bfe9-494f-9ac3-18eab876fb48"},{"name":"get All Users","id":"18bc61ef-bb9f-441c-8f6b-8cc11f4aab15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://casecubo.herokuapp.com/user/getallusers","description":"<p>Endpoint para puxar todos os usuários</p>\n","urlObject":{"protocol":"https","path":["user","getallusers"],"host":["casecubo","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"1af4d63d-5cf3-43ac-a4cc-851210a3b0f1","name":"get All Users","originalRequest":{"method":"GET","header":[],"url":"localhost:3003/user/getallusers"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"145"},{"key":"ETag","value":"W/\"91-4wrKwbEtkiqZZoqLNqlWfFAcO5g\""},{"key":"Date","value":"Tue, 02 Aug 2022 00:26:16 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"users\": [\n        {\n            \"id\": \"ccd94747-bb6d-4f1d-af49-6384cbdacdd9\",\n            \"First Name\": \"Renan\",\n            \"Last Name\": \"do Tinder\",\n            \"Participation\": 50\n        }\n    ],\n    \"totalParticipation\": 50\n}"}],"_postman_id":"18bc61ef-bb9f-441c-8f6b-8cc11f4aab15"},{"name":"delete User","id":"031a5557-9cca-4edf-8e8c-d91e6f0d7618","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://casecubo.herokuapp.com/user/deleteUser/:id","description":"<p>Endpoint para deletar usuário</p>\n","urlObject":{"protocol":"https","path":["user","deleteUser",":id"],"host":["casecubo","herokuapp","com"],"query":[],"variable":[{"type":"any","value":"id do usuário","key":"id"}]}},"response":[],"_postman_id":"031a5557-9cca-4edf-8e8c-d91e6f0d7618"}]}