curl --location '/openapi/v0.1/flight-task//track' \
--header 'X-Request-Id;' \
--header 'X-Language: zh' \
--header 'X-Project-Uuid: {{X-Project-Uuid}}'{
"code": 0,
"message": "OK",
"data": {
"name": "",
"wayline_uuid": "",
"track": {
"track_id": "",
"drone_sn": "",
"flight_distance": 100,
"flight_duration": 10,
"points": [
{
"timestamp": 123456789,
"latitude": 11.1,
"longitude": 22.2,
"height": 33.3
}
]
}
}
}