pub fn format_authorization_by_bearer(token: &str) -> Result<String>
format authorization header by bearer token.
If input token is empty, function will return an unexpected error.