fileUrl
Authorization: Bearer ********************
{
"msgType": 21,
"sendTime": {% mock 'timestamp', 'ms' %},
"recvId": "a615767c-0d14-47ce-b2c2-c3edb7a97d61",
"isGroup": false,
"content": {
"duration": 3,
"fileType": "png",
"fileUrl": "https://wa04-files.oss-cn-shanghai.aliyuncs.com/2024-10-29/83a635271a19e323-1730201499238.png"
}
}
curl --location --request POST '/messaging/publish/chat/video' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"msgType": 21,
"sendTime": {% mock '\''timestamp'\'', '\''ms'\'' %},
"recvId": "a615767c-0d14-47ce-b2c2-c3edb7a97d61",
"isGroup": false,
"content": {
"duration": 3,
"fileType": "png",
"fileUrl": "https://wa04-files.oss-cn-shanghai.aliyuncs.com/2024-10-29/83a635271a19e323-1730201499238.png"
}
}'
{
"msgId": 2
}