ChangePasswordRequest:
  type: object
  properties:
    password:
      type: string
      format: MD5 encrypted
  required:
  - password
