- Create new mocky endpoint with following payload and replace line #13 in clone_mediator_proxy.xml with new endpoint.
{
"key": "value"
}
- Add clone_mediator_proxy.xml into the proxy service.
- Evoke the proxy service with
curl -H 'Accept: application/json' -X GET https://localhost:8243/services/clone_proxy -k
In case of SSL error while using curl, use -k option with curl command