[ { "agentId": "00423f7ac3b44d828b4865acbb13441e", "content": "hello world", "role": "user", "deviceId": "bc00f554d13b4da6bcf29e0b677a43fd", "createTime": "2025-12-28T15:54:27.999" } ]
curl --location '/innerApis/agent/chat-message' \ --header 'Authorization: Bearer {{SERVER_SECRET}}' \ --header 'Content-Type: application/json' \ --data '[ { "agentId": "00423f7ac3b44d828b4865acbb13441e", "content": "hello world", "role": "user", "deviceId": "bc00f554d13b4da6bcf29e0b677a43fd", "createTime": "2025-12-28T15:54:27.999" } ]'
{"code":0,"msg":"success","data":true}