curl --location --request POST '/v2/wx-voip/user/devices' \
--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}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"list": [
{
"device_id": "string",
"status": 0,
"wxa_model_id": "string"
}
],
"wxa_app_id": "string",
"wxa_flavor": "string",
"wxa_user_openid": "string"
}'