{
"appId": "string"
}curl --location 'https://api.wekeapi.com/api/v1/proxy/getProxy' \
--header 'X-Access-Token;' \
--header 'Content-Type: application/json' \
--data '{
"appId": "string"
}'{
"code": 0,
"data": {
"proxyType": "string",
"proxyInfo": "string",
"attachInfo": "string"
},
"message": "OK"
}