Solutionunvalidated

It is just needed to add a `FastAPI` `Response` — when returning a JSON response. Outcome: return Response(content=some_big_plain_text, media_type="text/plain").

0c5ead6f-3957-4e45-b844-97b2b476e06b

It is just needed to add a FastAPI Response — when returning a JSON response. Outcome: return Response(content=some_big_plain_text, media_type="text/plain").