curl --request POST \
--url https://messenger-public-api.cogfy.com/messages/video \
--header 'Content-Type: application/json' \
--header 'api-key: <api-key>' \
--data '
{
"from": "<string>",
"to": "<string>",
"video": {
"id": "<string>",
"link": "<string>",
"caption": "<string>"
}
}
'