{"info":{"_postman_id":"f2e01f27-2fc3-40dd-a6e6-3ab39bb6e577","name":"Challenge AnotaAI","description":"<html><head></head><body><p>This API was developed with Java Spring boot.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"27832983","collectionId":"f2e01f27-2fc3-40dd-a6e6-3ab39bb6e577","publishedId":"2s9YsRd9gb","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-01-18T12:44:35.000Z"},"item":[{"name":"Product","item":[{"name":"CREATE PRODUCT","id":"98cc4cc6-3d9f-4b25-bf6f-ab68f87a3f94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\" : \"Test Product\",\r\n    \"description\" : \"\",\r\n    \"ownerId\" : \"44444444\",\r\n    \"categoryId\" : \"65a90bad320f937eb44b11c0\",\r\n    \"price\" : 1000\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8090/api/product","urlObject":{"path":["api","product"],"host":["http://localhost:8090"],"query":[],"variable":[]}},"response":[{"id":"5980be58-c4fe-436e-940c-69db3b0b2294","name":"CREATE PRODUCT","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\" : \"Test Product\",\r\n    \"description\" : \"\",\r\n    \"ownerId\" : \"44444444\",\r\n    \"categoryId\" : \"65a90bad320f937eb44b11c0\",\r\n    \"price\" : 1000\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8090/api/product"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 18 Jan 2024 11:37:22 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"65a90d72320f937eb44b11c2\",\n    \"title\": \"Test Product\",\n    \"description\": \"\",\n    \"ownerId\": \"44444444\",\n    \"price\": 1000,\n    \"category\": {\n        \"id\": \"65a90bad320f937eb44b11c0\",\n        \"title\": \"Teste\",\n        \"description\": \"Test Description\",\n        \"ownerId\": \"44444444\"\n    }\n}"}],"_postman_id":"98cc4cc6-3d9f-4b25-bf6f-ab68f87a3f94"},{"name":"GET ALL PRODUCTS","id":"86a25203-0b56-4f6d-abd7-eedfdeea2239","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8090/api/product","urlObject":{"path":["api","product"],"host":["http://localhost:8090"],"query":[],"variable":[]}},"response":[{"id":"652de5ac-91e6-4512-a495-eeccf2723eae","name":"GET ALL PRODUCTS","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8090/api/product"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 18 Jan 2024 11:38:02 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"65a90d72320f937eb44b11c2\",\n        \"title\": \"Test Product\",\n        \"description\": \"\",\n        \"ownerId\": \"44444444\",\n        \"price\": 1000,\n        \"category\": {\n            \"id\": \"65a90bad320f937eb44b11c0\",\n            \"title\": \"Teste\",\n            \"description\": \"Test Description\",\n            \"ownerId\": \"44444444\"\n        }\n    },\n    {\n        \"id\": \"65a90d98320f937eb44b11c3\",\n        \"title\": \"Test Product 2\",\n        \"description\": \"\",\n        \"ownerId\": \"44444444\",\n        \"price\": 1000,\n        \"category\": {\n            \"id\": \"65a90bad320f937eb44b11c0\",\n            \"title\": \"Teste\",\n            \"description\": \"Test Description\",\n            \"ownerId\": \"44444444\"\n        }\n    }\n]"}],"_postman_id":"86a25203-0b56-4f6d-abd7-eedfdeea2239"},{"name":"UPDATE PRODUCT","id":"66a918bc-67fb-4540-bc33-f3980f7ca32d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"Test Product\",\r\n    \"description\": \"Test description product 2\",\r\n    \"price\": 1000\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8090/api/product/65a90d72320f937eb44b11c2","urlObject":{"path":["api","product","65a90d72320f937eb44b11c2"],"host":["http://localhost:8090"],"query":[],"variable":[]}},"response":[{"id":"4b0b2ef6-f0c7-4b71-933b-4062e7d2bf5c","name":"UPDATE PRODUCT","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"Test Product\",\r\n    \"description\": \"Test description product\",\r\n    \"ownerId\" : \"44444444\",\r\n    \"categoryId\" : \"65a90bad320f937eb44b11c0\",\r\n    \"price\": 1000\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8090/api/product/65a90d72320f937eb44b11c2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 18 Jan 2024 11:41:05 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"65a90d72320f937eb44b11c2\",\n    \"title\": \"Test Product\",\n    \"description\": \"Test description product\",\n    \"ownerId\": \"44444444\",\n    \"price\": 1000,\n    \"category\": {\n        \"id\": \"65a90bad320f937eb44b11c0\",\n        \"title\": \"Teste\",\n        \"description\": \"Test Description\",\n        \"ownerId\": \"44444444\"\n    }\n}"},{"id":"3abbe6de-ea6e-46c2-8961-18e388186100","name":"UPDATE PRODUCT 2","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"Test Product\",\r\n    \"description\": \"Test description product 2\",\r\n    \"price\": 1000\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8090/api/product/65a90d72320f937eb44b11c2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 18 Jan 2024 11:47:47 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"65a90d72320f937eb44b11c2\",\n    \"title\": \"Test Product\",\n    \"description\": \"Test description product 2\",\n    \"ownerId\": \"44444444\",\n    \"price\": 1000,\n    \"category\": {\n        \"id\": \"65a90bad320f937eb44b11c0\",\n        \"title\": \"Teste\",\n        \"description\": \"Test Description\",\n        \"ownerId\": \"44444444\"\n    }\n}"}],"_postman_id":"66a918bc-67fb-4540-bc33-f3980f7ca32d"},{"name":"DELETE PRODUCT","id":"f610d17a-7fba-4f72-96bf-3ff6417308c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8090/api/category/65a90c8b320f937eb44b11c1","urlObject":{"path":["api","category","65a90c8b320f937eb44b11c1"],"host":["http://localhost:8090"],"query":[],"variable":[]}},"response":[{"id":"ae1169cc-e2dd-42f1-afe4-de94bcebc9c5","name":"DELETE PRODUCT","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8090/api/product/65a90d98320f937eb44b11c3"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Thu, 18 Jan 2024 11:43:46 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"f610d17a-7fba-4f72-96bf-3ff6417308c6"}],"id":"3335798e-5ccd-4c5e-9d2f-9b7fe34404f5","_postman_id":"3335798e-5ccd-4c5e-9d2f-9b7fe34404f5","description":""},{"name":"Category","item":[{"name":"CREATE CATEGORY","id":"f681fe2c-78d8-4d5a-a0ee-27ac271dbde8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"123654789\",\r\n    \"title\": \"Teste\",\r\n    \"description\": \"\",\r\n    \"ownerId\": \"44444444\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8090/api/category","urlObject":{"path":["api","category"],"host":["http://localhost:8090"],"query":[],"variable":[]}},"response":[{"id":"b7dd871e-f4ec-4c19-8a37-510ce416f947","name":"CREATE CATEGORY","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"123654789\",\r\n    \"title\": \"Teste\",\r\n    \"description\": \"\",\r\n    \"ownerId\": \"44444444\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8090/api/category"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 18 Jan 2024 11:29:49 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"65a90bad320f937eb44b11c0\",\n    \"title\": \"Teste\",\n    \"description\": \"\",\n    \"ownerId\": \"44444444\"\n}"}],"_postman_id":"f681fe2c-78d8-4d5a-a0ee-27ac271dbde8"},{"name":"GET ALL CATEGORIES","id":"e30dc1c1-5aef-4415-b765-4ce97b79c508","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8090/api/category","urlObject":{"path":["api","category"],"host":["http://localhost:8090"],"query":[],"variable":[]}},"response":[{"id":"75f670b7-043f-4186-b228-1907de8dc542","name":"GET ALL CATEGORIES","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8090/api/category"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 18 Jan 2024 11:30:30 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"65a90bad320f937eb44b11c0\",\n        \"title\": \"Teste\",\n        \"description\": \"\",\n        \"ownerId\": \"44444444\"\n    }\n]"}],"_postman_id":"e30dc1c1-5aef-4415-b765-4ce97b79c508"},{"name":"UPDATE CATEGORY","id":"49b93cf7-c740-4e1e-8b41-2415e3d1b7ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"Teste\",\r\n    \"description\": \"Test Description\",\r\n    \"ownerId\": \"44444444\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8090/api/category/65a90bad320f937eb44b11c0","urlObject":{"path":["api","category","65a90bad320f937eb44b11c0"],"host":["http://localhost:8090"],"query":[],"variable":[]}},"response":[{"id":"0dae52a5-2a05-43a1-974c-1fb1b9c950fb","name":"UPDATE CATEGORY","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"Teste\",\r\n    \"description\": \"Test Description\",\r\n    \"ownerId\": \"44444444\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8090/api/category/65a90bad320f937eb44b11c0"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 18 Jan 2024 11:32:37 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"65a90bad320f937eb44b11c0\",\n    \"title\": \"Teste\",\n    \"description\": \"Test Description\",\n    \"ownerId\": \"44444444\"\n}"}],"_postman_id":"49b93cf7-c740-4e1e-8b41-2415e3d1b7ac"},{"name":"DELETE CATEGORY","id":"f20deb72-7e3d-492c-ba3d-799860a03deb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8090/api/category/65a90c8b320f937eb44b11c1","urlObject":{"path":["api","category","65a90c8b320f937eb44b11c1"],"host":["http://localhost:8090"],"query":[],"variable":[]}},"response":[{"id":"bc82ad5e-c7ec-4b48-a185-023a31caab56","name":"DELETE CATEGORY","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8090/api/category/65a90c8b320f937eb44b11c1"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Thu, 18 Jan 2024 11:34:19 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"f20deb72-7e3d-492c-ba3d-799860a03deb"}],"id":"3ccf5563-3476-4397-9e47-376d3837294d","_postman_id":"3ccf5563-3476-4397-9e47-376d3837294d","description":""},{"name":"{{LOCAL}}/rh/create-wallet-work/653aa6a163d452fd12faf200","id":"d812a596-f09f-40fc-921c-7e4a95963aab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"pdfCarteira\": \"data:image/png;base64\",\r\n    \"pdfCtpsName\": \"pdf rg\",\r\n    \"numCarteira\": \"58415151815\",\r\n    \"numSerieCarteira\": \"12321232123\",\r\n    \"dataEmissao\": \"2018-12-02\",\r\n    \"ufEmissorCarteira\": \"RJ\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{LOCAL}}/rh/create-wallet-work/653aa6a163d452fd12faf200","urlObject":{"path":["rh","create-wallet-work","653aa6a163d452fd12faf200"],"host":["{{LOCAL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d812a596-f09f-40fc-921c-7e4a95963aab"}],"event":[{"listen":"prerequest","script":{"id":"7c36fd0a-d689-463b-ab09-9531bfc0c8f6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d6adb62c-ca37-4718-b6f7-c12c360ff4a3","type":"text/javascript","exec":[""]}}],"variable":[{"key":"local","value":"http://localhost:8090","type":"string"}]}