I'm getting "unsupported data" error when trying to send post request to Azure OpenAI. What should I do to fix the error?
https://myopenai.openai.azure.com/openai/deployments/code-davinci-002/completions?api-version=2023-03-15-preview&API-KEY=xxxxxxxxxxxx&content-type=application/json
api-version = 2023-03-15-preview
API-KEY = xxxxx
content-type = application/json
{
"model": "gpt-3.5-turbo",
"messages": [{"role": "user", "content": "Say this is a test!"}],
"temperature": 0.7
}