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