{"info":{"_postman_id":"674e82bb-60fc-44d3-b144-ae98266c3e18","name":"Arraytics Product Solution","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"20661145","collectionId":"674e82bb-60fc-44d3-b144-ae98266c3e18","publishedId":"2s9YeK3pUn","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-12-01T23:14:34.000Z"},"item":[{"name":"User","item":[{"name":"find all users","id":"a86a828c-0eb9-43ce-941e-248a74b14f43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/users","urlObject":{"path":["users"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[],"_postman_id":"a86a828c-0eb9-43ce-941e-248a74b14f43"},{"name":"create user","id":"7972e0b3-4815-49d9-8975-247ccd422460","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"John Doe\",\r\n  \"email\": \"john.doe@example.com\",\r\n  \"password\": \"securepassword123\",\r\n  \"created_by\": \"admin\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/users/create-user","urlObject":{"path":["users","create-user"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[],"_postman_id":"7972e0b3-4815-49d9-8975-247ccd422460"},{"name":"find a single user","id":"c84da9c8-6719-4a12-aea3-ae67c3c355ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/users/6563bcb04dad52d2d44c64e2","urlObject":{"path":["users","6563bcb04dad52d2d44c64e2"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[],"_postman_id":"c84da9c8-6719-4a12-aea3-ae67c3c355ad"},{"name":"update a user","id":"d19be902-48f5-4cf0-88ac-c584b07d02fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"John soe\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/users/6563bcb04dad52d2d44c64e2","urlObject":{"path":["users","6563bcb04dad52d2d44c64e2"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[],"_postman_id":"d19be902-48f5-4cf0-88ac-c584b07d02fd"},{"name":"delete a user","id":"7a962873-70c9-4850-94ca-7f8aa44a5d56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:5000/users/6563bcb04dad52d2d44c64e2","urlObject":{"path":["users","6563bcb04dad52d2d44c64e2"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[],"_postman_id":"7a962873-70c9-4850-94ca-7f8aa44a5d56"}],"id":"888b0cf7-cb1d-44bb-8ec5-26e0115ea6ab","_postman_id":"888b0cf7-cb1d-44bb-8ec5-26e0115ea6ab","description":""},{"name":"Item","item":[{"name":"create a item","id":"279d52b1-827a-4fbb-97e4-011335f2308f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Sample Item\",\r\n  \"created_by\": \"admin\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/items/create-item","urlObject":{"path":["items","create-item"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[],"_postman_id":"279d52b1-827a-4fbb-97e4-011335f2308f"},{"name":"find all items","id":"fa455b6f-5373-42ea-9a48-872248506d9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/items","urlObject":{"path":["items"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[],"_postman_id":"fa455b6f-5373-42ea-9a48-872248506d9f"},{"name":"find a single item","id":"d14e4c56-5465-4625-b2c9-b3a9c2b7a78d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/items/6563bf20d17b896110972f28","urlObject":{"path":["items","6563bf20d17b896110972f28"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[],"_postman_id":"d14e4c56-5465-4625-b2c9-b3a9c2b7a78d"},{"name":"update a item","id":"f1950a7b-4140-4f7d-8760-cbfa0391d75d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Sample Item 2\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/items/6563bf20d17b896110972f28","urlObject":{"path":["items","6563bf20d17b896110972f28"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[],"_postman_id":"f1950a7b-4140-4f7d-8760-cbfa0391d75d"},{"name":"delete a item","id":"9d448d24-1b8d-44b6-9545-8a835a61087e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:5000/items/6563bf20d17b896110972f28","urlObject":{"path":["items","6563bf20d17b896110972f28"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[],"_postman_id":"9d448d24-1b8d-44b6-9545-8a835a61087e"}],"id":"7cca33b7-4654-4a19-9937-ea7632c0970a","_postman_id":"7cca33b7-4654-4a19-9937-ea7632c0970a","description":""},{"name":"custom auth","item":[{"name":"login","id":"d612782e-a1c7-4dc5-ab60-62c5c322f018","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:5000/auth/login","urlObject":{"path":["auth","login"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[],"_postman_id":"d612782e-a1c7-4dc5-ab60-62c5c322f018"},{"name":"signup","id":"e7937808-f3f0-4a30-90fe-f9f1018910f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"John Doe\",\r\n  \"email\": \"john.doe@example.com\",\r\n  \"password\": \"securePassword\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/auth/signup","urlObject":{"path":["auth","signup"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[],"_postman_id":"e7937808-f3f0-4a30-90fe-f9f1018910f7"}],"id":"71625893-64cf-40d0-b48c-782813dd9165","_postman_id":"71625893-64cf-40d0-b48c-782813dd9165","description":""}],"event":[{"listen":"prerequest","script":{"id":"dccb2e8b-9337-4bee-956f-cada06b17ae3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"06518ca1-7499-4f95-9fd8-3b8038bb56d0","type":"text/javascript","exec":[""]}}],"variable":[{"key":"base_url","value":"http://localhost:5000","type":"string"}]}