{
"object_key": "4db7567e-03d5-47dd-a64e-c9e5d0030e18/新建航点航线(200).kmz",
"name": "新建航点航线(200)",
"file_source": 1,
"file_type": 5,
"model_files_key": [],
"model_files_id": [],
"parent_id": "e643f7dc-1105-4397-9670-019ab50bcee0",
"with_megaphone": false,
"with_search_light": false,
"model_files_uuid": []
}
curl --location --request POST '/openapi/v0.9/wayline/api/v1/workspaces//upload-callback' \
--header 'x-user-token;' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}' \
--header 'Content-Type: application/json' \
--data-raw '{
"object_key": "4db7567e-03d5-47dd-a64e-c9e5d0030e18/新建航点航线(200).kmz",
"name": "新建航点航线(200)",
"file_source": 1,
"file_type": 5,
"model_files_key": [],
"model_files_id": [],
"parent_id": "e643f7dc-1105-4397-9670-019ab50bcee0",
"with_megaphone": false,
"with_search_light": false,
"model_files_uuid": []
}'
{
"code": 0,
"message": "success",
"data": {
"key": "4db7567e-03d5-47dd-a64e-c9e5d0030e18/新建航点航线.kmz",
"name": "新建航点航线",
"uuid": "e643f7dc-1105-4397-9670-019ab50bcee0",
"request_id": "6561e9db-676c-431c-892a-962760a0e0b9"
}
}