namespace Femto.Api.Controllers.Auth; public record RefreshUserResult(Guid UserId, string Username, bool IsSuperUser);