{"info":{"_postman_id":"9cc138e6-1dd3-47b1-8b68-77b01a8ce377","name":"PrimedPoll","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"6843654","collectionId":"9cc138e6-1dd3-47b1-8b68-77b01a8ce377","publishedId":"S1ENyJhJ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-09-03T10:07:31.000Z"},"item":[{"name":"Authentication","item":[{"name":"Login","id":"664a4195-67e1-453e-80d0-016156756fa0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"localhost:9000/api/login?email=juni@example.com&password=password","description":"<p>this is the login documentaton</p>\n","urlObject":{"port":"9000","path":["api","login"],"host":["localhost"],"query":[{"key":"email","value":"juni@example.com"},{"key":"password","value":"password"}],"variable":[]}},"response":[{"id":"2ce7b55b-976d-4e73-b3d9-a90758c37ee3","name":"Login","originalRequest":{"method":"POST","header":[],"url":{"raw":"localhost:9000/api/login?email=juni@example.com&password=password","host":["localhost"],"port":"9000","path":["api","login"],"query":[{"key":"email","value":"juni@example.com"},{"key":"password","value":"password"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:9000"},{"key":"Date","value":"Wed, 22 May 2019 15:08:54 +0000"},{"key":"Date","value":"Wed, 22 May 2019 15:08:54 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.1"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, PATCH, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"success\": true,\n        \"user\": {\n            \"id\": 8,\n            \"first_name\": \"JuniCodefire\",\n            \"last_name\": \"Boss\",\n            \"email\": \"juni@example.com\",\n            \"verifycode\": null,\n            \"phone\": null,\n            \"bio\": null,\n            \"image\": null,\n            \"dob\": null,\n            \"created_at\": \"2019-05-22 14:40:19\",\n            \"updated_at\": \"2019-05-22 14:40:19\"\n        },\n        \"token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOlwvXC9sb2NhbGhvc3Q6OTAwMFwvYXBpXC9sb2dpbiIsImlhdCI6MTU1ODUzNzczNCwiZXhwIjoxNTU4NTQxMzM0LCJuYmYiOjE1NTg1Mzc3MzQsImp0aSI6IjhoVzM3YTl6M0RIeXczdHMiLCJzdWIiOjgsInBydiI6Ijg3ZTBhZjFlZjlmZDE1ODEyZmRlYzk3MTUzYTE0ZTBiMDQ3NTQ2YWEifQ.viWsY6At64vDYc_xZcU2p0Vj4AznT7rb9n-Qjp-ct1w\"\n    }\n}"}],"_postman_id":"664a4195-67e1-453e-80d0-016156756fa0"},{"name":"Register Primedpoll api/v1/register","id":"7399e884-20e3-4300-acc5-32487c796e7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"junicodefire@gmail.com\",\n  \"password\": \"12345678\",\n  \"password_confirmation\": \"12345678\"\n}"},"url":"http://167.172.125.149/api/register","urlObject":{"protocol":"http","path":["api","register"],"host":["167","172","125","149"],"query":[],"variable":[]}},"response":[{"id":"288f748f-8d6f-4551-b9ce-f503c1266304","name":"Register Primedpoll api/v1/register","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"junipreach2017@gmail.com\",\n  \"password\": \"12345678\",\n  \"password_confirmation\": \"12345678\"\n}"},"url":"localhost:2400/api/register"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:2400"},{"key":"Date","value":"Fri, 13 Dec 2019 14:54:51 GMT"},{"key":"Date","value":"Fri, 13 Dec 2019 14:54:51 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, PATCH, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Thanks for signing up! A Verification Mail has been Sent to junipreach2017@gmail.com\",\n    \"verified\": false\n}"}],"_postman_id":"7399e884-20e3-4300-acc5-32487c796e7b"},{"name":"Verify Primedpoll api/v1/register/verify","id":"628e9d6c-9637-4eb4-836b-811e79122a46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"verifycode\": \"XfMzUD\"\n}"},"url":"http://167.172.125.149/api/register/verify","urlObject":{"protocol":"http","path":["api","register","verify"],"host":["167","172","125","149"],"query":[],"variable":[]}},"response":[{"id":"f802fcef-5a11-4833-87fb-e173a2377ac7","name":"Forgot Password /api/v1/forgot/password","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"junicodefire@gmail.com\"\n}"},"url":"https://beta-rides-api.herokuapp.com/api/v1/forgot/password"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Sat, 26 Oct 2019 16:52:50 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-Ratelimit-Limit","value":"60"},{"key":"X-Ratelimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, PATCH, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Email has been sent. Please check your email inbox or spam folder for verification token!\"\n}"}],"_postman_id":"628e9d6c-9637-4eb4-836b-811e79122a46"}],"id":"9719bd8b-73f1-47bc-b733-4284aed51d11","_postman_id":"9719bd8b-73f1-47bc-b733-4284aed51d11","description":""},{"name":"Admin ","item":[{"name":"Admin Interest","item":[{"name":"Create Intrest","id":"e0d09d53-3394-41b5-99dc-dfaf59822daf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"url":"localhost:8000/api/admin/create/intrest?intrest=Literature","urlObject":{"port":"8000","path":["api","admin","create","intrest"],"host":["localhost"],"query":[{"key":"intrest","value":"Literature"}],"variable":[]}},"response":[],"_postman_id":"e0d09d53-3394-41b5-99dc-dfaf59822daf"},{"name":"Delete Interest","id":"4bed1edf-0fb6-429c-9344-b4fe723486b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"","value":"","type":"text"}],"url":"localhost:8000/api/admin/delete/intrest/1","urlObject":{"port":"8000","path":["api","admin","delete","intrest","1"],"host":["localhost"],"query":[{"disabled":true,"key":"intrest","value":"Tech World"}],"variable":[]}},"response":[],"_postman_id":"4bed1edf-0fb6-429c-9344-b4fe723486b7"},{"name":"Show All Intrest","id":"ffa0a27d-f562-422e-a3e1-a17db1305fe3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"","value":"","type":"text"}],"url":"localhost:8000/api/admin/show/all/intrest","urlObject":{"port":"8000","path":["api","admin","show","all","intrest"],"host":["localhost"],"query":[{"disabled":true,"key":"intrest","value":"Tech World"}],"variable":[]}},"response":[],"_postman_id":"ffa0a27d-f562-422e-a3e1-a17db1305fe3"}],"id":"366510b2-5e18-4614-976f-3522fe93d8a5","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"2a621d8b-31b5-4380-885b-58c70a4981ef","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"97e9c623-983c-48ad-b4b0-c7efe542e460","type":"text/javascript","exec":[""]}}],"_postman_id":"366510b2-5e18-4614-976f-3522fe93d8a5","description":""},{"name":"api/admin/login","id":"849542cd-1fb8-4338-9532-051bfa4e340d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"admin@admin.com","type":"text"},{"key":"password","value":"password","type":"text"}]},"url":"localhost:9000/api/admin/login","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"cd0c3a22-d926-4909-a1e2-b01bb64476c3","id":"cd0c3a22-d926-4909-a1e2-b01bb64476c3","name":"Admin ","type":"folder"}},"urlObject":{"port":"9000","path":["api","admin","login"],"host":["localhost"],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"8d649728-5ea5-425d-827f-ed1cf6e8a0a2","name":"Admin Login","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"admin@admin.com","type":"text"},{"key":"password","value":"password","type":"text"}]},"url":{"raw":"localhost:9000/api/admin/login","host":["localhost"],"port":"9000","path":["api","admin","login"],"query":[{"key":"","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:9000"},{"key":"Date","value":"Fri, 24 May 2019 12:07:09 +0000"},{"key":"Date","value":"Fri, 24 May 2019 12:07:09 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.1"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, PATCH, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"success\": true,\n        \"admin\": {\n            \"id\": 1,\n            \"email\": \"admin@admin.com\",\n            \"created_at\": \"2019-05-22 16:28:30\",\n            \"updated_at\": \"2019-05-22 16:28:30\"\n        },\n        \"token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOlwvXC9sb2NhbGhvc3Q6OTAwMFwvYXBpXC9hZG1pblwvbG9naW4iLCJpYXQiOjE1NTg2OTk2MjgsImV4cCI6MTU1ODcwMzIyOSwibmJmIjoxNTU4Njk5NjI5LCJqdGkiOiJ4bmtoMGFpWmRVNWhQTXd6Iiwic3ViIjoxLCJwcnYiOiJjZjI4NGMyYjFlMDZmMzNjMjZiZDU3OTc1NjZkOWZkNzRiZTExYmY1In0.vzAedqD3WtDlfsbYKhh8NOwbaMm8qFxAW2eXL3dcJks\"\n    }\n}"}],"_postman_id":"849542cd-1fb8-4338-9532-051bfa4e340d"},{"name":"api/admin/password/change","id":"6159abdf-c0fa-435b-9197-95b35138c622","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"password","value":"junicodefire","type":"text"}]},"url":"localhost:9000/api/admin/password/change","urlObject":{"port":"9000","path":["api","admin","password","change"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"5b3dc0db-9dd7-455f-a9f8-95b05e1be183","name":"Admin Password Update","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"password","value":"junicodefire","type":"text"}]},"url":"localhost:9000/api/admin/password/change"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:9000"},{"key":"Date","value":"Fri, 24 May 2019 12:10:10 +0000"},{"key":"Date","value":"Fri, 24 May 2019 12:10:10 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.1"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, PATCH, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"success\": true,\n        \"messsage\": \"Password Updated\"\n    }\n}"}],"_postman_id":"6159abdf-c0fa-435b-9197-95b35138c622"},{"name":"api/admin/profile","id":"dfb26436-d556-4b7e-ae7c-6ac216b7fee3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"","value":"","type":"text"}],"url":"localhost:8000/api/admin/profile","urlObject":{"port":"8000","path":["api","admin","profile"],"host":["localhost"],"query":[{"disabled":true,"key":"intrest","value":"Tech World"}],"variable":[]}},"response":[{"id":"b6ea8f90-5500-4042-97c7-5ba382d8f5e9","name":"Admin Profile ","originalRequest":{"method":"GET","header":[{"key":"","value":"","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"localhost:9000/api/admin/profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:9000"},{"key":"Date","value":"Fri, 24 May 2019 12:11:35 +0000"},{"key":"Date","value":"Fri, 24 May 2019 12:11:35 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.1"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, PATCH, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"success\": true,\n        \"admin\": {\n            \"id\": 1,\n            \"email\": \"admin@admin.com\",\n            \"created_at\": \"2019-05-22 16:28:30\",\n            \"updated_at\": \"2019-05-24 12:10:10\"\n        }\n    }\n}"}],"_postman_id":"dfb26436-d556-4b7e-ae7c-6ac216b7fee3"}],"id":"cd0c3a22-d926-4909-a1e2-b01bb64476c3","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"1c721111-b149-49c8-b9a9-51f0c34314cf","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8955d408-4ac3-46d6-b6a6-a4eb6933f578","type":"text/javascript","exec":[""]}}],"_postman_id":"cd0c3a22-d926-4909-a1e2-b01bb64476c3","description":""},{"name":"Show Interest","item":[{"name":"Show All Interest ","id":"b88be46a-3835-4d1c-af0f-77d319359e5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"","value":"","type":"text"}],"url":"localhost:8000/api/user/show/all/intrest","urlObject":{"port":"8000","path":["api","user","show","all","intrest"],"host":["localhost"],"query":[{"disabled":true,"key":"intrest","value":"Tech World"}],"variable":[]}},"response":[],"_postman_id":"b88be46a-3835-4d1c-af0f-77d319359e5b"}],"id":"62d3630c-e7ca-4bb2-a480-37c0e7593a9d","_postman_id":"62d3630c-e7ca-4bb2-a480-37c0e7593a9d","description":""},{"name":"Feeds","item":[{"name":"api/feeds","id":"15bc1c8c-e8b4-4aad-8f0f-cf49d5f28179","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:9000/api/feeds","description":"<p>The feeds api returns the lastest or last posted poll from users with the same categories, it has a limit of 50 feeds polls per page(the example documentation provides 5 polls limit, this is for testing purpose), this api is in concurrent with the api title of \"api/feeds/offset_id\"(read the documentation api to see it's relationships and how to implement it in your code),.</p>\n","urlObject":{"port":"9000","path":["api","feeds"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a19a8993-e608-4f9c-a597-a73c0948f7b4","name":"Feeds Result when loaded","originalRequest":{"method":"GET","header":[],"url":"localhost:9000/api/feeds"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:9000"},{"key":"Date","value":"Thu, 23 May 2019 09:46:55 +0000"},{"key":"Date","value":"Thu, 23 May 2019 09:46:55 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.1"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, PATCH, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"success\": true,\n        \"feeds\": [\n            {\n                \"poll_id\": 49,\n                \"poll\": \"Natus impedit quis dolorem.\",\n                \"interest\": \"research\",\n                \"poll_owner_id\": 3,\n                \"firstname\": \"Ole\",\n                \"lastname\": \"Von\",\n                \"image\": null,\n                \"option\": [\n                    {\n                        \"option_id\": 5,\n                        \"option\": \"Officia amet enim adipisci cupiditate sed.\"\n                    },\n                    {\n                        \"option_id\": 13,\n                        \"option\": \"Mollitia autem commodi quisquam dolorem ipsum.\"\n                    },\n                    {\n                        \"option_id\": 17,\n                        \"option\": \"Optio nam officia quo tempora temporibus non.\"\n                    },\n                    {\n                        \"option_id\": 33,\n                        \"option\": \"Repellendus facilis ullam vel beatae.\"\n                    },\n                    {\n                        \"option_id\": 49,\n                        \"option\": \"Et commodi est non ea quis aspernatur.\"\n                    }\n                ]\n            },\n            {\n                \"poll_id\": 47,\n                \"poll\": \"Recusandae nostrum deleniti aspernatur.\",\n                \"interest\": \"research\",\n                \"poll_owner_id\": 6,\n                \"firstname\": \"Franco\",\n                \"lastname\": \"Abbott\",\n                \"image\": null,\n                \"option\": []\n            },\n            {\n                \"poll_id\": 42,\n                \"poll\": \"Dolorem molestiae libero dolor rerum.\",\n                \"interest\": \"research\",\n                \"poll_owner_id\": 9,\n                \"firstname\": \"Hector\",\n                \"lastname\": \"Bernhard\",\n                \"image\": null,\n                \"option\": [\n                    {\n                        \"option_id\": 32,\n                        \"option\": \"Ut temporibus sit aliquam dignissimos.\"\n                    },\n                    {\n                        \"option_id\": 42,\n                        \"option\": \"Molestiae ullam expedita voluptatibus accusantium.\"\n                    }\n                ]\n            },\n            {\n                \"poll_id\": 40,\n                \"poll\": \"Quia beatae officia voluptatem veniam totam.\",\n                \"interest\": \"research\",\n                \"poll_owner_id\": 9,\n                \"firstname\": \"Hector\",\n                \"lastname\": \"Bernhard\",\n                \"image\": null,\n                \"option\": [\n                    {\n                        \"option_id\": 28,\n                        \"option\": \"Nihil rerum dolores id consequatur porro ea veniam.\"\n                    }\n                ]\n            },\n            {\n                \"poll_id\": 37,\n                \"poll\": \"Libero laudantium suscipit dolorem voluptate odit.\",\n                \"interest\": \"movie\",\n                \"poll_owner_id\": 1,\n                \"firstname\": \"Carlee\",\n                \"lastname\": \"Hane\",\n                \"image\": null,\n                \"option\": []\n            }\n        ]\n    }\n}"},{"id":"b0254a0a-3319-4434-8f11-9a5442435a65","name":"api/feeds (feed for search)","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:2400/api/feeds?search_poll=Is Ro","host":["localhost"],"port":"2400","path":["api","feeds"],"query":[{"key":"search_poll","value":"Is Ro"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:2400"},{"key":"Date","value":"Mon, 23 Dec 2019 06:43:41 GMT"},{"key":"Date","value":"Mon, 23 Dec 2019 06:43:41 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, PATCH, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"success\": true,\n        \"feeds\": [\n            {\n                \"id\": 63,\n                \"question\": \"Is Ronald Married\",\n                \"owner_id\": 8,\n                \"interest_id\": 1,\n                \"option_type\": \"text\",\n                \"startdate\": \"2019-06-21 00:00:00\",\n                \"expirydate\": \"2019-06-28 00:00:00\",\n                \"created_at\": \"2019-06-21 15:55:26\",\n                \"updated_at\": \"2019-06-21 15:55:26\",\n                \"votes_count\": 0\n            }\n        ]\n    }\n}"}],"_postman_id":"15bc1c8c-e8b4-4aad-8f0f-cf49d5f28179"},{"name":"api/feeds/offset_value","id":"a24036aa-a6f4-463a-9ac2-f877dc3d9149","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://polledapp.herokuapp.com/api/feeds/5","description":"<p>this is a sub division of the api link \"api/feeds\", what this api does is to load another chuck of the seesion user polls which related to his choose interest,</p>\n<p>this api is best used when a user scrolled down to the buttom of the page , this api is then trriggered and a new limit of 50 feeds polls is loaded making it 100 total feeds polls in the page .... after been loaded a neew offset will be generated which be replace into this api again when the srcoll tab hits the bottom making it a continue cycle, please if you are using javascript it is advice to use on scroll event for this api... please not the total number of feeds polls return here in this test example are 5 which returns a new offset of 10 but the code is programmed for 50 which will return 100. </p>\n","urlObject":{"protocol":"https","path":["api","feeds","5"],"host":["polledapp","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"34e031cb-3ebf-44be-b27d-90c934322477","name":"result after scrolled","originalRequest":{"method":"GET","header":[],"url":"localhost:9000/api/feeds/5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:9000"},{"key":"Date","value":"Thu, 23 May 2019 09:54:52 +0000"},{"key":"Date","value":"Thu, 23 May 2019 09:54:52 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.1"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, PATCH, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"success\": true,\n        \"scrolled_feeds\": [\n            {\n                \"poll_id\": 36,\n                \"poll\": \"Quis laudantium sapiente tempore velit laborum.\",\n                \"interest\": \"research\",\n                \"poll_owner_id\": 9,\n                \"firstname\": \"Hector\",\n                \"lastname\": \"Bernhard\",\n                \"image\": null,\n                \"option\": []\n            },\n            {\n                \"poll_id\": 35,\n                \"poll\": \"Labore et in accusantium provident voluptatum facilis fugit.\",\n                \"interest\": \"research\",\n                \"poll_owner_id\": 1,\n                \"firstname\": \"Carlee\",\n                \"lastname\": \"Hane\",\n                \"image\": null,\n                \"option\": [\n                    {\n                        \"option_id\": 15,\n                        \"option\": \"Ad fuga fugiat totam non voluptatem tempora.\"\n                    }\n                ]\n            },\n            {\n                \"poll_id\": 34,\n                \"poll\": \"Dolor sequi dolor eos impedit alias repellat temporibus temporibus.\",\n                \"interest\": \"movie\",\n                \"poll_owner_id\": 10,\n                \"firstname\": \"Destin\",\n                \"lastname\": \"Spinka\",\n                \"image\": null,\n                \"option\": [\n                    {\n                        \"option_id\": 15,\n                        \"option\": \"Ad fuga fugiat totam non voluptatem tempora.\"\n                    },\n                    {\n                        \"option_id\": 12,\n                        \"option\": \"Et recusandae at qui odit aliquam tempore.\"\n                    }\n                ]\n            },\n            {\n                \"poll_id\": 29,\n                \"poll\": \"Provident dolores dignissimos facilis illum rerum.\",\n                \"interest\": \"movie\",\n                \"poll_owner_id\": 7,\n                \"firstname\": \"Augustus\",\n                \"lastname\": \"Ebert\",\n                \"image\": null,\n                \"option\": [\n                    {\n                        \"option_id\": 15,\n                        \"option\": \"Ad fuga fugiat totam non voluptatem tempora.\"\n                    },\n                    {\n                        \"option_id\": 12,\n                        \"option\": \"Et recusandae at qui odit aliquam tempore.\"\n                    }\n                ]\n            },\n            {\n                \"poll_id\": 28,\n                \"poll\": \"Suscipit nulla consequatur modi qui voluptas.\",\n                \"interest\": \"movie\",\n                \"poll_owner_id\": 6,\n                \"firstname\": \"Franco\",\n                \"lastname\": \"Abbott\",\n                \"image\": null,\n                \"option\": [\n                    {\n                        \"option_id\": 15,\n                        \"option\": \"Ad fuga fugiat totam non voluptatem tempora.\"\n                    },\n                    {\n                        \"option_id\": 12,\n                        \"option\": \"Et recusandae at qui odit aliquam tempore.\"\n                    },\n                    {\n                        \"option_id\": 19,\n                        \"option\": \"Aut amet dolor illo vel incidunt repudiandae.\"\n                    },\n                    {\n                        \"option_id\": 36,\n                        \"option\": \"Minus tenetur quia distinctio qui quam ullam.\"\n                    }\n                ]\n            }\n        ],\n        \"new_offset\": 10\n    }\n}"}],"_postman_id":"a24036aa-a6f4-463a-9ac2-f877dc3d9149"}],"id":"71747c29-43b0-4f85-91aa-4efb7f4dbdc3","description":"<p>This folder handles the feeds polls to the user or admin</p>\n","_postman_id":"71747c29-43b0-4f85-91aa-4efb7f4dbdc3"},{"name":"Public Profile","item":[{"name":"api/public/profile/junicodefire","id":"1c1513cc-3282-453d-a6bb-4a61c5ab430e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/public/profile/junicodefire","description":"<p>This gets the user data and is own interests</p>\n","urlObject":{"protocol":"http","port":"3000","path":["api","public","profile","junicodefire"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"87a3215e-0ef0-4a31-b9e6-dc3bd8f72c6f","name":"http://localhost:3000/api/public/profile/junicodefire","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/api/public/profile/junicodefire"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:3000"},{"key":"Date","value":"Wed, 03 Jul 2019 05:50:10 +0000"},{"key":"Date","value":"Wed, 03 Jul 2019 05:50:10 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.1"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, PATCH, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"success\": true,\n        \"user\": {\n            \"id\": 8,\n            \"first_name\": \"Reece\",\n            \"last_name\": \"Feest\",\n            \"username\": \"junicodefire\",\n            \"email\": \"juni@example.com\",\n            \"phone\": null,\n            \"bio\": null,\n            \"image\": null,\n            \"dob\": null,\n            \"created_at\": \"2019-05-22 16:28:31\",\n            \"updated_at\": \"2019-05-22 16:28:31\"\n        },\n        \"interest\": [\n            {\n                \"id\": 3,\n                \"title\": \"movie\",\n                \"created_at\": \"2019-05-22 16:28:32\",\n                \"updated_at\": \"2019-05-22 16:28:32\",\n                \"pivot\": {\n                    \"owner_id\": 8,\n                    \"interest_id\": 3\n                }\n            },\n            {\n                \"id\": 5,\n                \"title\": \"research\",\n                \"created_at\": \"2019-05-22 16:28:32\",\n                \"updated_at\": \"2019-05-22 16:28:32\",\n                \"pivot\": {\n                    \"owner_id\": 8,\n                    \"interest_id\": 5\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"1c1513cc-3282-453d-a6bb-4a61c5ab430e"},{"name":"api/public/feeds/interest_id/junicodefire","id":"18ef7e96-1a3d-4521-aaff-0880ab2c9640","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/public/feeds/5/junicodefire","urlObject":{"protocol":"http","port":"3000","path":["api","public","feeds","5","junicodefire"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"18ef7e96-1a3d-4521-aaff-0880ab2c9640"},{"name":"api/public/feeds/interest_id/offset_value/junicodefire","id":"a1bd9370-0ecb-4a85-80af-fd457ebdf357","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/public/feeds/5/5/junicodefire","urlObject":{"protocol":"http","port":"3000","path":["api","public","feeds","5","5","junicodefire"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a1bd9370-0ecb-4a85-80af-fd457ebdf357"}],"id":"5240fbb6-e1a7-490e-ae00-5e4e2c602188","description":"<p>This profile takes care of the a particular user who has an account with primedpoll</p>\n","_postman_id":"5240fbb6-e1a7-490e-ae00-5e4e2c602188"},{"name":"Follow","item":[{"name":"localhost:3000/api/follow/{following_id}","id":"b22a7dbb-e56c-4060-9ee5-8d9eb1bc8ff9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"url":"localhost:3000/api/follow/13","description":"<p>This is the follow and unfollow api</p>\n","urlObject":{"port":"3000","path":["api","follow","13"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b22a7dbb-e56c-4060-9ee5-8d9eb1bc8ff9"},{"name":"Followers (localhost:9000/api/follower/8/junicodefire)","id":"f0ec09c3-adfe-420e-ae63-1080b0d31a6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:9000/api/follower/8/junicodefire","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"799b9779-c982-49e9-af15-f56412b40c14","id":"799b9779-c982-49e9-af15-f56412b40c14","name":"Follow","type":"folder"}},"urlObject":{"port":"9000","path":["api","follower","8","junicodefire"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f0ec09c3-adfe-420e-ae63-1080b0d31a6d"}],"id":"799b9779-c982-49e9-af15-f56412b40c14","description":"<p>This Folder handles the follow api between users</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"_postman_id":"799b9779-c982-49e9-af15-f56412b40c14"},{"name":"Vote","item":[{"name":"localhost:3000/api/{Poll_id}/vote","id":"e23b7e0c-4bf5-4a9b-8107-fa4c1f41ba37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"option_id","value":"107","type":"text"},{"key":"poll_owner_id","value":"13","type":"text"}]},"url":"localhost:3000/api/67/vote","description":"<p>This vote api is a vice-versa type it vote a poll and also unvote a poll if clcik again </p>\n","urlObject":{"port":"3000","path":["api","67","vote"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"656215ff-c58f-4458-be59-bca56b559d46","name":"localhost:3000/api/{Poll_id}/vote","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"option_id","value":"107","type":"text"},{"key":"poll_owner_id","value":"13","type":"text"}]},"url":"localhost:3000/api/67/vote"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:3000"},{"key":"Date","value":"Fri, 19 Jul 2019 21:11:37 +0000"},{"key":"Date","value":"Fri, 19 Jul 2019 21:11:37 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.1"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, PATCH, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"check\": 0,\n    \"message\": \"Unvote Successful!\",\n    \"unvote\": {\n        \"id\": 14,\n        \"owner_id\": 8,\n        \"poll_owner_id\": 13,\n        \"option_id\": 107,\n        \"poll_id\": 67,\n        \"created_at\": \"2019-07-19 21:10:57\",\n        \"updated_at\": \"2019-07-19 21:10:57\"\n    }\n}"}],"_postman_id":"e23b7e0c-4bf5-4a9b-8107-fa4c1f41ba37"},{"name":"Users Who Voted (localhost:9000/api/poll/voters/66)","id":"ec5e351d-bb12-42ea-8a53-85e686b7fdfb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOlwvXC9sb2NhbGhvc3Q6NTAwMFwvYXBpXC9sb2dpbiIsImlhdCI6MTU2OTA3MTc2NywiZXhwIjoxNTY5MDc1MzY3LCJuYmYiOjE1NjkwNzE3NjcsImp0aSI6Imk2bU1JbVQyNEg0OEpGSnoiLCJzdWIiOjgsInBydiI6Ijg3ZTBhZjFlZjlmZDE1ODEyZmRlYzk3MTUzYTE0ZTBiMDQ3NTQ2YWEifQ.W9TTcdpDpW5GJZwhEknKluQGGuqhfrKHObcFpf5jtj4","type":"text"}],"url":"localhost:5000/api/poll/voters/66","urlObject":{"port":"5000","path":["api","poll","voters","66"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"fcc52ecd-cf91-4bf9-967f-b5162a89f653","name":"Users Who Voted (localhost:9000/api/poll/voters/66)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOlwvXC9sb2NhbGhvc3Q6OTAwMFwvYXBpXC9sb2dpbiIsImlhdCI6MTU2Nzc4MDE5NiwiZXhwIjoxNTY3NzgzNzk2LCJuYmYiOjE1Njc3ODAxOTYsImp0aSI6InJQQzdDVmsyN2lFbzFqZDEiLCJzdWIiOjgsInBydiI6Ijg3ZTBhZjFlZjlmZDE1ODEyZmRlYzk3MTUzYTE0ZTBiMDQ3NTQ2YWEifQ.KyXJWcmiVesohbFn2-J0fX4u2IRObicZ74-ou36i98o","type":"text"}],"url":"localhost:9000/api/poll/voters/66"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:9000"},{"key":"Date","value":"Fri, 06 Sep 2019 14:59:40 +0000"},{"key":"Date","value":"Fri, 06 Sep 2019 14:59:40 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.1"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, PATCH, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"users who voted\",\n    \"users\": [\n        {\n            \"id\": 8,\n            \"first_name\": \"Godwin\",\n            \"last_name\": \"Obi\",\n            \"username\": \"@junicodefire\",\n            \"email\": \"junicodefire@gmail.com\",\n            \"phone\": \"+2349058108854\",\n            \"bio\": \"I am a software developer at PrimedSoft Limited and i am a fullsatck developer with the potentila to change the world.\",\n            \"image\": \"zy5ozc7jez48tvxx1lru.png\",\n            \"dob\": \"1993-05-15\",\n            \"created_at\": \"2019-05-29 06:48:40\",\n            \"updated_at\": \"2019-08-23 20:57:04\"\n        },\n        {\n            \"id\": 13,\n            \"first_name\": \"Godfrey\",\n            \"last_name\": \"Ayaosi\",\n            \"username\": \"@alphadude7\",\n            \"email\": \"alphadude4all@gmail.com\",\n            \"phone\": \"+2347032951044\",\n            \"bio\": \"I am a demonic mutant that likes to party. and i work at primedsoft limited.\",\n            \"image\": \"cyw4huqt4vpmzmdvbcmt.jpg\",\n            \"dob\": \"1914-09-16\",\n            \"created_at\": \"2019-05-30 10:09:25\",\n            \"updated_at\": \"2019-07-08 10:36:48\"\n        }\n    ],\n    \"follow_status\": [\n        {\n            \"id\": 70,\n            \"follower_id\": 8,\n            \"following_id\": 13,\n            \"created_at\": \"2019-09-04 03:47:30\",\n            \"updated_at\": \"2019-09-04 03:47:30\"\n        }\n    ]\n}"}],"_postman_id":"ec5e351d-bb12-42ea-8a53-85e686b7fdfb"}],"id":"2c133843-102b-4fee-863b-a719f1dcc445","description":"<p>This is the vote folder</p>\n","_postman_id":"2c133843-102b-4fee-863b-a719f1dcc445"},{"name":"Polls","item":[{"name":"Get  Polls A User Craete","id":"8f202eaa-35dd-428f-be97-9b32e5ccd480","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOlwvXC9sb2NhbGhvc3Q6NTAwMFwvYXBpXC9sb2dpbiIsImlhdCI6MTU2ODY0MTg0MSwiZXhwIjoxNTY4NjQ1NDQxLCJuYmYiOjE1Njg2NDE4NDEsImp0aSI6InozUlpVWXJTNVNDYUNTTEIiLCJzdWIiOjgsInBydiI6Ijg3ZTBhZjFlZjlmZDE1ODEyZmRlYzk3MTUzYTE0ZTBiMDQ3NTQ2YWEifQ.Vx8tOeaRcE6zn9W-HFtlL_6s-DxQvBpwHciITstTsfk","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"localhost:5000/api/poll","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"0443fb16-1b74-4a20-a4b3-bfa78caf52d6","id":"0443fb16-1b74-4a20-a4b3-bfa78caf52d6","name":"Polls","type":"folder"}},"urlObject":{"port":"5000","path":["api","poll"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"201b08fb-e230-4eb5-ada7-289b5ba16726","name":"Get  Workspaces A User is involed with localhost:9000/api/workspaces","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer 1071af324aeac30fd02d15b4f2025554959a6d5d70cef820849db8a97aa3d477","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"localhost:9000/api/workspaces"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:9000"},{"key":"Date","value":"Sun, 15 Sep 2019 14:31:58 GMT"},{"key":"Date","value":"Sun, 15 Sep 2019 14:31:58 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"success\": true,\n        \"message\": \"Workspaces Successfully\",\n        \"workspaces\": [\n            {\n                \"id\": 1,\n                \"owner_id\": 2,\n                \"company_id\": null,\n                \"title\": \"UI UX Guys\",\n                \"unique_name\": \"#uiuxguys10568\",\n                \"role\": \"\",\n                \"wallpaper\": \"brown\",\n                \"description\": \"This Is My Worksapce That Takes Care Of My Ui/ux Designers \",\n                \"status\": \"Public\",\n                \"created_at\": \"2019-09-10 08:32:46\",\n                \"updated_at\": \"2019-09-10 08:32:46\",\n                \"companies\": null,\n                \"owner\": {\n                    \"id\": 2,\n                    \"name\": \"Okechukwu Obi\",\n                    \"username\": \"@okechukwu47031\",\n                    \"email\": \"junicodefire@gmail.com\",\n                    \"phone_number\": \"07060959269\",\n                    \"user_image\": \"user.jpg\",\n                    \"created_at\": \"2019-09-09 16:02:48\",\n                    \"updated_at\": \"2019-09-15 14:16:38\"\n                },\n                \"projects\": [\n                    {\n                        \"id\": 1,\n                        \"owner_id\": 2,\n                        \"workspace_id\": 1,\n                        \"title\": \"Ecommerce Web App\",\n                        \"description\": \"Write a simple detail about you project for clarity...\",\n                        \"created_at\": \"2019-09-12 00:00:00\",\n                        \"updated_at\": \"2019-09-12 00:00:00\"\n                    }\n                ]\n            },\n            {\n                \"id\": 2,\n                \"owner_id\": 2,\n                \"company_id\": 2,\n                \"title\": \"Front End\",\n                \"unique_name\": \"#frontend33912\",\n                \"role\": \"\",\n                \"wallpaper\": \"blue\",\n                \"description\": \"We Are The Front End Guys With The Real Skill\",\n                \"status\": \"Public\",\n                \"created_at\": \"2019-09-10 08:33:42\",\n                \"updated_at\": \"2019-09-10 08:33:42\",\n                \"companies\": {\n                    \"id\": 2,\n                    \"owner_id\": 2,\n                    \"title\": \"Gruvel Technology Group\",\n                    \"unique_name\": \"#gruveltechnologygroup89342\",\n                    \"industry\": \"IT\",\n                    \"wallpaper\": \"Grey\",\n                    \"description\": \"We Are Group Of High Minds In The Game Of Tech.\",\n                    \"status\": \"Public\",\n                    \"created_at\": \"2019-09-10 21:24:21\",\n                    \"updated_at\": \"2019-09-10 21:24:21\"\n                },\n                \"owner\": {\n                    \"id\": 2,\n                    \"name\": \"Okechukwu Obi\",\n                    \"username\": \"@okechukwu47031\",\n                    \"email\": \"junicodefire@gmail.com\",\n                    \"phone_number\": \"07060959269\",\n                    \"user_image\": \"user.jpg\",\n                    \"created_at\": \"2019-09-09 16:02:48\",\n                    \"updated_at\": \"2019-09-15 14:16:38\"\n                },\n                \"projects\": [\n                    {\n                        \"id\": 4,\n                        \"owner_id\": 2,\n                        \"workspace_id\": 2,\n                        \"title\": \"Organize Mary Colors\",\n                        \"description\": \"Write a simple detail about you project for clarity...\",\n                        \"created_at\": null,\n                        \"updated_at\": null\n                    }\n                ]\n            },\n            {\n                \"id\": 3,\n                \"owner_id\": 2,\n                \"company_id\": null,\n                \"title\": \"Writers\",\n                \"unique_name\": \"#writers17163\",\n                \"role\": \"\",\n                \"wallpaper\": \"yellow\",\n                \"description\": \"Writers With A Difference\",\n                \"status\": \"Public\",\n                \"created_at\": \"2019-09-10 08:34:31\",\n                \"updated_at\": \"2019-09-10 08:34:31\",\n                \"companies\": null,\n                \"owner\": {\n                    \"id\": 2,\n                    \"name\": \"Okechukwu Obi\",\n                    \"username\": \"@okechukwu47031\",\n                    \"email\": \"junicodefire@gmail.com\",\n                    \"phone_number\": \"07060959269\",\n                    \"user_image\": \"user.jpg\",\n                    \"created_at\": \"2019-09-09 16:02:48\",\n                    \"updated_at\": \"2019-09-15 14:16:38\"\n                },\n                \"projects\": []\n            }\n        ],\n        \"attached_workspaces\": [\n            {\n                \"id\": 5,\n                \"owner_id\": 4,\n                \"member_id\": 2,\n                \"workspace_id\": 5,\n                \"role\": \"Web Developer\",\n                \"privilege\": \"Member\",\n                \"created_at\": \"2019-09-11 00:00:00\",\n                \"updated_at\": \"2019-09-11 00:00:00\",\n                \"workspace\": {\n                    \"id\": 5,\n                    \"owner_id\": 4,\n                    \"company_id\": null,\n                    \"title\": \"Pranek Space\",\n                    \"unique_name\": \"#frankwrk4839383\",\n                    \"role\": \"admin\",\n                    \"wallpaper\": \"teal\",\n                    \"description\": \"Description can help improve clarity of workspace actual purpose!\",\n                    \"status\": \"Private\",\n                    \"created_at\": \"2019-09-11 00:00:00\",\n                    \"updated_at\": \"2019-09-11 00:00:00\"\n                },\n                \"companies\": null,\n                \"owner\": {\n                    \"id\": 4,\n                    \"name\": \"Favour\",\n                    \"username\": \"@favour34753\",\n                    \"email\": \"favour@gmail.com\",\n                    \"phone_number\": \"07060959269\",\n                    \"user_image\": \"user.jpg\",\n                    \"created_at\": \"2019-09-10 21:47:55\",\n                    \"updated_at\": \"2019-09-14 11:32:14\"\n                },\n                \"projects\": [\n                    {\n                        \"id\": 2,\n                        \"owner_id\": 4,\n                        \"workspace_id\": 5,\n                        \"title\": \"Ecommerce Web App\",\n                        \"description\": \"Write a simple detail about you project for clarity...\",\n                        \"created_at\": \"2019-09-12 00:00:00\",\n                        \"updated_at\": \"2019-09-12 00:00:00\"\n                    }\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"8f202eaa-35dd-428f-be97-9b32e5ccd480"},{"name":"Save Poll localhost:4600/api/3/poll","id":"890af5a7-7dcc-4117-ad88-be9ea5477cca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"options[]","type":"file","src":["/C:/Users/HP/Documents/junicodefireProjects/Team-Hymenaios-Web-Budget-App/public/images/43016.png","/C:/Users/HP/Documents/junicodefireProjects/Team-Hymenaios-Web-Budget-App/public/images/blueBudget.jpg","/C:/Users/HP/Documents/junicodefireProjects/Team-Hymenaios-Web-Budget-App/public/images/blueBudget1.jpg"]},{"key":"startdate","value":"2019-10-27 08:52:49","type":"text"},{"key":"expirydate","value":"2019-10-29 08:52:49","type":"text"},{"key":"option_type","value":"image","type":"text"},{"key":"question","value":"we2tywjkehwewyyejhwe","type":"text"}]},"url":"localhost:4600/api/3/poll","urlObject":{"port":"4600","path":["api","3","poll"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"890af5a7-7dcc-4117-ad88-be9ea5477cca"}],"id":"0443fb16-1b74-4a20-a4b3-bfa78caf52d6","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"c37d34bc-0022-46fc-b2eb-7d1b69769660","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"69666356-25e8-4a93-b2cb-18eb1bb68c8d","type":"text/javascript","exec":[""]}}],"_postman_id":"0443fb16-1b74-4a20-a4b3-bfa78caf52d6","description":""},{"name":"Statistics","item":[{"name":"User Statistic","item":[{"name":"Single Poll Count (api/user/poll/count/64","id":"b0286d67-0a9d-4b73-8b17-f6571b2d1710","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOlwvXC9sb2NhbGhvc3Q6MjAwMFwvYXBpXC9sb2dpbiIsImlhdCI6MTU3NDg0MjQzOSwiZXhwIjoxNTc0ODQ2MDM5LCJuYmYiOjE1NzQ4NDI0MzksImp0aSI6Ijk5Q245UGxuZExHYXhxbksiLCJzdWIiOjgsInBydiI6Ijg3ZTBhZjFlZjlmZDE1ODEyZmRlYzk3MTUzYTE0ZTBiMDQ3NTQ2YWEifQ.IDF_xEQRWMNHRAAEjO5FrDuzmX4Vl2ZsgoZJ7rXNsEg","type":"text"}],"url":"localhost:2000/api/user/poll/count/64","urlObject":{"port":"2000","path":["api","user","poll","count","64"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"76e3c80f-ffe9-400f-b36a-515e595b4b3f","name":"Single Poll Count (api/user/poll/count/64","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOlwvXC9sb2NhbGhvc3Q6MjAwMFwvYXBpXC9sb2dpbiIsImlhdCI6MTU3NDkzODIyOCwiZXhwIjoxNTc0OTQxODI4LCJuYmYiOjE1NzQ5MzgyMjgsImp0aSI6IkxYVVhhcUJrNFo1SlpTRVoiLCJzdWIiOjgsInBydiI6Ijg3ZTBhZjFlZjlmZDE1ODEyZmRlYzk3MTUzYTE0ZTBiMDQ3NTQ2YWEifQ.0OyiOTN_EMTXPWteI5dwn3GcAgjh0Kot-6P9QZUZqzQ","type":"text"}],"url":"localhost:2000/api/user/poll/count/64"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:2000"},{"key":"Date","value":"Thu, 28 Nov 2019 11:00:45 GMT"},{"key":"Date","value":"Thu, 28 Nov 2019 11:00:45 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, PATCH, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"}],"cookie":[],"responseTime":null,"body":"{\n    \"age\": [],\n    \"total_vote_count\": 5,\n    \"total_vote_count(Male)\": 2,\n    \"total_vote_count(Female)\": 3,\n    \"total_other_count(other)\": 0,\n    \"btw_16_25\": 0,\n    \"btw_26_36\": 4,\n    \"btw_37_51\": 0,\n    \"btw_52_above\": 1\n}"}],"_postman_id":"b0286d67-0a9d-4b73-8b17-f6571b2d1710"},{"name":"User Genaral Poll Count -> api/user/poll/count/64","id":"2030b5eb-5c06-4e35-b75f-c7b04bf1bdf0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOlwvXC9sb2NhbGhvc3Q6MjAwMFwvYXBpXC9sb2dpbiIsImlhdCI6MTU3NDg0MjQzOSwiZXhwIjoxNTc0ODQ2MDM5LCJuYmYiOjE1NzQ4NDI0MzksImp0aSI6Ijk5Q245UGxuZExHYXhxbksiLCJzdWIiOjgsInBydiI6Ijg3ZTBhZjFlZjlmZDE1ODEyZmRlYzk3MTUzYTE0ZTBiMDQ3NTQ2YWEifQ.IDF_xEQRWMNHRAAEjO5FrDuzmX4Vl2ZsgoZJ7rXNsEg","type":"text"}],"url":"localhost:2000/api/user/poll/count/64","urlObject":{"port":"2000","path":["api","user","poll","count","64"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c4977f29-0e39-445f-bb44-05e76dbdb42f","name":"localhost:2000/api/user/poll/count/64","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOlwvXC9sb2NhbGhvc3Q6MjAwMFwvYXBpXC9sb2dpbiIsImlhdCI6MTU3NDg0MjQzOSwiZXhwIjoxNTc0ODQ2MDM5LCJuYmYiOjE1NzQ4NDI0MzksImp0aSI6Ijk5Q245UGxuZExHYXhxbksiLCJzdWIiOjgsInBydiI6Ijg3ZTBhZjFlZjlmZDE1ODEyZmRlYzk3MTUzYTE0ZTBiMDQ3NTQ2YWEifQ.IDF_xEQRWMNHRAAEjO5FrDuzmX4Vl2ZsgoZJ7rXNsEg","type":"text"}],"url":"localhost:2000/api/user/poll/count/64"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:2000"},{"key":"Date","value":"Wed, 27 Nov 2019 08:41:23 GMT"},{"key":"Date","value":"Wed, 27 Nov 2019 08:41:23 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, PATCH, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"}],"cookie":[],"responseTime":null,"body":"{\n    \"user\": {\n        \"id\": 8,\n        \"first_name\": \"Godwin\",\n        \"last_name\": \"Obi\",\n        \"username\": \"@junicodefire\",\n        \"email\": \"junicodefire@gmail.com\",\n        \"phone\": \"+2349058108854\",\n        \"bio\": \"I am a software developer at PrimedSoft Limited and i am a fullsatck developer with the potentila to change the world.\",\n        \"image\": \"zy5ozc7jez48tvxx1lru.png\",\n        \"dob\": \"1993-05-15\",\n        \"country\": null,\n        \"gender\": \"Female\",\n        \"created_at\": \"2019-05-29 06:48:40\",\n        \"updated_at\": \"2019-08-23 20:57:04\"\n    },\n    \"total_poll_count\": 20,\n    \"total_vote_count\": 5\n}"}],"_postman_id":"2030b5eb-5c06-4e35-b75f-c7b04bf1bdf0"}],"id":"dfab8f04-d1e8-4e42-aa4d-019acb25fae4","_postman_id":"dfab8f04-d1e8-4e42-aa4d-019acb25fae4","description":""},{"name":"User Stats (api/statistics/users)","id":"c003c9f6-cc94-49b7-840b-9a7cf55269cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOlwvXC9sb2NhbGhvc3Q6OTAwMFwvYXBpXC9hZG1pblwvbG9naW4iLCJpYXQiOjE1NzQxNzYyNjAsImV4cCI6MTU3NDE3OTg2MCwibmJmIjoxNTc0MTc2MjYwLCJqdGkiOiJ1dnI4UzlHNVl4NnVjQlBPIiwic3ViIjoxLCJwcnYiOiJjZjI4NGMyYjFlMDZmMzNjMjZiZDU3OTc1NjZkOWZkNzRiZTExYmY1In0.qvRQHkRepw-hGCAo_sr1lLyyHY8CasPVK2tfD555-fc","type":"text"}],"url":"localhost:9000/api/statistics/users","urlObject":{"port":"9000","path":["api","statistics","users"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8416ed0c-52f4-491f-847f-7bc70f8cd8d8","name":"User Stats (api/statistics/users)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOlwvXC9sb2NhbGhvc3Q6OTAwMFwvYXBpXC9hZG1pblwvbG9naW4iLCJpYXQiOjE1NzQxOTA1MzgsImV4cCI6MTU3NDE5NDEzOCwibmJmIjoxNTc0MTkwNTM4LCJqdGkiOiIzYW53U0tib3E1VTVMd1A0Iiwic3ViIjoxLCJwcnYiOiJjZjI4NGMyYjFlMDZmMzNjMjZiZDU3OTc1NjZkOWZkNzRiZTExYmY1In0.idzd7JXXYBLkYl84YnxpwIiygK1wsQT1X5EYVQTvYbA","type":"text"}],"url":"localhost:9000/api/statistics/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:9000"},{"key":"Date","value":"Tue, 19 Nov 2019 19:09:57 GMT"},{"key":"Date","value":"Tue, 19 Nov 2019 19:09:57 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, PATCH, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"}],"cookie":[],"responseTime":null,"body":"{\n    \"latest_registered_user\": {\n        \"current_page\": 1,\n        \"data\": [\n            {\n                \"id\": 34,\n                \"first_name\": \"Emma\",\n                \"last_name\": \"Chekwa\",\n                \"username\": \"@cemma2035\",\n                \"email\": \"cemma2035@gmail.com\",\n                \"phone\": \"07098373873\",\n                \"bio\": \"i am a dev guy\",\n                \"image\": \"noimage.png\",\n                \"dob\": \"2016-06-13\",\n                \"country\": null,\n                \"gender\": null,\n                \"created_at\": \"2019-09-06 11:05:34\",\n                \"updated_at\": \"2019-09-06 11:05:34\"\n            },\n            {\n                \"id\": 21,\n                \"first_name\": null,\n                \"last_name\": null,\n                \"username\": \"@hapimacdave\",\n                \"email\": \"hapimacdave@gmail.com\",\n                \"phone\": null,\n                \"bio\": \"Your description helps defined you...\",\n                \"image\": \"noimage.png\",\n                \"dob\": \"1993-05-15\",\n                \"country\": null,\n                \"gender\": null,\n                \"created_at\": \"2019-07-03 10:28:21\",\n                \"updated_at\": \"2019-07-03 10:28:21\"\n            },\n            {\n                \"id\": 20,\n                \"first_name\": null,\n                \"last_name\": null,\n                \"username\": \"@arthbeer\",\n                \"email\": \"arthbeer@yahoo.com\",\n                \"phone\": null,\n                \"bio\": \"Your description helps defined you...\",\n                \"image\": \"noimage.png\",\n                \"dob\": \"1993-05-15\",\n                \"country\": null,\n                \"gender\": null,\n                \"created_at\": \"2019-06-25 14:51:25\",\n                \"updated_at\": \"2019-06-25 14:51:25\"\n            },\n            {\n                \"id\": 19,\n                \"first_name\": null,\n                \"last_name\": null,\n                \"username\": \"@donald\",\n                \"email\": \"donald@yahoo.com\",\n                \"phone\": null,\n                \"bio\": \"Your description helps defined you...\",\n                \"image\": \"noimage.png\",\n                \"dob\": \"1993-05-15\",\n                \"country\": null,\n                \"gender\": null,\n                \"created_at\": \"2019-06-25 14:50:13\",\n                \"updated_at\": \"2019-06-25 14:50:13\"\n            },\n            {\n                \"id\": 18,\n                \"first_name\": null,\n                \"last_name\": null,\n                \"username\": \"@ihemere3\",\n                \"email\": \"ihemere3@gmail.com\",\n                \"phone\": null,\n                \"bio\": \"Your description helps defined you...\",\n                \"image\": \"noimage.png\",\n                \"dob\": \"1993-05-15\",\n                \"country\": null,\n                \"gender\": null,\n                \"created_at\": \"2019-06-21 20:34:13\",\n                \"updated_at\": \"2019-06-21 20:34:13\"\n            },\n            {\n                \"id\": 16,\n                \"first_name\": null,\n                \"last_name\": null,\n                \"username\": \"@dekings34\",\n                \"email\": \"dekings44@gmail.com\",\n                \"phone\": null,\n                \"bio\": \"Your description helps defined you...\",\n                \"image\": \"noimage.png\",\n                \"dob\": \"1993-05-15\",\n                \"country\": null,\n                \"gender\": null,\n                \"created_at\": \"2019-06-21 09:38:25\",\n                \"updated_at\": \"2019-06-21 09:38:25\"\n            },\n            {\n                \"id\": 13,\n                \"first_name\": \"Godfrey\",\n                \"last_name\": \"Ayaosi\",\n                \"username\": \"@alphadude7\",\n                \"email\": \"alphadude4all@gmail.com\",\n                \"phone\": \"+2347032951044\",\n                \"bio\": \"I am a demonic mutant that likes to party. and i work at primedsoft limited.\",\n                \"image\": \"cyw4huqt4vpmzmdvbcmt.jpg\",\n                \"dob\": \"1914-09-16\",\n                \"country\": null,\n                \"gender\": null,\n                \"created_at\": \"2019-05-30 10:09:25\",\n                \"updated_at\": \"2019-07-08 10:36:48\"\n            },\n            {\n                \"id\": 12,\n                \"first_name\": \"Edwin\",\n                \"last_name\": \"Iwo \",\n                \"username\": \"@edbizzy\",\n                \"email\": \"edwiniwo@ymail.com\",\n                \"phone\": \"08025975160\",\n                \"bio\": \"Dreamer \",\n                \"image\": \"ciujx4s9lojevklzhlfm.jpg\",\n                \"dob\": \"1992-06-27\",\n                \"country\": null,\n                \"gender\": null,\n                \"created_at\": \"2019-05-30 10:05:27\",\n                \"updated_at\": \"2019-07-12 22:01:55\"\n            },\n            {\n                \"id\": 10,\n                \"first_name\": \"Pablo\",\n                \"last_name\": \"Collins\",\n                \"username\": \"@pablo\",\n                \"email\": \"francis@example.com\",\n                \"phone\": \"+2347060959269\",\n                \"bio\": \"Your description helps defined you...\",\n                \"image\": \"noimage.png\",\n                \"dob\": \"1993-05-15\",\n                \"country\": null,\n                \"gender\": null,\n                \"created_at\": \"2019-05-29 06:48:42\",\n                \"updated_at\": \"2019-05-29 06:48:42\"\n            },\n            {\n                \"id\": 9,\n                \"first_name\": \"Delia\",\n                \"last_name\": \"Ondricka\",\n                \"username\": \"@jerry\",\n                \"email\": \"jerry@example.com\",\n                \"phone\": \"+2347060959269\",\n                \"bio\": \"Your description helps defined you...\",\n                \"image\": \"noimage.png\",\n                \"dob\": \"1993-05-15\",\n                \"country\": null,\n                \"gender\": null,\n                \"created_at\": \"2019-05-29 06:48:41\",\n                \"updated_at\": \"2019-05-29 06:48:41\"\n            }\n        ],\n        \"first_page_url\": \"http://localhost:9000/api/statistics/users?page=1\",\n        \"from\": 1,\n        \"last_page\": 2,\n        \"last_page_url\": \"http://localhost:9000/api/statistics/users?page=2\",\n        \"next_page_url\": \"http://localhost:9000/api/statistics/users?page=2\",\n        \"path\": \"http://localhost:9000/api/statistics/users\",\n        \"per_page\": 10,\n        \"prev_page_url\": null,\n        \"to\": 10,\n        \"total\": 18\n    },\n    \"trending_users_by_votes\": [\n        {\n            \"user\": {\n                \"id\": 13,\n                \"first_name\": \"Godfrey\",\n                \"last_name\": \"Ayaosi\",\n                \"username\": \"@alphadude7\",\n                \"email\": \"alphadude4all@gmail.com\",\n                \"phone\": \"+2347032951044\",\n                \"bio\": \"I am a demonic mutant that likes to party. and i work at primedsoft limited.\",\n                \"image\": \"cyw4huqt4vpmzmdvbcmt.jpg\",\n                \"dob\": \"1914-09-16\",\n                \"country\": null,\n                \"gender\": null,\n                \"created_at\": \"2019-05-30 10:09:25\",\n                \"updated_at\": \"2019-07-08 10:36:48\"\n            },\n            \"voteCount\": 6\n        },\n        {\n            \"user\": {\n                \"id\": 8,\n                \"first_name\": \"Godwin\",\n                \"last_name\": \"Obi\",\n                \"username\": \"@junicodefire\",\n                \"email\": \"junicodefire@gmail.com\",\n                \"phone\": \"+2349058108854\",\n                \"bio\": \"I am a software developer at PrimedSoft Limited and i am a fullsatck developer with the potentila to change the world.\",\n                \"image\": \"zy5ozc7jez48tvxx1lru.png\",\n                \"dob\": \"1993-05-15\",\n                \"country\": null,\n                \"gender\": null,\n                \"created_at\": \"2019-05-29 06:48:40\",\n                \"updated_at\": \"2019-08-23 20:57:04\"\n            },\n            \"voteCount\": 5\n        },\n        {\n            \"user\": {\n                \"id\": 4,\n                \"first_name\": \"Robbie\",\n                \"last_name\": \"Hayes\",\n                \"username\": \"@favour\",\n                \"email\": \"favour@example.com\",\n                \"phone\": \"+2347060959269\",\n                \"bio\": \"i am favour\",\n                \"image\": \"o0ssvvwjik0dhmzzolju.png\",\n                \"dob\": \"1993-05-15\",\n                \"country\": null,\n                \"gender\": null,\n                \"created_at\": \"2019-05-29 06:48:36\",\n                \"updated_at\": \"2019-09-09 11:17:16\"\n            },\n            \"voteCount\": 3\n        },\n        {\n            \"user\": {\n                \"id\": 12,\n                \"first_name\": \"Edwin\",\n                \"last_name\": \"Iwo \",\n                \"username\": \"@edbizzy\",\n                \"email\": \"edwiniwo@ymail.com\",\n                \"phone\": \"08025975160\",\n                \"bio\": \"Dreamer \",\n                \"image\": \"ciujx4s9lojevklzhlfm.jpg\",\n                \"dob\": \"1992-06-27\",\n                \"country\": null,\n                \"gender\": null,\n                \"created_at\": \"2019-05-30 10:05:27\",\n                \"updated_at\": \"2019-07-12 22:01:55\"\n            },\n            \"voteCount\": 2\n        }\n    ],\n    \"trending_users_by_polls\": [\n        {\n            \"user\": {\n                \"id\": 8,\n                \"first_name\": \"Godwin\",\n                \"last_name\": \"Obi\",\n                \"username\": \"@junicodefire\",\n                \"email\": \"junicodefire@gmail.com\",\n                \"phone\": \"+2349058108854\",\n                \"bio\": \"I am a software developer at PrimedSoft Limited and i am a fullsatck developer with the potentila to change the world.\",\n                \"image\": \"zy5ozc7jez48tvxx1lru.png\",\n                \"dob\": \"1993-05-15\",\n                \"country\": null,\n                \"gender\": null,\n                \"created_at\": \"2019-05-29 06:48:40\",\n                \"updated_at\": \"2019-08-23 20:57:04\"\n            },\n            \"pollCount\": 20\n        },\n        {\n            \"user\": {\n                \"id\": 13,\n                \"first_name\": \"Godfrey\",\n                \"last_name\": \"Ayaosi\",\n                \"username\": \"@alphadude7\",\n                \"email\": \"alphadude4all@gmail.com\",\n                \"phone\": \"+2347032951044\",\n                \"bio\": \"I am a demonic mutant that likes to party. and i work at primedsoft limited.\",\n                \"image\": \"cyw4huqt4vpmzmdvbcmt.jpg\",\n                \"dob\": \"1914-09-16\",\n                \"country\": null,\n                \"gender\": null,\n                \"created_at\": \"2019-05-30 10:09:25\",\n                \"updated_at\": \"2019-07-08 10:36:48\"\n            },\n            \"pollCount\": 3\n        },\n        {\n            \"user\": {\n                \"id\": 2,\n                \"first_name\": \"Miguel\",\n                \"last_name\": \"D'Amore\",\n                \"username\": \"@migi2019\",\n                \"email\": \"frebby@example.com\",\n                \"phone\": \"+2347060959269\",\n                \"bio\": \"Your description helps defined you...\",\n                \"image\": \"noimage.png\",\n                \"dob\": \"1993-05-15\",\n                \"country\": null,\n                \"gender\": null,\n                \"created_at\": \"2019-05-29 06:48:34\",\n                \"updated_at\": \"2019-05-29 06:48:34\"\n            },\n            \"pollCount\": 2\n        },\n        {\n            \"user\": {\n                \"id\": 12,\n                \"first_name\": \"Edwin\",\n                \"last_name\": \"Iwo \",\n                \"username\": \"@edbizzy\",\n                \"email\": \"edwiniwo@ymail.com\",\n                \"phone\": \"08025975160\",\n                \"bio\": \"Dreamer \",\n                \"image\": \"ciujx4s9lojevklzhlfm.jpg\",\n                \"dob\": \"1992-06-27\",\n                \"country\": null,\n                \"gender\": null,\n                \"created_at\": \"2019-05-30 10:05:27\",\n                \"updated_at\": \"2019-07-12 22:01:55\"\n            },\n            \"pollCount\": 2\n        },\n        {\n            \"user\": {\n                \"id\": 5,\n                \"first_name\": \"Samantha\",\n                \"last_name\": \"Farrell\",\n                \"username\": \"@sam2019\",\n                \"email\": \"jennifer@example.com\",\n                \"phone\": \"+2347060959269\",\n                \"bio\": \"Your description helps defined you...\",\n                \"image\": \"noimage.png\",\n                \"dob\": \"1993-05-15\",\n                \"country\": null,\n                \"gender\": null,\n                \"created_at\": \"2019-05-29 06:48:37\",\n                \"updated_at\": \"2019-05-29 06:48:37\"\n            },\n            \"pollCount\": 1\n        },\n        {\n            \"user\": {\n                \"id\": 6,\n                \"first_name\": \"Deonte\",\n                \"last_name\": \"Yundt\",\n                \"username\": \"@deom40\",\n                \"email\": \"sammy@example.com\",\n                \"phone\": \"+2347060959269\",\n                \"bio\": \"Your description helps defined you...\",\n                \"image\": \"noimage.png\",\n                \"dob\": \"1993-05-15\",\n                \"country\": null,\n                \"gender\": null,\n                \"created_at\": \"2019-05-29 06:48:38\",\n                \"updated_at\": \"2019-05-29 06:48:38\"\n            },\n            \"pollCount\": 1\n        }\n    ]\n}"}],"_postman_id":"c003c9f6-cc94-49b7-840b-9a7cf55269cb"},{"name":"Poll Stats (api/statistics/polls)","id":"31bcc490-fb29-44a1-afd2-402900382ec2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOlwvXC9sb2NhbGhvc3Q6OTAwMFwvYXBpXC9hZG1pblwvbG9naW4iLCJpYXQiOjE1NzQxODk2NTAsImV4cCI6MTU3NDE5MzI1MCwibmJmIjoxNTc0MTg5NjUwLCJqdGkiOiI2NXZCWkI0a2gxMGxIUUhhIiwic3ViIjoxLCJwcnYiOiJjZjI4NGMyYjFlMDZmMzNjMjZiZDU3OTc1NjZkOWZkNzRiZTExYmY1In0.NK5tz1WyBugKLrDGx3wgBoQtR0J_PNfTsOkvtvMoJH4","type":"text"}],"url":"localhost:9000/api/statistics/users","urlObject":{"port":"9000","path":["api","statistics","users"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6a86e7a8-1c59-4e23-8c1c-050c5a3ad865","name":"Poll Stats (api/statistics/polls)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOlwvXC9sb2NhbGhvc3Q6OTAwMFwvYXBpXC9hZG1pblwvbG9naW4iLCJpYXQiOjE1NzQxODk2NTAsImV4cCI6MTU3NDE5MzI1MCwibmJmIjoxNTc0MTg5NjUwLCJqdGkiOiI2NXZCWkI0a2gxMGxIUUhhIiwic3ViIjoxLCJwcnYiOiJjZjI4NGMyYjFlMDZmMzNjMjZiZDU3OTc1NjZkOWZkNzRiZTExYmY1In0.NK5tz1WyBugKLrDGx3wgBoQtR0J_PNfTsOkvtvMoJH4","type":"text"}],"url":"localhost:9000/api/statistics/polls"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:9000"},{"key":"Date","value":"Tue, 19 Nov 2019 19:21:42 GMT"},{"key":"Date","value":"Tue, 19 Nov 2019 19:21:42 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, PATCH, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"}],"cookie":[],"responseTime":null,"body":"{\n    \"trending_poll_by_expiry_date_poll\": {\n        \"current_page\": 1,\n        \"data\": [\n            {\n                \"id\": 61,\n                \"question\": \"Should the internet be subsidized by the tech billionaires?\",\n                \"owner_id\": 12,\n                \"interest_id\": 4,\n                \"option_type\": \"text\",\n                \"startdate\": \"2019-06-19 00:00:00\",\n                \"expirydate\": \"2021-06-19 00:00:00\",\n                \"created_at\": \"2019-06-19 16:17:53\",\n                \"updated_at\": \"2019-06-19 16:17:53\",\n                \"options\": [\n                    {\n                        \"id\": 90,\n                        \"option\": \"Yes \",\n                        \"poll_id\": 61,\n                        \"owner_id\": 12,\n                        \"created_at\": \"2019-06-19 16:17:53\",\n                        \"updated_at\": \"2019-06-19 16:17:53\"\n                    },\n                    {\n                        \"id\": 91,\n                        \"option\": \"No \",\n                        \"poll_id\": 61,\n                        \"owner_id\": 12,\n                        \"created_at\": \"2019-06-19 16:17:54\",\n                        \"updated_at\": \"2019-06-19 16:17:54\"\n                    }\n                ]\n            },\n            {\n                \"id\": 64,\n                \"question\": \"Will there be any innovation on how we use the internet?\",\n                \"owner_id\": 12,\n                \"interest_id\": 4,\n                \"option_type\": \"text\",\n                \"startdate\": \"2019-06-21 00:00:00\",\n                \"expirydate\": \"2025-06-21 00:00:00\",\n                \"created_at\": \"2019-06-21 20:47:53\",\n                \"updated_at\": \"2019-06-21 20:47:53\",\n                \"options\": [\n                    {\n                        \"id\": 97,\n                        \"option\": \"Yes \",\n                        \"poll_id\": 64,\n                        \"owner_id\": 12,\n                        \"created_at\": \"2019-06-21 20:47:54\",\n                        \"updated_at\": \"2019-06-21 20:47:54\"\n                    },\n                    {\n                        \"id\": 98,\n                        \"option\": \"No \",\n                        \"poll_id\": 64,\n                        \"owner_id\": 12,\n                        \"created_at\": \"2019-06-21 20:47:54\",\n                        \"updated_at\": \"2019-06-21 20:47:54\"\n                    }\n                ]\n            }\n        ],\n        \"first_page_url\": \"http://localhost:9000/api/statistics/polls?page=1\",\n        \"from\": 1,\n        \"last_page\": 1,\n        \"last_page_url\": \"http://localhost:9000/api/statistics/polls?page=1\",\n        \"next_page_url\": null,\n        \"path\": \"http://localhost:9000/api/statistics/polls\",\n        \"per_page\": 10,\n        \"prev_page_url\": null,\n        \"to\": 2,\n        \"total\": 2\n    },\n    \"trending_polls_by_vote\": [\n        {\n            \"user\": {\n                \"id\": 64,\n                \"question\": \"Will there be any innovation on how we use the internet?\",\n                \"owner_id\": 12,\n                \"interest_id\": 4,\n                \"option_type\": \"text\",\n                \"startdate\": \"2019-06-21 00:00:00\",\n                \"expirydate\": \"2025-06-21 00:00:00\",\n                \"created_at\": \"2019-06-21 20:47:53\",\n                \"updated_at\": \"2019-06-21 20:47:53\"\n            },\n            \"voteCount\": 3\n        },\n        {\n            \"user\": {\n                \"id\": 66,\n                \"question\": \"Who is the richest movie maker in the world\",\n                \"owner_id\": 8,\n                \"interest_id\": 3,\n                \"option_type\": \"text\",\n                \"startdate\": \"2019-06-22 00:00:00\",\n                \"expirydate\": \"2019-06-30 00:00:00\",\n                \"created_at\": \"2019-06-22 15:39:00\",\n                \"updated_at\": \"2019-06-22 15:39:00\"\n            },\n            \"voteCount\": 2\n        },\n        {\n            \"user\": {\n                \"id\": 59,\n                \"question\": \"Is IPhone Xs the best Camera phone?\",\n                \"owner_id\": 13,\n                \"interest_id\": 4,\n                \"option_type\": \"text\",\n                \"startdate\": \"2019-06-11 00:00:00\",\n                \"expirydate\": \"2019-06-28 00:00:00\",\n                \"created_at\": \"2019-06-11 14:48:21\",\n                \"updated_at\": \"2019-06-11 14:48:21\"\n            },\n            \"voteCount\": 2\n        },\n        {\n            \"user\": {\n                \"id\": 60,\n                \"question\": \"Which is the richest movie\",\n                \"owner_id\": 8,\n                \"interest_id\": 3,\n                \"option_type\": \"text\",\n                \"startdate\": \"2019-06-13 00:00:00\",\n                \"expirydate\": \"2019-06-27 00:00:00\",\n                \"created_at\": \"2019-06-13 13:06:55\",\n                \"updated_at\": \"2019-06-13 13:06:55\"\n            },\n            \"voteCount\": 2\n        },\n        {\n            \"user\": {\n                \"id\": 63,\n                \"question\": \"Is Ronald Married\",\n                \"owner_id\": 8,\n                \"interest_id\": 1,\n                \"option_type\": \"text\",\n                \"startdate\": \"2019-06-21 00:00:00\",\n                \"expirydate\": \"2019-06-28 00:00:00\",\n                \"created_at\": \"2019-06-21 15:55:26\",\n                \"updated_at\": \"2019-06-21 15:55:26\"\n            },\n            \"voteCount\": 2\n        },\n        {\n            \"user\": {\n                \"id\": 65,\n                \"question\": \"What is dating Beyonce Knowles\",\n                \"owner_id\": 8,\n                \"interest_id\": 7,\n                \"option_type\": \"text\",\n                \"startdate\": \"2019-06-22 00:00:00\",\n                \"expirydate\": \"2019-06-26 00:00:00\",\n                \"created_at\": \"2019-06-22 06:26:16\",\n                \"updated_at\": \"2019-06-22 06:26:16\"\n            },\n            \"voteCount\": 1\n        },\n        {\n            \"user\": {\n                \"id\": 52,\n                \"question\": \"Who score the best goal for the holland during fifa worl cup\",\n                \"owner_id\": 8,\n                \"interest_id\": 1,\n                \"option_type\": \"text\",\n                \"startdate\": \"2019-06-09 00:00:00\",\n                \"expirydate\": \"2019-06-28 00:00:00\",\n                \"created_at\": \"2019-06-09 18:26:25\",\n                \"updated_at\": \"2019-06-09 18:26:25\"\n            },\n            \"voteCount\": 1\n        },\n        {\n            \"user\": {\n                \"id\": 55,\n                \"question\": \"Who is the faster player in history\",\n                \"owner_id\": 8,\n                \"interest_id\": 1,\n                \"option_type\": \"text\",\n                \"startdate\": \"2019-06-11 00:00:00\",\n                \"expirydate\": \"2019-06-15 00:00:00\",\n                \"created_at\": \"2019-06-11 10:20:50\",\n                \"updated_at\": \"2019-06-11 10:20:50\"\n            },\n            \"voteCount\": 1\n        },\n        {\n            \"user\": {\n                \"id\": 67,\n                \"question\": \"is it true that the weaker sex is the male\",\n                \"owner_id\": 13,\n                \"interest_id\": 7,\n                \"option_type\": \"text\",\n                \"startdate\": \"2019-06-22 00:00:00\",\n                \"expirydate\": \"2019-06-29 00:00:00\",\n                \"created_at\": \"2019-06-23 11:34:27\",\n                \"updated_at\": \"2019-06-23 11:34:27\"\n            },\n            \"voteCount\": 1\n        },\n        {\n            \"user\": {\n                \"id\": 62,\n                \"question\": \"Who will win the FIFA women world cup\",\n                \"owner_id\": 13,\n                \"interest_id\": 1,\n                \"option_type\": \"text\",\n                \"startdate\": \"2019-06-22 00:00:00\",\n                \"expirydate\": \"2019-06-30 00:00:00\",\n                \"created_at\": \"2019-06-21 09:52:43\",\n                \"updated_at\": \"2019-06-21 09:52:43\"\n            },\n            \"voteCount\": 1\n        }\n    ]\n}"}],"_postman_id":"31bcc490-fb29-44a1-afd2-402900382ec2"},{"name":"Category Stats (api/statistics/category)","id":"5e721342-e6f5-4d97-a811-09b5331e562c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOlwvXC9sb2NhbGhvc3Q6OTAwMFwvYXBpXC9hZG1pblwvbG9naW4iLCJpYXQiOjE1NzQxOTA1MzgsImV4cCI6MTU3NDE5NDEzOCwibmJmIjoxNTc0MTkwNTM4LCJqdGkiOiIzYW53U0tib3E1VTVMd1A0Iiwic3ViIjoxLCJwcnYiOiJjZjI4NGMyYjFlMDZmMzNjMjZiZDU3OTc1NjZkOWZkNzRiZTExYmY1In0.idzd7JXXYBLkYl84YnxpwIiygK1wsQT1X5EYVQTvYbA","type":"text"}],"url":"localhost:9000/api/statistics/users","urlObject":{"port":"9000","path":["api","statistics","users"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"04d019ca-2c3e-418e-a5f1-3b86935c805d","name":"Category Stats (api/statistics/category)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOlwvXC9sb2NhbGhvc3Q6OTAwMFwvYXBpXC9hZG1pblwvbG9naW4iLCJpYXQiOjE1NzQxOTUzMjcsImV4cCI6MTU3NDE5ODkyNywibmJmIjoxNTc0MTk1MzI3LCJqdGkiOiJ2dkZQVXphUHdYYlhrbEZoIiwic3ViIjoxLCJwcnYiOiJjZjI4NGMyYjFlMDZmMzNjMjZiZDU3OTc1NjZkOWZkNzRiZTExYmY1In0.c5M2nWg6tMC0lDlZkZzXMx0BKOYkefdxVcPq69Kf-EE","type":"text"}],"url":"localhost:9000/api/statistics/category"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:9000"},{"key":"Date","value":"Tue, 19 Nov 2019 21:08:17 GMT"},{"key":"Date","value":"Tue, 19 Nov 2019 21:08:17 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, PATCH, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"}],"cookie":[],"responseTime":null,"body":"{\n    \"trending_category_by_poll\": [\n        {\n            \"category\": {\n                \"id\": 1,\n                \"title\": \"ICT\",\n                \"created_at\": \"2019-05-29 06:48:43\",\n                \"updated_at\": \"2019-05-29 06:48:43\"\n            },\n            \"pollCount\": 9\n        },\n        {\n            \"category\": {\n                \"id\": 4,\n                \"title\": \"tech\",\n                \"created_at\": \"2019-05-29 06:48:44\",\n                \"updated_at\": \"2019-05-29 06:48:44\"\n            },\n            \"pollCount\": 7\n        },\n        {\n            \"category\": {\n                \"id\": 3,\n                \"title\": \"movie\",\n                \"created_at\": \"2019-05-29 06:48:44\",\n                \"updated_at\": \"2019-05-29 06:48:44\"\n            },\n            \"pollCount\": 5\n        },\n        {\n            \"category\": {\n                \"id\": 8,\n                \"title\": \"money\",\n                \"created_at\": \"2019-05-29 06:48:54\",\n                \"updated_at\": \"2019-05-29 06:48:54\"\n            },\n            \"pollCount\": 4\n        },\n        {\n            \"category\": {\n                \"id\": 6,\n                \"title\": \"sex\",\n                \"created_at\": \"2019-05-29 06:48:48\",\n                \"updated_at\": \"2019-05-29 06:48:48\"\n            },\n            \"pollCount\": 2\n        },\n        {\n            \"category\": {\n                \"id\": 7,\n                \"title\": \"relationship\",\n                \"created_at\": \"2019-05-29 06:48:51\",\n                \"updated_at\": \"2019-05-29 06:48:51\"\n            },\n            \"pollCount\": 2\n        }\n    ]\n}"}],"_postman_id":"5e721342-e6f5-4d97-a811-09b5331e562c"},{"name":"GenderStats (api/statistics/category)","id":"39981e5f-7c34-49f3-be7a-48279da8b8f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOlwvXC9sb2NhbGhvc3Q6OTAwMFwvYXBpXC9hZG1pblwvbG9naW4iLCJpYXQiOjE1NzQxOTUzMjcsImV4cCI6MTU3NDE5ODkyNywibmJmIjoxNTc0MTk1MzI3LCJqdGkiOiJ2dkZQVXphUHdYYlhrbEZoIiwic3ViIjoxLCJwcnYiOiJjZjI4NGMyYjFlMDZmMzNjMjZiZDU3OTc1NjZkOWZkNzRiZTExYmY1In0.c5M2nWg6tMC0lDlZkZzXMx0BKOYkefdxVcPq69Kf-EE","type":"text"}],"url":"localhost:9000/api/statistics/category","urlObject":{"port":"9000","path":["api","statistics","category"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d112a783-0601-462f-a233-b322826f7160","name":"GenderStats (api/statistics/category)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOlwvXC9sb2NhbGhvc3Q6OTAwMFwvYXBpXC9hZG1pblwvbG9naW4iLCJpYXQiOjE1NzQyMDAwMzIsImV4cCI6MTU3NDIwMzYzMiwibmJmIjoxNTc0MjAwMDMyLCJqdGkiOiJoN094aEdyRkxyMnBENE1zIiwic3ViIjoxLCJwcnYiOiJjZjI4NGMyYjFlMDZmMzNjMjZiZDU3OTc1NjZkOWZkNzRiZTExYmY1In0.1s5EeMD7TtvYjGKCHbsgJx_vqJf9Aek6H6lsyN92PIk","type":"text"}],"url":"localhost:9000/api/statistics/gender"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:9000"},{"key":"Date","value":"Tue, 19 Nov 2019 22:14:03 GMT"},{"key":"Date","value":"Tue, 19 Nov 2019 22:14:03 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, PATCH, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"}],"cookie":[],"responseTime":null,"body":"{\n    \"male_count\": 9,\n    \"female_count\": 8,\n    \"others_count\": 1,\n    \"polls&interest_total_male_count\": 3,\n    \"polls&interest_total_female_count\": 3,\n    \"polls&interest_total_others_count\": 0,\n    \"vote_total_male_count\": 2,\n    \"vote_total_female_count\": 2,\n    \"vote_total_others_count\": 0\n}"}],"_postman_id":"39981e5f-7c34-49f3-be7a-48279da8b8f0"},{"name":"Period Stats (api/statistics/period/count)","id":"09ec65f4-ff59-44c4-a5e9-22346da89401","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOlwvXC9sb2NhbGhvc3Q6OTAwMFwvYXBpXC9hZG1pblwvbG9naW4iLCJpYXQiOjE1NzQyMDAwMzIsImV4cCI6MTU3NDIwMzYzMiwibmJmIjoxNTc0MjAwMDMyLCJqdGkiOiJoN094aEdyRkxyMnBENE1zIiwic3ViIjoxLCJwcnYiOiJjZjI4NGMyYjFlMDZmMzNjMjZiZDU3OTc1NjZkOWZkNzRiZTExYmY1In0.1s5EeMD7TtvYjGKCHbsgJx_vqJf9Aek6H6lsyN92PIk","type":"text"}],"url":"localhost:9000/api/statistics/gender","urlObject":{"port":"9000","path":["api","statistics","gender"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"5c892136-fe21-4117-84b5-3c0172c75643","name":"Period Stats (api/statistics/period/count)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOlwvXC9sb2NhbGhvc3Q6OTAwMFwvYXBpXC9hZG1pblwvbG9naW4iLCJpYXQiOjE1NzQyNDY5MzgsImV4cCI6MTU3NDI1MDUzOCwibmJmIjoxNTc0MjQ2OTM4LCJqdGkiOiJ3VHlWV0tUZXh6aEtDcTJGIiwic3ViIjoxLCJwcnYiOiJjZjI4NGMyYjFlMDZmMzNjMjZiZDU3OTc1NjZkOWZkNzRiZTExYmY1In0.OZVvLZXI_zyj-vvjK9-rhJ8aWP1X2FQOfdbl92kirjs","type":"text"}],"url":"localhost:9000/api/statistics/period/count"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:9000"},{"key":"Date","value":"Wed, 20 Nov 2019 11:16:50 GMT"},{"key":"Date","value":"Wed, 20 Nov 2019 11:16:50 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, PATCH, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"dailyCount\": {\n        \"polls_daily\": 0,\n        \"votes_daily\": 0\n    },\n    \"weeklyCount\": {\n        \"polls_weekly\": 0,\n        \"votes_weekly\": 0\n    },\n    \"monthlyCount\": {\n        \"polls_monthly\": 0,\n        \"votes_monthly\": 0\n    },\n    \"annualCount\": {\n        \"polls_yearly\": 29,\n        \"votes_yearly\": 16\n    }\n}"}],"_postman_id":"09ec65f4-ff59-44c4-a5e9-22346da89401"}],"id":"9066475a-c005-4161-af13-08eb4f54ef33","_postman_id":"9066475a-c005-4161-af13-08eb4f54ef33","description":""}]}