{
"name": "string",
"rank": 0,
"ip": "string",
"location": "string",
"countryCode": "string",
"proxyIp": "string",
"browserConfig": {
"property1": "string",
"property2": "string"
}
}curl --location '/api/v2/channels/account-groups' \
--header 'Content-Type: application/json' \
--data '{
"name": "string",
"rank": 0,
"ip": "string",
"location": "string",
"countryCode": "string",
"proxyIp": "string",
"browserConfig": {
"property1": "string",
"property2": "string"
}
}'{
"data": {
"id": "string",
"name": "string",
"rank": 0,
"ip": "string",
"location": "string",
"countryCode": "string",
"proxyIp": "string",
"isDefault": true,
"hasBrowserConfig": true,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
},
"code": 0,
"message": "string",
"requestId": "string"
}