I am writing a basic WebReport to modify document attributes. However, the specific data IDs I want to modify are being sent as a JSON object in the raw body of an API request. How can I use a WebReport (or live report) to accept the JSON object and apply WebReport tags?
The body of the API is formatted like this:
{
"IDs":["123", "456", "789"]
}