go to documentation
Render and stream back report
POST: {{>~getCurrentLocation()}}api/report
HEADERS: Content-Type: application/json
BODY: {
   "template": { "shortid" : "{{:shortid}}" },
   "data": { "aProperty": "value" }
}

You can also identify template with name instead of shortid.
Complex body with overrides