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