using Microsoft.AspNetCore.Mvc; namespace API.Controllers; [ApiController] [Route("api/account")] public class AuthController : ControllerBase { }