Hi Team,
I've been trying to retrieve 100k contacts (profiles) using the GET API {{baseUrl}}/api/lists/:id/profiles/, but every time I try it, it only returns 20 contacts (profiles).
My account id - gourav.gupta+klaviyo@brevo.com
curl --location 'https://a.klaviyo.com/api/lists/:id/profiles/' \
--header 'revision: 2023-06-15' \
--header 'Accept: application/json' \
--header 'Authorization: Klaviyo-API-Key pk_-------------------'


