pub fn load_request_body( body: Option<&str>, body_file: Option<&Path>, ) -> Result<Option<String>, String>