curl --location 'https://api.voxa.sa/v1/contacts/import/vcards' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"VCards": [
"BEGIN:VCARD\nVERSION:3.0\nN:;Name شركة Name;;;\nFN:Name Name الوسائل\nX-WA-BIZ-NAME:Name\nORG:;\nTEL;type=CELL;type=VOICE;waid=966545614020:+966 55 555 5555\nEND:VCARD"
]
}'{}