How to return the (webhook) request JSON body

Quick how-to:

If you need to use the body of an incoming request (in JSON), for example when working with webhooks and authenticating them.
You can use:

$_POST.toJSON()
Community Page
Last updated: