X-User-Token: ********************{
"device_sn": "8PHDM8D0010121",
"device_cmd_data": {
"device_type": "dock",
"imei": "86328506360728",
"sim_slot": 1
}
}curl --location --request POST 'https://es-flight-api-cn.djigate.com/openapi/v1.0/manage/api/v1/organizations//manage-devices/cmds/sim-slot-switch' \
--header 'X-Request-Id: {{$string.uuid}}' \
--header 'X-User-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"device_sn": "8PHDM8D0010121",
"device_cmd_data": {
"device_type": "dock",
"imei": "86328506360728",
"sim_slot": 1
}
}'{
"code": 0,
"message": "OK",
"data": {
"bid": "03dab532-7d77-4b3e-b690-a72afa4d061d",
"tid": "",
"timestamp": 0,
"status": "ok",
"job_document": null,
"data": null,
"output": {}
}
}