Much appreciated if someone could provide an example of a body you would send when initializing a Backend workflow API.
I’m sending
{
“event”: “string”,
“module”: “string”,
“api_key”: “string”,
“data”: “object”
}
But it detects it as:
Much appreciated if someone could provide an example of a body you would send when initializing a Backend workflow API.
I’m sending
{
“event”: “string”,
“module”: “string”,
“api_key”: “string”,
“data”: “object”
}
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.
You got it, sir!
Thank you @pork1977gm!