The Skovik API uses the JSON data format both for requests and responses.
Requests with a payload body (POST, PUT, PATCH) must be sent with the Content-Type header set to
application/json and the body must be JSON-encoded data.
Accordingly, all requests must include a Accept: application/json header. And be able to parse JSON formatted data.
Timestamps
All dates and times are UTC, formatted according to ISO 8601
(related xkcd). They'll look like this 1953-05-29T11:30:00Z.
