pub async fn post_clone( __arg0: State<ApiState>, __arg1: Json<HashMap<String, String>>, ) -> ApiResult<Json<HashMap<String, String>>>
Clone the current genome with a new name, creating an independent copy.