JSON Path not working in RichTextEditor

Hello,
I want to translate text from a RichTextEditor1 via Google Translate API and output the translation in RichTextEditor2.
The API call to translate works, because I see the translated text in the response body of API1.
But now when I want to output this translation in RichTextEditor2, I get an error message (screenshot).

How to fix this?
Thanks!

Hey, Appsmith uses the data key to access the response, Since your response also has the data key, the following will work

{{Api1.data.data.translations}}