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