UpdateExperimentReqBody: {
    experiment_config?: ExperimentConfig | null;
    id: string;
    name?: string | null;
}