//src/users/users.service.ts import { Injectable, BadRequestException } from "@nestjs/common"; import { InjectModel } from "@nestjs/mongoose"; im