description: >-
  A `401 Unauthorized` response status indicates that the request did not include a required Authorization header,
  or that there was a problem authenticating the client. Possible problems include an expired or invalid token, or
  the Authorization header is not in the expected format.
content:
  application/json:
    schema:
      $ref: '../schemas/objects/unauthorizedResponseBody.yaml'