I want to test my API (automated) through executing https requests ,
passing different inputs and evaluating responses while also being able
to mock data if the requestor(user-agent) is this api test client. Does
a tool like this exist? How do you do...