curl --location --request GET '/lists?page&limit' \
--header 'x-workspace;' \
--header 'X-API-Key: <api-key>'{
"data": [
{
"_id": "64a1b2c3d4e5f6a7b8c9d0e1",
"name": "string",
"leadCount": 0,
"enrichmentStatus": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
],
"pagination": {
"page": 0,
"limit": 0,
"total": 0,
"totalPages": 0
}
}