GET /api/menu/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "section": "projects",
        "title": "Work"
    },
    {
        "section": "services",
        "title": "Services"
    },
    {
        "section": "partnerships",
        "title": "Partnerships"
    },
    {
        "section": "about",
        "title": "About"
    },
    {
        "section": "events",
        "title": "Events"
    },
    {
        "section": "press",
        "title": "Press"
    },
    {
        "section": "shop",
        "title": "Shop"
    },
    {
        "section": "contacts",
        "title": "Contact"
    }
]