アクセント調整なく、テキストを読み上げwavファイルとして出力する変換する場合は、以下のようなリクエストで実現できます。話者はつくよみちゃんのれいせいスタイルを選択しております。
curl -X 'POST' \
'http://localhost:50032/v1/synthesis' \
-H 'accept: audio/wav' \
-H 'Content-Type: application/json' \
-d '{
"volumeScale": 1,
"pitchScale": 0,
"intonationScale": 1,
"prePhonemeLength": 0,
"postPhonemeLength": 0,
"outputSamplingRate": 44100,
"sampledIntervalValue": 0,
"adjustedF0": [],
"processingAlgorithm": "coeiroink",
"startTrimBuffer": 0,
"endTrimBuffer": 0,
"speakerUuid": "3c37646f-3881-5374-2a83-149267990abc",
"styleId": 0,
"text": "今日はいい天気ですね",
"prosodyDetail": [],
"speedScale": 1
}' > output.wav