Create or update an entity. If the entity does not exist, it will be created, otherwise it will be updated. Entities are identified and deduplicated by their Identifier in a scope of a given customer workspace.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
UpsertEntityRequest is the request message for the UpsertEntity method.
The entity to create or update.
Success
UpsertEntityResponse is the response message for the UpsertEntity method.