namespace MicCheck.Api.Common.Security.Authorization; public record LoginResponse(string AccessToken, string RefreshToken, DateTime ExpiresAt);