pub(crate) async fn get_profile_authenticated(
client: Client,
) -> Result<UserProfile>Expand description
This function calls the GET profile endpoint using the authenticated client. It should succeed even if the server requires auth for profile requests.