curl --location --request POST '/ai/chat/completions' \
--header 'Content-Type: application/json' \
--data-raw '{
"messages": [
{
"content": "You are a friendly chatbot.",
"role": "system"
},
{
"content": "Hello, world!",
"role": "user"
}
]
}'
null
Authorization: Bearer ********************