Here how to close the session (I struggled at first on how to do it)
    
    
    # add something this after the code of my last post
    
    sleep(5_000)
    
    response = request(endpoint / "session" / sessionId, httpDELETE, headers)
    echo $response.status
    
    # and so on...
    

Reply via email to