
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://books.zoho.com/api/v3/users/me`,
headers: {
"Authorization": `Zoho-oauthtoken ${auths.zoho_books.oauth_access_token}`,
},
})