RequestResponse{ commentId: number; text: string; userId: string; createdAt: string; updatedAt: string; likes: CommentLikeType[]; }user{} : 유저 정보 객체