curl --location --request DELETE 'https://petstore-demo.apifox.com/admin/dish?ids=1,2,3' \ --header 'Content-Type: text/plain' \ --data-raw ''
{ "code": 0, "data": "string", "msg": "string" }