pub async fn get_my_user_information<U: ToString>( user: U, query: &GetUserInformationQuery, auth: &OAuth, ) -> Result<UserInfo, Error>