curl --location --request POST 'http://prod-cn.your-api-server.com/api/dist' \
--header 'Content-Type: application/json' \
--data-raw '{
"Content":"深圳市龙岗区坂田街道长坑路西2巷2号202 黄大大 18273778575"
}'
{
"EBusinessID": "1279441",
"Data": {
"ProvinceName": "广东省",
"StreetName": "坂田街道",
"Address": "长坑路西2巷2号202",
"CityName": "深圳市",
"ExpAreaName": "龙岗区",
"Mobile": "18273778575",
"Name": "黄大大"
},
"Success": true,
"Reason": "解析成功",
"ResultCode": "100"
}