{
"success": true,
"data": [
{
"id": 0,
"firstname": "string",
"lastname": "string",
"company": "string",
"type": "string",
"email": "string",
"phone": "string",
"status_id": 0,
"source_id": 0,
"description": null,
"city": null,
"state": null,
"zip": null,
"address": null,
"country_id": null,
"assigned_id": 0,
"group_id": [
"string"
],
"is_opted_out": true,
"created_at": "string",
"updated_at": "string"
}
],
"meta": {
"request_id": "string",
"timestamp": "string",
"pagination": {
"total": 0,
"count": 0,
"per_page": 0,
"current_page": 0,
"total_pages": 0,
"has_more": true
}
}
}