curl --location --request GET 'https://api-sandbox.saaslogic.io/v1/vendors/9e3f7852-4039-4b8d-b4d6-2cc6d3f32667/contacts' \
--header 'Authorization;' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json'
[
{
"contactId": "9881bb46-5a49-48c9-8611-9e6cdc7e0627",
"firstName": "Michael",
"lastName": "Hensley",
"email": "info@adroit.io",
"contactNumber": "1234567890",
"countryPrefix": "+91",
"countryCode": "IND",
"isDefault": true
},
{
"contactId": "9881bb46-5a49-48c9-8611-9e6cdc7e0627",
"firstName": "Michael",
"lastName": "Hensley",
"email": "info@adroit.io",
"contactNumber": "1234567890",
"countryPrefix": "+91",
"countryCode": "IND",
"isDefault": true
}
]