API structure has changed
  16 structure changes including:
    
    16 Breaking changes
    16 Modifications
        Modified
        16
          Breaking
      
      DELETE /api/v10/chat
              - Path went from 
/api/v9/chatto/api/v10/chat(same operationId)Breaking 
DELETE /api/v10/message
              - Path went from 
/api/v9/messageto/api/v10/message(same operationId)Breaking 
GET /api/v10/character
              - Path went from 
/api/v9/characterto/api/v10/character(same operationId)Breaking - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- isPrivate property Added
 
 
 - 
  application/json content type Modified
    
 - 403 response Added
 - Header
 - x-access-token header Added
 
GET /api/v10/characters
              - Path went from 
/api/v9/charactersto/api/v10/characters(same operationId)Breaking - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- 
  characters property Modified
    
- isPrivate property Added
 
 
 - 
  characters property Modified
    
 
 - 
  application/json content type Modified
    
 - Header
 - x-access-token header Added
 
GET /api/v10/chat/preview
              - Path went from 
/api/v9/chat/previewto/api/v10/chat/preview(same operationId)Breaking 
GET /api/v10/chats
              - Path went from 
/api/v9/chatsto/api/v10/chats(same operationId)Breaking 
GET /api/v10/messages
              - Path went from 
/api/v9/messagesto/api/v10/messages(same operationId)Breaking 
GET /api/v10/user/info
              - Path went from 
/api/v9/user/infoto/api/v10/user/info(same operationId)Breaking 
GET /api/v10/user/quota
              - Path went from 
/api/v9/user/quotato/api/v10/user/quota(same operationId)Breaking 
POST /api/v10/character
              - Path went from 
/api/v9/characterto/api/v10/character(same operationId)Breaking - Body
 - 
  application/json content type Modified
    
- isPrivate property Added
 
 
POST /api/v10/chat
              - Path went from 
/api/v9/chatto/api/v10/chat(same operationId)Breaking 
POST /api/v10/login
              - Path went from 
/api/v9/loginto/api/v10/login(same operationId)Breaking 
POST /api/v10/message
              - Path went from 
/api/v9/messageto/api/v10/message(same operationId)Breaking 
POST /api/v10/message/save
              - Path went from 
/api/v9/message/saveto/api/v10/message/save(same operationId)Breaking 
POST /api/v10/signup
              - Path went from 
/api/v9/signupto/api/v10/signup(same operationId)Breaking 
PUT /api/v10/user/info
              - Path went from 
/api/v9/user/infoto/api/v10/user/info(same operationId)Breaking