You need to construct a url string with username and password in the hostname. The username should be "newUser" and the password should be "MyPass@@". Complete the code given below.
The url module is already imported using the require method and is stored in a const url variable. Do not print the output, testing is handled internally.