{
"current_page": 1,
"data": [
{
"id": 1,
"username": "test",
"email": "test@example.com",
"created_by_id": 1,
"credit": 98,
"full_name": "Test User",
"dns": null,
"note": null,
"whatsapp": null,
"telegram": null,
"adult": null,
"tos_acceptance_at": null,
"pin": null,
"last_ip": null,
"show_bouquets_by": null,
"paid_test_sold": 0,
"restricted": false,
"created_at": "2024-07-17 09:02:15",
"updated_at": "2024-07-17 09:24:21"
},
{
"id": 2,
"username": "Ultra011",
"email": "ultra011@test.com",
"created_by_id": 1,
"credit": 2,
"full_name": "salah",
"dns": "localhost.test",
"note": "Test in postman Update 2",
"whatsapp": "+212612345678",
"telegram": "salah",
"adult": false,
"tos_acceptance_at": null,
"pin": "slkd6N",
"last_ip": null,
"show_bouquets_by": null,
"paid_test_sold": 0,
"restricted": false,
"created_at": "2024-07-17 09:24:21",
"updated_at": "2024-07-17 09:31:40"
}
],
"first_page_url": "http://iptv-api.test/api/v1/users?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "http://iptv-api.test/api/v1/users?page=1",
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "http://iptv-api.test/api/v1/users?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "Next »",
"active": false
}
],
"next_page_url": null,
"path": "http://iptv-api.test/api/v1/users",
"per_page": 15,
"prev_page_url": null,
"to": 2,
"total": 2
}