curl --location --request POST 'https://www.zhizhuip.cc/api/route_setting/whiteListAdd' \
--header 'token: ' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'type=0' \
--data-urlencode 'status=0' \
--data-urlencode 'is_month=0' \
--data-urlencode 'ip[0]=127.0.0.11' \
--data-urlencode 'ip[1]=153.123.11.33' \
--data-urlencode 'disabled=0' \
--data-urlencode 'remark=test'{
"code": 0,
"msg": "string",
"time": "string",
"data": null
}