{
"count": 2,
"next": null,
"previous": null,
"results": [
{
"url": "http://127.0.0.1:80/api/accounts/admins/2/",
"id": 2,
"username": "admin1",
"email": "admin1@gmail.com",
"first_name": "admin1",
"second_name": "admin1",
"third_name": "admin1",
"fourth_name": "admin1",
"last_name": "admin1",
"gender": "m",
"birth_date": "2002-02-02",
"city": "Cairo",
"address": "Address",
"phone": "+201111111111",
"is_active": true,
"is_staff": true,
"is_superuser": true,
"date_joined": "2024-03-16T19:34:08.449723Z",
"user_type": 1
},
{
"url": "http://127.0.0.1:80/api/accounts/admins/8/",
"id": 8,
"username": "admin2",
"email": "admin2@gmail.com",
"first_name": "admin2",
"second_name": "admin2",
"third_name": "admin2",
"fourth_name": "admin2",
"last_name": "admin2",
"gender": "m",
"birth_date": "2002-02-02",
"city": "Cairo",
"address": "Address",
"phone": "+201111111111",
"is_active": true,
"is_staff": true,
"is_superuser": true,
"date_joined": "2024-03-16T21:02:52.972125Z",
"user_type": 1
}
]
}