pub async fn send( query_string: String, relay_url: Url, limit: Option<i32>, ) -> Result<Vec<String>, Box<dyn Error>>