app-key: ********************{
"workflow_type": "string",
"params": {
"property1": "string",
"property2": "string"
}
}curl --location 'https://api.jieshuo.cn/v1/workflows/validate' \
--header 'x-code;' \
--header 'app-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"workflow_type": "string",
"params": {
"property1": "string",
"property2": "string"
}
}'{
"code": 10000,
"message": "Success",
"data": {
"workflow_type": "string",
"valid": true,
"steps": [
{
"step": "string",
"valid": true,
"issues": [
{
"field": "string",
"file_id": "string",
"error": "string"
}
]
}
]
}
}