{"info":{"_postman_id":"36f1aa1e-98b5-40d8-b635-f5eca7163cde","name":"Tulo","description":"<html><head></head><body><p>API for purchasing airtime, internet data and utilities.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"29425162","collectionId":"36f1aa1e-98b5-40d8-b635-f5eca7163cde","publishedId":"2sA2rDvLEo","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-02-25T21:33:36.000Z"},"item":[{"name":"Network","item":[{"name":"Format a number","id":"b730383b-dc4e-4423-95db-4dde4776f8e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"phoneNumber","value":"+2349137836455","description":"<p>required|string|min:10</p>\n","type":"text"}]},"url":"{{baseurl}}/format-number","description":"<p>This endpoint formats +234 number to standard number</p>\n","urlObject":{"path":["format-number"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"b841b79d-ca15-4bca-9229-701f9d5cface","name":"Format a number","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"phoneNumber","value":"+2349137836455","description":"required|string|min:10","type":"text"}]},"url":"{{baseurl}}/format-number"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sat, 24 Feb 2024 18:52:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"number\": \"09137836455\"\n    },\n    \"code\": 200\n}"}],"_postman_id":"b730383b-dc4e-4423-95db-4dde4776f8e6"},{"name":"Get the network provider of a number","id":"da453eee-e25e-46ed-9139-90b240ebed8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"phoneNumber","value":"09137836455","description":"<p>required|string|min:10</p>\n","type":"text"}]},"url":"localhost/api/v1/network-provider","description":"<p>This endpoint gets the network provider of a number.</p>\n","urlObject":{"path":["api","v1","network-provider"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d5e82b5e-a97a-46a5-9596-c19da976a395","name":"Get the network provider of a number","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"phoneNumber","value":"09137836455","description":"required|string|min:10","type":"text"}]},"url":"localhost/api/v1/network-provider"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sat, 24 Feb 2024 18:55:38 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"56"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"networkProvider\": \"mtn\"\n    },\n    \"code\": 200\n}"}],"_postman_id":"da453eee-e25e-46ed-9139-90b240ebed8d"}],"id":"d2d6a2af-23f5-4127-81bd-b874d07809c7","description":"<p>Format a number and get the network provider of the numbe</p>\n","_postman_id":"d2d6a2af-23f5-4127-81bd-b874d07809c7"},{"name":"Authentication","item":[{"name":"Register","id":"ef213917-9b23-416d-90bd-ed65e5fe29a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Daniel Dunu","description":"<p>Required|String</p>\n","type":"text"},{"key":"password","value":"passwordmustbelong","description":"<p>Required|String</p>\n","type":"text"},{"key":"email","value":"danieldunu001@gmail.com","description":"<p>Required|String|email</p>\n","type":"text"},{"key":"phone_number","value":"09137836455","description":"<p>Required|String</p>\n","type":"text"},{"key":"source","value":"twitter","description":"<p>Required|String</p>\n","type":"text"}]},"url":"{{baseurl}}/register","description":"<p>This endpoint registers a new user. If successful, it returns the user data, token and status code.</p>\n","urlObject":{"path":["register"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"0a894ef3-eea4-4642-aad3-d7ccb1182f32","name":"Register","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Daniel Dunu","description":"Required|String","type":"text"},{"key":"password","value":"passwordmustbelong","description":"Required|String","type":"text"},{"key":"email","value":"danieldunu001@gmail.com","description":"Required|String","type":"text"},{"key":"phone_number","value":"09137836455","description":"Required|String","type":"text"},{"key":"source","value":"twitter","description":"Required|String","type":"text"}]},"url":"{{baseurl}}/register"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sat, 24 Feb 2024 13:00:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"name\": \"Daniel Dunu\",\n        \"email\": \"danieldunu001@gmail.com\",\n        \"phone_number\": \"09137836455\",\n        \"source\": \"twitter\",\n        \"username\": \"$Daniel_Dunu\",\n        \"identifier\": \"9b69a02d-a55f-4142-9de9-2f684f33bb72\",\n        \"updated_at\": \"2024-02-24T13:00:12.000000Z\",\n        \"created_at\": \"2024-02-24T13:00:12.000000Z\",\n        \"id\": 36\n    },\n    \"token\": \"9|LfVIa4jmavy46BuZp88fUVRflRJ5ySDcROmHLd51535af52e\",\n    \"code\": 201\n}"}],"_postman_id":"ef213917-9b23-416d-90bd-ed65e5fe29a6"},{"name":"Login","id":"8293f2d8-9fe6-4ec2-b2d9-55915bc6c1f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"email","value":"iva.kautzer@example.org","description":"<p>Required|Email|String</p>\n","type":"text"},{"key":"password","value":"password","description":"<p>Required|String</p>\n","type":"text"}]},"url":"{{baseurl}}/login","description":"<p>This endpoint login a user. It returns the user token and status code.</p>\n","urlObject":{"path":["login"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"a7a583a4-e55c-4bd8-b097-d9df6a684a9d","name":"Login","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"email","value":"danieldunu001@gmail.com","description":"Required|Email|String","type":"text"},{"key":"password","value":"passwordmustbelong","description":"Required|String","type":"text"}]},"url":"{{baseurl}}/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sat, 24 Feb 2024 13:04:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"token\": \"10|sfvDjhNjJrT13d1TVGnom00aJVBkwGY2KMW1jP8o2432ee23\"\n    },\n    \"code\": 200\n}"}],"_postman_id":"8293f2d8-9fe6-4ec2-b2d9-55915bc6c1f6"},{"name":"Logout","id":"15c6460b-095f-4dd8-9651-9520121e33de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/logout","description":"<p>This endpoint logs out a user.</p>\n","urlObject":{"path":["logout"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"0c0087d2-5fc3-4a08-b151-5e97aa3a849e","name":"Logout","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/logout"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sat, 24 Feb 2024 13:05:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"Successfully logged out.\",\n    \"code\": 200\n}"},{"id":"bb9dc88b-94a3-486e-b543-50977477d130","name":"Logout","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/logout"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sat, 24 Feb 2024 13:05:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Unauthenticated.\"\n}"}],"_postman_id":"15c6460b-095f-4dd8-9651-9520121e33de"},{"name":"Send Verification","id":"847a1eb8-f75e-4a24-834a-9d7ff6499a7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/verify/send/email","description":"<p>This endpoint sends the user a verification email. It identifies the user with the user token.</p>\n","urlObject":{"path":["verify","send","email"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"ed028dfb-ef1a-41d1-9878-5a65c08a1201","name":"Send Verification","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/verify/send/email"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sat, 24 Feb 2024 13:07:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"Email verification link sent to your email.\",\n    \"code\": 200\n}"},{"id":"80c8b01b-0afb-4f92-9a6f-7e1990c98dca","name":"Send Verification","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/verify/send/email"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sat, 24 Feb 2024 13:09:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Your Email has been Verified.\",\n    \"code\": 400\n}"}],"_postman_id":"847a1eb8-f75e-4a24-834a-9d7ff6499a7c"},{"name":"Forgot Password","id":"82d3b193-2080-4669-88ab-51aa5b65cbff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"email","value":"danieldunu001@gmail.com","description":"<p>required|email|string</p>\n","type":"text"}]},"url":"{{baseurl}}/forgot-password","description":"<p>This endpoint sends a reset password email containing a reset password link.</p>\n","urlObject":{"path":["forgot-password"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"b4d5d077-a074-4fb0-b69a-f5fb24eb9836","name":"Forgot Password","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"email","value":"danieldunu001@gmail.com","type":"text"}]},"url":"{{baseurl}}/forgot-password"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sat, 24 Feb 2024 13:14:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"We have emailed your password reset link.\",\n    \"code\": 200\n}"},{"id":"9b59cb40-e371-47ca-ae16-d67e2145e82a","name":"Forgot Password","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"email","value":"danieldunu001@gmail.comd","type":"text"}]},"url":"{{baseurl}}/forgot-password"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sat, 24 Feb 2024 13:16:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"We can't find a user with that email address.\",\n    \"code\": 404\n}"}],"_postman_id":"82d3b193-2080-4669-88ab-51aa5b65cbff"}],"id":"66f11fe5-ed7b-493f-ae2a-407457516f51","description":"<p>All authentication endpoints.</p>\n","_postman_id":"66f11fe5-ed7b-493f-ae2a-407457516f51"},{"name":"Airtime","item":[{"name":"Buy Airtime","id":"ce3060a6-0342-4b17-9d1a-5228799d481a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"amount","value":"2000","description":"<p>required|integer</p>\n","type":"text"},{"key":"phoneNumber","value":"09137836455","description":"<p>required|string</p>\n","type":"text"}]},"url":"{{baseurl}}/airtimes","description":"<p>An endpoint to buy airtime. It requires the amount and the phone number of the user. It returns a paystack url (Pay before Service) on which the user is redirected to make payments.</p>\n","urlObject":{"path":["airtimes"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"f28dd0b2-6c74-4563-a133-14a1444d757d","name":"Buy Airtime","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"amount","value":"2000","description":"required|integer","type":"text"},{"key":"phoneNumber","value":"09137836455","description":"required|string","type":"text"}]},"url":"{{baseurl}}/airtimes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sun, 25 Feb 2024 10:50:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"paymentUrl\": \"https://checkout.paystack.com/6lvhq0chj1e1rmi\"\n    },\n    \"code\": 200\n}"}],"_postman_id":"ce3060a6-0342-4b17-9d1a-5228799d481a"},{"name":"Payment callback for airtime","id":"b6807442-7093-4bcc-8289-44a193628290","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/payment-callback","description":"<p>After making payment and both the payment and purchase is successful, the user is then redirected to this endpoint where the transaction is being stored.</p>\n","urlObject":{"path":["payment-callback"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"f30f1a93-0717-4012-a637-731935d1bbdf","name":"Payment callback","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/payment-callback"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sun, 25 Feb 2024 11:13:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"identifier\": \"9b618309-0f6c-47e6-b01a-f0400e0c993c\",\n        \"reference\": \"32fsffdsdvd23\",\n        \"user_id\": 21,\n        \"package_id\": null,\n        \"order_id\": \"1232\",\n        \"status\": \"success\",\n        \"message\": \"Ab ratione maiores rerum eum quia repudiandae.\",\n        \"phone\": \"69949617256\",\n        \"network\": \"mtn\",\n        \"amount\": 1000,\n        \"original_price\": 800,\n        \"profit\": 200,\n        \"data_plan\": \"airtime\",\n        \"cable_tv\": null,\n        \"subscription_plan\": null,\n        \"smartcard_number\": null,\n        \"description\": null,\n        \"created_at\": \"2024-02-20T12:12:05.000000Z\",\n        \"updated_at\": \"2024-02-20T12:12:05.000000Z\"\n    },\n    \"code\": 200\n}"}],"_postman_id":"b6807442-7093-4bcc-8289-44a193628290"}],"id":"9c0de4fb-e8ee-44ca-b4be-9f78c3462345","description":"<p>Purchase of airtime for a user.</p>\n","_postman_id":"9c0de4fb-e8ee-44ca-b4be-9f78c3462345"},{"name":"Data","item":[{"name":"Data Utilities","id":"3973e994-7c06-4c2b-b7f0-78becce8e524","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/groups/1/utilities","description":"<p>This endpoint gets all four utilities in the data group of our application</p>\n","urlObject":{"path":["groups","1","utilities"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"40c9e15f-d91c-4db1-a308-86ddd41c727f","name":"Data Utilities","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/groups/1/utilities"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sun, 25 Feb 2024 14:50:41 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"name\": \"mtn\"\n        },\n        {\n            \"name\": \"airtel\"\n        },\n        {\n            \"name\": \"etisalat\"\n        },\n        {\n            \"name\": \"glo\"\n        }\n    ],\n    \"code\": 200\n}"}],"_postman_id":"3973e994-7c06-4c2b-b7f0-78becce8e524"},{"name":"Utilities Packages","id":"e1c371a9-038f-4448-a99e-c0de65953396","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/utilities/1/packages","description":"<p>This endpoint gets the packages of each utility.</p>\n<p>MTN - 1</p>\n<p>Airtel - 2</p>\n<p>9mobile - 3</p>\n<p>Glo - 4</p>\n","urlObject":{"path":["utilities","1","packages"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"90dade0a-ae3f-4561-a548-5613eae64e64","name":"Utilities Package","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/utilities/1/packages"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sun, 25 Feb 2024 14:59:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"identifier\": 1,\n            \"variationId\": \"500\",\n            \"plan\": \"MTN Data 500MB - 30 Days\",\n            \"price\": 189,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 2,\n            \"variationId\": \"M1024\",\n            \"plan\": \"MTN Data 1GB - 30 Days\",\n            \"price\": 299,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 3,\n            \"variationId\": \"M2024\",\n            \"plan\": \"MTN Data 2GB - 30 Days\",\n            \"price\": 599,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 4,\n            \"variationId\": \"M2000\",\n            \"plan\": \"MTN Data 3GB - 30 Days\",\n            \"price\": 899,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 5,\n            \"variationId\": \"5000\",\n            \"plan\": \"MTN Data 5GB - 30 Days\",\n            \"price\": 1499,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 6,\n            \"variationId\": \"10000\",\n            \"plan\": \"MTN Data 10GB - 30 Days\",\n            \"price\": 2999,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 7,\n            \"variationId\": \"mtn-20hrs-1500\",\n            \"plan\": \"MTN Data 6GB - 7 Days\",\n            \"price\": 1489,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 8,\n            \"variationId\": \"mtn-30gb-8000\",\n            \"plan\": \"MTN Data 30GB - 30 Days\",\n            \"price\": 7899,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 9,\n            \"variationId\": \"mtn-40gb-10000\",\n            \"plan\": \"MTN Data 5GB - 30 Days\",\n            \"price\": 9859,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 10,\n            \"variationId\": \"mtn-75gb-15000\",\n            \"plan\": \"MTN Data 5GB - 30 Days\",\n            \"price\": 14899,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 25,\n            \"variationId\": \"500\",\n            \"plan\": \"MTN Data 500MB - 30 Days\",\n            \"price\": 189,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 26,\n            \"variationId\": \"M1024\",\n            \"plan\": \"MTN Data 1GB - 30 Days\",\n            \"price\": 299,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 27,\n            \"variationId\": \"M2024\",\n            \"plan\": \"MTN Data 2GB - 30 Days\",\n            \"price\": 599,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 28,\n            \"variationId\": \"3000\",\n            \"plan\": \"MTN Data 3GB - 30 Days\",\n            \"price\": 899,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 29,\n            \"variationId\": \"5000\",\n            \"plan\": \"MTN Data 5GB - 30 Days\",\n            \"price\": 1499,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 30,\n            \"variationId\": \"10000\",\n            \"plan\": \"MTN Data 10GB - 30 Days\",\n            \"price\": 2999,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 31,\n            \"variationId\": \"mtn-20hrs-1500\",\n            \"plan\": \"MTN Data 6GB - 7 Days\",\n            \"price\": 1489,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 32,\n            \"variationId\": \"mtn-30gb-8000\",\n            \"plan\": \"MTN Data 30GB - 30 Days\",\n            \"price\": 7899,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 33,\n            \"variationId\": \"mtn-40gb-10000\",\n            \"plan\": \"MTN Data 5GB - 30 Days\",\n            \"price\": 9859,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 34,\n            \"variationId\": \"mtn-75gb-15000\",\n            \"plan\": \"MTN Data 5GB - 30 Days\",\n            \"price\": 14899,\n            \"serviceId\": null\n        }\n    ],\n    \"code\": 200\n}"}],"_postman_id":"e1c371a9-038f-4448-a99e-c0de65953396"},{"name":"Data Packages","id":"e168a296-fb8f-469c-92e2-ba920923edec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/groups/1/packages","description":"<p>This endpoint gets all packages of the data group</p>\n","urlObject":{"path":["groups","1","packages"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"267b9f0a-fe1f-47eb-b2e3-f6dbbd00a89e","name":"Data Packages","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/groups/1/packages"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sun, 25 Feb 2024 14:55:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"identifier\": 1,\n            \"variationId\": \"500\",\n            \"plan\": \"MTN Data 500MB - 30 Days\",\n            \"price\": 189,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 2,\n            \"variationId\": \"M1024\",\n            \"plan\": \"MTN Data 1GB - 30 Days\",\n            \"price\": 299,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 3,\n            \"variationId\": \"M2024\",\n            \"plan\": \"MTN Data 2GB - 30 Days\",\n            \"price\": 599,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 4,\n            \"variationId\": \"M2000\",\n            \"plan\": \"MTN Data 3GB - 30 Days\",\n            \"price\": 899,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 5,\n            \"variationId\": \"5000\",\n            \"plan\": \"MTN Data 5GB - 30 Days\",\n            \"price\": 1499,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 6,\n            \"variationId\": \"10000\",\n            \"plan\": \"MTN Data 10GB - 30 Days\",\n            \"price\": 2999,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 7,\n            \"variationId\": \"mtn-20hrs-1500\",\n            \"plan\": \"MTN Data 6GB - 7 Days\",\n            \"price\": 1489,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 8,\n            \"variationId\": \"mtn-30gb-8000\",\n            \"plan\": \"MTN Data 30GB - 30 Days\",\n            \"price\": 7899,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 9,\n            \"variationId\": \"mtn-40gb-10000\",\n            \"plan\": \"MTN Data 5GB - 30 Days\",\n            \"price\": 9859,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 10,\n            \"variationId\": \"mtn-75gb-15000\",\n            \"plan\": \"MTN Data 5GB - 30 Days\",\n            \"price\": 14899,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 25,\n            \"variationId\": \"500\",\n            \"plan\": \"MTN Data 500MB - 30 Days\",\n            \"price\": 189,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 26,\n            \"variationId\": \"M1024\",\n            \"plan\": \"MTN Data 1GB - 30 Days\",\n            \"price\": 299,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 27,\n            \"variationId\": \"M2024\",\n            \"plan\": \"MTN Data 2GB - 30 Days\",\n            \"price\": 599,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 28,\n            \"variationId\": \"3000\",\n            \"plan\": \"MTN Data 3GB - 30 Days\",\n            \"price\": 899,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 29,\n            \"variationId\": \"5000\",\n            \"plan\": \"MTN Data 5GB - 30 Days\",\n            \"price\": 1499,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 30,\n            \"variationId\": \"10000\",\n            \"plan\": \"MTN Data 10GB - 30 Days\",\n            \"price\": 2999,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 31,\n            \"variationId\": \"mtn-20hrs-1500\",\n            \"plan\": \"MTN Data 6GB - 7 Days\",\n            \"price\": 1489,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 32,\n            \"variationId\": \"mtn-30gb-8000\",\n            \"plan\": \"MTN Data 30GB - 30 Days\",\n            \"price\": 7899,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 33,\n            \"variationId\": \"mtn-40gb-10000\",\n            \"plan\": \"MTN Data 5GB - 30 Days\",\n            \"price\": 9859,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 34,\n            \"variationId\": \"mtn-75gb-15000\",\n            \"plan\": \"MTN Data 5GB - 30 Days\",\n            \"price\": 14899,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 11,\n            \"variationId\": \"AIRTEL500MB\",\n            \"plan\": \"Airtel Data 500MB - 30 Days\",\n            \"price\": 149,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 12,\n            \"variationId\": \"airt-330x\",\n            \"plan\": \"Airtel Data 1GB - 1 Day\",\n            \"price\": 325,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 13,\n            \"variationId\": \"airt-1650-2\",\n            \"plan\": \"Airtel Data 6GB - 7 Days\",\n            \"price\": 1629,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 14,\n            \"variationId\": \"AIRTEL1GB\",\n            \"plan\": \"Airtel Data 1GB - 30 Days\",\n            \"price\": 249,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 15,\n            \"variationId\": \"AIRTEL2GB\",\n            \"plan\": \"Airtel Data 2GB - 30 Days\",\n            \"price\": 499,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 16,\n            \"variationId\": \"AIRTEL5GB\",\n            \"plan\": \"Airtel Data 5GB - 30 Days\",\n            \"price\": 1249,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 17,\n            \"variationId\": \"AIRTEL10GB\",\n            \"plan\": \"Airtel Data 10GB - 30 Days\",\n            \"price\": 2499,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 18,\n            \"variationId\": \"AIRTEL15GB\",\n            \"plan\": \"Airtel Data 15GB - 30 Days\",\n            \"price\": 3699,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 19,\n            \"variationId\": \"AIRTEL20GB\",\n            \"plan\": \"Airtel Data 20GB - 30 Days\",\n            \"price\": 4899,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 35,\n            \"variationId\": \"AIRTEL500MB\",\n            \"plan\": \"Airtel Data 500MB - 30 Days\",\n            \"price\": 149,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 36,\n            \"variationId\": \"airt-330x\",\n            \"plan\": \"Airtel Data 1GB - 1 Day\",\n            \"price\": 325,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 37,\n            \"variationId\": \"airt-1650-2\",\n            \"plan\": \"Airtel Data 6GB - 7 Days\",\n            \"price\": 1629,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 38,\n            \"variationId\": \"AIRTEL1GB\",\n            \"plan\": \"Airtel Data 1GB - 30 Days\",\n            \"price\": 249,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 39,\n            \"variationId\": \"AIRTEL2GB\",\n            \"plan\": \"Airtel Data 2GB - 30 Days\",\n            \"price\": 499,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 40,\n            \"variationId\": \"AIRTEL5GB\",\n            \"plan\": \"Airtel Data 5GB - 30 Days\",\n            \"price\": 1249,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 41,\n            \"variationId\": \"AIRTEL10GB\",\n            \"plan\": \"Airtel Data 10GB - 30 Days\",\n            \"price\": 2499,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 42,\n            \"variationId\": \"AIRTEL15GB\",\n            \"plan\": \"Airtel Data 15GB - 30 Days\",\n            \"price\": 3699,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 43,\n            \"variationId\": \"AIRTEL20GB\",\n            \"plan\": \"Airtel Data 20GB - 30 Days\",\n            \"price\": 4899,\n            \"serviceId\": null\n        }\n    ],\n    \"code\": 200\n}"}],"_postman_id":"e168a296-fb8f-469c-92e2-ba920923edec"},{"name":"Buy Data","id":"5eaf20d4-0e53-4e21-9f0d-34afdf7d9bf9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"phoneNumber","value":"+2347080119082","description":"<p>required|string</p>\n","type":"text"},{"key":"variation_id","value":"AIRTEL20GB","description":"<p>required|string</p>\n","type":"text"}]},"url":"{{baseurl}}/data","description":"<p>This endpoint purchases data for the user, it requires a phone number and variation id of the plan the user wants to purchase. The variation id can be gotten from Utilities Packages or Data Packages endpoint. It returns a payment url from paystack from which the user has to be redirected to in order to make payment.</p>\n","urlObject":{"path":["data"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"b8f56f0d-5b72-4723-a479-e45c0da2914a","name":"Buy Data","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"phoneNumber","value":"+2347080119082","description":"required|string","type":"text"},{"key":"variation_id","value":"AIRTEL20GB","description":"required|string","type":"text"}]},"url":"{{baseurl}}/data"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sun, 25 Feb 2024 10:40:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"paymentUrl\": \"https://checkout.paystack.com/ht831djnu8afynb\"\n    },\n    \"code\": 200\n}"}],"_postman_id":"5eaf20d4-0e53-4e21-9f0d-34afdf7d9bf9"},{"name":"Payment callback for data","id":"36d44611-2abe-47b9-a21b-174cc89a5343","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/payment-callback","description":"<p>After making payment and both the payment and purchase is successful, the user is then redirected to this endpoint where the transaction is being stored.</p>\n","urlObject":{"path":["payment-callback"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"380ab7a5-32aa-42d8-b723-e9168659d6b6","name":"Buy Data","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/payment-callback"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sun, 25 Feb 2024 10:40:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"identifier\": \"9b618309-0f6c-47e6-b01a-f0400e0c993c\",\n        \"reference\": \"32fsffdsdvd23\",\n        \"user_id\": 21,\n        \"package_id\": 1,\n        \"order_id\": \"1232\",\n        \"status\": \"success\",\n        \"message\": \"Ab ratione maiores rerum eum quia repudiandae.\",\n        \"phone\": \"69949617256\",\n        \"network\": \"mtn\",\n        \"amount\": 1000,\n        \"original_price\": 800,\n        \"profit\": 200,\n        \"data_plan\": null,\n        \"cable_tv\": null,\n        \"subscription_plan\": null,\n        \"smartcard_number\": null,\n        \"description\": null,\n        \"created_at\": \"2024-02-20T12:12:05.000000Z\",\n        \"updated_at\": \"2024-02-20T12:12:05.000000Z\"\n    },\n    \"code\": 200\n}"}],"_postman_id":"36d44611-2abe-47b9-a21b-174cc89a5343"}],"id":"ab532073-51b6-41a1-9644-c578908af35c","description":"<p>Everything to do with the purchase of internet data.</p>\n","_postman_id":"ab532073-51b6-41a1-9644-c578908af35c"},{"name":"Cable","item":[{"name":"Verify a user","id":"59bdd4e1-f55b-4885-9193-365c3c3d5210","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"smartcard_number","value":"7521004433","description":"<p>required|string</p>\n","type":"text"},{"key":"service_id","value":"gotv","description":"<p>required|string</p>\n","type":"text"},{"key":"variation_id","value":"gotv_plus","description":"<p>required|string</p>\n","type":"text"},{"key":"phoneNumber","value":"09037836455","description":"<p>required|string</p>\n","type":"text"}]},"url":"{{baseurl}}/verify-cable-user","description":"<p>This endpoints verifies the user's smart card number and returns the information about the user.</p>\n","urlObject":{"path":["verify-cable-user"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"ad442ade-17a8-4dae-a7c1-0009c68afc96","name":"Verify a user","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"smartcard_number","value":"7528346495","type":"text"},{"key":"service_id","value":"gotv","type":"text"},{"key":"variation_id","value":"gotv_plus","type":"text"},{"key":"phoneNumber","value":"09037836455","type":"text"}]},"url":"{{baseurl}}/verify-cable-user"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sun, 25 Feb 2024 10:35:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"code\": \"success\",\n        \"message\": \"Customer details successfully retrieved\",\n        \"data\": {\n            \"customer_id\": \"7521004433\",\n            \"customer_name\": \"DANIEL DUNU\",\n            \"decoder_status\": \"Suspended\",\n            \"decoder_due_date\": \"February 25th, 2024\"\n        }\n    },\n    \"code\": 200\n}"}],"_postman_id":"59bdd4e1-f55b-4885-9193-365c3c3d5210"},{"name":"Cable Utilities","id":"849d98ac-5a91-41fe-9287-6ac6a4cf1895","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/groups/2/utilities","description":"<p>This endpoint gets all three utilities in the cable group of our application</p>\n","urlObject":{"path":["groups","2","utilities"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"3cd1362d-3002-439b-91eb-52334444f5c5","name":"Cable Utilities","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/groups/2/utilities"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sun, 25 Feb 2024 15:09:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"name\": \"gotv\"\n        },\n        {\n            \"name\": \"dstv\"\n        },\n        {\n            \"name\": \"startimes\"\n        }\n    ],\n    \"code\": 200\n}"}],"_postman_id":"849d98ac-5a91-41fe-9287-6ac6a4cf1895"},{"name":"Utilities Packages","id":"64c0e7f6-65eb-4377-a0dc-1786524bff73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/utilities/5/packages","description":"<p>This endpoint gets the packages of each utility.</p>\n<p>Gotv - 5</p>\n<p>Dstv - 6</p>\n<p>Startimes - 7</p>\n","urlObject":{"path":["utilities","5","packages"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"a932bf29-889f-4f69-9ee4-eefaf49df240","name":"Utilities Packages","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/utilities/5/packages"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sun, 25 Feb 2024 15:12:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"identifier\": 20,\n            \"variationId\": \"gotv-smallie\",\n            \"plan\": \"GOTV Smallie\",\n            \"price\": 1300,\n            \"serviceId\": \"gotv\"\n        },\n        {\n            \"identifier\": 21,\n            \"variationId\": \"gotv-jinja\",\n            \"plan\": \"GOTV Jinja\",\n            \"price\": 2700,\n            \"serviceId\": \"gotv\"\n        },\n        {\n            \"identifier\": 22,\n            \"variationId\": \"gotv-jolli\",\n            \"plan\": \"GOTV Jolli\",\n            \"price\": 3950,\n            \"serviceId\": \"gotv\"\n        },\n        {\n            \"identifier\": 23,\n            \"variationId\": \"gotv-max\",\n            \"plan\": \"GOTV Max\",\n            \"price\": 5700,\n            \"serviceId\": \"gotv\"\n        },\n        {\n            \"identifier\": 24,\n            \"variationId\": \"gotv-supa\",\n            \"plan\": \"GOTV Supa\",\n            \"price\": 7600,\n            \"serviceId\": \"gotv\"\n        },\n        {\n            \"identifier\": 44,\n            \"variationId\": \"gotv-smallie\",\n            \"plan\": \"GOTV Smallie\",\n            \"price\": 1300,\n            \"serviceId\": \"gotv\"\n        },\n        {\n            \"identifier\": 45,\n            \"variationId\": \"gotv-jinja\",\n            \"plan\": \"GOTV Jinja\",\n            \"price\": 2700,\n            \"serviceId\": \"gotv\"\n        },\n        {\n            \"identifier\": 46,\n            \"variationId\": \"gotv-jolli\",\n            \"plan\": \"GOTV Jolli\",\n            \"price\": 3950,\n            \"serviceId\": \"gotv\"\n        },\n        {\n            \"identifier\": 47,\n            \"variationId\": \"gotv-max\",\n            \"plan\": \"GOTV Max\",\n            \"price\": 5700,\n            \"serviceId\": \"gotv\"\n        },\n        {\n            \"identifier\": 48,\n            \"variationId\": \"gotv-supa\",\n            \"plan\": \"GOTV Supa\",\n            \"price\": 7600,\n            \"serviceId\": \"gotv\"\n        }\n    ],\n    \"code\": 200\n}"}],"_postman_id":"64c0e7f6-65eb-4377-a0dc-1786524bff73"},{"name":"Cable Packages","id":"d2cd484e-4f14-4c6a-a007-32c55d75dec1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/groups/2/packages","description":"<p>This endpoint gets all packages of the cable group</p>\n","urlObject":{"path":["groups","2","packages"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"65d6cc9c-a050-4a8b-8509-f4fb2396f0f4","name":"Cable Packages","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/groups/2/packages"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sun, 25 Feb 2024 15:16:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"identifier\": 20,\n            \"variationId\": \"gotv-smallie\",\n            \"plan\": \"GOTV Smallie\",\n            \"price\": 1300,\n            \"serviceId\": \"gotv\"\n        },\n        {\n            \"identifier\": 21,\n            \"variationId\": \"gotv-jinja\",\n            \"plan\": \"GOTV Jinja\",\n            \"price\": 2700,\n            \"serviceId\": \"gotv\"\n        },\n        {\n            \"identifier\": 22,\n            \"variationId\": \"gotv-jolli\",\n            \"plan\": \"GOTV Jolli\",\n            \"price\": 3950,\n            \"serviceId\": \"gotv\"\n        },\n        {\n            \"identifier\": 23,\n            \"variationId\": \"gotv-max\",\n            \"plan\": \"GOTV Max\",\n            \"price\": 5700,\n            \"serviceId\": \"gotv\"\n        },\n        {\n            \"identifier\": 24,\n            \"variationId\": \"gotv-supa\",\n            \"plan\": \"GOTV Supa\",\n            \"price\": 7600,\n            \"serviceId\": \"gotv\"\n        },\n        {\n            \"identifier\": 44,\n            \"variationId\": \"gotv-smallie\",\n            \"plan\": \"GOTV Smallie\",\n            \"price\": 1300,\n            \"serviceId\": \"gotv\"\n        },\n        {\n            \"identifier\": 45,\n            \"variationId\": \"gotv-jinja\",\n            \"plan\": \"GOTV Jinja\",\n            \"price\": 2700,\n            \"serviceId\": \"gotv\"\n        },\n        {\n            \"identifier\": 46,\n            \"variationId\": \"gotv-jolli\",\n            \"plan\": \"GOTV Jolli\",\n            \"price\": 3950,\n            \"serviceId\": \"gotv\"\n        },\n        {\n            \"identifier\": 47,\n            \"variationId\": \"gotv-max\",\n            \"plan\": \"GOTV Max\",\n            \"price\": 5700,\n            \"serviceId\": \"gotv\"\n        },\n        {\n            \"identifier\": 48,\n            \"variationId\": \"gotv-supa\",\n            \"plan\": \"GOTV Supa\",\n            \"price\": 7600,\n            \"serviceId\": \"gotv\"\n        }\n    ],\n    \"code\": 200\n}"}],"_postman_id":"d2cd484e-4f14-4c6a-a007-32c55d75dec1"},{"name":"Buy a cable subscription","id":"58fb7cac-2c3c-4187-914f-baa9c9ec8dbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"smartcard_number","value":"7000088765","description":"<p>required|string</p>\n","type":"text"},{"key":"service_id","value":"gotv","description":"<p>required|string</p>\n","type":"text"},{"key":"variation_id","value":"gotv_max","description":"<p>required|string</p>\n","type":"text"},{"key":"phoneNumber","value":"09137836455","description":"<p>required|string</p>\n","type":"text"}]},"url":"{{baseurl}}/cables","description":"<p>This endpoint pays for a cable subscription. The service id and variation id can be gotten from the Utilities packages or Cable packages endpoint. It returns a payment url from paystack.</p>\n","urlObject":{"path":["cables"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"5d14e0e8-3515-4398-bd38-2316aa85f104","name":"Buy a cable subscription","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"smartcard_number","value":"7528346495","description":"required|string","type":"text"},{"key":"service_id","value":"gotv","description":"required|string","type":"text"},{"key":"variation_id","value":"gotv_max","description":"required|string","type":"text"},{"key":"phoneNumber","value":"09137836455","description":"required|string","type":"text"}]},"url":"{{baseurl}}/cables"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sun, 25 Feb 2024 10:23:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"paymentUrl\": \"https://checkout.paystack.com/7t9jpw0vrlyh5mq\"\n    },\n    \"code\": 200\n}"}],"_postman_id":"58fb7cac-2c3c-4187-914f-baa9c9ec8dbe"},{"name":"Payment callback for cable","id":"f27e652d-8da0-49c2-8c1c-06020b004228","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/payment-callback","description":"<p>After making payment and both the payment and purchase is successful, the user is then redirected to this endpoint where the transaction is being stored.</p>\n","urlObject":{"path":["payment-callback"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"6c509b03-be52-451c-be72-b286f67d4190","name":"Buy a cable subscription","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/payment-callback"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sun, 25 Feb 2024 10:23:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"identifier\": \"9b618309-0f6c-47e6-b01a-f0400e0c993c\",\n        \"reference\": \"32fsffdsdvd23\",\n        \"user_id\": 21,\n        \"package_id\": 20,\n        \"order_id\": \"1232\",\n        \"status\": \"success\",\n        \"message\": \"Ab ratione maiores rerum eum quia repudiandae.\",\n        \"phone\": \"69949617256\",\n        \"network\": null,\n        \"amount\": 1000,\n        \"original_price\": 800,\n        \"profit\": 200,\n        \"data_plan\": null,\n        \"cable_tv\": \"gotv\",\n        \"subscription_plan\": \"gotv_plus\",\n        \"smartcard_number\": \"0123456789\",\n        \"description\": null,\n        \"created_at\": \"2024-02-20T12:12:05.000000Z\",\n        \"updated_at\": \"2024-02-20T12:12:05.000000Z\"\n    },\n    \"code\": 200\n}"}],"_postman_id":"f27e652d-8da0-49c2-8c1c-06020b004228"}],"id":"34ad3d4f-d1ac-47c4-879e-b91ad4b1bf44","description":"<p>Recharges your TVs such as DSTv, Startimes and GOTv</p>\n","_postman_id":"34ad3d4f-d1ac-47c4-879e-b91ad4b1bf44"},{"name":"Transaction","item":[{"name":"Get all transactions","id":"268b5650-aa31-40ae-b356-70f9f99aa6a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/transactions","description":"<p>Gets all transaction of a logged in user</p>\n","urlObject":{"path":["transactions"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"6abeacc8-a016-479c-96cb-7abfe95519a8","name":"Get all transactions","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/transactions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sat, 24 Feb 2024 20:11:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"identifier\": \"9b618309-0f6c-47e6-b01a-f0400e0c993c\",\n            \"reference\": \"natus\",\n            \"user_id\": 21,\n            \"package_id\": 4,\n            \"order_id\": \"nam\",\n            \"status\": \"success\",\n            \"message\": \"Ab ratione maiores rerum eum quia repudiandae.\",\n            \"phone\": \"69949617256\",\n            \"network\": \"glo\",\n            \"amount\": 5326,\n            \"original_price\": 6857,\n            \"profit\": 4064,\n            \"data_plan\": null,\n            \"cable_tv\": null,\n            \"subscription_plan\": null,\n            \"smartcard_number\": null,\n            \"description\": null,\n            \"created_at\": \"2024-02-20T12:12:05.000000Z\",\n            \"updated_at\": \"2024-02-20T12:12:05.000000Z\"\n        },\n        {\n            \"id\": 2,\n            \"identifier\": \"9b6a394f-99e9-4d97-9f34-02aa5f6c2a50\",\n            \"reference\": \"aliquid\",\n            \"user_id\": 21,\n            \"package_id\": 5,\n            \"order_id\": \"suscipit\",\n            \"status\": \"failure\",\n            \"message\": \"Rerum nihil repellat iusto sapiente iusto.\",\n            \"phone\": \"67566850947\",\n            \"network\": \"airtel\",\n            \"amount\": 2133,\n            \"original_price\": 1366,\n            \"profit\": 5410,\n            \"data_plan\": null,\n            \"cable_tv\": null,\n            \"subscription_plan\": null,\n            \"smartcard_number\": null,\n            \"description\": null,\n            \"created_at\": \"2024-02-24T20:08:23.000000Z\",\n            \"updated_at\": \"2024-02-24T20:08:23.000000Z\"\n        },\n        {\n            \"id\": 3,\n            \"identifier\": \"9b6a395c-8a0a-44b4-ac30-c7e01d11b6f2\",\n            \"reference\": \"recusandae\",\n            \"user_id\": 21,\n            \"package_id\": 3,\n            \"order_id\": \"officiis\",\n            \"status\": \"success\",\n            \"message\": \"Et repudiandae et ea nesciunt voluptate mollitia est.\",\n            \"phone\": \"79398681114\",\n            \"network\": \"airtel\",\n            \"amount\": 3375,\n            \"original_price\": 7231,\n            \"profit\": 8083,\n            \"data_plan\": null,\n            \"cable_tv\": null,\n            \"subscription_plan\": null,\n            \"smartcard_number\": null,\n            \"description\": null,\n            \"created_at\": \"2024-02-24T20:08:32.000000Z\",\n            \"updated_at\": \"2024-02-24T20:08:32.000000Z\"\n        }\n    ],\n    \"code\": 200\n}"}],"_postman_id":"268b5650-aa31-40ae-b356-70f9f99aa6a2"},{"name":"Get a transaction","id":"68dbc974-e8a8-47ac-8ff4-34df0f492da9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/transactions/{{transaction_uuid}}","description":"<p>Get a transaction of a logged in user.</p>\n","urlObject":{"path":["transactions","{{transaction_uuid}}"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"e1e3c30f-6b65-4f73-9112-67b5d58c7eaf","name":"Get a transaction","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/transactions/{{transaction_uuid}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sat, 24 Feb 2024 20:13:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"identifier\": \"9b618309-0f6c-47e6-b01a-f0400e0c993c\",\n        \"reference\": \"natus\",\n        \"user_id\": 21,\n        \"package_id\": 4,\n        \"order_id\": \"nam\",\n        \"status\": \"success\",\n        \"message\": \"Ab ratione maiores rerum eum quia repudiandae.\",\n        \"phone\": \"69949617256\",\n        \"network\": \"glo\",\n        \"amount\": 5326,\n        \"original_price\": 6857,\n        \"profit\": 4064,\n        \"data_plan\": null,\n        \"cable_tv\": null,\n        \"subscription_plan\": null,\n        \"smartcard_number\": null,\n        \"description\": null,\n        \"created_at\": \"2024-02-20T12:12:05.000000Z\",\n        \"updated_at\": \"2024-02-20T12:12:05.000000Z\"\n    },\n    \"code\": 200\n}"}],"_postman_id":"68dbc974-e8a8-47ac-8ff4-34df0f492da9"}],"id":"ec3b1410-05a7-4fb8-9980-339ccf432d08","description":"<p>Transactions of a logged in user.</p>\n","_postman_id":"ec3b1410-05a7-4fb8-9980-339ccf432d08"},{"name":"User","item":[{"name":"View user","id":"a179a467-2cb5-4071-a55d-2beb443b419a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/user","description":"<p>This endpoint get the details of the logged in user.</p>\n","urlObject":{"path":["user"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"29ca6908-e902-4579-ba0a-78eb5bfcb245","name":"View user","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/user"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sat, 24 Feb 2024 14:17:15 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 36,\n        \"identifier\": \"9b69a02d-a55f-4142-9de9-2f684f33bb72\",\n        \"name\": \"Daniel Dunu\",\n        \"email\": \"danieldunu001@gmail.com\",\n        \"email_verified_at\": \"2024-02-13T14:08:48.000000Z\",\n        \"username\": \"$Daniel_Dunu\",\n        \"phone_number\": \"09137836455\",\n        \"source\": \"twitter\",\n        \"role_id\": 3,\n        \"created_at\": \"2024-02-24T13:00:12.000000Z\",\n        \"updated_at\": \"2024-02-24T13:00:12.000000Z\"\n    },\n    \"code\": 200\n}"}],"_postman_id":"a179a467-2cb5-4071-a55d-2beb443b419a"},{"name":"Update User","id":"15304a71-b104-4060-a9b7-1e4b277aa8e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"Dunu Daniel","type":"text"}]},"url":"{{baseurl}}/user","description":"<p>Update the details of the logged in user.</p>\n","urlObject":{"path":["user"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"2eef96b1-3a8e-4cf0-8dbb-72678f75efab","name":"Update User","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"Dunu Daniel","type":"text"}]},"url":"{{baseurl}}/user"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sat, 24 Feb 2024 14:19:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 36,\n        \"identifier\": \"9b69a02d-a55f-4142-9de9-2f684f33bb72\",\n        \"name\": \"Dunu Daniel\",\n        \"email\": \"danieldunu001@gmail.com\",\n        \"email_verified_at\": \"2024-02-13T14:08:48.000000Z\",\n        \"username\": \"$Daniel_Dunu\",\n        \"phone_number\": \"09137836455\",\n        \"source\": \"twitter\",\n        \"role_id\": 3,\n        \"created_at\": \"2024-02-24T13:00:12.000000Z\",\n        \"updated_at\": \"2024-02-24T14:19:42.000000Z\"\n    },\n    \"code\": 200\n}"}],"_postman_id":"15304a71-b104-4060-a9b7-1e4b277aa8e2"},{"name":"Delete a user","id":"3f00ac72-2f53-42bf-9c9c-f533d9b905d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/user","description":"<p>Deletes the logged In user</p>\n","urlObject":{"path":["user"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"ca8c4287-f333-459d-9946-a33de5241856","name":"Delete a user","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/user"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sat, 24 Feb 2024 14:26:21 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"3f00ac72-2f53-42bf-9c9c-f533d9b905d5"}],"id":"f8073b90-f8ec-4699-943b-aad039998fa8","description":"<p>Everything to do with the logged in User.</p>\n","_postman_id":"f8073b90-f8ec-4699-943b-aad039998fa8"},{"name":"Role","item":[{"name":"Get all roles","id":"51645fae-0c50-40bf-af36-26eb35b622b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/admin/roles","description":"<p>Gets all roles.</p>\n","urlObject":{"path":["admin","roles"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"57519e1d-f4b1-4777-8c08-f282185c0568","name":"Get all roles","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/admin/roles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sat, 24 Feb 2024 14:30:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"admin\",\n            \"created_at\": \"2024-02-20T11:59:33.000000Z\",\n            \"updated_at\": \"2024-02-20T11:59:33.000000Z\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"staff\",\n            \"created_at\": \"2024-02-20T11:59:33.000000Z\",\n            \"updated_at\": \"2024-02-20T11:59:33.000000Z\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"user\",\n            \"created_at\": \"2024-02-20T11:59:34.000000Z\",\n            \"updated_at\": \"2024-02-20T11:59:34.000000Z\"\n        },\n        {\n            \"id\": 4,\n            \"name\": \"admin\",\n            \"created_at\": \"2024-02-20T12:02:35.000000Z\",\n            \"updated_at\": \"2024-02-20T12:02:35.000000Z\"\n        },\n        {\n            \"id\": 5,\n            \"name\": \"staff\",\n            \"created_at\": \"2024-02-20T12:02:37.000000Z\",\n            \"updated_at\": \"2024-02-20T12:02:37.000000Z\"\n        },\n        {\n            \"id\": 6,\n            \"name\": \"user\",\n            \"created_at\": \"2024-02-20T12:02:38.000000Z\",\n            \"updated_at\": \"2024-02-20T12:02:38.000000Z\"\n        }\n    ],\n    \"code\": 200\n}"}],"_postman_id":"51645fae-0c50-40bf-af36-26eb35b622b3"},{"name":"Get a role","id":"e216098a-d463-4146-8e62-e4c23860e4a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/admin/roles/{{role_id}}","description":"<p>Get a role</p>\n","urlObject":{"path":["admin","roles","{{role_id}}"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"e8616884-637e-4757-bfbc-634a1bc8c9b3","name":"Get a role","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/admin/roles/{{role_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sat, 24 Feb 2024 14:31:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 3,\n        \"name\": \"user\",\n        \"created_at\": \"2024-02-20T11:59:34.000000Z\",\n        \"updated_at\": \"2024-02-20T11:59:34.000000Z\"\n    },\n    \"code\": 200\n}"}],"_postman_id":"e216098a-d463-4146-8e62-e4c23860e4a7"},{"name":"Delete a role","id":"0c805ee1-dbac-49b1-9805-819f28621b6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/admin/roles/{{role_id}}","description":"<p>Delete a role</p>\n","urlObject":{"path":["admin","roles","{{role_id}}"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"bfaf6766-8aa2-4964-ae45-3bf276489415","name":"Delete a role","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/admin/roles/{{role_id}}"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sat, 24 Feb 2024 14:40:45 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"0c805ee1-dbac-49b1-9805-819f28621b6a"},{"name":"Create a role","id":"393a1f17-24da-46c7-96f9-7dfd10d973f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Egg Source","description":"<p>required|string</p>\n","type":"text"}]},"url":"{{baseurl}}/admin/roles","description":"<p>Create a new role</p>\n","urlObject":{"path":["admin","roles"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"107031b2-5e8c-48fe-9a35-c21389b489fd","name":"Create a role","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Egg Source","type":"text"}]},"url":"{{baseurl}}/admin/roles"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sat, 24 Feb 2024 14:39:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"name\": \"Egg Source\",\n        \"updated_at\": \"2024-02-24T14:39:53.000000Z\",\n        \"created_at\": \"2024-02-24T14:39:53.000000Z\",\n        \"id\": 4\n    },\n    \"code\": 201\n}"}],"_postman_id":"393a1f17-24da-46c7-96f9-7dfd10d973f3"},{"name":"Update a role","id":"6f2f22c5-6da2-46c1-9670-7aa0c45d24c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"Staff Updated","type":"text"}]},"url":"{{baseurl}}/admin/roles/{{role_id}}","description":"<p>Update a role</p>\n","urlObject":{"path":["admin","roles","{{role_id}}"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"26023641-2c86-4921-a816-a5d1628857b0","name":"Update a role","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"Staff Updated","type":"text"}]},"url":"{{baseurl}}/admin/roles/{{role_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sat, 24 Feb 2024 14:36:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 2,\n        \"name\": \"Staff Updated\",\n        \"created_at\": \"2024-02-20T11:59:33.000000Z\",\n        \"updated_at\": \"2024-02-24T14:36:46.000000Z\"\n    },\n    \"code\": 200\n}"}],"_postman_id":"6f2f22c5-6da2-46c1-9670-7aa0c45d24c4"}],"id":"acc50e18-6489-4f78-b65e-040ffa1da50c","description":"<p>Everything about role resource</p>\n","_postman_id":"acc50e18-6489-4f78-b65e-040ffa1da50c"},{"name":"Utilities and Groups","item":[{"name":"Get all Utilities","id":"e41306b5-3527-40c9-97ec-60113d408002","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/admin/utilities","description":"<p>This endpoint gets all Utilities of the application</p>\n","urlObject":{"path":["admin","utilities"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"6dcde599-6ac8-4d94-b70c-5907458c2762","name":"Get all Utilities","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/admin/utilities"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sat, 24 Feb 2024 14:44:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"name\": \"mtn\"\n        },\n        {\n            \"name\": \"airtel\"\n        },\n        {\n            \"name\": \"etisalat\"\n        },\n        {\n            \"name\": \"glo\"\n        },\n        {\n            \"name\": \"gotv\"\n        },\n        {\n            \"name\": \"dstv\"\n        },\n        {\n            \"name\": \"startimes\"\n        },\n        {\n            \"name\": \"abuja-electric\"\n        },\n        {\n            \"name\": \"eko-electric\"\n        },\n        {\n            \"name\": \"ibadan-electric\"\n        },\n        {\n            \"name\": \"ikeja-electric\"\n        },\n        {\n            \"name\": \"jos-electric\"\n        },\n        {\n            \"name\": \"kaduna-electric\"\n        },\n        {\n            \"name\": \"kano-electric\"\n        },\n        {\n            \"name\": \"portharcourt-electric\"\n        },\n        {\n            \"name\": \"mtn\"\n        },\n        {\n            \"name\": \"airtel\"\n        },\n        {\n            \"name\": \"etisalat\"\n        },\n        {\n            \"name\": \"glo\"\n        },\n        {\n            \"name\": \"gotv\"\n        },\n        {\n            \"name\": \"dstv\"\n        },\n        {\n            \"name\": \"startimes\"\n        },\n        {\n            \"name\": \"abuja-electric\"\n        },\n        {\n            \"name\": \"eko-electric\"\n        },\n        {\n            \"name\": \"ibadan-electric\"\n        },\n        {\n            \"name\": \"ikeja-electric\"\n        },\n        {\n            \"name\": \"jos-electric\"\n        },\n        {\n            \"name\": \"kaduna-electric\"\n        },\n        {\n            \"name\": \"kano-electric\"\n        },\n        {\n            \"name\": \"portharcourt-electric\"\n        }\n    ],\n    \"code\": 200\n}"}],"_postman_id":"e41306b5-3527-40c9-97ec-60113d408002"},{"name":"Get all groups","id":"94c12636-bd88-46dd-a98c-03c7cd3e09fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/admin/groups","description":"<p>This endpoint gets all groups.</p>\n","urlObject":{"path":["admin","groups"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"cd41a1ab-f0e9-4747-96aa-31487b11e73c","name":"Get all groups","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/admin/groups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sat, 24 Feb 2024 14:45:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"name\": \"data\"\n        },\n        {\n            \"name\": \"cable\"\n        },\n        {\n            \"name\": \"utility\"\n        },\n        {\n            \"name\": \"data\"\n        },\n        {\n            \"name\": \"cable\"\n        },\n        {\n            \"name\": \"utility\"\n        }\n    ],\n    \"code\": 200\n}"}],"_postman_id":"94c12636-bd88-46dd-a98c-03c7cd3e09fe"}],"id":"f1ce98d8-f0b6-4877-99b4-35a0a5c70325","_postman_id":"f1ce98d8-f0b6-4877-99b4-35a0a5c70325","description":""},{"name":"Package","item":[{"name":"Get all packages","id":"97fc0071-40b4-4102-86ca-180861f917f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/packages","description":"<p>This endpoint gets all packages of the application. An admin and a user can access the endpoint.</p>\n","urlObject":{"path":["packages"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"78856071-9801-4b2b-83c1-a0971faa604a","name":"Get all packages","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/packages"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sat, 24 Feb 2024 14:57:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"identifier\": 1,\n            \"variationId\": \"500\",\n            \"plan\": \"MTN Data 500MB - 30 Days\",\n            \"price\": 189,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 2,\n            \"variationId\": \"M1024\",\n            \"plan\": \"MTN Data 1GB - 30 Days\",\n            \"price\": 299,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 3,\n            \"variationId\": \"M2024\",\n            \"plan\": \"MTN Data 2GB - 30 Days\",\n            \"price\": 599,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 4,\n            \"variationId\": \"3000\",\n            \"plan\": \"MTN Data 3GB - 30 Days\",\n            \"price\": 899,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 5,\n            \"variationId\": \"5000\",\n            \"plan\": \"MTN Data 5GB - 30 Days\",\n            \"price\": 1499,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 6,\n            \"variationId\": \"10000\",\n            \"plan\": \"MTN Data 10GB - 30 Days\",\n            \"price\": 2999,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 7,\n            \"variationId\": \"mtn-20hrs-1500\",\n            \"plan\": \"MTN Data 6GB - 7 Days\",\n            \"price\": 1489,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 8,\n            \"variationId\": \"mtn-30gb-8000\",\n            \"plan\": \"MTN Data 30GB - 30 Days\",\n            \"price\": 7899,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 9,\n            \"variationId\": \"mtn-40gb-10000\",\n            \"plan\": \"MTN Data 5GB - 30 Days\",\n            \"price\": 9859,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 10,\n            \"variationId\": \"mtn-75gb-15000\",\n            \"plan\": \"MTN Data 5GB - 30 Days\",\n            \"price\": 14899,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 11,\n            \"variationId\": \"AIRTEL500MB\",\n            \"plan\": \"Airtel Data 500MB - 30 Days\",\n            \"price\": 149,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 12,\n            \"variationId\": \"airt-330x\",\n            \"plan\": \"Airtel Data 1GB - 1 Day\",\n            \"price\": 325,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 13,\n            \"variationId\": \"airt-1650-2\",\n            \"plan\": \"Airtel Data 6GB - 7 Days\",\n            \"price\": 1629,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 14,\n            \"variationId\": \"AIRTEL1GB\",\n            \"plan\": \"Airtel Data 1GB - 30 Days\",\n            \"price\": 249,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 15,\n            \"variationId\": \"AIRTEL2GB\",\n            \"plan\": \"Airtel Data 2GB - 30 Days\",\n            \"price\": 499,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 16,\n            \"variationId\": \"AIRTEL5GB\",\n            \"plan\": \"Airtel Data 5GB - 30 Days\",\n            \"price\": 1249,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 17,\n            \"variationId\": \"AIRTEL10GB\",\n            \"plan\": \"Airtel Data 10GB - 30 Days\",\n            \"price\": 2499,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 18,\n            \"variationId\": \"AIRTEL15GB\",\n            \"plan\": \"Airtel Data 15GB - 30 Days\",\n            \"price\": 3699,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 19,\n            \"variationId\": \"AIRTEL20GB\",\n            \"plan\": \"Airtel Data 20GB - 30 Days\",\n            \"price\": 4899,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 20,\n            \"variationId\": \"gotv-smallie\",\n            \"plan\": \"GOTV Smallie\",\n            \"price\": 1300,\n            \"serviceId\": \"gotv\"\n        },\n        {\n            \"identifier\": 21,\n            \"variationId\": \"gotv-jinja\",\n            \"plan\": \"GOTV Jinja\",\n            \"price\": 2700,\n            \"serviceId\": \"gotv\"\n        },\n        {\n            \"identifier\": 22,\n            \"variationId\": \"gotv-jolli\",\n            \"plan\": \"GOTV Jolli\",\n            \"price\": 3950,\n            \"serviceId\": \"gotv\"\n        },\n        {\n            \"identifier\": 23,\n            \"variationId\": \"gotv-max\",\n            \"plan\": \"GOTV Max\",\n            \"price\": 5700,\n            \"serviceId\": \"gotv\"\n        },\n        {\n            \"identifier\": 24,\n            \"variationId\": \"gotv-supa\",\n            \"plan\": \"GOTV Supa\",\n            \"price\": 7600,\n            \"serviceId\": \"gotv\"\n        },\n        {\n            \"identifier\": 25,\n            \"variationId\": \"500\",\n            \"plan\": \"MTN Data 500MB - 30 Days\",\n            \"price\": 189,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 26,\n            \"variationId\": \"M1024\",\n            \"plan\": \"MTN Data 1GB - 30 Days\",\n            \"price\": 299,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 27,\n            \"variationId\": \"M2024\",\n            \"plan\": \"MTN Data 2GB - 30 Days\",\n            \"price\": 599,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 28,\n            \"variationId\": \"3000\",\n            \"plan\": \"MTN Data 3GB - 30 Days\",\n            \"price\": 899,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 29,\n            \"variationId\": \"5000\",\n            \"plan\": \"MTN Data 5GB - 30 Days\",\n            \"price\": 1499,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 30,\n            \"variationId\": \"10000\",\n            \"plan\": \"MTN Data 10GB - 30 Days\",\n            \"price\": 2999,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 31,\n            \"variationId\": \"mtn-20hrs-1500\",\n            \"plan\": \"MTN Data 6GB - 7 Days\",\n            \"price\": 1489,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 32,\n            \"variationId\": \"mtn-30gb-8000\",\n            \"plan\": \"MTN Data 30GB - 30 Days\",\n            \"price\": 7899,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 33,\n            \"variationId\": \"mtn-40gb-10000\",\n            \"plan\": \"MTN Data 5GB - 30 Days\",\n            \"price\": 9859,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 34,\n            \"variationId\": \"mtn-75gb-15000\",\n            \"plan\": \"MTN Data 5GB - 30 Days\",\n            \"price\": 14899,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 35,\n            \"variationId\": \"AIRTEL500MB\",\n            \"plan\": \"Airtel Data 500MB - 30 Days\",\n            \"price\": 149,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 36,\n            \"variationId\": \"airt-330x\",\n            \"plan\": \"Airtel Data 1GB - 1 Day\",\n            \"price\": 325,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 37,\n            \"variationId\": \"airt-1650-2\",\n            \"plan\": \"Airtel Data 6GB - 7 Days\",\n            \"price\": 1629,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 38,\n            \"variationId\": \"AIRTEL1GB\",\n            \"plan\": \"Airtel Data 1GB - 30 Days\",\n            \"price\": 249,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 39,\n            \"variationId\": \"AIRTEL2GB\",\n            \"plan\": \"Airtel Data 2GB - 30 Days\",\n            \"price\": 499,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 40,\n            \"variationId\": \"AIRTEL5GB\",\n            \"plan\": \"Airtel Data 5GB - 30 Days\",\n            \"price\": 1249,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 41,\n            \"variationId\": \"AIRTEL10GB\",\n            \"plan\": \"Airtel Data 10GB - 30 Days\",\n            \"price\": 2499,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 42,\n            \"variationId\": \"AIRTEL15GB\",\n            \"plan\": \"Airtel Data 15GB - 30 Days\",\n            \"price\": 3699,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 43,\n            \"variationId\": \"AIRTEL20GB\",\n            \"plan\": \"Airtel Data 20GB - 30 Days\",\n            \"price\": 4899,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 44,\n            \"variationId\": \"gotv-smallie\",\n            \"plan\": \"GOTV Smallie\",\n            \"price\": 1300,\n            \"serviceId\": \"gotv\"\n        },\n        {\n            \"identifier\": 45,\n            \"variationId\": \"gotv-jinja\",\n            \"plan\": \"GOTV Jinja\",\n            \"price\": 2700,\n            \"serviceId\": \"gotv\"\n        },\n        {\n            \"identifier\": 46,\n            \"variationId\": \"gotv-jolli\",\n            \"plan\": \"GOTV Jolli\",\n            \"price\": 3950,\n            \"serviceId\": \"gotv\"\n        },\n        {\n            \"identifier\": 47,\n            \"variationId\": \"gotv-max\",\n            \"plan\": \"GOTV Max\",\n            \"price\": 5700,\n            \"serviceId\": \"gotv\"\n        },\n        {\n            \"identifier\": 48,\n            \"variationId\": \"gotv-supa\",\n            \"plan\": \"GOTV Supa\",\n            \"price\": 7600,\n            \"serviceId\": \"gotv\"\n        }\n    ],\n    \"code\": 200\n}"}],"_postman_id":"97fc0071-40b4-4102-86ca-180861f917f0"},{"name":"Get a packages","id":"7b0b184b-8880-408a-8465-bd0dad07d9a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/packages/{{package_id}}","description":"<p>This endpoint get a package.</p>\n","urlObject":{"path":["packages","{{package_id}}"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"406fd4c0-977b-49bc-8984-e2b3faa5564e","name":"Get a packages","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/packages/{{package_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sat, 24 Feb 2024 14:57:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"identifier\": 4,\n        \"variationId\": \"3000\",\n        \"plan\": \"MTN Data 3GB - 30 Days\",\n        \"price\": 899,\n        \"serviceId\": null\n    },\n    \"code\": 200\n}"}],"_postman_id":"7b0b184b-8880-408a-8465-bd0dad07d9a2"},{"name":"Store a package","id":"966a2783-7dca-4249-81c5-24bef3864ab0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"utility","value":"mtn","description":"<p>required|string</p>\n","type":"text"},{"key":"variation_id","value":"M2020","description":"<p>required|string</p>\n","type":"text"},{"key":"plan","value":"MTN 200Gb","description":"<p>required|string</p>\n","type":"text"},{"key":"original_price","value":"100","description":"<p>required|integer</p>\n","type":"text"},{"key":"price","value":"2000","description":"<p>required|integer</p>\n","type":"text"}]},"url":"{{baseurl}}/packages","description":"<p>This endpoint creates a package.</p>\n","urlObject":{"path":["packages"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"ae1c9406-4a17-4968-a302-469f765c8b08","name":"Store a package","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"utility","value":"mtn","type":"text"},{"key":"variation_id","value":"M2020","type":"text"},{"key":"plan","value":"MTN 200Gb","type":"text"},{"key":"original_price","value":"100","type":"text"},{"key":"price","value":"2000","type":"text"}]},"url":"{{baseurl}}/packages"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sat, 24 Feb 2024 14:59:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"identifier\": 49,\n        \"variationId\": \"M2020\",\n        \"plan\": \"MTN 200Gb\",\n        \"price\": \"100\",\n        \"serviceId\": null\n    },\n    \"code\": 201\n}"}],"_postman_id":"966a2783-7dca-4249-81c5-24bef3864ab0"},{"name":"Update a package","id":"d9aaa128-8189-4f02-9be3-60778a12fbc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"variation_id","value":"M2000","type":"text"}]},"url":"{{baseurl}}/packages/{{package_id}}","description":"<p>This endpoint updates a package.</p>\n","urlObject":{"path":["packages","{{package_id}}"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"05ab811d-4761-49c9-80f1-4c3d6d100ce7","name":"Update a package","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"variation_id","value":"M2000","type":"text"}]},"url":"{{baseurl}}/packages/{{package_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sat, 24 Feb 2024 15:00:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 4,\n        \"utility_id\": 1,\n        \"variation_id\": \"M2000\",\n        \"plan\": \"MTN Data 3GB - 30 Days\",\n        \"original_price\": 899,\n        \"price\": 1050,\n        \"profit\": 151,\n        \"service_id\": null,\n        \"created_at\": \"2024-02-20T11:59:48.000000Z\",\n        \"updated_at\": \"2024-02-24T15:00:29.000000Z\"\n    },\n    \"code\": 200\n}"}],"_postman_id":"d9aaa128-8189-4f02-9be3-60778a12fbc4"},{"name":"Delete a package","id":"174cedb7-e12a-41ca-aec7-29a7cf3d8109","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/packages/{{package_id}}","description":"<p>This endpoint deletes a package.</p>\n","urlObject":{"path":["packages","{{package_id}}"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"3d3309cd-27a9-4863-9a27-78a3d040a03d","name":"Delete a package","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/packages/{{package_id}}"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sat, 24 Feb 2024 15:01:59 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"174cedb7-e12a-41ca-aec7-29a7cf3d8109"}],"id":"a84ec9f1-c611-4ce1-8e2a-52e879b5a222","description":"<p>Everything about the package resource.</p>\n","_postman_id":"a84ec9f1-c611-4ce1-8e2a-52e879b5a222"},{"name":"Admin","item":[{"name":"Transaction","item":[{"name":"Transaction User","id":"cc07d238-3fbb-435b-a18e-fb7a5f901488","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/admin/transactions/{{transaction_uuid}}/users","description":"<p>Get the user associated to a Transaction model.</p>\n","urlObject":{"path":["admin","transactions","{{transaction_uuid}}","users"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"6b0e66ba-8ff3-4a77-bcba-6f6672fa33f9","name":"Transaction User","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/admin/transactions/{{transaction_uuid}}/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Feb 2024 10:39:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 21,\n        \"identifier\": \"9b618308-e8ce-43cc-9cf0-f2b0c8af9db1\",\n        \"name\": \"Deondre Willms PhD\",\n        \"email\": \"iva.kautzer@example.org\",\n        \"email_verified_at\": \"2024-02-20T12:12:05.000000Z\",\n        \"username\": \"$Deondre_Willms_PhD\",\n        \"phone_number\": \"93717780698\",\n        \"source\": \"Consequatur et.\",\n        \"role_id\": 3,\n        \"created_at\": \"2024-02-20T12:12:05.000000Z\",\n        \"updated_at\": \"2024-02-20T12:12:05.000000Z\"\n    },\n    \"code\": 200\n}"}],"_postman_id":"cc07d238-3fbb-435b-a18e-fb7a5f901488"},{"name":"Transaction Packages","id":"62815ed7-84b5-4bf0-b9db-9816cc2bcf8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/admin/transactions/{{transaction_uuid}}/packages","description":"<p>Get the package model associated to a Transaction Model.</p>\n","urlObject":{"path":["admin","transactions","{{transaction_uuid}}","packages"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"0e074b41-ea79-4abb-9eda-14fe51d8b947","name":"Transaction Packages","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/admin/transactions/{{transaction_uuid}}/packages"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Feb 2024 10:54:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"identifier\": 4,\n        \"variationId\": \"3000\",\n        \"plan\": \"MTN Data 3GB - 30 Days\",\n        \"price\": 899,\n        \"serviceId\": null\n    },\n    \"code\": 200\n}"}],"_postman_id":"62815ed7-84b5-4bf0-b9db-9816cc2bcf8e"},{"name":"Transaction Utility","id":"678a817d-339d-4c92-a7d4-e8a6d5dd3bbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/admin/transactions/{{transaction_uuid}}/utilities","description":"<p>Get the Utility model associated to a Transaction model</p>\n","urlObject":{"path":["admin","transactions","{{transaction_uuid}}","utilities"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"0dbd1fee-ec86-49c0-887d-472c9eb253b8","name":"Transaction Utility","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/admin/transactions/{{transaction_uuid}}/utilities"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Feb 2024 10:55:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"name\": \"mtn\"\n        }\n    ],\n    \"code\": 200\n}"}],"_postman_id":"678a817d-339d-4c92-a7d4-e8a6d5dd3bbe"},{"name":"Transaction Group","id":"db8a6281-1eb7-411b-ab62-1a803f94f2fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/admin/transactions/{{transaction_uuid}}/groups","description":"<p>Get the data model associated to a transaction model.</p>\n","urlObject":{"path":["admin","transactions","{{transaction_uuid}}","groups"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"6d009f9a-f78c-4aca-a74d-3e7bcc4b239c","name":"Transaction Group","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/admin/transactions/{{transaction_uuid}}/groups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Feb 2024 10:54:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"name\": \"data\"\n        }\n    ],\n    \"code\": 200\n}"}],"_postman_id":"db8a6281-1eb7-411b-ab62-1a803f94f2fd"}],"id":"14c584c8-1de4-468c-b7a7-524b68a6816f","description":"<p>Get all models associated to the Transaction model.</p>\n","_postman_id":"14c584c8-1de4-468c-b7a7-524b68a6816f"},{"name":"User","item":[{"name":"Get all users","id":"1a078f72-07c4-4242-8562-f2a04249701f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/admin/users","description":"<p>Gets all users.</p>\n","urlObject":{"path":["admin","users"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"a8258972-847e-45a0-8a8f-d3b3b9decdeb","name":"Get all users","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/admin/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Feb 2024 11:06:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"identifier\": \"9b617fcc-860c-461c-933c-19f0a0cf9990\",\n            \"name\": \"Karianne Fahey\",\n            \"email\": \"icarroll@example.net\",\n            \"email_verified_at\": \"2024-02-20T12:03:00.000000Z\",\n            \"username\": \"$Karianne_Fahey\",\n            \"phone_number\": \"75226489319\",\n            \"source\": \"Quis neque.\",\n            \"role_id\": 3,\n            \"created_at\": \"2024-02-20T12:03:02.000000Z\",\n            \"updated_at\": \"2024-02-20T12:03:02.000000Z\"\n        },\n        {\n            \"id\": 2,\n            \"identifier\": \"9b617fcd-052e-4265-92ae-9a42df4564fc\",\n            \"name\": \"Lucio Hoeger Sr.\",\n            \"email\": \"jaskolski.caterina@example.com\",\n            \"email_verified_at\": \"2024-02-20T12:03:00.000000Z\",\n            \"username\": \"$Lucio_Hoeger_Sr.\",\n            \"phone_number\": \"94419937156\",\n            \"source\": \"Ab unde quas.\",\n            \"role_id\": 3,\n            \"created_at\": \"2024-02-20T12:03:02.000000Z\",\n            \"updated_at\": \"2024-02-20T12:03:02.000000Z\"\n        },\n        {\n            \"id\": 3,\n            \"identifier\": \"9b617fcd-6302-4344-9175-fe10b79c403a\",\n            \"name\": \"Dr. Jon Borer V\",\n            \"email\": \"ottis05@example.com\",\n            \"email_verified_at\": \"2024-02-20T12:03:00.000000Z\",\n            \"username\": \"$Dr._Jon_Borer_V\",\n            \"phone_number\": \"68461564045\",\n            \"source\": \"Eius recusandae.\",\n            \"role_id\": 3,\n            \"created_at\": \"2024-02-20T12:03:02.000000Z\",\n            \"updated_at\": \"2024-02-20T12:03:02.000000Z\"\n        },\n        {\n            \"id\": 4,\n            \"identifier\": \"9b617fcd-e45e-4332-a59f-2b466fe17ce1\",\n            \"name\": \"Dr. Saul Rutherford\",\n            \"email\": \"arnold82@example.org\",\n            \"email_verified_at\": \"2024-02-20T12:03:00.000000Z\",\n            \"username\": \"$Dr._Saul_Rutherford\",\n            \"phone_number\": \"28211225664\",\n            \"source\": \"Rerum ratione esse.\",\n            \"role_id\": 3,\n            \"created_at\": \"2024-02-20T12:03:03.000000Z\",\n            \"updated_at\": \"2024-02-20T12:03:03.000000Z\"\n        },\n        {\n            \"id\": 5,\n            \"identifier\": \"9b617fcf-7d95-4b27-894e-f78bab208b16\",\n            \"name\": \"Prof. Domenico Donnelly III\",\n            \"email\": \"fmclaughlin@example.net\",\n            \"email_verified_at\": \"2024-02-20T12:03:00.000000Z\",\n            \"username\": \"$Prof._Domenico_Donnelly_III\",\n            \"phone_number\": \"11251087066\",\n            \"source\": \"Voluptatem eaque harum.\",\n            \"role_id\": 3,\n            \"created_at\": \"2024-02-20T12:03:04.000000Z\",\n            \"updated_at\": \"2024-02-20T12:03:04.000000Z\"\n        },\n        {\n            \"id\": 6,\n            \"identifier\": \"9b617fd1-4e0b-42db-a898-b971f0b4e9cc\",\n            \"name\": \"Ruthie Schmitt\",\n            \"email\": \"gjakubowski@example.net\",\n            \"email_verified_at\": \"2024-02-20T12:03:00.000000Z\",\n            \"username\": \"$Ruthie_Schmitt\",\n            \"phone_number\": \"25263793115\",\n            \"source\": \"Assumenda harum.\",\n            \"role_id\": 3,\n            \"created_at\": \"2024-02-20T12:03:05.000000Z\",\n            \"updated_at\": \"2024-02-20T12:03:05.000000Z\"\n        },\n        {\n            \"id\": 7,\n            \"identifier\": \"9b617fd5-ddb0-4553-8e19-4daeeebb3f50\",\n            \"name\": \"Mr. Dewitt Trantow\",\n            \"email\": \"clemens61@example.com\",\n            \"email_verified_at\": \"2024-02-20T12:03:00.000000Z\",\n            \"username\": \"$Mr._Dewitt_Trantow\",\n            \"phone_number\": \"31627265868\",\n            \"source\": \"Rerum voluptatum.\",\n            \"role_id\": 3,\n            \"created_at\": \"2024-02-20T12:03:08.000000Z\",\n            \"updated_at\": \"2024-02-20T12:03:08.000000Z\"\n        },\n        {\n            \"id\": 8,\n            \"identifier\": \"9b617fd9-793f-4f79-8b34-5db51ecd003f\",\n            \"name\": \"Trinity Littel\",\n            \"email\": \"bhaag@example.org\",\n            \"email_verified_at\": \"2024-02-20T12:03:00.000000Z\",\n            \"username\": \"$Trinity_Littel\",\n            \"phone_number\": \"19782252633\",\n            \"source\": \"Odit a enim.\",\n            \"role_id\": 3,\n            \"created_at\": \"2024-02-20T12:03:10.000000Z\",\n            \"updated_at\": \"2024-02-20T12:03:10.000000Z\"\n        },\n        {\n            \"id\": 9,\n            \"identifier\": \"9b617fdc-a29c-4ba6-a095-93798864eb8d\",\n            \"name\": \"Mr. Soledad Luettgen\",\n            \"email\": \"wtowne@example.com\",\n            \"email_verified_at\": \"2024-02-20T12:03:01.000000Z\",\n            \"username\": \"$Mr._Soledad_Luettgen\",\n            \"phone_number\": \"43394297620\",\n            \"source\": \"Qui omnis.\",\n            \"role_id\": 3,\n            \"created_at\": \"2024-02-20T12:03:12.000000Z\",\n            \"updated_at\": \"2024-02-20T12:03:12.000000Z\"\n        },\n        {\n            \"id\": 10,\n            \"identifier\": \"9b617fdf-b3b6-4626-8128-6eb877c9ae29\",\n            \"name\": \"Alberto Runte\",\n            \"email\": \"jacobs.ken@example.net\",\n            \"email_verified_at\": \"2024-02-20T12:03:01.000000Z\",\n            \"username\": \"$Alberto_Runte\",\n            \"phone_number\": \"09616695545\",\n            \"source\": \"Omnis vel omnis.\",\n            \"role_id\": 3,\n            \"created_at\": \"2024-02-20T12:03:14.000000Z\",\n            \"updated_at\": \"2024-02-20T12:03:14.000000Z\"\n        },\n        {\n            \"id\": 11,\n            \"identifier\": \"9b617feb-5482-494c-bc9b-4e954b5f61ae\",\n            \"name\": \"Mr. Malcolm Reilly\",\n            \"email\": \"camron.schulist@example.com\",\n            \"email_verified_at\": \"2024-02-20T12:03:01.000000Z\",\n            \"username\": \"$Mr._Malcolm_Reilly\",\n            \"phone_number\": \"63773735899\",\n            \"source\": \"Quia veritatis quia.\",\n            \"role_id\": 3,\n            \"created_at\": \"2024-02-20T12:03:22.000000Z\",\n            \"updated_at\": \"2024-02-20T12:03:22.000000Z\"\n        },\n        {\n            \"id\": 12,\n            \"identifier\": \"9b617fed-f791-48a4-97c2-41bc1f801f2a\",\n            \"name\": \"Mrs. Zola Larkin III\",\n            \"email\": \"christina.boyer@example.net\",\n            \"email_verified_at\": \"2024-02-20T12:03:01.000000Z\",\n            \"username\": \"$Mrs._Zola_Larkin_III\",\n            \"phone_number\": \"29238664346\",\n            \"source\": \"Doloribus reprehenderit.\",\n            \"role_id\": 3,\n            \"created_at\": \"2024-02-20T12:03:24.000000Z\",\n            \"updated_at\": \"2024-02-20T12:03:24.000000Z\"\n        },\n        {\n            \"id\": 13,\n            \"identifier\": \"9b617fee-4ca6-4b9e-9697-b602434394f4\",\n            \"name\": \"Judson Schumm\",\n            \"email\": \"franz.ferry@example.org\",\n            \"email_verified_at\": \"2024-02-20T12:03:01.000000Z\",\n            \"username\": \"$Judson_Schumm\",\n            \"phone_number\": \"01458605824\",\n            \"source\": \"Ratione veritatis.\",\n            \"role_id\": 3,\n            \"created_at\": \"2024-02-20T12:03:24.000000Z\",\n            \"updated_at\": \"2024-02-20T12:03:24.000000Z\"\n        },\n        {\n            \"id\": 14,\n            \"identifier\": \"9b617fee-bd86-41c6-ba44-fcbae316fae4\",\n            \"name\": \"Chaim Williamson DDS\",\n            \"email\": \"gtowne@example.org\",\n            \"email_verified_at\": \"2024-02-20T12:03:01.000000Z\",\n            \"username\": \"$Chaim_Williamson_DDS\",\n            \"phone_number\": \"53187575732\",\n            \"source\": \"Iusto inventore odit.\",\n            \"role_id\": 3,\n            \"created_at\": \"2024-02-20T12:03:24.000000Z\",\n            \"updated_at\": \"2024-02-20T12:03:24.000000Z\"\n        },\n        {\n            \"id\": 15,\n            \"identifier\": \"9b617fee-f61c-407e-b1b1-846ec1477cfd\",\n            \"name\": \"Rachael Streich\",\n            \"email\": \"rudy81@example.net\",\n            \"email_verified_at\": \"2024-02-20T12:03:01.000000Z\",\n            \"username\": \"$Rachael_Streich\",\n            \"phone_number\": \"96337697249\",\n            \"source\": \"Repellendus enim.\",\n            \"role_id\": 3,\n            \"created_at\": \"2024-02-20T12:03:25.000000Z\",\n            \"updated_at\": \"2024-02-20T12:03:25.000000Z\"\n        },\n        {\n            \"id\": 16,\n            \"identifier\": \"9b617fef-278b-4571-bc65-d5744e3dcbcf\",\n            \"name\": \"Marcel O'Conner\",\n            \"email\": \"white.gracie@example.org\",\n            \"email_verified_at\": \"2024-02-20T12:03:01.000000Z\",\n            \"username\": \"$Marcel_O'Conner\",\n            \"phone_number\": \"85978794071\",\n            \"source\": \"Ipsum amet.\",\n            \"role_id\": 3,\n            \"created_at\": \"2024-02-20T12:03:25.000000Z\",\n            \"updated_at\": \"2024-02-20T12:03:25.000000Z\"\n        },\n        {\n            \"id\": 17,\n            \"identifier\": \"9b617fef-9a91-4fc2-8e05-ea4ad2ecab90\",\n            \"name\": \"Mckenna Mueller\",\n            \"email\": \"weber.michel@example.net\",\n            \"email_verified_at\": \"2024-02-20T12:03:01.000000Z\",\n            \"username\": \"$Mckenna_Mueller\",\n            \"phone_number\": \"20219953156\",\n            \"source\": \"Voluptas facilis.\",\n            \"role_id\": 3,\n            \"created_at\": \"2024-02-20T12:03:25.000000Z\",\n            \"updated_at\": \"2024-02-20T12:03:25.000000Z\"\n        },\n        {\n            \"id\": 18,\n            \"identifier\": \"9b617fef-c78a-413b-bf1d-791b27459e34\",\n            \"name\": \"Mabelle Bergstrom\",\n            \"email\": \"ehowell@example.org\",\n            \"email_verified_at\": \"2024-02-20T12:03:01.000000Z\",\n            \"username\": \"$Mabelle_Bergstrom\",\n            \"phone_number\": \"45202253142\",\n            \"source\": \"Impedit omnis.\",\n            \"role_id\": 3,\n            \"created_at\": \"2024-02-20T12:03:25.000000Z\",\n            \"updated_at\": \"2024-02-20T12:03:25.000000Z\"\n        },\n        {\n            \"id\": 19,\n            \"identifier\": \"9b617ff0-0b0a-4a86-9bb4-c5d27fa1cc57\",\n            \"name\": \"Mr. Aiden Dooley Jr.\",\n            \"email\": \"herman30@example.org\",\n            \"email_verified_at\": \"2024-02-20T12:03:02.000000Z\",\n            \"username\": \"$Mr._Aiden_Dooley_Jr.\",\n            \"phone_number\": \"10131956953\",\n            \"source\": \"Id dolorem facere.\",\n            \"role_id\": 3,\n            \"created_at\": \"2024-02-20T12:03:25.000000Z\",\n            \"updated_at\": \"2024-02-20T12:03:25.000000Z\"\n        },\n        {\n            \"id\": 20,\n            \"identifier\": \"9b617ff1-f349-4beb-9404-f046045333cf\",\n            \"name\": \"Myles Waelchi\",\n            \"email\": \"mwolf@example.com\",\n            \"email_verified_at\": \"2024-02-20T12:03:02.000000Z\",\n            \"username\": \"$Myles_Waelchi\",\n            \"phone_number\": \"45886905109\",\n            \"source\": \"Quod doloribus.\",\n            \"role_id\": 3,\n            \"created_at\": \"2024-02-20T12:03:26.000000Z\",\n            \"updated_at\": \"2024-02-20T12:03:26.000000Z\"\n        },\n        {\n            \"id\": 21,\n            \"identifier\": \"9b618308-e8ce-43cc-9cf0-f2b0c8af9db1\",\n            \"name\": \"Deondre Willms PhD\",\n            \"email\": \"iva.kautzer@example.org\",\n            \"email_verified_at\": \"2024-02-20T12:12:05.000000Z\",\n            \"username\": \"$Deondre_Willms_PhD\",\n            \"phone_number\": \"93717780698\",\n            \"source\": \"Consequatur et.\",\n            \"role_id\": 3,\n            \"created_at\": \"2024-02-20T12:12:05.000000Z\",\n            \"updated_at\": \"2024-02-20T12:12:05.000000Z\"\n        },\n        {\n            \"id\": 22,\n            \"identifier\": \"9b65615b-fb0a-48d5-84c9-2dbcc5e43f26\",\n            \"name\": \"Maye Hills\",\n            \"email\": \"jordon.larson@example.net\",\n            \"email_verified_at\": \"2024-02-22T10:21:13.000000Z\",\n            \"username\": \"$Maye_Hills\",\n            \"phone_number\": \"38377194837\",\n            \"source\": \"Aliquam rerum.\",\n            \"role_id\": 1,\n            \"created_at\": \"2024-02-22T10:21:14.000000Z\",\n            \"updated_at\": \"2024-02-22T10:21:14.000000Z\"\n        }\n    ],\n    \"code\": 200\n}"}],"_postman_id":"1a078f72-07c4-4242-8562-f2a04249701f"},{"name":"Get a user","id":"4b34de01-4fad-4d60-bdbc-982896ecdf6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/admin/users/{{user_uuid}}","description":"<p>Get a user.</p>\n","urlObject":{"path":["admin","users","{{user_uuid}}"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"2011c576-4675-4780-a539-07bc568c0c39","name":"Get a user","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/admin/users/{{user_uuid}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Feb 2024 11:12:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 2,\n        \"identifier\": \"9b617fcd-052e-4265-92ae-9a42df4564fc\",\n        \"name\": \"Lucio Hoeger Sr.\",\n        \"email\": \"jaskolski.caterina@example.com\",\n        \"email_verified_at\": \"2024-02-20T12:03:00.000000Z\",\n        \"username\": \"$Lucio_Hoeger_Sr.\",\n        \"phone_number\": \"94419937156\",\n        \"source\": \"Ab unde quas.\",\n        \"role_id\": 3,\n        \"created_at\": \"2024-02-20T12:03:02.000000Z\",\n        \"updated_at\": \"2024-02-20T12:03:02.000000Z\"\n    },\n    \"code\": 200\n}"}],"_postman_id":"4b34de01-4fad-4d60-bdbc-982896ecdf6f"},{"name":"Create a user","id":"9a8db517-e766-46d6-b542-05e956e92e19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Dunu Daniel","type":"text"},{"key":"email","value":"danieldunu001@gmail.com","type":"text"},{"key":"password","value":"passwordshouldalwaysbelong","type":"text"},{"key":"phone_number","value":"09137836455","type":"text"},{"key":"source","value":"Twitter","type":"text"}]},"url":"{{baseurl}}/admin/users","description":"<p>Creating a user.</p>\n","urlObject":{"path":["admin","users"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"9c59d79c-9004-473f-b0d9-7052d2e8f6ed","name":"Create a user","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"","value":"","type":"text","disabled":true},{"key":"name","value":"Dunu Daniel","type":"text"},{"key":"email","value":"danieldunu001@gmail.com","type":"text"},{"key":"password","value":"passwordshouldalwaysbelong","type":"text"},{"key":"phone_number","value":"09137836455","type":"text"},{"key":"source","value":"Twitter","type":"text"}]},"url":"{{baseurl}}/admin/users"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Feb 2024 11:14:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"name\": \"Dunu Daniel\",\n        \"email\": \"danieldunu001@gmail.com\",\n        \"phone_number\": \"09137836455\",\n        \"source\": \"Twitter\",\n        \"username\": \"$Dunu_Daniel\",\n        \"identifier\": \"9b657460-7eb4-45a9-ba2a-cb89f1694886\",\n        \"updated_at\": \"2024-02-22T11:14:25.000000Z\",\n        \"created_at\": \"2024-02-22T11:14:25.000000Z\",\n        \"id\": 23\n    },\n    \"code\": 201\n}"}],"_postman_id":"9a8db517-e766-46d6-b542-05e956e92e19"},{"name":"Update a user","id":"d9c01341-2174-45de-b0d0-55b592d85622","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"Updated Name","type":"text"}]},"url":"{{baseurl}}/admin/users/{{user_uuid}}","description":"<p>Updating a user.</p>\n","urlObject":{"path":["admin","users","{{user_uuid}}"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"9ddcd6af-6029-4cfd-81c2-c2e97ba69fda","name":"Update a user","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"Updated Name","type":"text"}]},"url":"{{baseurl}}/admin/users/{{user_uuid}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Feb 2024 11:18:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 2,\n        \"identifier\": \"9b617fcd-052e-4265-92ae-9a42df4564fc\",\n        \"name\": \"Updated Name\",\n        \"email\": \"jaskolski.caterina@example.com\",\n        \"email_verified_at\": \"2024-02-20T12:03:00.000000Z\",\n        \"username\": \"$Lucio_Hoeger_Sr.\",\n        \"phone_number\": \"94419937156\",\n        \"source\": \"Ab unde quas.\",\n        \"role_id\": 3,\n        \"created_at\": \"2024-02-20T12:03:02.000000Z\",\n        \"updated_at\": \"2024-02-22T11:18:43.000000Z\"\n    },\n    \"code\": 200\n}"}],"_postman_id":"d9c01341-2174-45de-b0d0-55b592d85622"},{"name":"Delete a user","id":"704b00d0-d378-4ec7-8c58-eaefce4c8f73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/admin/users/{{user_uuid}}","description":"<p>Deleting a user.</p>\n","urlObject":{"path":["admin","users","{{user_uuid}}"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"e86d9078-f8f6-4e73-bdc0-1fd381abbbc2","name":"Delete a user","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/admin/users/{{user_uuid}}"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Feb 2024 11:20:12 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"704b00d0-d378-4ec7-8c58-eaefce4c8f73"}],"id":"63c06824-5e9e-413d-a970-d85a4a1355e2","description":"<p>Here, you perform various operations on the user model/resource.</p>\n","_postman_id":"63c06824-5e9e-413d-a970-d85a4a1355e2"},{"name":"Package","item":[{"name":"Package Transactions","id":"1d1ae61b-ab74-4a6d-9cde-f0f60ec4e2e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/admin/packages/{{package_id}}/transactions","description":"<p>Get all transactions associated to a package model.</p>\n","urlObject":{"path":["admin","packages","{{package_id}}","transactions"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"b2a75c3b-4a60-4fa8-a1e6-17e6626f12b8","name":"Package Transactions","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/admin/packages/{{package_id}}/transactions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Feb 2024 11:23:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"identifier\": \"9b618309-0f6c-47e6-b01a-f0400e0c993c\",\n            \"reference\": \"natus\",\n            \"user_id\": 21,\n            \"package_id\": 4,\n            \"order_id\": \"nam\",\n            \"status\": \"success\",\n            \"message\": \"Ab ratione maiores rerum eum quia repudiandae.\",\n            \"phone\": \"69949617256\",\n            \"network\": \"glo\",\n            \"amount\": 5326,\n            \"original_price\": 6857,\n            \"profit\": 4064,\n            \"data_plan\": null,\n            \"cable_tv\": null,\n            \"subscription_plan\": null,\n            \"smartcard_number\": null,\n            \"description\": null,\n            \"created_at\": \"2024-02-20T12:12:05.000000Z\",\n            \"updated_at\": \"2024-02-20T12:12:05.000000Z\"\n        }\n    ],\n    \"code\": 200\n}"}],"_postman_id":"1d1ae61b-ab74-4a6d-9cde-f0f60ec4e2e5"},{"name":"Package Users","id":"40ddac5b-5370-4f91-a48e-6fd36fa9bbd1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/admin/packages/{{package_id}}/users","description":"<p>Get all users model associated to a Package model.</p>\n","urlObject":{"path":["admin","packages","{{package_id}}","users"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"388424ec-d8a3-4a49-b6dc-cbcc4bc34499","name":"Package Users","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/admin/packages/{{package_id}}/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Feb 2024 11:25:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 21,\n            \"identifier\": \"9b618308-e8ce-43cc-9cf0-f2b0c8af9db1\",\n            \"name\": \"Deondre Willms PhD\",\n            \"email\": \"iva.kautzer@example.org\",\n            \"email_verified_at\": \"2024-02-20T12:12:05.000000Z\",\n            \"username\": \"$Deondre_Willms_PhD\",\n            \"phone_number\": \"93717780698\",\n            \"source\": \"Consequatur et.\",\n            \"role_id\": 3,\n            \"created_at\": \"2024-02-20T12:12:05.000000Z\",\n            \"updated_at\": \"2024-02-20T12:12:05.000000Z\"\n        }\n    ],\n    \"code\": 200\n}"}],"_postman_id":"40ddac5b-5370-4f91-a48e-6fd36fa9bbd1"},{"name":"Package Group","id":"cb928f56-24bf-431c-9e35-e94453fe602a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/admin/packages/{{package_id}}/groups","description":"<p>Get the Group model associated to a Package Model</p>\n","urlObject":{"path":["admin","packages","{{package_id}}","groups"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"038e5a49-1ff6-4776-9291-77cfe176e820","name":"Package Group","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/admin/packages/20/groups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Feb 2024 11:32:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"name\": \"cable\"\n        }\n    ],\n    \"code\": 200\n}"}],"_postman_id":"cb928f56-24bf-431c-9e35-e94453fe602a"},{"name":"Package Utility","id":"3f689aba-46cf-413d-b017-ca3f00fd2f35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/admin/packages/{{package_id}}/utilities","description":"<p>Get the Utility Model associated to a group</p>\n","urlObject":{"path":["admin","packages","{{package_id}}","utilities"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"25335ff7-bd45-4d7e-bf1b-6480e1efefc1","name":"Package Utility","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/admin/packages/{{package_id}}/utilities"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Feb 2024 11:33:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"name\": \"mtn\"\n    },\n    \"code\": 200\n}"}],"_postman_id":"3f689aba-46cf-413d-b017-ca3f00fd2f35"}],"id":"a519f0b4-83a2-4929-a424-8eea8a90da46","description":"<p>Get all models associated to the Package Model</p>\n","_postman_id":"a519f0b4-83a2-4929-a424-8eea8a90da46"},{"name":"Users","item":[{"name":"Users Transactions","id":"26095398-0475-4103-925b-8933c525c403","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/admin/users/{{user_uuid}}/transactions","description":"<p>Get all transactions of a user.</p>\n","urlObject":{"path":["admin","users","{{user_uuid}}","transactions"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"e964a800-1245-4df0-aa48-53fdc64c785a","name":"Users Transactions","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/admin/users/{{user_uuid}}/transactions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Feb 2024 11:37:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"identifier\": \"9b618309-0f6c-47e6-b01a-f0400e0c993c\",\n            \"reference\": \"natus\",\n            \"user_id\": 21,\n            \"package_id\": 4,\n            \"order_id\": \"nam\",\n            \"status\": \"success\",\n            \"message\": \"Ab ratione maiores rerum eum quia repudiandae.\",\n            \"phone\": \"69949617256\",\n            \"network\": \"glo\",\n            \"amount\": 5326,\n            \"original_price\": 6857,\n            \"profit\": 4064,\n            \"data_plan\": null,\n            \"cable_tv\": null,\n            \"subscription_plan\": null,\n            \"smartcard_number\": null,\n            \"description\": null,\n            \"created_at\": \"2024-02-20T12:12:05.000000Z\",\n            \"updated_at\": \"2024-02-20T12:12:05.000000Z\"\n        }\n    ],\n    \"code\": 200\n}"}],"_postman_id":"26095398-0475-4103-925b-8933c525c403"},{"name":"User Role","id":"1e5601cd-06be-4835-bdef-0bee45484ef4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/admin/users/{{user_uuid}}/roles","description":"<p>Get the role of a user</p>\n","urlObject":{"path":["admin","users","{{user_uuid}}","roles"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"efb0fab9-000b-4284-be41-69d6f668665f","name":"User Role","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/admin/users/9b65615b-fb0a-48d5-84c9-2dbcc5e43f26/roles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Feb 2024 11:40:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"name\": \"admin\",\n        \"created_at\": \"2024-02-20T11:59:33.000000Z\",\n        \"updated_at\": \"2024-02-20T11:59:33.000000Z\"\n    },\n    \"code\": 200\n}"}],"_postman_id":"1e5601cd-06be-4835-bdef-0bee45484ef4"},{"name":"User Package","id":"a7503ea4-8a7e-4cdc-aabc-bffc668aec96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/admin/users/{{user_uuid}}/packages","description":"<p>Get all package models associated to a user model.</p>\n","urlObject":{"path":["admin","users","{{user_uuid}}","packages"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"d4c444ab-7936-44f5-bb7d-6d0605cdef7d","name":"User Package","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/admin/users/{{user_uuid}}/packages"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Feb 2024 11:48:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"identifier\": 4,\n            \"variationId\": \"3000\",\n            \"plan\": \"MTN Data 3GB - 30 Days\",\n            \"price\": 899,\n            \"serviceId\": null\n        }\n    ],\n    \"code\": 200\n}"}],"_postman_id":"a7503ea4-8a7e-4cdc-aabc-bffc668aec96"},{"name":"User Group","id":"26a1658f-fb2e-4c3b-bc92-078d6f4871ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/admin/users/{{user_uuid}}/groups","description":"<p>Get all group models associated to a user model.</p>\n","urlObject":{"path":["admin","users","{{user_uuid}}","groups"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"64d0a2f9-13ea-479d-bbe7-2870f0086819","name":"User Group","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/admin/users/{{user_uuid}}/groups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Feb 2024 11:51:30 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"name\": \"data\"\n        }\n    ],\n    \"code\": 200\n}"}],"_postman_id":"26a1658f-fb2e-4c3b-bc92-078d6f4871ee"},{"name":"User Utilities","id":"472676a1-076f-4b1f-b36f-2b1c3f71874a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/admin/users/{{user_uuid}}/utilities","description":"<p>Get all Utility models associated to a user model.</p>\n","urlObject":{"path":["admin","users","{{user_uuid}}","utilities"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"449e669e-357a-4577-8985-eceab12ee67e","name":"User Utilities","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/admin/users/{{user_uuid}}/utilities"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Feb 2024 11:52:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"name\": \"mtn\"\n        }\n    ],\n    \"code\": 200\n}"}],"_postman_id":"472676a1-076f-4b1f-b36f-2b1c3f71874a"}],"id":"16314f48-c3ed-44ef-b47a-d1565a8cc7f9","description":"<p>Get all models associated to a user model.</p>\n","_postman_id":"16314f48-c3ed-44ef-b47a-d1565a8cc7f9"},{"name":"Role","item":[{"name":"Role User","id":"2370a25e-1bfe-4a9f-9ed0-851e848b1269","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/admin/roles/{{role_id}}/users","description":"<p>Get the user/users of a particular role</p>\n","urlObject":{"path":["admin","roles","{{role_id}}","users"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"ed3311a1-b150-49ba-9b2e-6d3b3bbd8608","name":"Role User","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/admin/roles/{{role_id}}/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Feb 2024 11:55:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"identifier\": \"9b617fcc-860c-461c-933c-19f0a0cf9990\",\n            \"name\": \"Karianne Fahey\",\n            \"email\": \"icarroll@example.net\",\n            \"email_verified_at\": \"2024-02-20T12:03:00.000000Z\",\n            \"username\": \"$Karianne_Fahey\",\n            \"phone_number\": \"75226489319\",\n            \"source\": \"Quis neque.\",\n            \"role_id\": 3,\n            \"created_at\": \"2024-02-20T12:03:02.000000Z\",\n            \"updated_at\": \"2024-02-20T12:03:02.000000Z\"\n        },\n        {\n            \"id\": 3,\n            \"identifier\": \"9b617fcd-6302-4344-9175-fe10b79c403a\",\n            \"name\": \"Dr. Jon Borer V\",\n            \"email\": \"ottis05@example.com\",\n            \"email_verified_at\": \"2024-02-20T12:03:00.000000Z\",\n            \"username\": \"$Dr._Jon_Borer_V\",\n            \"phone_number\": \"68461564045\",\n            \"source\": \"Eius recusandae.\",\n            \"role_id\": 3,\n            \"created_at\": \"2024-02-20T12:03:02.000000Z\",\n            \"updated_at\": \"2024-02-20T12:03:02.000000Z\"\n        },\n        {\n            \"id\": 4,\n            \"identifier\": \"9b617fcd-e45e-4332-a59f-2b466fe17ce1\",\n            \"name\": \"Dr. Saul Rutherford\",\n            \"email\": \"arnold82@example.org\",\n            \"email_verified_at\": \"2024-02-20T12:03:00.000000Z\",\n            \"username\": \"$Dr._Saul_Rutherford\",\n            \"phone_number\": \"28211225664\",\n            \"source\": \"Rerum ratione esse.\",\n            \"role_id\": 3,\n            \"created_at\": \"2024-02-20T12:03:03.000000Z\",\n            \"updated_at\": \"2024-02-20T12:03:03.000000Z\"\n        },\n        {\n            \"id\": 5,\n            \"identifier\": \"9b617fcf-7d95-4b27-894e-f78bab208b16\",\n            \"name\": \"Prof. Domenico Donnelly III\",\n            \"email\": \"fmclaughlin@example.net\",\n            \"email_verified_at\": \"2024-02-20T12:03:00.000000Z\",\n            \"username\": \"$Prof._Domenico_Donnelly_III\",\n            \"phone_number\": \"11251087066\",\n            \"source\": \"Voluptatem eaque harum.\",\n            \"role_id\": 3,\n            \"created_at\": \"2024-02-20T12:03:04.000000Z\",\n            \"updated_at\": \"2024-02-20T12:03:04.000000Z\"\n        },\n        {\n            \"id\": 6,\n            \"identifier\": \"9b617fd1-4e0b-42db-a898-b971f0b4e9cc\",\n            \"name\": \"Ruthie Schmitt\",\n            \"email\": \"gjakubowski@example.net\",\n            \"email_verified_at\": \"2024-02-20T12:03:00.000000Z\",\n            \"username\": \"$Ruthie_Schmitt\",\n            \"phone_number\": \"25263793115\",\n            \"source\": \"Assumenda harum.\",\n            \"role_id\": 3,\n            \"created_at\": \"2024-02-20T12:03:05.000000Z\",\n            \"updated_at\": \"2024-02-20T12:03:05.000000Z\"\n        },\n        {\n            \"id\": 7,\n            \"identifier\": \"9b617fd5-ddb0-4553-8e19-4daeeebb3f50\",\n            \"name\": \"Mr. Dewitt Trantow\",\n            \"email\": \"clemens61@example.com\",\n            \"email_verified_at\": \"2024-02-20T12:03:00.000000Z\",\n            \"username\": \"$Mr._Dewitt_Trantow\",\n            \"phone_number\": \"31627265868\",\n            \"source\": \"Rerum voluptatum.\",\n            \"role_id\": 3,\n            \"created_at\": \"2024-02-20T12:03:08.000000Z\",\n            \"updated_at\": \"2024-02-20T12:03:08.000000Z\"\n        },\n        {\n            \"id\": 8,\n            \"identifier\": \"9b617fd9-793f-4f79-8b34-5db51ecd003f\",\n            \"name\": \"Trinity Littel\",\n            \"email\": \"bhaag@example.org\",\n            \"email_verified_at\": \"2024-02-20T12:03:00.000000Z\",\n            \"username\": \"$Trinity_Littel\",\n            \"phone_number\": \"19782252633\",\n            \"source\": \"Odit a enim.\",\n            \"role_id\": 3,\n            \"created_at\": \"2024-02-20T12:03:10.000000Z\",\n            \"updated_at\": \"2024-02-20T12:03:10.000000Z\"\n        },\n        {\n            \"id\": 9,\n            \"identifier\": \"9b617fdc-a29c-4ba6-a095-93798864eb8d\",\n            \"name\": \"Mr. Soledad Luettgen\",\n            \"email\": \"wtowne@example.com\",\n            \"email_verified_at\": \"2024-02-20T12:03:01.000000Z\",\n            \"username\": \"$Mr._Soledad_Luettgen\",\n            \"phone_number\": \"43394297620\",\n            \"source\": \"Qui omnis.\",\n            \"role_id\": 3,\n            \"created_at\": \"2024-02-20T12:03:12.000000Z\",\n            \"updated_at\": \"2024-02-20T12:03:12.000000Z\"\n        },\n        {\n            \"id\": 10,\n            \"identifier\": \"9b617fdf-b3b6-4626-8128-6eb877c9ae29\",\n            \"name\": \"Alberto Runte\",\n            \"email\": \"jacobs.ken@example.net\",\n            \"email_verified_at\": \"2024-02-20T12:03:01.000000Z\",\n            \"username\": \"$Alberto_Runte\",\n            \"phone_number\": \"09616695545\",\n            \"source\": \"Omnis vel omnis.\",\n            \"role_id\": 3,\n            \"created_at\": \"2024-02-20T12:03:14.000000Z\",\n            \"updated_at\": \"2024-02-20T12:03:14.000000Z\"\n        },\n        {\n            \"id\": 11,\n            \"identifier\": \"9b617feb-5482-494c-bc9b-4e954b5f61ae\",\n            \"name\": \"Mr. Malcolm Reilly\",\n            \"email\": \"camron.schulist@example.com\",\n            \"email_verified_at\": \"2024-02-20T12:03:01.000000Z\",\n            \"username\": \"$Mr._Malcolm_Reilly\",\n            \"phone_number\": \"63773735899\",\n            \"source\": \"Quia veritatis quia.\",\n            \"role_id\": 3,\n            \"created_at\": \"2024-02-20T12:03:22.000000Z\",\n            \"updated_at\": \"2024-02-20T12:03:22.000000Z\"\n        },\n        {\n            \"id\": 12,\n            \"identifier\": \"9b617fed-f791-48a4-97c2-41bc1f801f2a\",\n            \"name\": \"Mrs. Zola Larkin III\",\n            \"email\": \"christina.boyer@example.net\",\n            \"email_verified_at\": \"2024-02-20T12:03:01.000000Z\",\n            \"username\": \"$Mrs._Zola_Larkin_III\",\n            \"phone_number\": \"29238664346\",\n            \"source\": \"Doloribus reprehenderit.\",\n            \"role_id\": 3,\n            \"created_at\": \"2024-02-20T12:03:24.000000Z\",\n            \"updated_at\": \"2024-02-20T12:03:24.000000Z\"\n        },\n        {\n            \"id\": 13,\n            \"identifier\": \"9b617fee-4ca6-4b9e-9697-b602434394f4\",\n            \"name\": \"Judson Schumm\",\n            \"email\": \"franz.ferry@example.org\",\n            \"email_verified_at\": \"2024-02-20T12:03:01.000000Z\",\n            \"username\": \"$Judson_Schumm\",\n            \"phone_number\": \"01458605824\",\n            \"source\": \"Ratione veritatis.\",\n            \"role_id\": 3,\n            \"created_at\": \"2024-02-20T12:03:24.000000Z\",\n            \"updated_at\": \"2024-02-20T12:03:24.000000Z\"\n        },\n        {\n            \"id\": 14,\n            \"identifier\": \"9b617fee-bd86-41c6-ba44-fcbae316fae4\",\n            \"name\": \"Chaim Williamson DDS\",\n            \"email\": \"gtowne@example.org\",\n            \"email_verified_at\": \"2024-02-20T12:03:01.000000Z\",\n            \"username\": \"$Chaim_Williamson_DDS\",\n            \"phone_number\": \"53187575732\",\n            \"source\": \"Iusto inventore odit.\",\n            \"role_id\": 3,\n            \"created_at\": \"2024-02-20T12:03:24.000000Z\",\n            \"updated_at\": \"2024-02-20T12:03:24.000000Z\"\n        },\n        {\n            \"id\": 15,\n            \"identifier\": \"9b617fee-f61c-407e-b1b1-846ec1477cfd\",\n            \"name\": \"Rachael Streich\",\n            \"email\": \"rudy81@example.net\",\n            \"email_verified_at\": \"2024-02-20T12:03:01.000000Z\",\n            \"username\": \"$Rachael_Streich\",\n            \"phone_number\": \"96337697249\",\n            \"source\": \"Repellendus enim.\",\n            \"role_id\": 3,\n            \"created_at\": \"2024-02-20T12:03:25.000000Z\",\n            \"updated_at\": \"2024-02-20T12:03:25.000000Z\"\n        },\n        {\n            \"id\": 16,\n            \"identifier\": \"9b617fef-278b-4571-bc65-d5744e3dcbcf\",\n            \"name\": \"Marcel O'Conner\",\n            \"email\": \"white.gracie@example.org\",\n            \"email_verified_at\": \"2024-02-20T12:03:01.000000Z\",\n            \"username\": \"$Marcel_O'Conner\",\n            \"phone_number\": \"85978794071\",\n            \"source\": \"Ipsum amet.\",\n            \"role_id\": 3,\n            \"created_at\": \"2024-02-20T12:03:25.000000Z\",\n            \"updated_at\": \"2024-02-20T12:03:25.000000Z\"\n        },\n        {\n            \"id\": 17,\n            \"identifier\": \"9b617fef-9a91-4fc2-8e05-ea4ad2ecab90\",\n            \"name\": \"Mckenna Mueller\",\n            \"email\": \"weber.michel@example.net\",\n            \"email_verified_at\": \"2024-02-20T12:03:01.000000Z\",\n            \"username\": \"$Mckenna_Mueller\",\n            \"phone_number\": \"20219953156\",\n            \"source\": \"Voluptas facilis.\",\n            \"role_id\": 3,\n            \"created_at\": \"2024-02-20T12:03:25.000000Z\",\n            \"updated_at\": \"2024-02-20T12:03:25.000000Z\"\n        },\n        {\n            \"id\": 18,\n            \"identifier\": \"9b617fef-c78a-413b-bf1d-791b27459e34\",\n            \"name\": \"Mabelle Bergstrom\",\n            \"email\": \"ehowell@example.org\",\n            \"email_verified_at\": \"2024-02-20T12:03:01.000000Z\",\n            \"username\": \"$Mabelle_Bergstrom\",\n            \"phone_number\": \"45202253142\",\n            \"source\": \"Impedit omnis.\",\n            \"role_id\": 3,\n            \"created_at\": \"2024-02-20T12:03:25.000000Z\",\n            \"updated_at\": \"2024-02-20T12:03:25.000000Z\"\n        },\n        {\n            \"id\": 19,\n            \"identifier\": \"9b617ff0-0b0a-4a86-9bb4-c5d27fa1cc57\",\n            \"name\": \"Mr. Aiden Dooley Jr.\",\n            \"email\": \"herman30@example.org\",\n            \"email_verified_at\": \"2024-02-20T12:03:02.000000Z\",\n            \"username\": \"$Mr._Aiden_Dooley_Jr.\",\n            \"phone_number\": \"10131956953\",\n            \"source\": \"Id dolorem facere.\",\n            \"role_id\": 3,\n            \"created_at\": \"2024-02-20T12:03:25.000000Z\",\n            \"updated_at\": \"2024-02-20T12:03:25.000000Z\"\n        },\n        {\n            \"id\": 20,\n            \"identifier\": \"9b617ff1-f349-4beb-9404-f046045333cf\",\n            \"name\": \"Myles Waelchi\",\n            \"email\": \"mwolf@example.com\",\n            \"email_verified_at\": \"2024-02-20T12:03:02.000000Z\",\n            \"username\": \"$Myles_Waelchi\",\n            \"phone_number\": \"45886905109\",\n            \"source\": \"Quod doloribus.\",\n            \"role_id\": 3,\n            \"created_at\": \"2024-02-20T12:03:26.000000Z\",\n            \"updated_at\": \"2024-02-20T12:03:26.000000Z\"\n        },\n        {\n            \"id\": 21,\n            \"identifier\": \"9b618308-e8ce-43cc-9cf0-f2b0c8af9db1\",\n            \"name\": \"Deondre Willms PhD\",\n            \"email\": \"iva.kautzer@example.org\",\n            \"email_verified_at\": \"2024-02-20T12:12:05.000000Z\",\n            \"username\": \"$Deondre_Willms_PhD\",\n            \"phone_number\": \"93717780698\",\n            \"source\": \"Consequatur et.\",\n            \"role_id\": 3,\n            \"created_at\": \"2024-02-20T12:12:05.000000Z\",\n            \"updated_at\": \"2024-02-20T12:12:05.000000Z\"\n        },\n        {\n            \"id\": 23,\n            \"identifier\": \"9b657460-7eb4-45a9-ba2a-cb89f1694886\",\n            \"name\": \"Dunu Daniel\",\n            \"email\": \"danieldunu001@gmail.com\",\n            \"email_verified_at\": null,\n            \"username\": \"$Dunu_Daniel\",\n            \"phone_number\": \"09137836455\",\n            \"source\": \"Twitter\",\n            \"role_id\": 3,\n            \"created_at\": \"2024-02-22T11:14:25.000000Z\",\n            \"updated_at\": \"2024-02-22T11:14:25.000000Z\"\n        }\n    ],\n    \"code\": 200\n}"}],"_postman_id":"2370a25e-1bfe-4a9f-9ed0-851e848b1269"}],"id":"fa916a92-1182-4492-91d8-27bd17fa546b","description":"<p>Get the users of a particular role</p>\n","_postman_id":"fa916a92-1182-4492-91d8-27bd17fa546b"},{"name":"Utility","item":[{"name":"Utility Group","id":"585eda63-8632-49be-8596-ba01e3543c34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/admin/utilities/{{utility_id}}/groups","description":"<p>Get the Group model of a Utility model.</p>\n","urlObject":{"path":["admin","utilities","{{utility_id}}","groups"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"f2d3860d-8d34-4021-9073-517b8ce14412","name":"Utility Group","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/admin/utilities/{{utility_id}}/groups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Feb 2024 11:57:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"name\": \"data\"\n    },\n    \"code\": 200\n}"}],"_postman_id":"585eda63-8632-49be-8596-ba01e3543c34"},{"name":"Utility Package","id":"e86c5919-edb3-4045-afff-fca60293e793","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/utilities/{{utility_id}}/packages","description":"<p>Get the packages of a utility model</p>\n","urlObject":{"path":["utilities","{{utility_id}}","packages"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"e9a161c1-9d04-4d9a-b50d-d5b7e47b2f82","name":"Utility Package","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/utilities/{{utility_id}}/packages"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Feb 2024 12:00:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"identifier\": 1,\n            \"variationId\": \"500\",\n            \"plan\": \"MTN Data 500MB - 30 Days\",\n            \"price\": 189,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 2,\n            \"variationId\": \"M1024\",\n            \"plan\": \"MTN Data 1GB - 30 Days\",\n            \"price\": 299,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 3,\n            \"variationId\": \"M2024\",\n            \"plan\": \"MTN Data 2GB - 30 Days\",\n            \"price\": 599,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 4,\n            \"variationId\": \"3000\",\n            \"plan\": \"MTN Data 3GB - 30 Days\",\n            \"price\": 899,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 5,\n            \"variationId\": \"5000\",\n            \"plan\": \"MTN Data 5GB - 30 Days\",\n            \"price\": 1499,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 6,\n            \"variationId\": \"10000\",\n            \"plan\": \"MTN Data 10GB - 30 Days\",\n            \"price\": 2999,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 7,\n            \"variationId\": \"mtn-20hrs-1500\",\n            \"plan\": \"MTN Data 6GB - 7 Days\",\n            \"price\": 1489,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 8,\n            \"variationId\": \"mtn-30gb-8000\",\n            \"plan\": \"MTN Data 30GB - 30 Days\",\n            \"price\": 7899,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 9,\n            \"variationId\": \"mtn-40gb-10000\",\n            \"plan\": \"MTN Data 5GB - 30 Days\",\n            \"price\": 9859,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 10,\n            \"variationId\": \"mtn-75gb-15000\",\n            \"plan\": \"MTN Data 5GB - 30 Days\",\n            \"price\": 14899,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 25,\n            \"variationId\": \"500\",\n            \"plan\": \"MTN Data 500MB - 30 Days\",\n            \"price\": 189,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 26,\n            \"variationId\": \"M1024\",\n            \"plan\": \"MTN Data 1GB - 30 Days\",\n            \"price\": 299,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 27,\n            \"variationId\": \"M2024\",\n            \"plan\": \"MTN Data 2GB - 30 Days\",\n            \"price\": 599,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 28,\n            \"variationId\": \"3000\",\n            \"plan\": \"MTN Data 3GB - 30 Days\",\n            \"price\": 899,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 29,\n            \"variationId\": \"5000\",\n            \"plan\": \"MTN Data 5GB - 30 Days\",\n            \"price\": 1499,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 30,\n            \"variationId\": \"10000\",\n            \"plan\": \"MTN Data 10GB - 30 Days\",\n            \"price\": 2999,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 31,\n            \"variationId\": \"mtn-20hrs-1500\",\n            \"plan\": \"MTN Data 6GB - 7 Days\",\n            \"price\": 1489,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 32,\n            \"variationId\": \"mtn-30gb-8000\",\n            \"plan\": \"MTN Data 30GB - 30 Days\",\n            \"price\": 7899,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 33,\n            \"variationId\": \"mtn-40gb-10000\",\n            \"plan\": \"MTN Data 5GB - 30 Days\",\n            \"price\": 9859,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 34,\n            \"variationId\": \"mtn-75gb-15000\",\n            \"plan\": \"MTN Data 5GB - 30 Days\",\n            \"price\": 14899,\n            \"serviceId\": null\n        }\n    ],\n    \"code\": 200\n}"}],"_postman_id":"e86c5919-edb3-4045-afff-fca60293e793"},{"name":"Utility Transaction","id":"8ef70cde-f1f0-4b9f-8827-e5ad96f44acf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/admin/utilities/{{utility_id}}/transactions","description":"<p>Get the transaction models associated to a Utility model.</p>\n","urlObject":{"path":["admin","utilities","{{utility_id}}","transactions"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"8dfaf671-6d9e-42c5-8cf8-e9a7bff7a82e","name":"Utility Transaction","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/admin/utilities/{{utility_id}}/transactions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Feb 2024 12:02:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"identifier\": \"9b618309-0f6c-47e6-b01a-f0400e0c993c\",\n            \"reference\": \"natus\",\n            \"user_id\": 21,\n            \"package_id\": 4,\n            \"order_id\": \"nam\",\n            \"status\": \"success\",\n            \"message\": \"Ab ratione maiores rerum eum quia repudiandae.\",\n            \"phone\": \"69949617256\",\n            \"network\": \"glo\",\n            \"amount\": 5326,\n            \"original_price\": 6857,\n            \"profit\": 4064,\n            \"data_plan\": null,\n            \"cable_tv\": null,\n            \"subscription_plan\": null,\n            \"smartcard_number\": null,\n            \"description\": null,\n            \"created_at\": \"2024-02-20T12:12:05.000000Z\",\n            \"updated_at\": \"2024-02-20T12:12:05.000000Z\"\n        }\n    ],\n    \"code\": 200\n}"}],"_postman_id":"8ef70cde-f1f0-4b9f-8827-e5ad96f44acf"},{"name":"Utility User","id":"55b0800b-b944-4d9d-844b-0ff76cbe34e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/admin/utilities/{{utility_id}}/users","description":"<p>Get the User models associated to a Utility model.</p>\n","urlObject":{"path":["admin","utilities","{{utility_id}}","users"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"780ba918-3282-4126-953a-e1dd729ac89c","name":"Utility User","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/admin/utilities/{{utility_id}}/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Feb 2024 12:03:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 21,\n            \"identifier\": \"9b618308-e8ce-43cc-9cf0-f2b0c8af9db1\",\n            \"name\": \"Deondre Willms PhD\",\n            \"email\": \"iva.kautzer@example.org\",\n            \"email_verified_at\": \"2024-02-20T12:12:05.000000Z\",\n            \"username\": \"$Deondre_Willms_PhD\",\n            \"phone_number\": \"93717780698\",\n            \"source\": \"Consequatur et.\",\n            \"role_id\": 3,\n            \"created_at\": \"2024-02-20T12:12:05.000000Z\",\n            \"updated_at\": \"2024-02-20T12:12:05.000000Z\"\n        }\n    ],\n    \"code\": 200\n}"}],"_postman_id":"55b0800b-b944-4d9d-844b-0ff76cbe34e3"}],"id":"bdf6038d-b786-4fd6-9986-37e1fde10659","description":"<p>Get all models associated to a Utility model.</p>\n","_postman_id":"bdf6038d-b786-4fd6-9986-37e1fde10659"},{"name":"Group","item":[{"name":"Group Users","id":"b1f55cb1-e499-469d-8a21-0e0ffea49452","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/admin/groups/{{group_id}}/users","description":"<p>Get all User models associated to a Group model</p>\n","urlObject":{"path":["admin","groups","{{group_id}}","users"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"f23b8f63-31b5-4488-b6ea-f9dd6c19f67a","name":"Group Users","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/admin/groups/{{group_id}}/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Feb 2024 11:02:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 21,\n            \"identifier\": \"9b618308-e8ce-43cc-9cf0-f2b0c8af9db1\",\n            \"name\": \"Deondre Willms PhD\",\n            \"email\": \"iva.kautzer@example.org\",\n            \"email_verified_at\": \"2024-02-20T12:12:05.000000Z\",\n            \"username\": \"$Deondre_Willms_PhD\",\n            \"phone_number\": \"93717780698\",\n            \"source\": \"Consequatur et.\",\n            \"role_id\": 3,\n            \"created_at\": \"2024-02-20T12:12:05.000000Z\",\n            \"updated_at\": \"2024-02-20T12:12:05.000000Z\"\n        }\n    ],\n    \"code\": 200\n}"}],"_postman_id":"b1f55cb1-e499-469d-8a21-0e0ffea49452"},{"name":"Group Packages","id":"bd25a939-548f-4a7d-b6b5-9a3563dc74e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/groups/{{group_id}}/packages","description":"<p>Get all Package models associated to a Group model.</p>\n","urlObject":{"path":["groups","{{group_id}}","packages"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"8b3b8607-fa9c-438c-8380-a22ab7d2c093","name":"Group Packages","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/groups/{{group_id}}/packages"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Feb 2024 11:04:30 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"identifier\": 1,\n            \"variationId\": \"500\",\n            \"plan\": \"MTN Data 500MB - 30 Days\",\n            \"price\": 189,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 2,\n            \"variationId\": \"M1024\",\n            \"plan\": \"MTN Data 1GB - 30 Days\",\n            \"price\": 299,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 3,\n            \"variationId\": \"M2024\",\n            \"plan\": \"MTN Data 2GB - 30 Days\",\n            \"price\": 599,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 4,\n            \"variationId\": \"3000\",\n            \"plan\": \"MTN Data 3GB - 30 Days\",\n            \"price\": 899,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 5,\n            \"variationId\": \"5000\",\n            \"plan\": \"MTN Data 5GB - 30 Days\",\n            \"price\": 1499,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 6,\n            \"variationId\": \"10000\",\n            \"plan\": \"MTN Data 10GB - 30 Days\",\n            \"price\": 2999,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 7,\n            \"variationId\": \"mtn-20hrs-1500\",\n            \"plan\": \"MTN Data 6GB - 7 Days\",\n            \"price\": 1489,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 8,\n            \"variationId\": \"mtn-30gb-8000\",\n            \"plan\": \"MTN Data 30GB - 30 Days\",\n            \"price\": 7899,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 9,\n            \"variationId\": \"mtn-40gb-10000\",\n            \"plan\": \"MTN Data 5GB - 30 Days\",\n            \"price\": 9859,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 10,\n            \"variationId\": \"mtn-75gb-15000\",\n            \"plan\": \"MTN Data 5GB - 30 Days\",\n            \"price\": 14899,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 25,\n            \"variationId\": \"500\",\n            \"plan\": \"MTN Data 500MB - 30 Days\",\n            \"price\": 189,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 26,\n            \"variationId\": \"M1024\",\n            \"plan\": \"MTN Data 1GB - 30 Days\",\n            \"price\": 299,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 27,\n            \"variationId\": \"M2024\",\n            \"plan\": \"MTN Data 2GB - 30 Days\",\n            \"price\": 599,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 28,\n            \"variationId\": \"3000\",\n            \"plan\": \"MTN Data 3GB - 30 Days\",\n            \"price\": 899,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 29,\n            \"variationId\": \"5000\",\n            \"plan\": \"MTN Data 5GB - 30 Days\",\n            \"price\": 1499,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 30,\n            \"variationId\": \"10000\",\n            \"plan\": \"MTN Data 10GB - 30 Days\",\n            \"price\": 2999,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 31,\n            \"variationId\": \"mtn-20hrs-1500\",\n            \"plan\": \"MTN Data 6GB - 7 Days\",\n            \"price\": 1489,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 32,\n            \"variationId\": \"mtn-30gb-8000\",\n            \"plan\": \"MTN Data 30GB - 30 Days\",\n            \"price\": 7899,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 33,\n            \"variationId\": \"mtn-40gb-10000\",\n            \"plan\": \"MTN Data 5GB - 30 Days\",\n            \"price\": 9859,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 34,\n            \"variationId\": \"mtn-75gb-15000\",\n            \"plan\": \"MTN Data 5GB - 30 Days\",\n            \"price\": 14899,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 11,\n            \"variationId\": \"AIRTEL500MB\",\n            \"plan\": \"Airtel Data 500MB - 30 Days\",\n            \"price\": 149,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 12,\n            \"variationId\": \"airt-330x\",\n            \"plan\": \"Airtel Data 1GB - 1 Day\",\n            \"price\": 325,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 13,\n            \"variationId\": \"airt-1650-2\",\n            \"plan\": \"Airtel Data 6GB - 7 Days\",\n            \"price\": 1629,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 14,\n            \"variationId\": \"AIRTEL1GB\",\n            \"plan\": \"Airtel Data 1GB - 30 Days\",\n            \"price\": 249,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 15,\n            \"variationId\": \"AIRTEL2GB\",\n            \"plan\": \"Airtel Data 2GB - 30 Days\",\n            \"price\": 499,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 16,\n            \"variationId\": \"AIRTEL5GB\",\n            \"plan\": \"Airtel Data 5GB - 30 Days\",\n            \"price\": 1249,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 17,\n            \"variationId\": \"AIRTEL10GB\",\n            \"plan\": \"Airtel Data 10GB - 30 Days\",\n            \"price\": 2499,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 18,\n            \"variationId\": \"AIRTEL15GB\",\n            \"plan\": \"Airtel Data 15GB - 30 Days\",\n            \"price\": 3699,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 19,\n            \"variationId\": \"AIRTEL20GB\",\n            \"plan\": \"Airtel Data 20GB - 30 Days\",\n            \"price\": 4899,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 35,\n            \"variationId\": \"AIRTEL500MB\",\n            \"plan\": \"Airtel Data 500MB - 30 Days\",\n            \"price\": 149,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 36,\n            \"variationId\": \"airt-330x\",\n            \"plan\": \"Airtel Data 1GB - 1 Day\",\n            \"price\": 325,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 37,\n            \"variationId\": \"airt-1650-2\",\n            \"plan\": \"Airtel Data 6GB - 7 Days\",\n            \"price\": 1629,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 38,\n            \"variationId\": \"AIRTEL1GB\",\n            \"plan\": \"Airtel Data 1GB - 30 Days\",\n            \"price\": 249,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 39,\n            \"variationId\": \"AIRTEL2GB\",\n            \"plan\": \"Airtel Data 2GB - 30 Days\",\n            \"price\": 499,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 40,\n            \"variationId\": \"AIRTEL5GB\",\n            \"plan\": \"Airtel Data 5GB - 30 Days\",\n            \"price\": 1249,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 41,\n            \"variationId\": \"AIRTEL10GB\",\n            \"plan\": \"Airtel Data 10GB - 30 Days\",\n            \"price\": 2499,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 42,\n            \"variationId\": \"AIRTEL15GB\",\n            \"plan\": \"Airtel Data 15GB - 30 Days\",\n            \"price\": 3699,\n            \"serviceId\": null\n        },\n        {\n            \"identifier\": 43,\n            \"variationId\": \"AIRTEL20GB\",\n            \"plan\": \"Airtel Data 20GB - 30 Days\",\n            \"price\": 4899,\n            \"serviceId\": null\n        }\n    ],\n    \"code\": 200\n}"}],"_postman_id":"bd25a939-548f-4a7d-b6b5-9a3563dc74e1"},{"name":"Group Utility","id":"1207261f-1510-4c76-bd0b-1f6e76587d98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/groups/{{group_id}}/utilities","description":"<p>Get the Utility Models of a Group Model</p>\n","urlObject":{"path":["groups","{{group_id}}","utilities"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"57b0691c-913d-45b4-aa83-8ead6b5340e7","name":"Group Utility","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/groups/{{group_id}}/utilities"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Feb 2024 12:14:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"name\": \"mtn\"\n        },\n        {\n            \"name\": \"airtel\"\n        },\n        {\n            \"name\": \"etisalat\"\n        },\n        {\n            \"name\": \"glo\"\n        }\n    ],\n    \"code\": 200\n}"}],"_postman_id":"1207261f-1510-4c76-bd0b-1f6e76587d98"},{"name":"Group Transactions","id":"8836505a-d2ec-4f58-8852-93d0975f251f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/admin/groups/{{group_id}}/transactions","description":"<p>Get all Transaction models associated to a group model.</p>\n","urlObject":{"path":["admin","groups","{{group_id}}","transactions"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"b5264c38-9239-41b8-8e1d-df4542065a79","name":"Group Transactions","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseurl}}/admin/groups/{{group_id}}/transactions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Feb 2024 11:05:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"identifier\": \"9b618309-0f6c-47e6-b01a-f0400e0c993c\",\n            \"reference\": \"natus\",\n            \"user_id\": 21,\n            \"package_id\": 4,\n            \"order_id\": \"nam\",\n            \"status\": \"success\",\n            \"message\": \"Ab ratione maiores rerum eum quia repudiandae.\",\n            \"phone\": \"69949617256\",\n            \"network\": \"glo\",\n            \"amount\": 5326,\n            \"original_price\": 6857,\n            \"profit\": 4064,\n            \"data_plan\": null,\n            \"cable_tv\": null,\n            \"subscription_plan\": null,\n            \"smartcard_number\": null,\n            \"description\": null,\n            \"created_at\": \"2024-02-20T12:12:05.000000Z\",\n            \"updated_at\": \"2024-02-20T12:12:05.000000Z\"\n        }\n    ],\n    \"code\": 200\n}"}],"_postman_id":"8836505a-d2ec-4f58-8852-93d0975f251f"}],"id":"09571b57-2d23-4719-8e37-cdea70a984d3","description":"<p>Get all model's data associated to the Group Model.</p>\n","_postman_id":"09571b57-2d23-4719-8e37-cdea70a984d3"}],"id":"978da574-6afe-4864-b95f-85d11df312c0","description":"<p>All endpoints that are accessible by the admin role.</p>\n<p>You need to have the role, admin, to get your {{admin_token}}</p>\n","_postman_id":"978da574-6afe-4864-b95f-85d11df312c0"}]}