{
"BlackList": [
"string"
],
"Id": "",
"Location": {
"City": "",
"Latitude": "",
"Longitude": "",
"PoiAddress": "",
"PoiClassifyID": "",
"PoiClassifyType": 0,
"PoiName": ""
},
"LocationVal": 0
}
curl --location --request POST '/sns/SendOneIdCircle' \
--header 'Content-Type: application/json' \
--data-raw '{
"BlackList": [
"string"
],
"Id": "",
"Location": {
"City": "",
"Latitude": "",
"Longitude": "",
"PoiAddress": "",
"PoiClassifyID": "",
"PoiClassifyType": 0,
"PoiName": ""
},
"LocationVal": 0
}'
{}