curl --location --request POST 'https://api-dev.messagefy.io/api/v1/message/sendmessage' \
--header 'api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"channelId": "your-channel-id",
"content": {
"type": "CONTACT_MESSAGE",
"to": {
"type": "WHATSAPP",
"jid": "55XX00000000@s.whatsapp.net"
},
"displayName": "Leandro",
"vCard": "BEGIN:VCARD\nVERSION:3.0\nFN:Leandro\nTEL;type=CELL;type=VOICE;waid=5561984512154:+5561984512154\nEND:VCARD"
}
}'{
"packageId": "pkg-id"
}