Responses from the /fastgpt endpoint return strings with newlines in them. Multi-line strings aren't valid JSON so JSON parsers are unable to parse the responses, so I'm not able to do much with the API itself.
I think the most obvious fix would be for the newlines to be replaced with literal "\n"s?
I'd expect the strings to not have new lines, since multi-line strings are not valid JSON.