curl --location '/manage/api/v1/drone-model/list' \
--header 'x-auth-token: {{token}}'{
"code": 0,
"message": "",
"data": [
{
"code": "",
"name": "",
"shortName": "",
"dockGeneration": 0,
"dockGenerationDesc": "",
"cameraTypes": [
{
"code": "",
"name": "",
"sensorWidth": 0.0,
"sensorHeight": 0.0,
"focalLength": 0.0,
"pixelSize": 0.0,
"resolutionWidth": 0,
"resolutionHeight": 0,
"equivalentFocalLength": 0.0,
"zoomRatio": 0
}
]
}
]
}