pub fn verify_api_key(api_key: &str, stored_hash: &str) -> bool
Verify an API key against its hash
Compares the hash of the provided API key with the stored hash.