curl --location 'https://api.voxa.sa/v1/contacts' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"Name": "John Doe",
"PhoneNumber": "5662567890",
"Email": "john.doe@example.com",
"Company": "Acme Corp",
"Position": "Software Engineer",
"CustomFields": {
"Department": "IT",
"Location": "New York"
}
}'{}