Есть такой запрос(заменил токен)
curl --location 'https://texttospeech.googleapis.com/v1beta1/text:synthesize' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer token123' \
--data '{
"audioConfig": {
"audioEncoding": "LINEAR16",
"effectsProfileId": [
"small-bluetooth-speaker-class-device"
],
"pitch": 0,
"speakingRate": 1
},
"input": {
"text": "Welcome to the club,"
},
"voice": {
"languageCode": "en-US",
"name": "en-US-Neural2-J"
}
}'
Запрос не работает. Как сделать так, чтобы он заработал. Куда слать и какой запрос, что заработало api