public async Task <object> GetToken(UserInfoDTO userData) { return(await _JWTService.ConstructToken(userData)); }