pub async fn post_save( __arg0: State<ApiState>, __arg1: Json<HashMap<String, String>>, ) -> ApiResult<Json<HashMap<String, String>>>
Save the current genome to a file with optional ID and title parameters.