{
"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
}'