namespace IM_API.Dtos.Auth { public record RefreshDto(string refreshToken); }