export type ApiKeyValidationRequest = { apiKey: string; retrieveUserProfile: boolean; };