pub async fn patch_upload_handler( __arg0: State<Arc<AppState>>, __arg1: Path<String>, headers: HeaderMap, body: Bytes, ) -> Result<Response, AppError>