#### Description The `.api` method should allow different `content-type`. Right now, it's only allowing `application/json` and forcing the `body` to be stringified. Let's discuss the better approach to handle it. #### Related issues - #7
Description
The
.apimethod should allow differentcontent-type. Right now, it's only allowingapplication/jsonand forcing thebodyto be stringified.Let's discuss the better approach to handle it.
Related issues