{
"name": "",
"state": false
}
curl --location --request POST 'https://iot-dev.utapp.cn/api/edgeinstance/manage/searchInstance' \
--header 'Authorization-Type;' \
--header 'X-Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "",
"state": false
}'
[
{
"name": "",
"updateAt": "",
"comment": "",
"id": "",
"state": false,
"createAt": ""
}
]