{ "id": 1 }
curl --location '/adminapi/user.user/blacklist' \ --header 'token: {{adminToken}}' \ --header 'Content-Type: application/json' \ --data '{ "id": 1 }'
{ "code": 1, "show": 1, "msg": "创建成功", "data": [] }