namespace MxGateway.Server.Security.Authentication; public sealed record ApiKeyCreateRequest( string KeyId, string KeyPrefix, byte[] SecretHash, string DisplayName, IReadOnlySet Scopes, DateTimeOffset CreatedUtc);