GET /user/?format=api&ordering=-first_name&page=10
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 94,
    "next": null,
    "previous": "http://pastor-teachapp-backend-496259523959.us-central1.run.app/user/?format=api&ordering=-first_name&page=9",
    "results": [
        {
            "email": "marmessd@gmail.com",
            "first_name": "",
            "last_name": "",
            "service_provider_id": 3,
            "role_id": 2
        },
        {
            "email": "zainakram36d5@gmail.com",
            "first_name": "",
            "last_name": "",
            "service_provider_id": 3,
            "role_id": 2
        },
        {
            "email": "marmed@gmail.com",
            "first_name": "",
            "last_name": "",
            "service_provider_id": 3,
            "role_id": 2
        },
        {
            "email": "Hamza@gmail.com",
            "first_name": "",
            "last_name": "",
            "service_provider_id": 3,
            "role_id": 2
        }
    ]
}