This endpoint renames a single Replica by its unique identifier.
curl --request PATCH \ --url https://tavusapi.com/v2/replicas/{replica_id}/name \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "replica_name": "" }'