In Apiary we use http://baasar.apiary-mock.com/user/{appId}/{userId} where appId and userId are URL parameters.
Apiary has a builtin REST Client to test these APIs against a mockup and production API.
However, trying to test the above API, how do i change the appId and userId to something real in the Apiary REST client?