namespace line_gestao_api.Dtos;
public record RegisterRequest(string Name, string Email, string Phone, string Password, string ConfirmPassword);