namespace Femto.Api.Controllers.Auth; public record LoginRequest(string Username, string Password);