{
"default_name": "string",
"drone_sn": "string",
"exit_wayline_when_rc_lost": 0,
"gateway_sn": "string",
"out_of_control_action": 0,
"rth_altitude": 0,
"rth_mode": 0,
"task_name": "string",
"wayline_duration": 0,
"wayline_length": 0,
"wayline_precision_type": 0,
"wayline_uuid": "string"
}curl --location --request POST '/openapi/v0.9/drc/api/v2/projects/4dbc6ef2-0e3c-4d47-8b32-552a44f573c5/flight-tasks/in-flight-way-line-task' \
--header 'x-user-token: {{x-user-token}}' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}' \
--header 'Content-Type: application/json' \
--data-raw '{
"default_name": "string",
"drone_sn": "string",
"exit_wayline_when_rc_lost": 0,
"gateway_sn": "string",
"out_of_control_action": 0,
"rth_altitude": 0,
"rth_mode": 0,
"task_name": "string",
"wayline_duration": 0,
"wayline_length": 0,
"wayline_precision_type": 0,
"wayline_uuid": "string"
}'{
"code": 0,
"message": "string",
"data": {
"flight_task_id": "string",
"in_flight_way_line_task_id": "string"
}
}