{"info":{"_postman_id":"22d10f9f-a166-4c58-a2fb-01f3fd898cd2","name":"LabeCommerce","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"17588210","collectionId":"22d10f9f-a166-4c58-a2fb-01f3fd898cd2","publishedId":"UVeMGi6P","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-02-10T18:26:51.000Z"},"item":[{"name":"SingUp","id":"8a02455c-84ed-45d2-9471-7ccb7a38318c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Lucia\",\r\n    \"email\": \"lucia@email.com\",\r\n    \"password\": \"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://labecommerce-back.herokuapp.com/users","urlObject":{"protocol":"https","path":["users"],"host":["labecommerce-back","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8a02455c-84ed-45d2-9471-7ccb7a38318c"},{"name":"Get All Users With Buy Something","id":"9057ae20-cad5-4895-88ba-53b5f755a32f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://labecommerce-back.herokuapp.com/users","urlObject":{"protocol":"https","path":["users"],"host":["labecommerce-back","herokuapp","com"],"query":[{"disabled":true,"key":"search","value":"Orácio"}],"variable":[]}},"response":[],"_postman_id":"9057ae20-cad5-4895-88ba-53b5f755a32f"},{"name":"Register Product","id":"74ea10eb-30e5-430a-8fbc-65ec1194c7a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Chuveiro Elétrico\",\r\n    \"price\": 105\r\n}","options":{"raw":{"language":"json"}}},"url":"https://labecommerce-back.herokuapp.com/products","urlObject":{"protocol":"https","path":["products"],"host":["labecommerce-back","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"74ea10eb-30e5-430a-8fbc-65ec1194c7a0"},{"name":"getAllProducts","id":"d2a3714b-7c12-4371-a0d8-72f5984baecb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://labecommerce-back.herokuapp.com/products","urlObject":{"protocol":"https","path":["products"],"host":["labecommerce-back","herokuapp","com"],"query":[{"disabled":true,"key":"sort","value":"id"},{"disabled":true,"key":"order","value":"ASC"},{"disabled":true,"key":"search","value":"Filtro dos Sonhos"}],"variable":[]}},"response":[],"_postman_id":"d2a3714b-7c12-4371-a0d8-72f5984baecb"},{"name":"Register Purchase","id":"1635cce5-ae71-4831-8d58-6ca574db0c36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user_id\": \"1641503550180\",\r\n    \"product_id\": \"1641503608137\",\r\n    \"quantity\": 3\r\n}\r\n\r\n","options":{"raw":{"language":"json"}}},"url":"https://labecommerce-back.herokuapp.com/purchases","urlObject":{"protocol":"https","path":["purchases"],"host":["labecommerce-back","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1635cce5-ae71-4831-8d58-6ca574db0c36"},{"name":"getAllCustomers","id":"0425c53d-c880-4c07-9130-16823639f8cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://labecommerce-back.herokuapp.com/customer?limit=2&page=3","urlObject":{"protocol":"https","path":["customer"],"host":["labecommerce-back","herokuapp","com"],"query":[{"disabled":true,"key":"name","value":"Lucas"},{"disabled":true,"key":"sort","value":"name"},{"disabled":true,"key":"order","value":"DESC"},{"key":"limit","value":"2"},{"key":"page","value":"3"}],"variable":[]}},"response":[],"_postman_id":"0425c53d-c880-4c07-9130-16823639f8cd"}]}