curl --location --request PUT 'https://apicfa.convirza.com/v2/contacts/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"contact_name": "John Doe",
"phone_number": "1234567890",
"country_code": "+1",
"status": "active"
}'{
"status": "success",
"message": "Contact updated successfully",
"error": "Invalid contact ID"
}