curl --location --request GET '/seal/ai-draft/message/list?conversationId=1'{
"code": 0,
"msg": "string",
"data": [
{
"id": 1,
"conversationId": 1,
"role": "user",
"content": "我需要起草一份劳动合同",
"tokenCount": 100,
"model": "qwen-plus",
"apiResponseTime": 1500,
"createTime": "string"
}
]
}