{
    "item": [
        {
            "name": "Auth",
            "description": "Operations for activation, authentication and authorization",
            "item": [
                {
                    "id": "8e50dc68-a140-4cb4-a4c7-633f8697d891",
                    "name": "Connect",
                    "request": {
                        "name": "Connect",
                        "description": {
                            "content": "client auth to access the api and start a session.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "connect"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"trackid\": \"<uuid>\"\n}",
                            "options": {
                                "raw": {
                                    "headerFamily": "json",
                                    "language": "json"
                                }
                            }
                        },
                        "auth": {
                            "type": "basic",
                            "basic": [
                                {
                                    "key": "username",
                                    "value": "{{basicAuthUsername}}"
                                },
                                {
                                    "key": "password",
                                    "value": "{{basicAuthPassword}}"
                                }
                            ]
                        }
                    },
                    "response": [
                        {
                            "id": "d67ebfbc-3d5f-4bc5-a158-9f42d6dce4c0",
                            "name": "request successful",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "connect"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"trackid\": \"<uuid>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Created",
                            "code": 201,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"success\": \"<boolean>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"trackid\": \"<uuid>\",\n  \"stamp\": \"<string>\",\n  \"data\": {\n    \"token\": \"<string>\",\n    \"expiry\": \"<string>\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "b283a457-a69c-4fbc-9f06-ac0c02edf241",
                            "name": "invalid input, object invalid",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "connect"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"trackid\": \"<uuid>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Bad Request",
                            "code": 400,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "7f5f95be-3015-4489-bce1-4aa97b798578",
                            "name": "Authentication information is missing or invalid",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "connect"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"trackid\": \"<uuid>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "WWW_Authenticate",
                                    "value": "<string>"
                                }
                            ],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "9883d0dd-3ae1-4ae3-ba17-f869cde129f6",
                            "name": "request failed",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "connect"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"trackid\": \"<uuid>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Conflict",
                            "code": 409,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "d0cc7e21-8908-46a1-ae74-165c9e0f0ecb",
                    "name": "Disconnect",
                    "request": {
                        "name": "Disconnect",
                        "description": {
                            "content": "Perform a disconnect to exit the api and close session.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "disconnect"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"trackid\": \"<uuid>\"\n}",
                            "options": {
                                "raw": {
                                    "headerFamily": "json",
                                    "language": "json"
                                }
                            }
                        },
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "{{bearerToken}}"
                                }
                            ]
                        }
                    },
                    "response": [
                        {
                            "id": "ebf69759-552b-4bff-a04a-3d5ac905f6ee",
                            "name": "request successful",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "disconnect"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"trackid\": \"<uuid>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Created",
                            "code": 201,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"success\": \"<boolean>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"trackid\": \"<uuid>\",\n  \"stamp\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "0ea748b5-769a-40b8-b2c3-2df14cc008f0",
                            "name": "invalid input, object invalid",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "disconnect"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"trackid\": \"<uuid>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Bad Request",
                            "code": 400,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "2d91f904-ff68-4f11-b824-5f2bca1abb53",
                            "name": "Access token is missing or invalid",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "disconnect"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"trackid\": \"<uuid>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "2ef5059f-7a2f-41df-9ecc-ca170927106c",
                            "name": "request failed",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "disconnect"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"trackid\": \"<uuid>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Conflict",
                            "code": 409,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ]
        },
        {
            "name": "Core",
            "description": "Operations for Core APIs",
            "item": [
                {
                    "id": "b1a4f60f-5e49-41df-9cc3-e44ead72cd1f",
                    "name": "Ping",
                    "request": {
                        "name": "Ping",
                        "description": {
                            "content": "Perform a connectivity and availability test to the API service",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "ping"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"name\": \"<string>\",\n  \"trackid\": \"<uuid>\"\n}",
                            "options": {
                                "raw": {
                                    "headerFamily": "json",
                                    "language": "json"
                                }
                            }
                        },
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "4863d847-6931-4a0e-9618-1014acd25db9",
                            "name": "request successful",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "ping"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"name\": \"<string>\",\n  \"trackid\": \"<uuid>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Created",
                            "code": 201,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"success\": \"<boolean>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"trackid\": \"<uuid>\",\n  \"stamp\": \"<string>\",\n  \"data\": {\n    \"status\": \"<string>\",\n    \"error\": \"<integer>\",\n    \"requester\": \"<string>\",\n    \"name\": \"<string>\",\n    \"release\": \"<string>\",\n    \"version\": \"<string>\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "7d390d17-0297-43e6-9ac9-c2a84419d4bf",
                            "name": "invalid input, object invalid",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "ping"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"name\": \"<string>\",\n  \"trackid\": \"<uuid>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Bad Request",
                            "code": 400,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "fc2e63b8-0390-441f-858f-c3b43e87850c",
                            "name": "request failed",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "ping"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"name\": \"<string>\",\n  \"trackid\": \"<uuid>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Conflict",
                            "code": 409,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ]
        },
        {
            "name": "Lookup",
            "description": "Operations for Lookup APIs",
            "item": [
                {
                    "id": "11d49f48-13ba-4957-94d7-b4a5e0579149",
                    "name": "Country Lookup",
                    "request": {
                        "name": "Country Lookup",
                        "description": {
                            "content": "Performs a lookup request for countries for use in api session. Bearer authentication required.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "lookup",
                                "country"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"trackid\": \"<uuid>\",\n  \"additionalProperties\": {}\n}",
                            "options": {
                                "raw": {
                                    "headerFamily": "json",
                                    "language": "json"
                                }
                            }
                        },
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "{{bearerToken}}"
                                }
                            ]
                        }
                    },
                    "response": [
                        {
                            "id": "5d98ab37-2cdf-443d-b3cf-9d4e54f17011",
                            "name": "request successful",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "lookup",
                                        "country"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"trackid\": \"<uuid>\",\n  \"additionalProperties\": {}\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Created",
                            "code": 201,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"success\": \"<boolean>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"trackid\": \"<uuid>\",\n  \"stamp\": \"<string>\",\n  \"data\": [\n    {\n      \"rid\": \"<integer>\",\n      \"nam\": \"<string>\",\n      \"shc\": \"<string>\"\n    },\n    {\n      \"rid\": \"<integer>\",\n      \"nam\": \"<string>\",\n      \"shc\": \"<string>\"\n    }\n  ]\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "27bc063a-2f0a-4098-acfe-af5987837ae5",
                            "name": "invalid input, object invalid",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "lookup",
                                        "country"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"trackid\": \"<uuid>\",\n  \"additionalProperties\": {}\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Bad Request",
                            "code": 400,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "9dc452fe-53f4-4a1b-aca6-dda520b3d010",
                            "name": "Access token is missing or invalid",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "lookup",
                                        "country"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"trackid\": \"<uuid>\",\n  \"additionalProperties\": {}\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "02aeb8d8-3efa-46b7-b307-643de0e68172",
                            "name": "request failed",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "lookup",
                                        "country"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"trackid\": \"<uuid>\",\n  \"additionalProperties\": {}\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Conflict",
                            "code": 409,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "ff422660-74e8-4e0c-b462-a511b8a1f183",
                    "name": "Currency Lookup",
                    "request": {
                        "name": "Currency Lookup",
                        "description": {
                            "content": "Performs a lookup request for currencies for use in api session. Bearer authentication required.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "lookup",
                                "currency"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"trackid\": \"<uuid>\",\n  \"additionalProperties\": {}\n}",
                            "options": {
                                "raw": {
                                    "headerFamily": "json",
                                    "language": "json"
                                }
                            }
                        },
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "{{bearerToken}}"
                                }
                            ]
                        }
                    },
                    "response": [
                        {
                            "id": "1c781611-0d49-487e-ae4e-ee7144aafea9",
                            "name": "request successful",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "lookup",
                                        "currency"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"trackid\": \"<uuid>\",\n  \"additionalProperties\": {}\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Created",
                            "code": 201,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"success\": \"<boolean>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"trackid\": \"<uuid>\",\n  \"stamp\": \"<string>\",\n  \"data\": [\n    {\n      \"rid\": \"<integer>\",\n      \"nam\": \"<string>\",\n      \"shc\": \"<string>\"\n    },\n    {\n      \"rid\": \"<integer>\",\n      \"nam\": \"<string>\",\n      \"shc\": \"<string>\"\n    }\n  ]\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "9768363b-d4ac-4519-a43b-18511dda0c1d",
                            "name": "invalid input, object invalid",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "lookup",
                                        "currency"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"trackid\": \"<uuid>\",\n  \"additionalProperties\": {}\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Bad Request",
                            "code": 400,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "3fc179d9-dfb2-4a5a-b015-cd949ad69e46",
                            "name": "Access token is missing or invalid",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "lookup",
                                        "currency"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"trackid\": \"<uuid>\",\n  \"additionalProperties\": {}\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "2a049887-5537-4c85-91d8-2d055e5ead99",
                            "name": "request failed",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "lookup",
                                        "currency"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"trackid\": \"<uuid>\",\n  \"additionalProperties\": {}\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Conflict",
                            "code": 409,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "6d211a9e-027e-4af1-a633-69faf4d2a1e1",
                    "name": "Network Lookup",
                    "request": {
                        "name": "Network Lookup",
                        "description": {
                            "content": "Performs a lookup request for networks in a country for use in api session. Bearer authentication required.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "lookup",
                                "network"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"country\": \"<string>\",\n  \"trackid\": \"<uuid>\",\n  \"additionalProperties\": {}\n}",
                            "options": {
                                "raw": {
                                    "headerFamily": "json",
                                    "language": "json"
                                }
                            }
                        },
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "{{bearerToken}}"
                                }
                            ]
                        }
                    },
                    "response": [
                        {
                            "id": "36b57e63-6406-4604-b354-0db66396afdc",
                            "name": "request successful",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "lookup",
                                        "network"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"country\": \"<string>\",\n  \"trackid\": \"<uuid>\",\n  \"additionalProperties\": {}\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Created",
                            "code": 201,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"success\": \"<boolean>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"trackid\": \"<uuid>\",\n  \"stamp\": \"<string>\",\n  \"data\": [\n    {\n      \"rid\": \"<integer>\",\n      \"nam\": \"<string>\",\n      \"shc\": \"<string>\"\n    },\n    {\n      \"rid\": \"<integer>\",\n      \"nam\": \"<string>\",\n      \"shc\": \"<string>\"\n    }\n  ]\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "7780015c-2af3-4404-9ed8-aa523b3fe645",
                            "name": "invalid input, object invalid",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "lookup",
                                        "network"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"country\": \"<string>\",\n  \"trackid\": \"<uuid>\",\n  \"additionalProperties\": {}\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Bad Request",
                            "code": 400,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "cd6f35c2-2875-4276-b842-56105e5dc1dd",
                            "name": "Access token is missing or invalid",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "lookup",
                                        "network"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"country\": \"<string>\",\n  \"trackid\": \"<uuid>\",\n  \"additionalProperties\": {}\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "8189b6b3-a30f-49ae-b80a-99430da69a27",
                            "name": "request failed",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "lookup",
                                        "network"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"country\": \"<string>\",\n  \"trackid\": \"<uuid>\",\n  \"additionalProperties\": {}\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Conflict",
                            "code": 409,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ]
        },
        {
            "name": "Account",
            "description": "Operations for Account service APIs",
            "item": [
                {
                    "id": "7c0fb950-0aad-46e8-99f2-f8255440918f",
                    "name": "Balance",
                    "request": {
                        "name": "Balance",
                        "description": {
                            "content": "Request for client account balance. Bearer authentication required.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "balance"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"trackid\": \"<uuid>\"\n}",
                            "options": {
                                "raw": {
                                    "headerFamily": "json",
                                    "language": "json"
                                }
                            }
                        },
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "{{bearerToken}}"
                                }
                            ]
                        }
                    },
                    "response": [
                        {
                            "id": "20e89712-fef8-470e-a3f4-3c9d4c755fc1",
                            "name": "request successful",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "balance"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"trackid\": \"<uuid>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Created",
                            "code": 201,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"success\": \"<boolean>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"trackid\": \"<uuid>\",\n  \"stamp\": \"<string>\",\n  \"data\": {\n    \"amount\": \"<number>\",\n    \"currency\": \"<string>\",\n    \"name\": \"<string>\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "84ba5501-c9fd-4c41-888a-1ba6f30c8be7",
                            "name": "invalid input, object invalid",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "balance"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"trackid\": \"<uuid>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Bad Request",
                            "code": 400,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "b002ef9e-8b55-4c3e-b157-67286b836e9d",
                            "name": "Access token is missing or invalid",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "balance"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"trackid\": \"<uuid>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "c422bb9b-00e1-42d3-b456-2b6375207f02",
                            "name": "request failed",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "balance"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"trackid\": \"<uuid>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Conflict",
                            "code": 409,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "aaafd1c1-a37d-4ef0-8550-7224eeb55dc3",
                    "name": "Statement",
                    "request": {
                        "name": "Statement",
                        "description": {
                            "content": "Request for client account statement. Returns transaction statement on client account. Bearer authentication required.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "statement"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"trackid\": \"<uuid>\"\n}",
                            "options": {
                                "raw": {
                                    "headerFamily": "json",
                                    "language": "json"
                                }
                            }
                        },
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "{{bearerToken}}"
                                }
                            ]
                        }
                    },
                    "response": [
                        {
                            "id": "fb84114b-47d4-428a-895a-f59bc42bdcae",
                            "name": "request successful",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "statement"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"trackid\": \"<uuid>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Created",
                            "code": 201,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"success\": \"<boolean>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"trackid\": \"<uuid>\",\n  \"stamp\": \"<string>\",\n  \"data\": [\n    {\n      \"recid\": \"<integer>\",\n      \"stamp\": \"<string>\",\n      \"trackid\": \"<uuid>\",\n      \"date\": \"<string>\",\n      \"type\": \"<string>\",\n      \"amount\": \"<number>\",\n      \"currency\": \"<string>\",\n      \"narration\": \"<string>\"\n    },\n    {\n      \"recid\": \"<integer>\",\n      \"stamp\": \"<string>\",\n      \"trackid\": \"<uuid>\",\n      \"date\": \"<string>\",\n      \"type\": \"<string>\",\n      \"amount\": \"<number>\",\n      \"currency\": \"<string>\",\n      \"narration\": \"<string>\"\n    }\n  ]\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "e80edd53-4768-476e-8528-f0425f61a44f",
                            "name": "invalid input, object invalid",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "statement"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"trackid\": \"<uuid>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Bad Request",
                            "code": 400,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "43623039-1d33-4ed3-aee1-1896d8c280a6",
                            "name": "Access token is missing or invalid",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "statement"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"trackid\": \"<uuid>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "5b0aa0d8-fab7-448f-b014-9e94447d4ce2",
                            "name": "request failed",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "statement"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"trackid\": \"<uuid>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Conflict",
                            "code": 409,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ]
        },
        {
            "name": "Transaction",
            "description": "Operations for Topup ransaction APIs",
            "item": [
                {
                    "id": "27a394c0-2aa5-4145-b04b-12efab3b43ff",
                    "name": "Topup",
                    "request": {
                        "name": "Topup",
                        "description": {
                            "content": "Request for airtime topup to a mobile number. Bearer authentication required.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "topup"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"mobile\": \"<string>\",\n  \"country\": \"<string>\",\n  \"network\": \"<string>\",\n  \"amount\": \"<number>\",\n  \"currency\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"trackid\": \"<uuid>\",\n  \"additionalProperties\": {}\n}",
                            "options": {
                                "raw": {
                                    "headerFamily": "json",
                                    "language": "json"
                                }
                            }
                        },
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "{{bearerToken}}"
                                }
                            ]
                        }
                    },
                    "response": [
                        {
                            "id": "8094ce25-1a30-4702-a644-b4dec374ec62",
                            "name": "request successful",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "topup"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"mobile\": \"<string>\",\n  \"country\": \"<string>\",\n  \"network\": \"<string>\",\n  \"amount\": \"<number>\",\n  \"currency\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"trackid\": \"<uuid>\",\n  \"additionalProperties\": {}\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Created",
                            "code": 201,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"success\": \"<boolean>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"trackid\": \"<uuid>\",\n  \"stamp\": \"<string>\",\n  \"data\": {\n    \"reference\": \"<string>\",\n    \"txid\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"error\": \"<integer>\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "1cc7b3da-f53d-48da-9981-a5ca3666fe81",
                            "name": "invalid input, object invalid",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "topup"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"mobile\": \"<string>\",\n  \"country\": \"<string>\",\n  \"network\": \"<string>\",\n  \"amount\": \"<number>\",\n  \"currency\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"trackid\": \"<uuid>\",\n  \"additionalProperties\": {}\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Bad Request",
                            "code": 400,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "8a21b3f6-8c51-4ae8-ba76-9923a271c0f8",
                            "name": "Access token is missing or invalid",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "topup"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"mobile\": \"<string>\",\n  \"country\": \"<string>\",\n  \"network\": \"<string>\",\n  \"amount\": \"<number>\",\n  \"currency\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"trackid\": \"<uuid>\",\n  \"additionalProperties\": {}\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "f066ca34-0a35-49d2-b1c5-e36873f7bf9c",
                            "name": "request failed",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "topup"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"mobile\": \"<string>\",\n  \"country\": \"<string>\",\n  \"network\": \"<string>\",\n  \"amount\": \"<number>\",\n  \"currency\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"trackid\": \"<uuid>\",\n  \"additionalProperties\": {}\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Conflict",
                            "code": 409,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "f6c5e6ae-fc16-45c5-838f-18c473374a94",
                    "name": "Check",
                    "request": {
                        "name": "Check",
                        "description": {
                            "content": "Perform a status check on an API service request. Bearer authentication required.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "check"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"trackid\": \"<uuid>\"\n}",
                            "options": {
                                "raw": {
                                    "headerFamily": "json",
                                    "language": "json"
                                }
                            }
                        },
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "{{bearerToken}}"
                                }
                            ]
                        }
                    },
                    "response": [
                        {
                            "id": "1af62682-44b6-4cba-bdff-c77f2faa7e55",
                            "name": "request successful",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "check"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"trackid\": \"<uuid>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Created",
                            "code": 201,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"success\": \"<boolean>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"trackid\": \"<uuid>\",\n  \"stamp\": \"<string>\",\n  \"data\": {\n    \"status\": \"<string>\",\n    \"trackid\": \"<uuid>\",\n    \"txid\": \"<integer>\",\n    \"reference\": \"<string>\",\n    \"error\": \"<integer>\",\n    \"notes\": \"<string>\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "6027bb5a-f7d3-458e-a5a1-128f7a5cf408",
                            "name": "invalid input, object invalid",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "check"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"trackid\": \"<uuid>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Bad Request",
                            "code": 400,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "8a231e7f-8bc9-44ab-bfca-a336c25dce9e",
                            "name": "Access token is missing or invalid",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "check"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"trackid\": \"<uuid>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "95a9b02a-90f7-433f-ac06-5c7fe579bbaf",
                            "name": "request failed",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "check"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"trackid\": \"<uuid>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Conflict",
                            "code": 409,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ]
        },
        {
            "name": "Advanced",
            "description": "Operations for Advanced integrations APIs",
            "item": [
                {
                    "id": "2a8a076d-f120-46eb-ab59-678ad3fece70",
                    "name": "Deposit",
                    "request": {
                        "name": "Deposit",
                        "description": {
                            "content": "Request for funds deposit into client account using online payment. Bearer authentication required. Note: This feature is experimental and not released yet",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "deposit"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"amount\": \"<number>\",\n  \"currency\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"trackid\": \"<uuid>\",\n  \"additionalProperties\": {}\n}",
                            "options": {
                                "raw": {
                                    "headerFamily": "json",
                                    "language": "json"
                                }
                            }
                        },
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "{{bearerToken}}"
                                }
                            ]
                        }
                    },
                    "response": [
                        {
                            "id": "2df317a5-1eff-4f77-9fb7-7fb4f4f19ca5",
                            "name": "request successful",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "deposit"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"amount\": \"<number>\",\n  \"currency\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"trackid\": \"<uuid>\",\n  \"additionalProperties\": {}\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Created",
                            "code": 201,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"success\": \"<boolean>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"trackid\": \"<uuid>\",\n  \"stamp\": \"<string>\",\n  \"data\": {\n    \"reference\": \"<string>\",\n    \"notes\": \"<string>\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "e5428670-1f15-4ce5-bd20-2b0d22c16a15",
                            "name": "invalid input, object invalid",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "deposit"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"amount\": \"<number>\",\n  \"currency\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"trackid\": \"<uuid>\",\n  \"additionalProperties\": {}\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Bad Request",
                            "code": 400,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "5ca4fb47-e283-4d7f-af42-fab451330d2e",
                            "name": "Access token is missing or invalid",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "deposit"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"amount\": \"<number>\",\n  \"currency\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"trackid\": \"<uuid>\",\n  \"additionalProperties\": {}\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "a3707d5b-0886-437b-9c17-308db032cd12",
                            "name": "request failed",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "deposit"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"amount\": \"<number>\",\n  \"currency\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"trackid\": \"<uuid>\",\n  \"additionalProperties\": {}\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Conflict",
                            "code": 409,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "91501fae-2662-4f23-a73b-10f81999fdd3",
                    "name": "Service",
                    "request": {
                        "name": "Service",
                        "description": {
                            "content": "Performs a generic request for MPSMS service. Bearer authentication required.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "service",
                                ":name"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "type": "any",
                                    "key": "name"
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"trackid\": \"<uuid>\",\n  \"notes\": \"<string>\",\n  \"additionalProperties\": {}\n}",
                            "options": {
                                "raw": {
                                    "headerFamily": "json",
                                    "language": "json"
                                }
                            }
                        },
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "{{bearerToken}}"
                                }
                            ]
                        }
                    },
                    "response": [
                        {
                            "id": "a89025e3-62b8-49c1-ae58-1708f76b5f91",
                            "name": "request successful",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "service",
                                        ":name"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"trackid\": \"<uuid>\",\n  \"notes\": \"<string>\",\n  \"additionalProperties\": {}\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Created",
                            "code": 201,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"success\": \"<boolean>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"trackid\": \"<uuid>\",\n  \"stamp\": \"<string>\",\n  \"data\": {\n    \"notes\": \"<string>\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "b2e18ff5-5cac-42bf-ade2-e6eca50b81e8",
                            "name": "invalid input, object invalid",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "service",
                                        ":name"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"trackid\": \"<uuid>\",\n  \"notes\": \"<string>\",\n  \"additionalProperties\": {}\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Bad Request",
                            "code": 400,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "810e165b-f5de-48fc-8886-78ef824266df",
                            "name": "Access token is missing or invalid",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "service",
                                        ":name"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"trackid\": \"<uuid>\",\n  \"notes\": \"<string>\",\n  \"additionalProperties\": {}\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "ca2c7701-f6a3-4059-afc1-d9d01993ffb2",
                            "name": "request failed",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "service",
                                        ":name"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"trackid\": \"<uuid>\",\n  \"notes\": \"<string>\",\n  \"additionalProperties\": {}\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Conflict",
                            "code": 409,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "27253afb-551c-4ba4-9627-78557e094be9",
                    "name": "Callback",
                    "request": {
                        "name": "Callback",
                        "description": {
                            "content": "Process callback from upstream providers for submitted request.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "callback"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"reference\": \"<string>\",\n  \"status\": \"<string>\",\n  \"trackid\": \"<uuid>\",\n  \"additionalProperties\": {}\n}",
                            "options": {
                                "raw": {
                                    "headerFamily": "json",
                                    "language": "json"
                                }
                            }
                        },
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "{{bearerToken}}"
                                }
                            ]
                        }
                    },
                    "response": [
                        {
                            "id": "2bb94a89-9f32-4446-8ed3-beb8f747b870",
                            "name": "request successful",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "callback"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"reference\": \"<string>\",\n  \"status\": \"<string>\",\n  \"trackid\": \"<uuid>\",\n  \"additionalProperties\": {}\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Created",
                            "code": 201,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"success\": \"<boolean>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"trackid\": \"<uuid>\",\n  \"stamp\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "7c5840a0-32b6-43ff-bb99-2b9683dcf079",
                            "name": "invalid input, object invalid",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "callback"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"reference\": \"<string>\",\n  \"status\": \"<string>\",\n  \"trackid\": \"<uuid>\",\n  \"additionalProperties\": {}\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Bad Request",
                            "code": 400,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "e23bff6f-305b-414f-8ed9-688f4eb38bf5",
                            "name": "Access token is missing or invalid",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "callback"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"reference\": \"<string>\",\n  \"status\": \"<string>\",\n  \"trackid\": \"<uuid>\",\n  \"additionalProperties\": {}\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "c6d92c6e-1690-4c85-8aee-03ba11a24345",
                            "name": "request failed",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "callback"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"reference\": \"<string>\",\n  \"status\": \"<string>\",\n  \"trackid\": \"<uuid>\",\n  \"additionalProperties\": {}\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Conflict",
                            "code": 409,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ]
        }
    ],
    "event": [],
    "variable": [
        {
            "key": "baseUrl",
            "value": "https://mw.mpsms.net/api/topup"
        }
    ],
    "info": {
        "_postman_id": "4504ac9a-e6d4-454c-aade-6e09a566bdf5",
        "name": "MPSMS Topup API",
        "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
        "description": {
            "content": "Rest API for MPSMS Topup\n\nContact Support:\n Email: ernie@iridislabs.com",
            "type": "text/plain"
        }
    }
}