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