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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1010,
            "event": 198,
            "parent": null,
            "user_info": {
                "id": 404729,
                "user_email": "yys******"
            },
            "user": 404729,
            "type": 1,
            "comment": "백합은 최애꽃~~\n저도 울집 남----편도 \n꽃말은 이번에 처음 알게 되었어요.\n당신과 함께 있으니 꿈만 같아요♡♡",
            "date_added": "2022-08-19",
            "child": []
        },
        {
            "id": 741,
            "event": 198,
            "parent": null,
            "user_info": {
                "id": 23,
                "user_email": "jun******"
            },
            "user": 23,
            "type": 1,
            "comment": "백합 향이 너무 좋아요!!",
            "date_added": "2022-08-13",
            "child": []
        }
    ]
}