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