Accepting raw body
Is it possible to just accept the entire POST body as a single variable?
Something like:
Example input:
When I run it, it says the input arguments are this, but I can't define these as the parameter names in the function, it's invalid javascript.