Proxies
Create a proxy
Create a new proxy configuration in the resolved project.
post/proxies
Request body
Example request
{
"config": {
"country": "US"
}
}Response
Proxy created successfully
Example response
{
"ip_address": "192.168.1.1",
"config": {
"country": "US"
}
}