Authorization: Bearer ********************
curl --location --request DELETE '/api/v1.0/admin/user/1,2,3,4,5' \ --header 'Authorization: Bearer <token>'
{ "code": 200, "msg": "成功" }