`api.retrieveUserById(userId)` was just a shortene...
# coroutines
m
api.retrieveUserById(userId)
was just a shortened version of
retrofitService.retrieveUseryId(userId).execute().body()
which is a blocking call, that returns
UserInfo