curl --request POST \
--url https://api.brightdata.com/zone/ips \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"customer": "<string>",
"zone": "<string>",
"count": 123,
"country": "us",
"country_city": "us-chicago"
}
'