{
"page": 0,
"limit": "string",
"country_code": "string",
"product_code": "string"
}curl --location 'https://www.rapidproxy.io/api/agent/get_static_product_list' \
--header 'app-key: xxxxxxxxxxx' \
--header 'Content-Type: application/json' \
--data '{
"page": 0,
"limit": "string",
"country_code": "string",
"product_code": "string"
}'{
"code": 0,
"data": [
{
"code": "xxx",
"name": "xxxxxxx",
"inventory": 500,
"max_count": 300,
"continent": "NA",
"country_code": "US",
"cidr_blocks": [
{
"cidr": "149.126.93.1/24",
"count": 213
}
],
"price_30": "35.00",
"is_refund": 0
},
{
"code": "xxx",
"name": "xxxxxxxx",
"inventory": 500,
"max_count": 100,
"continent": "AS",
"country_code": "VN",
"price_30": "35.00",
"is_refund": 0
}
],
"total": 2
}