Authorization: Bearer ********************curl --location --request POST '/text-to-speech/speech' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "string",
"voice": "string"
}'{}