[
    {
        "id": 0,
        "city": "Paris",
        "opening_time": "9h",
        "closing_time": "23h",
        "opening_date": "2022-01-02"
    },
    {
        "id": 1,
        "city": "Marseille",
        "opening_time": "8h",
        "closing_time": "22h",
        "opening_date": "2021-01-02"
    },
    {
        "id": 2,
        "city": "Lyon",
        "opening_time": "7h",
        "closing_time": "22h",
        "opening_date": "2020-04-02"
    },
    {
        "id": 3,
        "city": "Toulouse",
        "opening_time": "9h",
        "closing_time": "22h",
        "opening_date": "2019-04-02"
    },
    {
        "id": 4,
        "city": "Nice",
        "opening_time": "19h",
        "closing_time": "22h",
        "opening_date": "2018-04-02"
    },
    {
        "id": 5,
        "city": "Montpellier",
        "opening_time": "19h",
        "closing_time": "22h",
        "opening_date": "2017-04-02"
    },
    {
        "id": 6,
        "city": "Bastia",
        "opening_time": "9h",
        "closing_time": "22h",
        "opening_date": "2014-04-02"
    },
    {
        "id": 7,
        "city": "Nantes",
        "opening_time": "9h",
        "closing_time": "22h",
        "opening_date": "2013-04-02"
    },
    {
        "id": 8,
        "city": "Reims",
        "opening_time": "9h",
        "closing_time": "22h",
        "opening_date": "2012-06-01"
    },
    {
        "id": 9,
        "city": "Saint-Étienne",
        "opening_time": "9h",
        "closing_time": "22h",
        "opening_date": "2011-04-02"
    },
    {
        "id": 10,
        "city": "Toulon",
        "opening_time": "9h",
        "closing_time": "22h",
        "opening_date": "2010-04-02"
    },
    {
        "id": 11,
        "city": "Le Havre",
        "opening_time": "9h",
        "closing_time": "22h",
        "opening_date": "2009-04-02"
    },
    {
        "id": 12,
        "city": "Dijon",
        "opening_time": "9h",
        "closing_time": "22h",
        "opening_date": "2008-04-02"
    },
    {
        "id": 13,
        "city": "Grenoble",
        "opening_time": "9h",
        "closing_time": "22h",
        "opening_date": "2007-04-02"
    },
    {
        "id": 14,
        "city": "Angers",
        "opening_time": "9h",
        "closing_time": "22h",
        "opening_date": "2006-04-02"
    },
    {
        "id": 15,
        "city": "Plaisir",
        "opening_time": "9h",
        "closing_time": "22h",
        "opening_date": "2005-04-02"
    },
    {
        "id": 16,
        "city": "Vernon",
        "opening_time": "9h",
        "closing_time": "22h",
        "opening_date": "2002-04-02"
    },
    {
        "id": 17,
        "city": "Brest",
        "opening_time": "9h",
        "closing_time": "22h",
        "opening_date": "2001-04-02"
    },
    {
        "id": 18,
        "city": "Nîmes",
        "opening_time": "9h",
        "closing_time": "22h",
        "opening_date": "1999-04-02"
    }
]
