namespace Application.Endpoints.Authorization.RefreshToken; public class RefreshJwtCommand { public string Token { get; set; } = string.Empty; }