async login(req: Request, res: Response, next: NextFunction): Promise<void> { try { const { errors, input } = await RequestValidator(LoginRequest, req.body...
iam only able to create one user only getting error when creating second user any one knows to fix this?