{
"content": {
"type": "string",
"geometry": {
"clampToGround": true,
"color": "string"
},
"properties": {
"coordinates": {},
"type": "string"
}
},
"name": "string"
}
curl --location -g --request POST '/map/sdk/v1/groups/{{group_id}}/elements' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": {
"type": "string",
"geometry": {
"clampToGround": true,
"color": "string"
},
"properties": {
"coordinates": {},
"type": "string"
}
},
"name": "string"
}'
{
"code": 0,
"message": "",
"data": {
"id": "string"
}
}