I want to extract the requested URL in rest assured, I tried with given().log().all() which is logging everything, I just want to extract only my Request URI.
given().log().all()