Function charisma::helpers::send_req

source ·
pub async fn send_req<T>(url: &str, json: &T) -> Result<Response, Error>where
    T: Serialize + ?Sized,