{
"element": {
"_config": null,
"id": "string",
"type": "string"
},
"flow": "string"
}
curl --location --request POST '/engine/debug' \
--header 'Authorization: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"element": {
"_config": null,
"id": "string",
"type": "string"
},
"flow": "string"
}'
{
"logs": [
{
"level": "string",
"msg": "string",
"time": "string"
}
],
"value": {}
}