Authorization: Bearer ********************
curl --location --request GET '地图数据格式' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}'
{
"id": 1,
"latitude": 37.7749,
"longitude": -122.4194,
"iconPath": "/images/marker.png",
"width": 50,
"height": 50,
"callout": {
"content": "这是一个标记点",
"color": "#000000",
"fontSize": 14,
"borderRadius": 10,
"bgColor": "#ffffff",
"padding": 10,
"display": "ALWAYS"
}
}