pub async fn sync_to_solid_pod(
pod_url: String,
body_or_path: Option<String>,
bearer_token: Option<String>,
) -> Result<String, String>Expand description
Sync: if body_or_path is a path to an existing file, upload it; else treat as Turtle body.