{"info":{"_postman_id":"e048fc73-227d-41e6-8180-8f055f334978","name":"Cubo Challange FullStck - Back End","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"17589376","collectionId":"e048fc73-227d-41e6-8180-8f055f334978","publishedId":"UVXonaBf","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-01-21T22:49:31.000Z"},"item":[{"name":"Create User","item":[{"name":"CreateUser","id":"d50f5aa0-425d-4e32-a034-10dba7cc22c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"firstName\": \"Ana\",\r\n\t\"lastName\": \"Santos\",\r\n\t\"participation\": 9\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cubobackend.herokuapp.com/user/create","urlObject":{"protocol":"https","path":["user","create"],"host":["cubobackend","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d50f5aa0-425d-4e32-a034-10dba7cc22c6"}],"id":"4caa7395-f37b-470f-b0bc-402dabb140d5","_postman_id":"4caa7395-f37b-470f-b0bc-402dabb140d5","description":""},{"name":"Get All Users","item":[{"name":"GetAllUsers","id":"f72153ba-3776-4bfd-a4cd-7ca784c60e33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cubobackend.herokuapp.com/user/all","urlObject":{"protocol":"https","path":["user","all"],"host":["cubobackend","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"4bfc256c-a123-4131-aab4-b2e6be5d40d3","name":"GetAllUsers","originalRequest":{"method":"GET","header":[],"url":"https://cubobackend.herokuapp.com/user/all"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"311"},{"key":"Etag","value":"W/\"137-jAkC/rwYXUw90iFDef4G21Qqa/k\""},{"key":"Date","value":"Fri, 21 Jan 2022 22:48:29 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"3526020a-b580-4236-b840-8d10819c302e\",\n        \"firstName\": \"Jessica\",\n        \"lastName\": \"Bento\",\n        \"participation\": 12\n    },\n    {\n        \"id\": \"48b74ec6-b172-49e5-ad12-7c966151d507\",\n        \"firstName\": \"Ana\",\n        \"lastName\": \"Santos\",\n        \"participation\": 9\n    },\n    {\n        \"id\": \"865bf34a-42d4-4741-b1fc-b5a116fdee9f\",\n        \"firstName\": \"Ana\",\n        \"lastName\": \"Santos\",\n        \"participation\": 9\n    }\n]"}],"_postman_id":"f72153ba-3776-4bfd-a4cd-7ca784c60e33"}],"id":"a17d4fe0-ea4d-4c5b-9309-1a9a196fe0e6","_postman_id":"a17d4fe0-ea4d-4c5b-9309-1a9a196fe0e6","description":""}]}