curl --location --request POST 'https://www.zhizhuip.cc/externalapi/device/accountAdd' \
--data-urlencode 'access_token=' \
--data-urlencode 'type=0' \
--data-urlencode 'num=3' \
--data-urlencode 'changeInterval=5' \
--data-urlencode 'is_month=1' \
--data-urlencode 'country=US' \
--data-urlencode 'use_random_username=1' \
--data-urlencode 'agree=SOCKS5' \
--data-urlencode 'spec=4'
{
"code": 1,
"msg": "创建成功!",
"time": "1745991945",
"data": [
{
"password": "test",
"username": "test",
"id": 116,
"bindUser": "test",
"disabled": 0,
"bindPassword": "test",
"createTime": "2025-04-30 13:45:46",
"port": 5001,
"agree": "SOCKS5",
"target": "proxy.zhizhuip.com",
"changeInterval": 300,
"expiresIn": 0,
"ip": "",
"bill": 0,
"is_diff": 0,
"country": "US",
"countryName": "美国",
"state": "",
"remark": "",
"city": ""
}
]
}