pub fn generate_api_key() -> String
Generate a cryptographically random API key.
Uses the OS CSPRNG (via rand::rng) to produce a 32-character alphanumeric key with ~190 bits of entropy.
rand::rng