{
"pwd": "12312312",
"userName": "iottest",
"tenantCode":"1"
}
curl --location --request GET 'https://iot-dev.utapp.cn/api/auth/utpf/loginInfo' \
--header 'Authorization-Type;' \
--header 'X-Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"pwd": "12312312",
"userName": "iottest",
"tenantCode":"1"
}'
{
"ip": "string",
"appId": "string"
}