{
"static_proxy_type": "shared",
"purpose_web": "Airdrop"
}curl --location 'https://sandbox-open-api.985proxy.com/res_static/inventory' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data '{
"static_proxy_type": "shared",
"purpose_web": "Airdrop"
}'{
"code": 0,
"msg": "success",
"data": [
{
"type": "shared",
"continents_name": "South America",
"country_code": "AR",
"country_name": "Argentina",
"country_name_cn": "阿根廷",
"country": "AR",
"city_name": "Buenos Aires",
"city_name_cn": "布宜诺斯艾利斯",
"city": "Buenos Aires",
"stock": 2,
"bandwidth_price": null,
"price": 5,
"origin_price": 5,
"discount": 0
}
]
}