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