pub async fn rename_file( __arg0: State<Arc<AppState>>, __arg1: Path<String>, __arg2: Json<Value>, ) -> Result<Json<Value>, (StatusCode, &'static str)>