pub async fn create_user(
    configuration: &Configuration,
    authorization: Option<&str>
) -> Result<UserResponse, Error<CreateUserError>>
Expand description

Usually ran after login and will do the following: - If no user exists (AKA signed in with social media) it will create a new user and default participant - If a user exists, sync Cognito data from Cognito to the user - Determine missing fields that SHOULD be filled