
auths objectreturn or this.key = 'value', pass input data to your code viaparams, and maintain state across executions with$checkpoint.async (event, steps, auths) => {}return await require("@pipedreamhq/platform").axios(this, {
url: `https://www.zohoapis.com/crm/v2/users?type=CurrentUser`,
headers: {
"Authorization": `Zoho-oauthtoken ${auths.zoho_crm.oauth_access_token}`,
},
})