Get the most recent email for each of the specified contact UUIDs.
Security
bearerAuth
POST
curl -i -X POST \
https://leadgen.grinfi.io/emails/api/emails/latest-by-leads \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"lead_uuids": [
"string"
]
}'