curl --request POST \
--url http://localhost:8080/proxy/set/{instanceName} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '
{
"enabled": true,
"proxyHost": "<string>",
"proxyPort": "<string>",
"proxyProtocol": "http",
"proxyUsername": "<string>",
"proxyPassword": "<string>"
}
'