X-User-Token: ********************{
"device_sn": "8PHDM8D0010111",
"device_cmd_data": {
"belong_device": 0,
"dongle_sn": "86328506129032"
}
}curl --location --request POST 'https://es-flight-api-cn.djigate.com/openapi/v1.0/manage/api/v1/organizations//manage-devices/cmds/query-wlm-dongle-apn-info' \
--header 'X-Request-Id: {{$string.uuid}}' \
--header 'X-User-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"device_sn": "8PHDM8D0010111",
"device_cmd_data": {
"belong_device": 0,
"dongle_sn": "86328506129032"
}
}'{
"code": 0,
"message": "OK",
"data": {
"bid": "3378a1fb-11b0-4e4c-a250-0c9ca5567627",
"tid": "",
"timestamp": 0,
"status": "ok",
"job_document": null,
"data": null,
"output": {
"apn_protocol": 1,
"apn_name": "abc",
"user_name": "bcd",
"apn_password": "cde",
"authentication": 2
}
}
}