post: tags: [Account] summary: Change password security: - Bearer: [] requestBody: required: true content: application/json: schema: $ref: '../../components/requests/ChangePassword.yml' responses: '200': description: Password changed '401': description: Unauthorized '400': $ref: '../../components/responses/ErrorResponse.yml' '404': $ref: '../../components/responses/UserNotFound.yml' '500': $ref: '../../components/responses/ErrorResponse.yml'