On this pageapiKeyAuth() functionThis provides a simple authorization mechanism based on a single pre-shared API key.Signature:export declare function apiKeyAuth({ apiKey }: { apiKey: string }): RouterParametersParameterTypeDescription{ apiKey }{ apiKey: string; }Returns:Router