CreateCommentData: {
    body: CreateCommentBodyDto;
    path: {
        postId: string;
        spaceId: string;
    };
    query?: never;
    url: "/spaces/{spaceId}/community/{postId}/comments";
}