RequestResponse{ commentId: string, // userId: string, // 좋아요한 유저의 아이디, 의논 필요 author: user{}, // 좋아요한 유저의 정보 createdAt: string, // 의논 필요 updatedAt: string, // 의논 필요 }{ commentLikeId: number; commentId: number; userId: number; }