In order to set mockup response. Please send the response, that you want to receive, on:
http://localhost:8097/klaus/v1/set/ clientUUID should be here/{mockedResponseId}?httpStatus=200
or simply fill and submit the below form:
sayHi('John');
Mock has been saved
In order to use the mocked response in your integration tests or simply
get your mocked response please send a request to
http://localhost:8097/klaus/v1/get/clientUUID should be here/{mockedResponseId}
You will receive the same body and headers as you sent them in the step 1.