Authorization: Bearer ********************
{ "messageData": { "to": "551199999999@s.whatsapp.net", "textWithLink": "https://www.youtube.com/watch?v=dYZa4AclBsg" } }
curl --location -g --request POST 'https://apinocode01.megaapi.com.br/rest/sendMessage/sua instance_key/sendLinkPreview' \ --header 'Authorization: Bearer seu token' \ --header 'Content-Type: application/json' \ --data-raw '{ "messageData": { "to": "551199999999@s.whatsapp.net", "textWithLink": "https://www.youtube.com/watch?v=dYZa4AclBsg" } }'
{}