For the full list of available options, view the interactive api documentation
curl --request POST \ --url https://api.anchorbrowser.io/api/sessions \ --header 'Content-Type: application/json' \ --header 'anchor-api-key: <api-key>' \ --data '{ "proxy_config": { "type": "anchor-residential", "active": true } }'
curl --request POST \ --url https://api.anchorbrowser.io/api/sessions \ --header 'Content-Type: application/json' \ --header 'anchor-api-key: <api-key>' \ --data '{ "proxy_config": { "type": "custom", "server": "proxy-server", "username": "proxy-username", "password": "proxy-password", "active": true } }'