How can I read the data from a Synology NAS that passed away leaving me with 3 BTRFS drives in a RAID configuration?

I had a Synology NAS that passed away leaving me with 3 BTRFS drives in a RAID configuration that I can’t read anymore.

I followed the Synology tutorial but the output of cat /proc/mdstat was

Personalities :
md2 : inactive dm-2[2](S) dm-1[0](S) dm-0[1](S)
      2761369344 blocks super 1.2

unused devices: <none>

And no output for “`. So I tried mount /dev/md2 /home/user/backupNAS -o ro which gave me this:

mount: /home/user/backupNAS : can't read superblock on /dev/md2.

Also the result of lsblk output is:

root@user-desktop:~# lsblk -o size,name,fstype,label,mountpoint
  SIZE NAME                    FSTYPE            LABEL        MOUNTPOINT
 12.2M loop0                   squashfs                       /snap/gnome-characters/69
 86.6M loop1                   squashfs                       /snap/core/4486
  1.6M loop2                   squashfs                       /snap/gnome-calculator/154
  3.3M loop3                   squashfs                       /snap/gnome-system-monitor/36
   21M loop4                   squashfs                       /snap/gnome-logs/25
  140M loop5                   squashfs                       /snap/gnome-3-26-1604/59
  1.8T sda                     btrfs                          
    8G ├─sda1                  btrfs                          
    2G ├─sda2                  btrfs                          
  1.8T └─sda3                  linux_raid_member itoopronas:2
  1.8T   └─osprober-linux-sda3 linux_raid_member itoopronas:2
465.8G sdb                                                    
    8G ├─sdb1                  ext4              1.44.1-72806
    2G ├─sdb2                  swap                          
455.5G └─sdb3                  linux_raid_member itoopronas:2
455.5G   └─osprober-linux-sdb3 linux_raid_member itoopronas:2
335.4G sdc                                                    
    8G ├─sdc1                  linux_raid_member              
    2G ├─sdc2                  swap                          
325.1G └─sdc3                  linux_raid_member itoopronas:2
325.1G   └─osprober-linux-sdc3 linux_raid_member itoopronas:2
238.5G nvme0n1                                                
  512M ├─nvme0n1p1             vfat                           /boot/efi
  238G └─nvme0n1p2             ext4                           /
root@user-desktop:~# mkdir /mnt/md2

I hope someone can help me. I have 1.5 TB worth of data on those drives.