{
"userId": "8"
}
curl --location --request POST '/uc/user/v1/destroy_user' \
--header 'Authorization: Bearer eyJraWQiOiJxxx.eyJ1aWQiF9.JJkoh8I' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": "8"
}'
{
"code": "200",
"msg": "响应成功"
}