def handle_response(notification, response)
          code = response[:code]
          case code
          when 200
            ok(notification)