guys i used more than code and the last one is
const stackAiUrl = "URL"
const stackAiApiKey ='API'
const requestBody = {
apiKey: stackAiApiKey,
url: stackAiUrl,
in: {
"in-0": workflow.promot
}
}
const response = await axios.post(stackAiUrl, requestBody)
const thecoldemail = _.get(response, 'data.out.out-0', '')
and it give me the same error
errorError executing action "inline-ins-e24105a15a.js" in flow:Main:node:get_the_ai_respons [AxiosError, Network Error] can any one help me with this please