curl --location --request GET 'https://iot-dev.utapp.cn/api/terminal/app/getDeviceIdsInApp/?id=' \
--header 'Authorization-Type;' \
--header 'X-Authorization;'
{
"code": 0,
"message": "操作成功",
"data": [
"string"
],
"success": "true"
}