Is there a way to use curly brackets to modify the URL of a Post Request? I would like to have the URL address change based on what a user puts in? for example if a user enters mydomain.com the URL should change from: http://api.nsvsolution.com/v1/encoder
to: http://mydomain.com/v1/encoder
Thanks