Create a new version of an existing code evaluation criteria. The version is not deployed until published.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
CreateCodeEvalVersionResponse(id: uuid.UUID, version_number: int, eval_code: Optional[str], criteria_type: shared.sqlalchemy.models.AutoEvalCriteriaType, is_deployed: bool, created_at: str)