{
"Proxy": {
"ProxyIp": "string",
"ProxyPassword": "string",
"ProxyUser": "string"
},
"Wxid": "string"
}
curl --location --request POST '/SetProxy' \
--header 'Content-Type: application/json' \
--data-raw '{
"Proxy": {
"ProxyIp": "string",
"ProxyPassword": "string",
"ProxyUser": "string"
},
"Wxid": "string"
}'
{
"Code": 0,
"Data": null,
"Message": "string",
"Success": true
}