AppKey: ********************curl --location 'https://ip2up.com/api/v1/proxy/url/list' \
--header 'AppKey: <api-key>'{
"code": 0,
"msg": "string",
"data": {
"url_list": [
{
"name": "string",
"url": "string"
}
]
}
}