{
"city": "",
"count": 1,
"country_code": "",
"is_datacenter": true,
"isp": "",
"user_tag": "ipcola",
"region": ""
}
curl --location --request POST 'https://api.ipcola.com/api/static_transfer_proxy/buy' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"city": "",
"count": 1,
"country_code": "",
"is_datacenter": true,
"isp": "",
"user_tag": "ipcola",
"region": ""
}'
{
"alloc_ip_list": [
"string"
],
"meta_message": "string",
"meta_status": 0
}