{"info":{"_postman_id":"0477204a-a97c-4291-8bde-6039faa74d29","name":"LabECommerce","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"19717489","collectionId":"0477204a-a97c-4291-8bde-6039faa74d29","publishedId":"UzJQquW2","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-07-11T21:50:44.000Z"},"item":[{"name":"getAllUsers","id":"44c7895e-216a-4264-82ed-0c2422bc64a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3003/users","urlObject":{"protocol":"http","port":"3003","path":["users"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"44c7895e-216a-4264-82ed-0c2422bc64a6"},{"name":"getAllProduct","id":"9d6374e1-8ba2-4012-9035-66236580bb08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3003/products","urlObject":{"protocol":"http","port":"3003","path":["products"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9d6374e1-8ba2-4012-9035-66236580bb08"},{"name":"createProduct","id":"491884b0-ac9c-4643-a88f-c3d782c4e356","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"name\": \"lápis\",\r\n\"price\": 12, \r\n\"image_url\": \"https://th.bing.com/th/id/R.d2b2e199d3ca7694eddfa6a04af5cc9e?rik=aSAhvWEYLTVhmg&pid=ImgRaw&r=0\"  \r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/products","urlObject":{"protocol":"http","port":"3003","path":["products"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"491884b0-ac9c-4643-a88f-c3d782c4e356"},{"name":"getAllUsersId","id":"9ba8abdc-4d7b-4102-8e3a-f418e4bf2737","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3003/users/:id","urlObject":{"protocol":"http","port":"3003","path":["users",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"2","key":"id"}]}},"response":[],"_postman_id":"9ba8abdc-4d7b-4102-8e3a-f418e4bf2737"},{"name":"createUser","id":"04f96822-805f-4ed5-94c0-bb53ae405368","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"name\": \"duna\",\r\n\"email\": \"duna@gmail.com\", \r\n\"password\": \"3a1\"  \r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/users","urlObject":{"protocol":"http","port":"3003","path":["users"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"04f96822-805f-4ed5-94c0-bb53ae405368"}]}