{
"subscriber_mails": {
"current_page": 0,
"data": [
{
"sent_at": "string",
"clicks": 0,
"opens": 0,
"created_at": "string",
"email": "string"
}
],
"first_page_url": "string",
"from": 0,
"last_page": 0,
"last_page_url": "string",
"links": [
{
"url": "string",
"label": "string",
"active": true
}
],
"next_page_url": "string",
"path": "string",
"per_page": 0,
"prev_page_url": "string",
"to": 0,
"total": 0
},
"subscriber": {
"uuid": "string",
"first_name": "string",
"last_name": "string",
"email": "user@example.com",
"is_subscribed": true,
"unsubscribed_at": "string",
"recieved_count": 0,
"opened_count": 0,
"tags": [
"string"
],
"created_at": "string",
"updated_at": "string"
}
}