GET /rest/contents/special-comments/?event_id=327&format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "id": 1415,
        "event": 327,
        "parent": null,
        "user_info": {
            "id": 23,
            "user_email": "jun******"
        },
        "user": 23,
        "type": 2,
        "comment": "[신규 기능] '좋아요'를 누르면 10 포인트가 적립됩니다.",
        "date_added": "2022-12-05",
        "child": []
    }
]