Microsoft SharePoint v2 (Microsoft Graph API)

Hello.

I am trying to set a Sharepoint site as backup destination, and am reading the documentation here: https://duplicati.readthedocs.io/en/latest/05-storage-providers/#microsoft-sharepoint-v2-microsoft-graph-api

From what i understand from the documentation, it’s not necessary to retreive the site ID, if you provide the correct URL using this template:
sharepoint://{tenant}.sharepoint.com/{Path/To/Web}//{BaseDocLibrary}/{folder/subfolder}

My sharepoint tenant has the following URL
https://softogteknik.sharepoint.com/_layouts/15/sharepoint.aspx

And my site has the following URL
…/sites/duplicati_backup

Inside the site’s documents root is a folder named:
backup_job_6

I would be thankful if someone could give an example of how the URL could look:
sharepoint://{tenant}.sharepoint.com/{Path/To/Web}//{BaseDocLibrary}/{folder/subfolder}

I’m sure that {tenant} = softogteknik
But i don’t know what way to replace the following variables:
{Path/To/Web}
{BaseDocLibrary}
{folder/subfolder}

Thank you for the help.