namespace SPMS.Application.DTOs.Service; public class ApiKeyRefreshResponseDto { public string ServiceCode { get; set; } = string.Empty; public string ApiKey { get; set; } = string.Empty; public DateTime ApiKeyCreatedAt { get; set; } }