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