also, there doesn't seem to be a way to print out the contents of the request's body for debugging... basically I want to make sure that the "json" that I "wroteJsonBody" to is formed correctly.

something like:
logInfo("%s", req.body);

thanks,
Josh