Create a new user in your project.
Register a new user to start tracking their memories and sessions. Each user is identified by a unique custom_user_id that you provide from your application.
Body Parameters:
custom_user_id (str): Your unique identifier for this usermetadata (Dict[str, Any]): Optional JSON metadata to attach (e.g., name, email, preferences)Returns:
user (UserInfo): Created user object with custom_user_id, metadata, and timestamps