{
"Base64": "string",
"ToWxid": "string",
"Type": 0,
"VoiceTime": 0,
"Wxid": "string"
}
curl --location --request POST 'http://test-cn.your-api-server.com/Msg/SendVoice' \
--header 'Content-Type: application/json' \
--data-raw '{
"Base64": "string",
"ToWxid": "string",
"Type": 0,
"VoiceTime": 0,
"Wxid": "string"
}'
{}