I’m new to webMethods flow service development I’m currently developing a REST API on Designer 10.5, I want to use the resource params as my input and I’m not sure how to achieve that For example this is how the REST API resource will look like http://localhost:5555/users/userAccounts/12345/billingDetails?countryCode=USA. What I want to achieve is to able to use the userAccountsId (12345) and countryCode value as my input when they invoke the API.