[
    {
        "id": 1,
        "name": "Professional",
        "options": [
            {
                "name": "For 3",
                "price": 39,
                "periodicity": "monthly",
                "seats": 3
            },
            {
                "name": "For 10",
                "price": 59,
                "periodicity": "monthly",
                "seats": 10
            }
        ],
        "features": [
            "full_competitions",
            "student_competitions",
            "saved_searches",
            "watchlists",
            "company_profile",
            "user_profile",
            "full_dashboard",
            "basic_dashboard",
            "jobs",
            "basic_archive"
        ]
    },
    {
        "id": 2,
        "name": "Pro Kombi",
        "options": [
            {
                "name": "For 3",
                "price": 69,
                "periodicity": "monthly",
                "seats": 3
            },
            {
                "name": "For 10",
                "price": 99,
                "periodicity": "monthly",
                "seats": 10
            }
        ],
        "features": [
            "full_competitions",
            "student_competitions",
            "saved_searches",
            "watchlists",
            "company_profile",
            "user_profile",
            "full_dashboard",
            "basic_dashboard",
            "jobs",
            "full_archive"
        ]
    },
    {
        "id": 3,
        "name": "University",
        "options": [
            {
                "name": "University",
                "price": 3000,
                "periodicity": "yearly",
                "seats": 3000
            }
        ],
        "features": [
            "student_competitions",
            "saved_searches",
            "watchlists",
            "user_profile",
            "full_dashboard",
            "basic_dashboard"
        ]
    },
    {
        "id": 4,
        "name": "Student",
        "options": [
            {
                "name": "Student",
                "price": 0,
                "periodicity": "yearly",
                "seats": 1
            }
        ],
        "features": [
            "student_competitions",
            "saved_searches",
            "watchlists",
            "user_profile",
            "basic_dashboard"
        ]
    }
]