curl --location --request POST '/messages/video' \
--header 'Accept: application/json' \
--header 'Authorization: {{LATEST_INSTANCE_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
// "to": "120363419482508315@g.us",
"to": "5514996259435@s.whatsapp.net",
"video": "http://localhost:8080/media/teste.mp4",
"caption": "",
"mentions": [],
"duration": 52,
"width": 1920,
"height": 720
}'{}