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