pub async fn upload_blob<T>( signer: T, server_url: &Url, file_data: Arc<Vec<u8>>, mime_type: Option<&str>, ) -> Result<String, String>where T: NostrSigner,
Simple upload without progress tracking