curl --location --request DELETE 'https://www.zhizhuip.cc/externalapi/device/accountDeleteList' \
--data-urlencode 'access_token=' \
--data-urlencode 'type=0' \
--data-urlencode 'status=0' \
--data-urlencode 'ids=1,2,3'
{
"code": 0,
"msg": "string",
"time": "string",
"data": null
}