//this method get the details of a particular user public IActionResult Check([FromBody] IdPassword modal) { return(Ok(_context.Check(modal))); }