i tried with teo different one const endpoint =...
# 🌎general
a
i tried with teo different one const endpoint = "URL" const headers = { Authorization:
Bearer
, "Content-Type": "application/json" } const data = { "in-0": workflow.question, } try { const response = await axios.post(endpoint, data, { headers }) workflow.apiResponse = response.data["out-0"] } catch (error) { throw new Error(
stack-error: ${error}
) }