curl https://api.openai.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer sk-xxxi6s321fEexxxx45A8E8575b1f" -d '{ "model": "gpt-3.5-turbo-1106", "messages": [ { "role": "system", "content": " " }, { "role": "user", "content": "1+1=?" } ] }'