Internal server error when fetching - what am I doing wrong

When I send a request to api/chat …

{
“messages” : [
{
“role”: “assistant”,
“content”: “Hello! I’m here to help you with any questions you have about laws, regulations, and guidance impacting fintechs. How can I assist you today?”
},
{
“role”: “user”,
“content”: “what time is it?”
}
],
“userName” : “Chatbot”
}

I get PineconeClient: Error calling queryRaw: FetchError: The request failed and the interceptors did not return an alternative response"

My index in Pinecone does not seem to save any requests coming in … HELP!