curl --location --request POST '/v1.33/configs//update?version=' \
--header 'Content-Type: application/json' \
--data-raw '{
"Data": "string",
"Labels": {
"property1": "string",
"property2": "string"
},
"Name": "string"
}'
{}