namespace Atomx.Common.Models { public class RefreshRequest { public string Token { get; set; } = string.Empty; public string RefreshToken { get; set; } = string.Empty; } }