Extracts the request body from a JSON request
req_body_json(req, ...)
The R object representation of the body's JSON content
A request object
Additional arguments to pass to fromJSON
when parsing the request body. This will only be used the first time the
request body is parsed. Subsequent calls will return the cached result.