pub fn make_request( url: &str, body: Option<String>, method: Option<String>, header: HashMap<String, String>, ) -> ResultT<String>