Support for path variables as according to the OpenAPI spec.
It's a common pattern to have /api/path-sgment/{dynamicValue}/id/{id}, but this isn't possible to support at the moment without hard coding the values.
https://swagger.io/docs/specification/describing-parameters/