{
"id": 1,
"type": 1,
"category_id": 1,
"other_id": 1
}curl --location --request POST '/api/chat.chatRecord/chatClean' \
--header 'token: {{api-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"type": 1,
"category_id": 1,
"other_id": 1
}'{
"code": 1,
"show": 1,
"msg": "操作成功",
"data": []
}