{
"deployId": "string",
"formKey": "string",
"nodeKey": "string",
"formName": "string",
"nodeName": "string",
"content": "string"
}
curl --location --request POST 'http://localhost:8027/workflow/form/addDeployForm' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"deployId": "string",
"formKey": "string",
"nodeKey": "string",
"formName": "string",
"nodeName": "string",
"content": "string"
}'
{
"code": 0,
"msg": "string",
"data": {}
}