curl --location --request POST '/$$/terra//get2DSource' \
--header 'x-auth-token: {{token}}'{
"code": 0,
"message": "success",
"data": [
{
"id": 0,
"name": "",
"type": 0,
"size": 0,
"url": "",
"thumbnail": "",
"del": 0,
"dept_name": "",
"user_name": "",
"workspace_id": "",
"create_time": "",
"address": "",
"load_map": 0,
"geo_name": "",
"lng": "",
"lat": ""
}
]
}