pub async fn fetch_from_solid_pod( url: String, bearer_token: Option<String>, ) -> Result<Value, String>
Consumer: fetch a Solid LDP resource and return status + Turtle body + Quin count.