CreateNodeBodyDto: {
    nextNodeId?: string;
    parentId?: string | null;
    prevNodeId?: string;
    title: string;
}