Get lead counts for specified lists.
Security
bearerAuth
POST
curl -i -X POST \
https://leadgen.grinfi.io/leads/api/lists/metrics \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"uuids": [
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
]
}'