The list of available regions for Rotating can be accessed via API
Path: /ip/open-api/dynamic-user-region
Method: GET
Interface description:Get the list of available regions for Rotating.
Retrun data:
{
    "data": {
            "country": "Bengal",
            "country_code": "BD",
            "state_code": "Dhaka",
            "city_code": "Dhaka"
    },
    "code": 0,
    "msg": "Success"
}
字段说明:
| country_code | Country code | 
| state_code | State/Province code | 
| city_code | City code | 
| country | Country name | 
