pub async fn update( __arg0: State<Arc<AppState>>, __arg1: Extension<CurrentUser<Uuid>>, multipart: Multipart, ) -> Result<impl IntoResponse, Error>