suspend fun refreshUsers(: String, : String): Unit
Method that makes a network GET call to fetch the total list of User, starting with the logged in, User, ordered by User.distance and store it in the DB
id - : String the logged in user id
auth - : String the logged in user's auth token
Return
Unit