I'm trying to use Webflow as my CMS and using their Logic Feature to make HTTP Requests to ChatGPT's API, I'd like to create a website that utilizes the API to streamline decision making for our users. Right now I'm getting an error during the authentication process even though I entered the secret API Key and used all the names I was advised to use when asking ChatGPT for help
{
"error": {
"message": "You didn't provide an API key. You need to provide your API key in an Authorization header using Bearer auth (i.e. Authorization: Bearer YOUR_KEY), or as the password field (with blank username) if you're accessing the API from your browser and are prompted for a username and password. You can obtain an API key from https://beta.openai.com.",
"type": "invalid_request_error",
"param": null,
"code": null
}
}