We are going to simulate the operation of the train:
oc get routes -o jsonpath='{range .items[*]}{.metadata.annotations.che\.routing\.controller\.devfile\.io/endpoint-name}{"\t"}http://{.spec.host}{"\n"}{end}' | grep monitoring-svc | cut -f 2
curl -X 'POST' 'http://localhost:8082/capture/test' -H 'accept: */*'
Well done! The simulation worked well :) now you can stop the simulation by closing all the terminals.