[查看消息列表 API](https://www.coze.cn/open/playground/conversation_message_list) ``` sh curl -X POST 'https://api.coze.cn/v1/conversation/message/list?conversation_id=75xxxx&' \ -H "Authorization: Bearer czs_xxx" \ -H "Content-Type: application/json" \ -d '{ "chat_id": "75xxxxx" }' ``` 为什么返回的消息列表, 只有智能体的回复消息, 没有用户发送的问题消息? <img width="998" height="1474" alt="Image" src="https://github.com/user-attachments/assets/63c1cbac-b136-4d51-bb78-77b92affa7d3" />