fn parse_bearer(header_value: &str) -> Option<&str>
Extracts the bearer token from an Authorization header value.
Authorization