pub fn validate_preview_token(db: &Database, token: &str) -> Result<Option<i64>>
Validate a preview token and return the associated content_id if valid.