{
"variables": [
{
"index": 1,
"variable_type": "GBool",
"value": "string",
"note": "string"
}
],
"save_to_file": true
}curl --location --request POST 'http://127.0.0.1:8088/api/utility/global_variable/update_global_variables' \
--header 'Content-Type: application/json' \
--data-raw '{
"variables": [
{
"index": 1,
"variable_type": "GBool",
"value": "string",
"note": "string"
}
],
"save_to_file": true
}'{}