Self-POST has been triggered, response below. POST again with default values.

[
  {
    "location": {
      "id": 1,
      "orgId": 4,
      "groupId": 1
    },
    "variables": {
      "BrandName": {
        "value": "StuffStor",
        "inheritance": "group"
      },
      "StoreHours": {
        "value": "24/7",
        "inheritance": "location"
      }
    }
  },
  {
    "location": {
      "id": 2,
      "orgId": 4,
      "groupId": 1
    },
    "variables": {
      "BrandName": {
        "value": "StuffStor",
        "inheritance": "group"
      },
      "StoreHours": {
        "value": "Monday - Friday: 9:00 am to 5:00 pm Saturday - Sunday: 10:00 am to 2:00 pm",
        "inheritance": "org"
      }
    }
  },
  {
    "location": {
      "id": 3,
      "orgId": 4,
      "groupId": 2
    },
    "variables": {
      "BrandName": {
        "value": "StorageHero",
        "inheritance": "group"
      },
      "StoreHours": {
        "value": "Monday - Friday: 8:00 am to 4:00 pm Saturday: 10:00 am to 2:00 pm Sunday: Closed",
        "inheritance": "group"
      }
    }
  }
]