[
  {
    "id": "1",
    "name": "CJDR",
    "brands": [
      "Jeep",
      "Ram"
    ],
    "is_active": true,
    "created_at": "2026-08-23T00:00:00.000Z",
    "updated_at": "2026-08-23T00:00:00.000Z"
  },
  {
    "id": "2",
    "name": "FJDR",
    "brands": [
      "Fiat",
      "Jeep",
      "Ram"
    ],
    "is_active": true,
    "created_at": "2026-08-23T00:00:00.000Z",
    "updated_at": "2026-08-23T00:00:00.000Z"
  },
  {
    "id": "3",
    "name": "LEAPMOTOR",
    "brands": [
      "Leapmotor"
    ],
    "is_active": true,
    "created_at": "2026-08-23T00:00:00.000Z",
    "updated_at": "2026-08-23T00:00:00.000Z"
  },
  {
    "id": "4",
    "name": "PCDO",
    "brands": [
      "Peugeot",
      "Citroën",
      "DS",
      "Opel"
    ],
    "is_active": true,
    "created_at": "2026-08-23T00:00:00.000Z",
    "updated_at": "2026-08-23T00:00:00.000Z"
  },
  {
    "id": "5",
    "name": "STELLANTIS",
    "brands": [
      "Fiat",
      "Jeep",
      "Ram",
      "Peugeot",
      "Citroën",
      "Opel",
      "DS",
      "Leapmotor"
    ],
    "is_active": true,
    "created_at": "2026-08-23T00:00:00.000Z",
    "updated_at": "2026-08-23T00:00:00.000Z"
  }
]