curl --location --request POST 'https://apicfa.convirza.com/v2/contact-lists//contacts' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"numbers": [
{
"contact_name": "John",
"country_code": "+1",
"phone_number": "1234567890"
}
],
"status": "active"
}'{
"status": "success",
"message": "Contact numbers added successfully",
"inserted": 5,
"duplicates": [
{
"country_code": "string",
"phone_number": 0
}
]
}