X-User-Token: ********************
{
"name": "dji_tiankongzhicheng",
"desc": "dji company",
"resource": {
"type": 0,
"content": {
"type": "Feature",
"properties": {
"color": "#2D8CF0",
"clampToGround": true
},
"geometry": {
"type": "Point",
"coordinates": [
108.42625652534299,
30.59263023356542,
0
]
}
}
}
}
curl --location --request POST 'https://es-flight-api-cn.djigate.com/openapi/v0.1/map/element' \
--header 'X-Request-Id: {{$string.uuid}}' \
--header 'X-Language: zh' \
--header 'X-Project-Uuid: {{X-Project-Uuid}}' \
--header 'Content-Type: application/json' \
--header 'X-User-Token;' \
--data-raw '{
"name": "dji_tiankongzhicheng",
"desc": "dji company",
"resource": {
"type": 0,
"content": {
"type": "Feature",
"properties": {
"color": "#2D8CF0",
"clampToGround": true
},
"geometry": {
"type": "Point",
"coordinates": [
108.42625652534299,
30.59263023356542,
0
]
}
}
}
}'
{
"code": 0,
"message": "success",
"data": {
"id": "cdb6f644-8925-463d-8977-564e866d7e86"
}
}