I have the following variable defined in a file:
const BASE_URL = `https://myurl?key=${process.env.MY_API_KEY}`
Later, in a method, I\'ve add