pub async fn get_user(
configuration: &Configuration,
workspace: &str,
username: &str,
) -> Result<User, Error<GetUserError>>
pub async fn get_user(
configuration: &Configuration,
workspace: &str,
username: &str,
) -> Result<User, Error<GetUserError>>