Regions
Regions are a way to group facilities so that they can be compared easier. They belong to a single account and their name must be unique within the account.
They simply consist of an identifier and a name.
This is what a region returned by the API might look like:
{
id: "93bac092-292a-aecc-1930-1293bac92819a,
name: "Test Region",
account_id: "293f191b-f2e6-4dde-bcab-00b10fdb8cf4"
}