Authorization: Bearer ********************
{
"his_ids": "xxxxx-xxxx-xxx-xxxx,xxxxx-xxxx-xxx-xxxxx"
}
curl --location --request POST 'http://10.12.186.133:30924/zspt/testModule/deleteChatInfo' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"his_ids": "xxxxx-xxxx-xxx-xxxx,xxxxx-xxxx-xxx-xxxxx"
}'
{
"code": 0,
"msg": "",
"data": {},
"ok": false
}