Neuralk.users.create# Neuralk.users.create(email, firstname, lastname, password)# Create a new user in the Neuralk AI platform. Parameters: email (str) – The email address of the new user. firstname (str) – The first name of the new user. lastname (str) – The last name of the new user. password (str) – The password for the new user. Returns: The created user object. Return type: User Raises: NeuralkException – If user creation fails.