post New Variant
@PostMapping(value = ["model/variant" ], produces = ["application/xml" ] )
Create a new variant. If an existing variant is specified, the new variant will be initialized with a copy of the model. If no existing variant is specified, a new empty variant with the given name is constructed.