List email body records (HTML content, subject, attachments).
Security
bearerAuth
GET
curl -i -X GET \
'https://leadgen.grinfi.io/emails/api/email-bodies?limit=20&offset=0&order_field=created_at&order_type=asc&search=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'