ListCommentsData: {
    body?: never;
    path: {
        postId: string;
        spaceId: string;
    };
    query?: {
        cursor?: string;
        limit?: number;
    };
    url: "/spaces/{spaceId}/community/{postId}/comments";
}