pub async fn get_current_api_key( base_url: &str, api_key: &str, ) -> Result<ApiKeyDetails, OpenRouterError>
Get information on the API key associated with the current authentication session
base_url
api_key
Result<ApiKeyDetails, OpenRouterError>