{
    "variable": [
        {
            "id": "baseUrl",
            "key": "baseUrl",
            "type": "string",
            "name": "string",
            "value": "https:\/\/api2.u2cmobile.com"
        }
    ],
    "info": {
        "name": "U2c Mobile API Documentation",
        "_postman_id": "fd0c6021-200a-4be6-aedf-60bca1abe90b",
        "description": "",
        "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"
    },
    "item": [
        {
            "name": "Endpoints",
            "description": "",
            "item": [
                {
                    "name": "POST api\/login",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/login",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/login"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":\"cassie52@example.net\",\"password\":\"password\"}"
                        },
                        "description": "This endpoint allows you to fetch your access token..",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n   \"success\": true,\n   \"message\": \"Login Successful\",\n   \"data\": {\n       \"token\": \"xyzAbc374672346\",\n       \"name\": \"Cassie\",\n       \"address\": \"Gujarat \",\n    }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n   \"success\": false,\n   \"message\": \"Invalid Login\",\n   \"data\": []\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/helix-post-data",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/helix-post-data",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/helix-post-data"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/brands",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/brands",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/brands"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"status_code\":401,\"success\":false,\"message\":\"Unauthenticated.\",\"data\":null}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/brand\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/brand\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/brand\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "564",
                                    "description": "The ID of the brand."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"status_code\":401,\"success\":false,\"message\":\"Unauthenticated.\",\"data\":null}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/activation\/plans\/{brand_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/activation\/plans\/:brand_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/activation\/plans\/:brand_id",
                            "variable": [
                                {
                                    "id": "brand_id",
                                    "key": "brand_id",
                                    "value": "564",
                                    "description": "The ID of the brand."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"status_code\":401,\"success\":false,\"message\":\"Unauthenticated.\",\"data\":null}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/activation\/plans-by-mdn\/{mdn}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/activation\/plans-by-mdn\/:mdn",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/activation\/plans-by-mdn\/:mdn",
                            "variable": [
                                {
                                    "id": "mdn",
                                    "key": "mdn",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"status_code\":401,\"success\":false,\"message\":\"Unauthenticated.\",\"data\":null}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/refill\/plans\/{brand_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/refill\/plans\/:brand_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/refill\/plans\/:brand_id",
                            "variable": [
                                {
                                    "id": "brand_id",
                                    "key": "brand_id",
                                    "value": "564",
                                    "description": "The ID of the brand."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"status_code\":401,\"success\":false,\"message\":\"Unauthenticated.\",\"data\":null}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/activation\/plan\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/activation\/plan\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/activation\/plan\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the plan."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"status_code\":401,\"success\":false,\"message\":\"Unauthenticated.\",\"data\":null}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/refill\/plan\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/refill\/plan\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/refill\/plan\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the plan."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"status_code\":401,\"success\":false,\"message\":\"Unauthenticated.\",\"data\":null}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/activation",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/activation",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/activation"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"brand_id\":16,\"plan_id\":16,\"imei\":4326.41688,\"first_name\":\"architecto\",\"last_name\":\"architecto\",\"email\":\"zbailey@example.net\",\"address\":\"architecto\",\"city\":\"architecto\",\"state\":\"architecto\",\"zipcode\":4326.41688,\"sim_type\":\"esim\",\"source\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/activation-calculation",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/activation-calculation",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/activation-calculation"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"plan_id\":4326.41688,\"month\":\"12\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/refill",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/refill",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/refill"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"mdn\":\"bngzmi\",\"plan_id\":16,\"amount\":4326.41688}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/refill-with-card",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/refill-with-card",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/refill-with-card"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"mdn\":\"bngzmi\",\"plan_id\":16,\"amount\":4326.41688}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/portin",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/portin",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/portin"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"brand_id\":4326.41688,\"plan_id\":4326.41688,\"imei\":\"822569775449171\",\"first_name\":\"architecto\",\"last_name\":\"architecto\",\"email\":\"zbailey@example.net\",\"address\":\"architecto\",\"city\":\"architecto\",\"state\":\"architecto\",\"zipcode\":4326.41688,\"sim_type\":\"esim\",\"mdn\":\"1374491716806\",\"account_number\":\"architecto\",\"account_password\":\"architecto\",\"authorizer_first_name\":\"architecto\",\"authorizer_last_name\":\"architecto\",\"authorizer_address\":\"architecto\",\"authorizer_city\":\"architecto\",\"authorizer_state\":\"architecto\",\"authorizer_zipcode\":4326.41688,\"phone\":\"1374491716806\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/portin-with-card",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/portin-with-card",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/portin-with-card"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"brand_id\":4326.41688,\"plan_id\":4326.41688,\"imei\":\"822569775449171\",\"first_name\":\"architecto\",\"last_name\":\"architecto\",\"email\":\"zbailey@example.net\",\"address\":\"architecto\",\"city\":\"architecto\",\"state\":\"architecto\",\"zipcode\":4326.41688,\"sim_type\":\"esim\",\"mdn\":\"1374491716806\",\"account_number\":\"architecto\",\"account_password\":\"architecto\",\"authorizer_first_name\":\"architecto\",\"authorizer_last_name\":\"architecto\",\"authorizer_address\":\"architecto\",\"authorizer_city\":\"architecto\",\"authorizer_state\":\"architecto\",\"authorizer_zipcode\":4326.41688,\"phone\":\"1374491716806\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/helix\/suspend",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/helix\/suspend",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/helix\/suspend"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/helix\/deactivate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/helix\/deactivate",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/helix\/deactivate"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/helix\/resotre",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/helix\/resotre",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/helix\/resotre"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"mdn\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/transaction\/{public_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/transaction\/:public_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/transaction\/:public_id",
                            "variable": [
                                {
                                    "id": "public_id",
                                    "key": "public_id",
                                    "value": "architecto",
                                    "description": "The ID of the public."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"status_code\":401,\"success\":false,\"message\":\"Unauthenticated.\",\"data\":null}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/esim\/qr",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/esim\/qr",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/esim\/qr"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"brand_id\":4326.41688,\"sim_no\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/esim\/qr\/{public_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/esim\/qr\/:public_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/esim\/qr\/:public_id",
                            "variable": [
                                {
                                    "id": "public_id",
                                    "key": "public_id",
                                    "value": "architecto",
                                    "description": "The ID of the public."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"status_code\":401,\"success\":false,\"message\":\"Unauthenticated.\",\"data\":null}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/esim\/qr\/v2\/{public_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/esim\/qr\/v2\/:public_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/esim\/qr\/v2\/:public_id",
                            "variable": [
                                {
                                    "id": "public_id",
                                    "key": "public_id",
                                    "value": "architecto",
                                    "description": "The ID of the public."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"status_code\":401,\"success\":false,\"message\":\"Unauthenticated.\",\"data\":null}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/coupon-referral-code",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/coupon-referral-code",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/coupon-referral-code"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"brand_id\":\"architecto\",\"plan_id\":\"architecto\",\"month\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/device\/check-imei",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/device\/check-imei",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/device\/check-imei"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"imei\":\"822569775449171\",\"brand_id\":16}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/getTaxRateByAddress",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/getTaxRateByAddress",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/getTaxRateByAddress"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/taxRatesCalculation",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/taxRatesCalculation",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/taxRatesCalculation"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/customer\/login",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/customer\/login",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/customer\/login"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":\"gbailey@example.net\",\"password\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/customer\/register",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/customer\/register",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/customer\/register"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"first_name\":\"b\",\"last_name\":\"n\",\"email\":\"ashly64@example.com\",\"password\":\"pBNvYg\",\"gender\":\"other\",\"phone\":\"hwaykc\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "\ud83d\udd39 Send OTP using either email or MDN.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/customer\/send-otp",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/customer\/send-otp"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":\"gbailey@example.net\",\"mdn\":\"m\",\"brand_id\":16}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "\ud83d\udd39 Verify OTP using either email or MDN.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/customer\/verify-otp",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/customer\/verify-otp"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":\"gbailey@example.net\",\"mdn\":\"m\",\"otp\":\"569775\",\"brand_id\":16}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/customer\/check-email",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/customer\/check-email",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/customer\/check-email"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":\"gbailey@example.net\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "List all cards for the logged-in customer.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/customer\/cards",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/customer\/cards"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a new customer card.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/customer\/cards",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/customer\/cards"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"card_name\":\"b\",\"card_type\":\"n\",\"name\":\"g\",\"email\":\"rowan.gulgowski@example.com\",\"phone_number\":\"dljnikhwaykcmyuw\",\"country_code\":\"pwlvqw\",\"address\":\"r\",\"city\":\"s\",\"state\":\"i\",\"zip_code\":\"tcpscqldzsnrwtuj\",\"card_number\":\"architecto\",\"payment_method_id\":\"n\",\"brand_id\":16,\"is_default\":\"1\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Show a single card owned by the customer.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/customer\/cards\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/customer\/cards\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the card."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update a card.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/customer\/cards\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/customer\/cards\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the card."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Delete a card.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/customer\/cards\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/customer\/cards\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the card."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/customer\/profile",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/customer\/profile",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/customer\/profile"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the logged-in customer's profile.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/customer\/profile",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/customer\/profile"
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"first_name\":\"b\",\"last_name\":\"n\",\"address\":\"g\",\"city\":\"z\",\"state\":\"m\",\"zip_code\":\"iyvdljnikhwaykcm\",\"date_of_birth\":\"2022-01-31\",\"gender\":\"female\",\"password\":\"]|{+-0pBNvYg\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/customer\/orders",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/customer\/orders",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/customer\/orders"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/customer\/orders\/{public_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/customer\/orders\/:public_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/customer\/orders\/:public_id",
                            "variable": [
                                {
                                    "id": "public_id",
                                    "key": "public_id",
                                    "value": "architecto",
                                    "description": "The ID of the public."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/customer\/latest-order",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/customer\/latest-order",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/customer\/latest-order"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/customer\/usage\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/customer\/usage\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/customer\/usage\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the usage."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/customer\/autopays",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/customer\/autopays",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/customer\/autopays"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"brand_id\":16}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/customer\/autopays\/cancel\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/customer\/autopays\/cancel\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/customer\/autopays\/cancel\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the cancel."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"brand_id\":16}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/forgot-password",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/forgot-password",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/forgot-password"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":\"gbailey@example.net\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/reset-password",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/reset-password",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/reset-password"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":\"gbailey@example.net\",\"token\":\"architecto\",\"password\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/validate-reset-token",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/validate-reset-token",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/validate-reset-token"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":\"gbailey@example.net\",\"token\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        }
    ],
    "auth": {
        "type": "bearer",
        "bearer": [
            {
                "key": "key",
                "type": "string"
            }
        ]
    }
}