API structure has changed
  4 structure changes including:
    
    4 Modifications
        Modified
        4
      
      GET /api/v1/logins
              - Response
- 200 response Added
GET /api/v1/me
              - Response
- 200 response Added
POST /api/v1/me/switch-account
              - Response
- 
  200 response Modified
    - photo_url, current_login, two_factor_type, otp_confirmed_at, otp_pending, sms_two_factor_enabled, current_time_entry, session_expires_at, should_auto_save_notes properties Added
 
PUT /api/v1/me
              - Body
- 
   content type Modified
    - should_auto_save_notes property Added
 
- Response
- 200 response Added
