pub async fn create_experiment(
__arg0: State<AppState>,
__arg1: Json<CreateExperimentRequest>,
) -> (StatusCode, Json<ApiResponse<ExperimentResponse>>)Expand description
Create a new experiment
pub async fn create_experiment(
__arg0: State<AppState>,
__arg1: Json<CreateExperimentRequest>,
) -> (StatusCode, Json<ApiResponse<ExperimentResponse>>)Create a new experiment