{
"applicationId": "string",
"eventList": [
{
"variableName": "string",
"event": "string"
}
]
}curl --location --request POST 'http://127.0.0.1:8088/api/qdesigner/application/update_variable_events' \
--header 'Content-Type: application/json' \
--data-raw '{
"applicationId": "string",
"eventList": [
{
"variableName": "string",
"event": "string"
}
]
}'{}