namespace CompetitionAPI.api.unity { public class RefreshTokenRequest { public string Token { get; set; } } }