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