pub fn generate_jwt( raw_key: &str, duration_days: u64, is_admin: bool, ) -> Result<(String, String), Error>
Generate a JWT token and account string