curl --location --request POST 'https://api-sandbox.saaslogic.io/v1/customers/782ef4f6-8cdd-4f7c-9223-efc8b63d0b62/contacts' \
--header 'Authorization;' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"firstName": "Michael",
"lastName": "Hensley",
"email": "info@adroit.io",
"contactNumber": "1234567890",
"countryCode": "IND",
"contactId": "54674d18-aa04-4650-baf2-36479dafdb22",
"isDefault": true
}'
{
"firstName": "Michael",
"lastName": "Hensley",
"email": "info@adroit.io",
"contactNumber": "1234567890",
"countryCode": "IND",
"contactId": "54674d18-aa04-4650-baf2-36479dafdb22",
"countryPrefix": "+91",
"isDefault": true
}