Making a POST Request with a Non-JSON Body in Effect Typescript

How do you make a POST request with a non-JSON body? Even a simple S.String payload seems to be wrapped in quotes to JSON-ify it (e.g. "foo" instead of foo) and HttpApiServer.withEncoding as described in the docs has no effect whatsoever
Was this page helpful?