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