{
"media_folder_name": "机场-FLY-TO-2025-05-14 14:47:23 (UTC+08)",
"security_takeoff_height": 20,
"device_sn": "8UUD0000000000",
"max_speed": 14,
"out_of_control_action": "ReturnHome",
"rth_altitude": 153,
"target_height": 230.45547435549125,
"target_latitude": 22.794232709,
"target_longitude": 114.353038826,
"takeoff_mode": "TakeoffWithFlyTo",
"commander_flight_mode": 1,
"commander_flight_height": 153,
"rth_mode": 1
}curl --location --request POST '/openapi/v0.9/task/api/v1/workspaces//flight-tasks/drone-take-off' \
--header 'x-user-token: {{x-user-token}}' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}' \
--header 'Content-Type: application/json' \
--data-raw '{
"media_folder_name": "机场-FLY-TO-2025-05-14 14:47:23 (UTC+08)",
"security_takeoff_height": 20,
"device_sn": "8UUD0000000000",
"max_speed": 14,
"out_of_control_action": "ReturnHome",
"rth_altitude": 153,
"target_height": 230.45547435549125,
"target_latitude": 22.794232709,
"target_longitude": 114.353038826,
"takeoff_mode": "TakeoffWithFlyTo",
"commander_flight_mode": 1,
"commander_flight_height": 153,
"rth_mode": 1
}'{
"code": 0,
"message": "success",
"data": {
"flight_id": "a1eafdfa-be52-4af1-b4fd-000000000000",
"fly_to_id": "d4527663-4f97-4df5-ad93-000000000000"
}
}