API structure has changed
  29 structure changes including:
    
    15 Breaking changes
    14 Additions
    15 Removals
        Removed
        15
          Breaking
      
      POST /api/v5/signup
              - Removing a resource is always breaking unless it was deprecated before Breaking
 
POST /api/v5/message/save
              - Removing a resource is always breaking unless it was deprecated before Breaking
 
POST /api/v5/message
              - Removing a resource is always breaking unless it was deprecated before Breaking
 
POST /api/v5/login
              - Removing a resource is always breaking unless it was deprecated before Breaking
 
POST /api/v5/chat
              - Removing a resource is always breaking unless it was deprecated before Breaking
 
POST /api/v5/character
              - Removing a resource is always breaking unless it was deprecated before Breaking
 
GET /api/v5/message/history
              - Removing a resource is always breaking unless it was deprecated before Breaking
 
GET /api/v5/message/context
              - Removing a resource is always breaking unless it was deprecated before Breaking
 
GET /api/v5/chats
              - Removing a resource is always breaking unless it was deprecated before Breaking
 
GET /api/v5/chat/preview
              - Removing a resource is always breaking unless it was deprecated before Breaking
 
GET /api/v5/characters/banner
              - Removing a resource is always breaking unless it was deprecated before Breaking
 
GET /api/v5/characters
              - Removing a resource is always breaking unless it was deprecated before Breaking
 
GET /api/v5/character
              - Removing a resource is always breaking unless it was deprecated before Breaking
 
DELETE /api/v5/message
              - Removing a resource is always breaking unless it was deprecated before Breaking
 
DELETE /api/v5/chat
              - Removing a resource is always breaking unless it was deprecated before Breaking
 
        Added
        14
      
      POST /api/v6/signup
          POST /api/v6/message/save
          POST /api/v6/message
          POST /api/v6/login
          POST /api/v6/chat
          POST /api/v6/character
          GET /api/v6/message/history
          GET /api/v6/chats
          GET /api/v6/chat/preview
          GET /api/v6/characters/banner
          GET /api/v6/characters
          GET /api/v6/character
          DELETE /api/v6/message
          DELETE /api/v6/chat