ASP.NET: Server Action - API Action - Breaks When Body is Empty

Hi.
Building upon the neglected & unaddressed issue which I had posted earlier (ASP.NET: Non-Json Response in API Action)… I now see that the server action API worksONLY if the response is a JSON. It does not even handle the response being empty, let alone other response types.

I have an API which returns 401 on incorrect token/credentials, and the response does not have any body configured, which is normal. 401 does not necessarily have to return a response.

Please provide a fix or workaround for this.

Check if this is solved now in the latest Wappler 2.3.5