{"info":{"_postman_id":"36fa0cff-67fe-466b-90fe-bb63fde5579b","name":"Go Parallel Transactions","description":"<html><head></head><body><p>A simple program that implements parallel execution of user transfer/transactions using chennels.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"11044390","collectionId":"36fa0cff-67fe-466b-90fe-bb63fde5579b","publishedId":"2s9Ykq71Rx","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-12-20T21:53:25.000Z"},"item":[{"name":"register user","id":"1ac7d958-280b-4ac5-8cdb-d9acac216ef4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Tunde\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:60061/api/v1/users","urlObject":{"port":"60061","path":["api","v1","users"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"af3388e2-4050-4066-9755-88650dff8d33","name":"200 ok","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Somto\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:60061/api/v1/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 20 Dec 2023 21:47:39 GMT"},{"key":"Content-Length","value":"57"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"balance\": 1000,\n    \"name\": \"Somto\",\n    \"isVerified\": false\n}"}],"_postman_id":"1ac7d958-280b-4ac5-8cdb-d9acac216ef4"},{"name":"Transfer","id":"9167ac21-8c8b-4acf-8005-6b379aa54f54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"senderId\": 3,\n    \"receiverId\": 2,\n    \"amount\": 150\n}","options":{"raw":{"language":"json"}}},"url":"localhost:60061/api/v1/transactions","urlObject":{"port":"60061","path":["api","v1","transactions"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ee001e17-ec08-4716-b258-658480e57abb","name":"200 ok","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"senderId\": 3,\n    \"receiverId\": 2,\n    \"amount\": 50\n}","options":{"raw":{"language":"json"}}},"url":"localhost:60061/api/v1/transactions"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Wed, 20 Dec 2023 21:37:56 GMT"},{"key":"Content-Length","value":"4"},{"key":"Content-Type","value":"text/plain; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"OK\r\n"}],"_postman_id":"9167ac21-8c8b-4acf-8005-6b379aa54f54"},{"name":"All Users","id":"cd87bbe9-6f52-4194-892c-584ebfa7ce6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"localhost:60061/api/v1/users/all","urlObject":{"port":"60061","path":["api","v1","users","all"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"11711996-860e-445e-ae42-84b763739f6b","name":"200 ok","originalRequest":{"method":"GET","header":[],"url":"localhost:60061/api/v1/users/all"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 20 Dec 2023 21:49:19 GMT"},{"key":"Content-Length","value":"170"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"balance\": 1000,\n        \"name\": \"Somto\",\n        \"isVerified\": true\n    },\n    {\n        \"id\": 2,\n        \"balance\": 1150,\n        \"name\": \"John\",\n        \"isVerified\": true\n    },\n    {\n        \"id\": 3,\n        \"balance\": 850,\n        \"name\": \"Tunde\",\n        \"isVerified\": true\n    }\n]"}],"_postman_id":"cd87bbe9-6f52-4194-892c-584ebfa7ce6f"}]}