pub async fn post_user( client: &Client, opts: &ManagementOpts, hostname: &str, username: &str, password: &str, is_superuser: bool, ) -> Result<(), ErrResp>
To create an account.