{
list:["appId1","appId2"]
}
curl --location --request GET 'https://core.authing.cn/api/v2/analysis/user-login-hotdots-by-ids' \
--header 'Authorization;' \
--header 'x-authing-userpool-id;' \
--header 'Content-Type: application/json' \
--data-raw '{
list:["appId1","appId2"]
}'
{}