curl --location --request POST 'https://api.hiveflow.ai/api/flows//nodes//validate'
{
"success": true,
"valid": true,
"errors": [
{
"field": "string",
"message": "string",
"severity": "error"
}
],
"warnings": [
{
"field": "string",
"message": "string"
}
]
}