I have the following function:
const https = require("https"); async function get(options) { return new Promise((resolve, reject) => {