pub async fn validate_api_token( auth_framework: &AuthFramework, token: &str, ) -> Result<AuthToken, AuthError>
Validate API token and extract user information