pub fn decrypt_jwe(token: &str, key: &JweKey) -> Result<Vec<u8>, WebexError>
Generic JWE decryption that auto-detects the algorithm from the header.