async fn simulation_create(
__arg0: State<AppState>,
__arg1: Json<SimulationCreateArgs>,
) -> Result<Json<SimulationCreateResponse>, (StatusCode, String)>async fn simulation_create(
__arg0: State<AppState>,
__arg1: Json<SimulationCreateArgs>,
) -> Result<Json<SimulationCreateResponse>, (StatusCode, String)>