cURL
curl --request POST \ --url https://api.goproxy.com/go-api/v1/subAccount/add \ --header 'Content-Type: application/json' \ --header 'apiKey: <apikey>' \ --data '{ "proxyType": 123, "username": "<string>", "password": "<string>", "trafficLimit": "<string>", "remarks": "<string>" }'
"Success"
Create a new sub-account (sub-user) under your main account.
Your API key for authentication.
Successful Response
The response is of type string.
string