curl --location --request PUT 'https://api.async.ai/voices/' \
--header 'x-api-key: <api-key>' \
--header 'version: v1' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Voice 1",
"description": "Happy voice with british accent"
}'{}