Extracts the request body from a JSON request
Arguments
- req
A request object
- ...
Additional arguments to pass to
fromJSONwhen parsing the request body. This will only be used the first time the request body is parsed. Subsequent calls will return the cached result.