{}
curl --location --request POST '/iot/device/batch/list' \
--header 'TOK: ' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"code": 0,
"message": "string",
"data": [
{
"id": 0,
"productKey": "string",
"num": 0,
"status": 0,
"url": "string",
"createTime": 0,
"updateTime": 0
}
]
}