GET /catalog/categories/children/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Control: public, max-age=60, stale-while-revalidate=300
Content-Type: application/json
Vary: Accept

[
    {
        "id": 182,
        "name": "Early Development & Montesseri",
        "slug": "development-montesseri",
        "parent": null,
        "has_children": true
    },
    {
        "id": 33,
        "name": "Sports",
        "slug": "sports",
        "parent": null,
        "has_children": true
    },
    {
        "id": 1,
        "name": "Stationery",
        "slug": "stationery",
        "parent": null,
        "has_children": true
    }
]