{
"processInstanceId": "string",
"variableName": "string",
"dataType": "String",
"content": "string"
}
curl --location -g --request POST 'http://{{ip}}:9000/process-service/processInstance/variable' \
--header 'Authorization: {{AUTH_TOKEN}}' \
--header 'ip: {{ip}}' \
--header 'X-Request-client-type: PC' \
--header 'Content-Type: application/json' \
--data-raw '{
"processInstanceId": "string",
"variableName": "string",
"dataType": "String",
"content": "string"
}'
{
"code": 0,
"msg": "string",
"data": {}
}