GET /api/v1/time
Get the current time according to the server.

This method simply returns the time in the server. This is useful for:

  1. Ensuring that we can actually connect to the server, and
  2. Measure the time difference between the Client and the Server so that this time delta can be compensated for in case the client clock is out by more than our allowable amount.

API Authentication relies on the clock of the client making the request to be within a close enough margin to the clock in the server.