{
  "data": {
    "@odata.context": "https://api.powerbi.com/v1.0/myorg/$metadata#groups",
    "value": [
      {
        "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
        "name": "Sales and Marketing",
        "isReadOnly": false,
        "isOnDedicatedCapacity": true,
        "capacityId": "b2c3d4e5-f6a7-8901-bcde-f12345678901",
        "defaultDatasetStorageFormat": "Small",
        "dataflowStorageId": null
      },
      {
        "id": "b3c4d5e6-f7a8-9012-cdef-123456789012",
        "name": "Finance Workspace",
        "isReadOnly": false,
        "isOnDedicatedCapacity": false,
        "capacityId": null,
        "defaultDatasetStorageFormat": "Small",
        "dataflowStorageId": null
      },
      {
        "id": "c4d5e6f7-a890-1234-defg-234567890123",
        "name": "Engineering Team",
        "isReadOnly": true,
        "isOnDedicatedCapacity": true,
        "capacityId": "b2c3d4e5-f6a7-8901-bcde-f12345678901",
        "defaultDatasetStorageFormat": "Large",
        "dataflowStorageId": "d5e6f7a8-9012-3456-efgh-345678901234"
      }
    ]
  }
}