Response Model
{
  "result": [
    {
      "id": 0,
      "name": "string",
      "billers": [
        {
          "id": 0,
          "name": "string",
          "identifier": "string",
          "shortCode": "string",
          "isAquired": true,
          "requiredValidation": true,
          "charge": 0,
          "flow": 0,
          "packages": [
            {
              "id": 0,
              "billerId": 0,
              "name": "string",
              "isAmountEditable": true,
              "amount": 0,
              "minAmount": 0,
              "maxAmount": 0
            }
          ]
        }
      ]
    }
  ],
  "errorMessage": "string",
  "errorMessages": [
    "string"
  ],
  "hasError": true,
  "timeGenerated": "2024-05-05T22:28:29.589Z"
}