{
"agentId": "",
"keyword": "",
"status": null
}curl --location --request GET 'http://prod-cn.your-api-server.com/api/agent-chat-record' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"agentId": "",
"keyword": "",
"status": null
}'{
"code": 0,
"message": "string",
"data": null,
"timestamp": 0,
"path": "string"
}