auths objectreturn or this.key = 'value', pass input data to your code viaparams, and maintain state across executions with$checkpoint.async (event, steps) => {}const axios = require("axios")
const setCookie = require('set-cookie-parser');
const res = await axios({ url: "https://www.google.com" })
return setCookie.parse(res, {
decodeValues: true,
map: true,
});