{
"circle_radius": 10,
"device_sn": "SN123456",
"payload_index": 0,
"poi_center_point": {
"height": 100,
"latitude": 39.9042,
"longitude": 116.4074
},
"speed": 5
}curl --location --request POST '/openapi/v0.9/task/api/v1/workspaces//flight-tasks/poi-enter' \
--header 'x-user-token: {{x-user-token}}' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}' \
--header 'Content-Type: application/json' \
--data-raw '{
"circle_radius": 10,
"device_sn": "SN123456",
"payload_index": 0,
"poi_center_point": {
"height": 100,
"latitude": 39.9042,
"longitude": 116.4074
},
"speed": 5
}'{
"code": 0,
"message": "string",
"data": {
"flight_id": "string",
"fly_to_id": "string"
}
}