Adding external libraries to postman

@gopikrishna4595 This is happening because the faker code from the CDN is trying to set the faker object as a property of window, which is undefined in the Postman Sandbox. You could work around this by explicitly defining window as an empty object before running the faker injection snippet.