Authorization: Bearer ********************curl --location -g --request POST 'https://awqacore01.crexendocloud.com/ns-api/v2/domains/{{domain}}/users//voices' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"script": "string",
"voice_language": "en-US",
"voice_id": "en-US-Wavenet-C"
}'{
"code": 0,
"message": "string"
}