{
"messages": [
{
"role": "string",
"content": null,
"property1": "string",
"property2": "string"
}
],
"model": "string",
"billingGroupId": "string",
"source": "ai_chat",
"stream": true,
"property1": "string",
"property2": "string"
}curl --location '/api/ai/chat/completions' \
--header 'Content-Type: application/json' \
--data '{
"messages": [
{
"role": "string",
"content": null,
"property1": "string",
"property2": "string"
}
],
"model": "string",
"billingGroupId": "string",
"source": "ai_chat",
"stream": true,
"property1": "string",
"property2": "string"
}'{
"code": 0,
"message": "string",
"requestId": "string"
}