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-calibration-information' \ --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": { "output": { "calibration_type": 0, "ntrip_host": "ttttt", "ntrip_mount_point": "ttt", "ntrip_port": "ddd", "accuracy": 20 } } }