{
"data": [
{
"deviceName": "string",
"productKey": "string"
}
]
}
curl --location --request POST 'https://iot-dev.utapp.cn/api/v2/device/getDeviceIdsByPkDn' \
--header 'Authorization-Type;' \
--header 'X-Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": [
{
"deviceName": "string",
"productKey": "string"
}
]
}'
{
"code": 0,
"success": true,
"message": "string",
"data": [
{
"deviceName": "string",
"productKey": "string",
"deviceId": "string"
}
]
}