Since WASP does not support this, I created an api endpoint on wasp.main. It is POST endpoint with auth set to false. From the front end, I usethe fetch-event-source library so that I can send a body to the SSE endpoint (SSE normally only supports GET). When I send a request from the client, the server starts streaming the event. However, I see nothing on the front end or the developer network tab. Here is the front-end function that establishes the SSE connection: