I have URLs like this:
http://localhost:8000/api/v1/[ENV_VALUE_1]/items/[ENV_VALUE_2]/[ID]
The environment values are pre-defined and change when I change the context. But I'd like to prompt for the [ID] value on each request. Is it possible?
Thanks!