{"info":{"_postman_id":"e16a9031-f431-4c9d-8788-c9edc421706d","name":"labecommerce","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"24460918","collectionId":"e16a9031-f431-4c9d-8788-c9edc421706d","publishedId":"2s935hQSCP","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-01-29T15:49:51.000Z"},"item":[{"name":"Users","item":[{"name":"getAllUsers","id":"882ff8f7-2ecb-46d9-98b6-796195453235","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/users","urlObject":{"protocol":"http","port":"3003","path":["users"],"host":["localhost"],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"76ba1791-9e8a-48d1-bf1d-b64b979b90bc","name":"getAllUsers","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"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":"610"},{"key":"ETag","value":"W/\"262-RTIXgLmIK9mq7aE+liZCiECG/wE\""},{"key":"Date","value":"Sun, 29 Jan 2023 15:37:44 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"a01\",\n        \"name\": \"Alfredinho\",\n        \"email\": \"alfredoloves@gmail.com\",\n        \"password\": \"meunomenaoejohn\",\n        \"created_at\": \"2023-01-27 14:57:44\"\n    },\n    {\n        \"id\": \"a02\",\n        \"name\": \"Xurupitas\",\n        \"email\": \"farm@gmail.com\",\n        \"password\": \"654321\",\n        \"created_at\": \"2023-01-27 14:57:44\"\n    },\n    {\n        \"id\": \"a03\",\n        \"name\": \"John Textor\",\n        \"email\": \"johntextor@botafogo.com\",\n        \"password\": \"boss2022\",\n        \"created_at\": \"2023-01-27 14:57:44\"\n    },\n    {\n        \"id\": \"a04\",\n        \"name\": \"Gabriel\",\n        \"email\": \"gabrielmacieldev@gmail.com\",\n        \"password\": \"devlabenu\",\n        \"created_at\": \"2023-01-27 14:57:44\"\n    },\n    {\n        \"id\": \"a05\",\n        \"name\": \"malvina\",\n        \"email\": \"malvina@gmail.com\",\n        \"password\": \"malvininha\",\n        \"created_at\": \"2023-01-27 14:57:44\"\n    }\n]"}],"_postman_id":"882ff8f7-2ecb-46d9-98b6-796195453235"},{"name":"CreateUser","id":"f1a27e19-16d0-42ba-90f7-4442b00c5aa1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"211\",\r\n    \"name\": \"Patricia\",\r\n    \"email\": \"pra@gmail.com\",\r\n    \"password\": \"psdafdgsdfg5463456%%%PPPP\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/users","urlObject":{"protocol":"http","port":"3003","path":["users"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"49d8e8c4-579a-4c0e-85f4-18918fe154bf","name":"CreateUser","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"211\",\r\n    \"name\": \"Patricia\",\r\n    \"email\": \"pra@gmail.com\",\r\n    \"password\": \"psdafdgsdfg5463456%%%PPPP\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/users"},"status":"Created","code":201,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"19"},{"key":"ETag","value":"W/\"13-jLkUAnCnX9CA4bQ3H9U98lto03w\""},{"key":"Date","value":"Sun, 29 Jan 2023 15:38:45 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"Usuário Cadastrado"}],"_postman_id":"f1a27e19-16d0-42ba-90f7-4442b00c5aa1"},{"name":"DeleteUserById","id":"adab6857-84ad-4fa4-85d9-f401043ca035","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3003/users/:id","urlObject":{"protocol":"http","port":"3003","path":["users",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"211","key":"id"}]}},"response":[{"id":"bbf80c79-16d6-44b2-af48-b9f05a6ff6d0","name":"DeleteUserById","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:3003/users/:id","protocol":"http","host":["localhost"],"port":"3003","path":["users",":id"],"variable":[{"key":"id","value":"211"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"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":"43"},{"key":"ETag","value":"W/\"2b-nhSv4q4D4tc6ExOi88H/Trmj4Pw\""},{"key":"Date","value":"Sun, 29 Jan 2023 15:42:29 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Usuário deletado com sucesso\"\n}"}],"_postman_id":"adab6857-84ad-4fa4-85d9-f401043ca035"},{"name":"EditUserById","id":"c5ee806b-e22b-4451-a767-f3d389fefb20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"alfredolove@gmail.com\",\r\n    \"password\": \"meunomenaoejohn\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/users/:id","urlObject":{"protocol":"http","port":"3003","path":["users",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"a01","key":"id"}]}},"response":[{"id":"c64f6127-54ea-455a-b3fb-104ac57d8e3d","name":"EditUserById","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"alfredolove@gmail.com\",\r\n    \"password\": \"meunomenaoejohn\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:3003/users/:id","protocol":"http","host":["localhost"],"port":"3003","path":["users",":id"],"variable":[{"key":"id","value":"a01"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"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":"147"},{"key":"ETag","value":"W/\"93-4dyH/sQumuOQd7PBHLIyEya6IFA\""},{"key":"Date","value":"Sun, 29 Jan 2023 15:43:44 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Cadastro Atualizado com sucesso\",\n    \"users\": {\n        \"id\": \"a01\",\n        \"name\": \"Alfredinho\",\n        \"email\": \"alfredolove@gmail.com\",\n        \"password\": \"meunomenaoejohn\"\n    }\n}"}],"_postman_id":"c5ee806b-e22b-4451-a767-f3d389fefb20"}],"id":"6316f868-4edc-4526-950e-39a1124a7cd8","_postman_id":"6316f868-4edc-4526-950e-39a1124a7cd8","description":""},{"name":"Products","item":[{"name":"getAllProducts","id":"24d8a8fe-07e6-4c49-9b81-3eb93af8f2e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3003/products","urlObject":{"protocol":"http","port":"3003","path":["products"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8a28dffc-4d2b-4d4e-89d0-5b777b1be49f","name":"getAllProducts","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3003/products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"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":"774"},{"key":"ETag","value":"W/\"306-I9kaYxXf0UQSCQTBsxSQ/7nkc5A\""},{"key":"Date","value":"Sun, 29 Jan 2023 15:37:52 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"b01\",\n        \"name\": \"memória ram\",\n        \"price\": 250,\n        \"description\": \"informática\",\n        \"image_url\": \"http://lorempixel.com.br/500/400/?1\"\n    },\n    {\n        \"id\": \"b02\",\n        \"name\": \"placa de vídeo\",\n        \"price\": 5000,\n        \"description\": \"informática\",\n        \"image_url\": \"http://lorempixel.com.br/500/400/?1\"\n    },\n    {\n        \"id\": \"b03\",\n        \"name\": \"processador\",\n        \"price\": 1000,\n        \"description\": \"informática\",\n        \"image_url\": \"http://lorempixel.com.br/500/400/?1\"\n    },\n    {\n        \"id\": \"b04\",\n        \"name\": \"water cooler\",\n        \"price\": 350,\n        \"description\": \"informática\",\n        \"image_url\": \"http://lorempixel.com.br/500/400/?1\"\n    },\n    {\n        \"id\": \"b06\",\n        \"name\": \"mouse redragon\",\n        \"price\": 100,\n        \"description\": \"informática\",\n        \"image_url\": \"http://lorempixel.com.br/500/400/?1\"\n    },\n    {\n        \"id\": \"b05\",\n        \"name\": \"Fonte 850w 80 plus gold\",\n        \"price\": 770,\n        \"description\": \"informática\",\n        \"image_url\": \"http://lorempixel.com.br/500/400/?1\"\n    }\n]"}],"_postman_id":"24d8a8fe-07e6-4c49-9b81-3eb93af8f2e6"},{"name":"SearchProductbyName","id":"b38db155-7ed5-469c-aa9c-65d461f6dc38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3003/product/search?name=pla","urlObject":{"protocol":"http","port":"3003","path":["product","search"],"host":["localhost"],"query":[{"key":"name","value":"pla"}],"variable":[]}},"response":[{"id":"81035e38-5666-4c86-b3d5-76eeb1178918","name":"SearchProductbyName","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:3003/product/search?name=pla","protocol":"http","host":["localhost"],"port":"3003","path":["product","search"],"query":[{"key":"name","value":"pla"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"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":"131"},{"key":"ETag","value":"W/\"83-tu01xSbBCudWPKcyuxgeTS/gPHE\""},{"key":"Date","value":"Sun, 29 Jan 2023 15:38:19 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"b02\",\n        \"name\": \"placa de vídeo\",\n        \"price\": 5000,\n        \"description\": \"informática\",\n        \"image_url\": \"http://lorempixel.com.br/500/400/?1\"\n    }\n]"}],"_postman_id":"b38db155-7ed5-469c-aa9c-65d461f6dc38"},{"name":"GetProductsById","id":"3ca3bd81-4136-4da7-a343-e3cea47fb915","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3003/products/:id","urlObject":{"protocol":"http","port":"3003","path":["products",":id"],"host":["localhost"],"query":[{"disabled":true,"key":"id","value":""}],"variable":[{"type":"any","value":"b05","key":"id"}]}},"response":[{"id":"f455296d-9b0f-4fb2-bfcf-ab8f5519c77f","name":"GetProductsById","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:3003/products/:id","protocol":"http","host":["localhost"],"port":"3003","path":["products",":id"],"query":[{"key":"id","value":"","type":"text","disabled":true}],"variable":[{"key":"id","value":"b05"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"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":"136"},{"key":"ETag","value":"W/\"88-N25so4p43zqmIBd+vtJ5uRd9uzM\""},{"key":"Date","value":"Sun, 29 Jan 2023 15:38:31 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"b05\",\n    \"name\": \"Fonte 850w 80 plus gold\",\n    \"price\": 770,\n    \"description\": \"informática\",\n    \"image_url\": \"http://lorempixel.com.br/500/400/?1\"\n}"}],"_postman_id":"3ca3bd81-4136-4da7-a343-e3cea47fb915"},{"name":"CreateProduct","id":"948b288e-ce06-40ba-8bbb-d1cc7afef008","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"b06\",\r\n    \"name\": \"Fonte 950w 80 plus gold\",\r\n    \"price\": 900,\r\n    \"description\": \"informática\",\r\n    \"image_url\": \"http://lorempixel.com.br/500/400/?1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/products","urlObject":{"protocol":"http","port":"3003","path":["products"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e15ecae6-0de0-4187-baf8-3933c81a88a5","name":"CreateProduct","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"b06\",\r\n    \"name\": \"Fonte 950w 80 plus gold\",\r\n    \"price\": 900,\r\n    \"description\": \"informática\",\r\n    \"image_url\": \"http://lorempixel.com.br/500/400/?1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/products"},"status":"Created","code":201,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"30"},{"key":"ETag","value":"W/\"1e-Lak61EEDKdrldPS1EaLIulinU50\""},{"key":"Date","value":"Sun, 29 Jan 2023 15:41:13 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"Cadastro realizado com sucesso"}],"_postman_id":"948b288e-ce06-40ba-8bbb-d1cc7afef008"},{"name":"DeleteProductById","id":"e424bfae-0423-4215-aee0-f6358de3f218","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"price\": 850\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/products/:id","urlObject":{"protocol":"http","port":"3003","path":["products",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"b06","key":"id"}]}},"response":[{"id":"62437c82-b926-4705-9d18-27d762fd8494","name":"DeleteProductById","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"price\": 850\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:3003/products/:id","protocol":"http","host":["localhost"],"port":"3003","path":["products",":id"],"variable":[{"key":"id","value":"b06"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"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":"42"},{"key":"ETag","value":"W/\"2a-X6xeW+dAoUWmnX3yvxYZgeVjrP8\""},{"key":"Date","value":"Sun, 29 Jan 2023 15:43:01 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Produto deletado com sucesso\"\n}"}],"_postman_id":"e424bfae-0423-4215-aee0-f6358de3f218"},{"name":"EditProductById","id":"e0404038-0fc0-47d6-a029-ebaf6ad74159","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"price\": 300\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/products/:id","urlObject":{"protocol":"http","port":"3003","path":["products",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"b04","key":"id"}]}},"response":[{"id":"6a83cb80-dac6-458b-9b93-c786df514cf2","name":"EditProductById","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"price\": 300\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:3003/products/:id","protocol":"http","host":["localhost"],"port":"3003","path":["products",":id"],"variable":[{"key":"id","value":"b04"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"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":"177"},{"key":"ETag","value":"W/\"b1-GHE45AXxptc8kovXv4kyx1o5Ljk\""},{"key":"Date","value":"Sun, 29 Jan 2023 15:44:01 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Produto Editado com sucesso\",\n    \"Product\": {\n        \"id\": \"b04\",\n        \"name\": \"water cooler\",\n        \"price\": 300,\n        \"description\": \"informática\",\n        \"image_url\": \"http://lorempixel.com.br/500/400/?1\"\n    }\n}"}],"_postman_id":"e0404038-0fc0-47d6-a029-ebaf6ad74159"}],"id":"bec2b45d-d134-4255-afcc-faa14f0ac00c","_postman_id":"bec2b45d-d134-4255-afcc-faa14f0ac00c","description":""},{"name":"Purchases","item":[{"name":"GetPurchasesById","id":"6f5a6fd0-d63c-4c82-9f88-74acab02ab36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3003/purchase/:id","urlObject":{"protocol":"http","port":"3003","path":["purchase",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"c02","key":"id"}]}},"response":[{"id":"f3df585a-79a9-41ad-8cfa-8e6ff58ceade","name":"GetPurchasesById","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:3003/purchase/:id","protocol":"http","host":["localhost"],"port":"3003","path":["purchase",":id"],"variable":[{"key":"id","value":"c02"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"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":"88"},{"key":"ETag","value":"W/\"58-wV5WYr8K0k1lyad79Oi63Jhl4+M\""},{"key":"Date","value":"Sun, 29 Jan 2023 15:37:02 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"c02\",\n    \"buyer\": \"a02\",\n    \"total_price\": 350,\n    \"created_at\": \"2023-01-27 14:55:17\",\n    \"paid\": 0\n}"}],"_postman_id":"6f5a6fd0-d63c-4c82-9f88-74acab02ab36"},{"name":"getAllPurchases","id":"689f1f27-0f96-425f-be07-c277c30e2429","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3003/purchases","urlObject":{"protocol":"http","port":"3003","path":["purchases"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"63fd64de-260c-4d7b-9066-b8a399a21b53","name":"getAllPurchases","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3003/purchases"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"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":"809"},{"key":"ETag","value":"W/\"329-BLvcjJWoyTPkUa1+4rZBRLQHdkE\""},{"key":"Date","value":"Sun, 29 Jan 2023 15:37:57 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"c01\",\n        \"buyer\": \"a01\",\n        \"total_price\": 250,\n        \"created_at\": \"2023-01-27 14:55:17\",\n        \"paid\": 0\n    },\n    {\n        \"id\": \"c02\",\n        \"buyer\": \"a02\",\n        \"total_price\": 350,\n        \"created_at\": \"2023-01-27 14:55:17\",\n        \"paid\": 0\n    },\n    {\n        \"id\": \"c03\",\n        \"buyer\": \"a03\",\n        \"total_price\": 5000,\n        \"created_at\": \"2023-01-27 14:55:17\",\n        \"paid\": 0\n    },\n    {\n        \"id\": \"c04\",\n        \"buyer\": \"a04\",\n        \"total_price\": 1000,\n        \"created_at\": \"2023-01-27 14:55:17\",\n        \"paid\": 0\n    },\n    {\n        \"id\": \"c05\",\n        \"buyer\": \"a05\",\n        \"total_price\": 5000,\n        \"created_at\": \"2023-01-27 14:55:17\",\n        \"paid\": 0\n    },\n    {\n        \"id\": \"c06\",\n        \"buyer\": \"a02\",\n        \"total_price\": 1000,\n        \"created_at\": \"2023-01-27 14:55:17\",\n        \"paid\": 0\n    },\n    {\n        \"id\": \"c07\",\n        \"buyer\": \"a04\",\n        \"total_price\": 1000,\n        \"created_at\": \"2023-01-27 15:30:22\",\n        \"paid\": 0\n    },\n    {\n        \"id\": \"c08\",\n        \"buyer\": \"a04\",\n        \"total_price\": 1000,\n        \"created_at\": \"2023-01-27 15:31:05\",\n        \"paid\": 0\n    },\n    {\n        \"id\": \"c010\",\n        \"buyer\": \"a05\",\n        \"total_price\": 600,\n        \"created_at\": \"2023-01-27 22:47:36\",\n        \"paid\": 0\n    }\n]"}],"_postman_id":"689f1f27-0f96-425f-be07-c277c30e2429"},{"name":"GetUserPurchasesByUserId","id":"6e0bab7e-ad2e-4dad-8e79-842f3d91f0ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3003/users/:id/purchases","urlObject":{"protocol":"http","port":"3003","path":["users",":id","purchases"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"a03","key":"id"}]}},"response":[{"id":"2efb7d3f-41b1-46f7-bd7b-a0749b506b6a","name":"GetUserPurchasesByUserId","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:3003/users/:id/purchases","protocol":"http","host":["localhost"],"port":"3003","path":["users",":id","purchases"],"variable":[{"key":"id","value":"a03"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"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":"91"},{"key":"ETag","value":"W/\"5b-+d2LpdxFOMJCvl1vtkuMqwESMhs\""},{"key":"Date","value":"Sun, 29 Jan 2023 15:38:37 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"c03\",\n        \"buyer\": \"a03\",\n        \"total_price\": 5000,\n        \"created_at\": \"2023-01-27 14:55:17\",\n        \"paid\": 0\n    }\n]"}],"_postman_id":"6e0bab7e-ad2e-4dad-8e79-842f3d91f0ab"},{"name":"CreatePurchase","id":"5869fb93-6fdf-450b-b5f3-31858015aa52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"c011\",\r\n    \"buyer\": \"a02\",\r\n    \"total_price\": 1000\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/purchases","urlObject":{"protocol":"http","port":"3003","path":["purchases"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6f06f7cc-3575-4665-8267-7401ac55ac12","name":"CreatePurchase","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"c011\",\r\n    \"buyer\": \"a02\",\r\n    \"total_price\": 1000\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/purchases"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"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":"101"},{"key":"ETag","value":"W/\"65-bIrpiDaHCCF0WTiPcB/EH++ZkFo\""},{"key":"Date","value":"Sun, 29 Jan 2023 15:41:52 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Compra realizada com sucesso\",\n    \"Purchases\": {\n        \"id\": \"c011\",\n        \"buyer\": \"a02\",\n        \"total_price\": 1000\n    }\n}"}],"_postman_id":"5869fb93-6fdf-450b-b5f3-31858015aa52"},{"name":"DeletePurchaseById","id":"b327ac2a-567b-49e8-ad0d-82b601e89484","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3003/purchases/:id","urlObject":{"protocol":"http","port":"3003","path":["purchases",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"c011","key":"id"}]}},"response":[{"id":"ec35e41a-820b-411e-849b-59bb3c0cb3a4","name":"DeletePurchaseById","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:3003/purchases/:id","protocol":"http","host":["localhost"],"port":"3003","path":["purchases",":id"],"variable":[{"key":"id","value":"c011"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"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":"41"},{"key":"ETag","value":"W/\"29-ldVeop/Fwy0CKc1x4ZKdP/IUFsg\""},{"key":"Date","value":"Sun, 29 Jan 2023 15:43:30 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Compra deletada com sucesso\"\n}"}],"_postman_id":"b327ac2a-567b-49e8-ad0d-82b601e89484"}],"id":"92502aef-a517-47f6-af63-c449884c9080","_postman_id":"92502aef-a517-47f6-af63-c449884c9080","description":""}]}