{ "ids": "string" }
curl --location --request DELETE 'http://127.0.0.1:8080/api/users/batch' \ --header 'Authorization;' \ --header 'Content-Type: application/json' \ --data-raw '{ "ids": "string" }'
{ "code": 200, "data": {}, "msg": "删除成功" }