Adding external libraries to postman

@gopikrishna4595 It looks like you’ve hit the limits of the data editor. This can be overcome by using pm.sendRequest as follows:

pm.sendRequest('https://cdnjs.cloudflare.com/ajax/libs/Faker/3.1.0/faker.min.js', (err, res) => {
  (new Function(res.text()))();
});