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