I am trying to make a POST request to the Retell AI API. The API call works successfully with curl from my server’s terminal. However, the same request fails in the HTTP Request node in n8n.
The curl command I used is: curl -X POST https://api.retellai.com/v2/create-phone-call -H "Authorization: Bearer <your-key>" ...
The HTTP Request node has Authentication set to None, and I’ve manually added both the Authorization and Content-Type headers.
The API is responding with a 401 - Authorization failed error and the body {"error_message":"Authorization header required"}.
please help


