pub async fn fetch_status(
api_base_override: Option<&str>,
) -> Result<Option<String>, String>Expand description
Fetch the Parslee session JSON for the stored token. Returns the
raw response body (the caller renders it). Ok(None) = not signed in.