/region/listGETGET /region/list[
{
"id": 1,
"slug": "europe",
"name": {
"en": "Europe",
"fr": "Europe"
},
"isActive": true
},
{
"id": 2,
"slug": "asia",
"name": {
"en": "Asia",
"fr": "Asie"
},
"isActive": true
},
{
"id": 4,
"slug": "north-america",
"name": {
"en": "North America",
"fr": "Amérique du Nord"
},
"isActive": true
}
]200 OK: Successfully retrieved the list of regions.500 Internal Server Error: Server error.