{ "users": [ { "id": 1, "username": "admin", "email": "email", "role": "super_admin", "created_at": "2023-01-15T08:30:00Z" }, { "id": 2, "username": "johndoe", "email": "email", "role": "standard", "created_at": "2023-02-20T14:22:00Z" }, { "id": 3, "username": "support_bot", "email": "email", "role": "service_account", "created_at": "2023-03-10T09:15:00Z" } ], "total": 3, "page": 1, "per_page": 50, "links": { "self": "/api/v1/users?page=1", "next": null, "prev": null } }