curl --location --request PUT 'https://api.youratlas.com/v1/api/agent//' \
--header 'api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"Name": "string",
"AgentTypeName": "string",
"PreScript": "string",
"PostScript": "string",
"Language": "string",
"VoiceId": "string",
"AtlasVoiceId": "string",
"Model": "string",
"Provider": "11labs",
"Stability": 0,
"SimilarityBoost": 0,
"BackgroundSound": "string",
"Pitch": 0,
"Speed": 0,
"Region": "string",
"Volume": 0,
"LanguageBoost": "string",
"FillerInjectionEnabled": true,
"TextNormalizationEnabled": true
}'