Creates one or more contexts within a project. Contexts can be used to organize logs
and artifacts within a project.If is_versioned=True, all logs in this context will be versioned and mutable.
The context version will increment automatically when logs are added, updated, or removed.The context can be provided as:
A string (which will be used as the name with no description)
A ContextCreateRequest object with name and description fields
A list of strings for batch creation
A list of ContextCreateRequest objects for batch creation