{
"zone": "7597z2tbbqzq",
"pay_type": "balance",
"static_proxy_type": "shared",
"time_period": 30,
"buy_data": [
{
"country": "AR",
"city": "Buenos Aires",
"count": 1
}
]
}curl --location --request POST 'https://sandbox-open-api.985proxy.com/res_static/buy' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"zone": "7597z2tbbqzq",
"pay_type": "balance",
"static_proxy_type": "shared",
"time_period": 30,
"buy_data": [
{
"country": "AR",
"city": "Buenos Aires",
"count": 1
}
]
}'{
"code": 0,
"msg": "success",
"data": {
"order_no": "7f35dbc5-349d-4da6-bba7-76825c3765c8",
"cost": {
"ip_count": 1,
"time_period": 30,
"total_price": 5,
"ip_price": 5,
"bandwidth_price": 0,
"discount_price": 0,
"other_discount_price": 0,
"promo_discount_price": 0,
"pay_price": 5
}
}
}