When trying to read or write data to and from a long text field via the API, I am loosing the newlines.
This is an example of what I have in the field:
When reading the content through the API, I am getting this:
Also, when writing \n to the field via the API it get's stored literally, i.e., is not translated into linebreaks:
I cannot find any hint how to encode newlines in the API docs or the forum.
Any help would be highly appreciated.