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