curl --request PUT \
--url https://api.comm.com/api/v1/voice/accounts/{account} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"twilio_account_sid": "<string>",
"twilio_auth_token": "<string>",
"default_voice_id": "<string>",
"region": "us1"
}
'