curl --request POST \
--url https://{api_endpoint}/api/v1/orchestrate/agents/{agent_id}/environment \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"description": "<string>",
"voice": {
"enable_on_homepage": false
},
"current_version": 123
}
'