Some of my routes have a required JSON request body. oax doesn't show which parameters are needed in the request body, rather it only shows the comment from the request body, which isn't enough information to make a successful request.
The code examples also don't show sending a request body at all, which they should show, otherwise they are showing an incorrect and incomplete request example.
And is there a way to show the code examples using the standard fetch() instead of axios and angular, which I think should be deprecated now that we have fetch?