curl --request PATCH \ --url https://tavusapi.com/v2/personas/{persona_id} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '[ { "op": "add", "path": "/layers/llm/model", "value": "tavus-llama" } ]'
The body is of type object[].
object[]
OK