GraphQL and REST API

Job ID: 34912412

Budget: $30 – $250 USD

The API and its documentation are located here: https://gorest.co.in/
--------------------Please look into the link, thank you. Do not generate token------------------------------
Using the REST API endpoints documented in the link in the previous section:

Retrieve page 3 of the list of all users.
Using a logger, log the total number of pages from the previous request.
Sort the retrieved user list by name.
After sorting, log the name of the last user.
Update that user's name to a new value and use the correct http method to save it.
Delete that user.
Attempt to retrieve a nonexistent user with ID 5555. Log the resulting http response code.
Write unit tests for all code, mocking out calls to the actual API service.