{
"dataTopologies": [
"NORMAL"
]
}
curl --location --request POST 'https://iot-dev.utapp.cn/api/productV2/getProductSimpleInfoList' \
--header 'Authorization-Type;' \
--header 'X-Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"dataTopologies": [
"NORMAL"
]
}'
{
"code": 0,
"success": true,
"message": "string",
"data": [
{
"id": "string",
"productKey": "string",
"name": "string"
}
]
}