namespace API.DTOs.Account; public class TokenRequestDto { public string Token { get; init; } public string RefreshToken { get; init; } }