{
    "current_page": 1,
    "data": [
        {
            "id": 1,
            "name": "administrator",
            "email": "info@nodopiano.it",
            "created_at": "2018-03-08 13:55:13",
            "updated_at": "2018-03-08 13:55:13",
            "username": "nodopiano"
        },
        {
            "id": 2,
            "name": "User",
            "email": "info+user@nodopiano.it",
            "created_at": "2018-03-08 14:55:13",
            "updated_at": "2018-03-08 14:55:13",
            "username": "u.ser"
        },
        {
            "id": 8,
            "name": "Mario",
            "email": "info@nodopiano.it",
            "created_at": "2018-03-08 13:55:13",
            "updated_at": "2018-03-08 13:55:13",
            "username": "mario.piano_1000"
        },
        {
            "id": 9,
            "name": "Test",
            "email": "info+user@nodopiano.it",
            "created_at": "2018-03-08 14:55:13",
            "updated_at": "2018-03-08 14:55:13",
            "username": "test.utente_1001"
        }
    ],
    "first_page_url": "http://localhost/api/utenti?page=1",
    "from": 1,
    "last_page": 1,
    "last_page_url": "http://localhost/api/utenti?page=1",
    "next_page_url": null,
    "path": "http://localhost/api/utenti",
    "per_page": 15,
    "prev_page_url": null,
    "to": 1,
    "total": 1
}