pub async fn upload_blob_batch(
__arg0: State<AppState>,
headers: HeaderMap,
__arg2: Json<BatchUploadRequest>,
) -> impl IntoResponseExpand description
POST /upload/batch - Upload multiple blobs with one auth event and one storage batch.