Country Region REST Endpoints

Admin/Country Region
Endpoints for read operations on Country and its states and regions
addCountries
Method: post
Path: /ccadmin/v1/countries/addCountries
addRegions
Method: post
Path: /ccadmin/v1/countries/{id}/addRegions
deleteCountries
Method: post
Path: /ccadmin/v1/countries/deleteCountries
deleteCountry
Method: delete
Path: /ccadmin/v1/countries/{id}
deleteRegions
Method: post
Path: /ccadmin/v1/countries/{id}/deleteRegions
getCountryRegions
Method: get
Path: /ccadmin/v1/countries/{id}
listCountries
Method: get
Path: /ccadmin/v1/countries
updateCountryRegions
Method: put
Path: /ccadmin/v1/countries/{id}