Parses the request body and exposes it in a callback.
options are the following:
parse: (required) booleanoutput: (required) 'data', 'stream', 'file'maxBytes: intoverride: stringdefaultContentType: stringallow: string, only allow a certain media typetimeout: integer, limit time spent buffering requestqs: object, to pass into the qs moduleuploads: string, directory for file uploadsdecoders: an object mapping content-encoding names to their corresponding decoder functionscompression: an object mapping content-encoding names to their corresponding options passed to thedecodersfunctions