pub fn sign( payload: &HashMap<String, String>, bot_token: &str, auth_time: SystemTime, ) -> Result<String, SignError>
Signs the payload using the specified key.