Authorization: Bearer ********************
{
"historyIds": [
"string"
]
}
curl --location --request POST 'http://10.12.186.133:30924/transpond/app/agent/chat/history/list' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"historyIds": [
"string"
]
}'
{
"code": 0,
"msg": "",
"data": false
}