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