curl --location --request GET 'https://api.conexteo.com/contactlists?search=example' \
--header 'X-APP-ID: <api-key>' \
--header 'X-API-KEY: <api-key>'
[
{
"id": 0,
"name": "string",
"contacts_count": 0,
"rcsCapabilityStatus": "string"
}
]