curl --request PATCH \
--url https://api.example.com/trunks/{id} \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"openai_api_key": "<string>",
"elevenlabs_api_key": "<string>",
"elevenlabs_agent_id": "<string>",
"custom_endpoint": "<string>",
"system_prompt": "<string>"
}
'