curl --location --request PUT 'https://apicfa.convirza.com/v2/contact-lists/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"contact_list_name": "My Contact List",
"contact_list_description": "This is a list of important contacts"
}'{
"status": "success",
"message": "Contact list updated successfully",
"error": "Invalid contact list ID"
}