{
"count": 2,
"next": null,
"previous": null,
"results": [
{
"url": "http://127.0.0.1:80/api/accounts/students/6/",
"id": 6,
"username": "student1",
"email": "student1@gmail.com",
"first_name": "student1",
"second_name": "student1",
"third_name": "student1",
"fourth_name": "student1",
"last_name": "student1",
"gender": "m",
"birth_date": "2002-02-02",
"city": "Cairo",
"address": "Address",
"phone": "+201111111111",
"department": {
"id": 1,
"title": "Network"
},
"level": 1,
"courses": [
{
"id": 1,
"title": "django"
}
],
"is_active": true,
"is_staff": false,
"is_superuser": false,
"date_joined": "2024-03-16T20:56:46.449109Z",
"user_type": 3
},
{
"url": "http://127.0.0.1:80/api/accounts/students/7/",
"id": 7,
"username": "student2",
"email": "student2@gmail.com",
"first_name": "student2",
"second_name": "student2",
"third_name": "student2",
"fourth_name": "student2",
"last_name": "student2",
"gender": "m",
"birth_date": "2002-02-02",
"city": "Cairo",
"address": "Address",
"phone": "+201111111111",
"department": {
"id": 1,
"title": "Network"
},
"level": 1,
"courses": [
{
"id": 1,
"title": "django"
}
],
"is_active": true,
"is_staff": false,
"is_superuser": false,
"date_joined": "2024-03-16T20:59:12.492836Z",
"user_type": 2
}
]
}