{
"name": "nfz-2025-09-16 16:13",
"type": "nfz",
"content": {
"type": "Feature",
"properties": {
"color": "#FF0000"
},
"geometry": {
"type": "Circle",
"coordinates": [
114.35479024407141,
22.807740578894265
],
"radius": 276.3770453475632
}
}
}curl --location --request POST '/openapi/v0.9/map/api/v1/workspaces//flight-areas' \
--header 'x-user-token: {{x-user-token}}' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "nfz-2025-09-16 16:13",
"type": "nfz",
"content": {
"type": "Feature",
"properties": {
"color": "#FF0000"
},
"geometry": {
"type": "Circle",
"coordinates": [
114.35479024407141,
22.807740578894265
],
"radius": 276.3770453475632
}
}
}'{
"code": 0,
"message": "string",
"data": {
"id": "string",
"name": "string"
}
}