curl --location --request POST '/device/wx_voip/call_app' \
--header 'X-Tg-App-Id: xxx' \
--header 'X-Tg-Platform: {{platform}}' \
--header 'X-Tg-Sdk-Version: 23910000' \
--header 'X-Tg-App-Store: {{appstore}}' \
--header 'X-Tg-App-Version: {{app_version}}' \
--header 'X-Tg-App-Pkgname: {{pkgname}}' \
--header 'X-Tg-Date: {{currentUTCTime}}' \
--header 'Accept-Language: zh-CN' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"uuid": "string",
"wxa_user_openid": "string",
"wxa_model_id": "string",
"wxa_listener_name": "string",
"wxa_version_type": "string",
"wxa_query": "string",
"wxa_room_type": "string",
"wxa_caller_camera_status": 0,
"wxa_listener_camera_status": 0,
"payload": "string"
}'