{
"flight_task_ids": [
"4dbc6ef2-0e3c-4d47-8b32-552a44f573c5"
],
"file_name": "flight_task_export_20240320",
"file_type": [
"PDF"
],
"content_type": "summary",
"metrics": [
"flight_time"
],
"time_zone": "UTC",
"locale": "en_US"
}curl --location --request POST '/openapi/v0.9/task/api/v2/workspaces//flight-tasks/export' \
--header 'x-user-token: {{x-user-token}}' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}' \
--header 'Content-Type: application/json' \
--data-raw '{
"flight_task_ids": [
"4dbc6ef2-0e3c-4d47-8b32-552a44f573c5"
],
"file_name": "flight_task_export_20240320",
"file_type": [
"PDF"
],
"content_type": "summary",
"metrics": [
"flight_time"
],
"time_zone": "UTC",
"locale": "en_US"
}'{
"code": 0,
"message": "string",
"data": {}
}