API version:
Select which version of the API to use, choices: v1.

Request Headers:
    Content-Type: application/json
    Authorization: API_KEY
Each request must have the headers Content-Type and Authorization set.
Endpoint for managing an account:
   PUT POST GET DELETE /v1/account
Endpoint for handling sessions:
   PUT GET DELETE /v1/token
Request Headers (PUT request):
    Content-Type: application/json
    Client: CLIENT_ID
    Secret: SECRET_KEY
    User-Agent: USER_AGENT
    Ip: USER_IP
Request Headers (GET, DELETE requests):
    Content-Type: application/json
    Token: CLIENT_TOKEN