Function send

Source
pub async fn send(
    message: &str,
    endpoint: Option<&str>,
) -> Result<Response, Box<dyn Error>>