Detect data, Backend API workflow - What data goes in the body?

Much appreciated if someone could provide an example of a body you would send when initializing a Backend workflow API.
image

I’m sending
{
“event”: “string”,
“module”: “string”,
“api_key”: “string”,
“data”: “object”
}

image

But it detects it as:

That’s a new one, not seen that before! In your screenshot there, you have some blue text which says “Text”, change that to JSON then hit the Send button again.

1 Like

You got it, sir!
Thank you @pork1977gm!