X-User-Token: ********************{
"device_sn": "8PHDM8D0010111"
}curl --location --request POST 'https://es-flight-api-cn.djigate.com/openapi/v1.0/manage/api/v1/organizations//manage-devices/cmds/query-server-info' \
--header 'X-Request-Id: {{$string.uuid}}' \
--header 'X-User-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"device_sn": "8PHDM8D0010111"
}'{
"code": 0,
"message": "OK",
"data": {
"bid": "3378a1fb-11b0-4e4c-a250-0c9ca5567627",
"tid": "",
"timestamp": 0,
"status": "ok",
"job_document": null,
"data": null,
"output": {
"drone": {
"enable": false,
"ip": "0.0.0.0",
"port": 0
},
"nest": {
"enable": false,
"ip": "0.0.0.0",
"port": 0
}
}
}
}