curl --location --request GET '/v2/wx-voip/user/devices?device_id=1702D8OBYWWQ,2702D8OBYWWQ&last_id=0&limit=1000' \
--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": {
"items": [
{
"id": 0,
"device_id": "string",
"user_id": 0,
"wxa_app_id": "string",
"wxa_model_id": "string",
"wxa_flavor": "string",
"wxa_user_openid": "string",
"wxa_nickname": "string",
"wxa_avatar_url": "string",
"status": 0,
"create_at": 0,
"update_at": 0
}
],
"total": 0
}
}