GET /rest/contents/comments/?event_id=341&format=api
HTTP 200 OK
Allow: GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1432,
            "event": 341,
            "parent": null,
            "user_info": {
                "id": 644429,
                "user_email": "jan******"
            },
            "user": 644429,
            "type": 1,
            "comment": "뮤지컬과 꽃이라니\n예상하지 못했던 두 장르의 만남이 신선해서 정말 재미있게 읽었어요~!",
            "date_added": "2022-12-28",
            "child": []
        }
    ]
}