pub async fn post_export_format( __arg0: State<ApiState>, __arg1: Json<HashMap<String, String>>, ) -> ApiResult<Json<HashMap<String, Value>>>
Export genome in a specific format (JSON, YAML, binary, etc.).