curl --request POST \
--url https://app.aptlystar.ai/api/v1/bot/playground/{id}/voice \
--header 'Authorization: <authorization>' \
--header 'Content-Type: */*' \
--data '{
"type": "<string>",
"enabled": true
}'
curl --request POST \
--url https://app.aptlystar.ai/api/v1/bot/playground/{id}/voice \
--header 'Authorization: <authorization>' \
--header 'Content-Type: */*' \
--data '{
"type": "<string>",
"enabled": true
}'