ClientKill权限curl --location --request DELETE 'http://127.0.0.1:6810/api/clients/CES2352' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"reason": "string"
}'{
"code": "KILL_CLIENT",
"message": "成功踢出客户端",
"data": true
}