{
"message": "string | null",
"success": true,
"total": 1,
"page_size": 1,
"page_index": 1,
"nb_pages": 1,
"previous": "string | null",
"next": "string | null",
"data": [
{
"first_name": "string | null",
"last_name": "string | null",
"email": "string | null",
"mobile": "string | null",
"subscription": {
"plan": "string",
"term": "string",
"standard_cost": 0,
"is_active": true,
"is_free_trial": false,
"billing_day": "2024-01-15T10:30:00Z",
"date_created": "2024-01-15T10:30:00Z"
},
"date_created": "2024-01-15T10:30:00Z"
}
]
}