curl https://tts.mimi.fd.ai/speech_synthesis -H "Authorization: Bearer ##-##- ##" -d text=今日の天気は晴れです -d engine=nict -d lang=ja > test4.wav
機械翻訳は以下で動作せず「Unauthorized」が戻ってきます。
curl https://sandbox-mt.mimi.fd.ai/machine_translation -H "Authorization: Bearer ##-##- ##" -d text=こんにちは -d source_lang=ja -d target_lang=en
どこか間違っているのでしょうか。なお、アクセストークンは同じものを使用しています。