use api to edit assistant config to:
{
"voice": {
"provider": "custom-voice",
"server": {
"url": "https://your-tts-api.com/synthesize",
"credentialId": "cred_tts_auth_123",
"timeoutSeconds": 30
}
}
}
using my cloud servers url and the bearer token's cred id?