{
"definitionId": "string",
"instanceId": 0,
"nodeKey": "string",
"assigned": [
{}
],
"message": "string",
"isSendNotice": true,
"isSystemSend": true,
"isAt": true
}
curl --location --request POST '/openservice/php/app/openworkflow/sendCopy?entId=apiceshiqiye&userId=apitest' \
--header 'X-Qpaas-Dev-Tags: ylh' \
--header 'Cookie: PHPSESSID=2b6bcd0d-8fbe-4dfc-86f7-1f52397d4b0a; access_token=2b6bcd0d-8fbe-4dfc-86f7-1f52397d4b0a' \
--header 'Content-Type: application/json' \
--data-raw '{
"definitionId": "string",
"instanceId": 0,
"nodeKey": "string",
"assigned": [
{}
],
"message": "string",
"isSendNotice": true,
"isSystemSend": true,
"isAt": true
}'
{
"status": 0,
"code": 0,
"msg": "string",
"result": true
}