{
"data": {
"items": [
{
"id": "lead_jane_doe",
"fullName": "Jane Doe",
"firstName": "Jane",
"lastName": "Doe",
"company": "Acme",
"headline": "Founder at Acme",
"profileUrl": "https://linkedin.com/in/jane-doe",
"email": "jane@acme.com",
"status": "new"
}
],
"nextCursor": null,
"total": 1
}
}