{
"conversation_id": "string",
"query": "string",
"account_id": "string",
"style_level": 0,
"role": "string",
"prompt_id": 0
}curl --location --request POST 'https://open.yunxinapi.com/ai/chat_assistant/v1/chat_completions' \
--header 'AppKey: ' \
--header 'X-custom-traceid: {% mock '\''uuid'\'' %}' \
--header 'Nonce: ' \
--header 'CurTime: ' \
--header 'CheckSum: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"conversation_id": "string",
"query": "string",
"account_id": "string",
"style_level": 0,
"role": "string",
"prompt_id": 0
}'{
"code": 0,
"msg": "string",
"data": {
"conversation_id": "string",
"answer": "string"
}
}