{
  "data": [
      {
      "action": "create",
      "resourceKind": "datasource",
      "body": {
          "type": "virtual",
          "name": "my_data_source"
      }
      },
      {
      "action": "create",
      "resourceKind": "datasource",
      "body": {
          "name": "my_second_data_source",
          "type": "managed",
          "externalId": "id-from-some-other-system-1"
      }
      },
      {
      "action": "create",
      "resourceKind": "bireport",
      "body": {
          "displayName": "My BI report",
          "externalId": "id-from-some-other-system-2"
      }
      },
      {
      "action": "create",
      "resourceKind": "usecase",
      "body": {
          "displayName": "My use case",
          "externalId": "id-from-some-other-system-3"
      }
      }
  ]
}