curl --location --request GET '/openapi/v0.9/drc/api/v2/projects/4dbc6ef2-0e3c-4d47-8b32-552a44f573c5/flight-tasks/in-flight?sn=1581F8HHD24B10010084' \
--header 'x-user-token: {{x-user-token}}' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}'{
"code": 0,
"message": "string",
"data": {
"flight_id": "string",
"flight_task_data": {},
"flight_type": 0,
"in_flight_task": {
"err_code": 0,
"progress_percent": 0,
"status": 0,
"task_name": "string",
"user_id": "string",
"uuid": "string",
"way_point_index": 0,
"wayline_duration": 0,
"wayline_id": "string",
"wayline_length": 0
},
"sn": "string"
}
}