AppKey: ********************{
"num": 0,
"session_type": 0,
"ip_time": 0,
"sub_user_id": 0,
"proxy_protocol": "string",
"proxy_url": "string",
"format": "string",
"type": 0
}curl --location 'https://ip2up.com/api/v1/proxy/getNodes/v2' \
--header 'AppKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"num": 0,
"session_type": 0,
"ip_time": 0,
"sub_user_id": 0,
"proxy_protocol": "string",
"proxy_url": "string",
"format": "string",
"type": 0
}'{
"code": 0,
"msg": "string",
"data": {
"proxy_url_list": [
"string"
]
}
}