GET /category?format=api&offset=40
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "paging": {
        "page": 3,
        "total": 41,
        "size": 1,
        "next": null
    },
    "items": [
        {
            "id": 8,
            "title": "교통매체",
            "parent": 1,
            "image": "https://dailyduckdev.blob.core.windows.net/images/category/3.%E1%84%80%E1%85%AD%E1%84%90%E1%85%A9%E1%86%BC%E1%84%86%E1%85%A2%E1%84%8E%E1%85%A6.png",
            "is_leaf": false,
            "level": 1,
            "order": null,
            "type": "SUPPORT"
        }
    ]
}