curl --location --request GET '/v2/wx-voip/user/device/status?device_id=1702D8OBYWWQ,2702D8OBYWWQ' \
--header 'X-Tg-App-Id;' \
--header 'X-Tg-Platform;' \
--header 'X-Tg-Sdk-Version;' \
--header 'Accept-Language;' \
--header 'X-Tg-App-Store: {{appstore}}' \
--header 'X-Tg-App-Pkgname;' \
--header 'Authorization;' \
--header 'X-Tg-Date;' \
--header 'X-Tg-App-Version: {{app_version}}'
{
"code": 0,
"msg": "string",
"data": {
"1702D8OBYWWQ": {
"status": 0,
"wxa_model_id": "string"
},
"2702D8OBYWWQ": {
"status": 0,
"wxa_model_id": "string"
}
}
}