namespace Femto.Api.Controllers.Auth; public record RegisterRequest(string Username, string Password, string SignupCode, bool RememberMe);