Schema

{
    "items": [
        {
            "name": "string",
            "slug": "string",
            "countryCode": "string",
            "countryName": "string",
            "cityName": "string",
            "timeZone": "string",
            "reach": 0,
            "firstAiredAt": "2024-12-21T14:40:21+00:00"
        }
    ],
    "page": {
        "offset": 0,
        "limit": 0,
        "next": "string",
        "previous": "string",
        "total": 0
    },
    "errors": [
        {
            "key": "string",
            "code": 0,
            "message": "string"
        }
    ]
}