When instantiating a custom form request, I would like to set an url-parameter. I looked through the documentation and found how query parameters could be set on a request, but nothing about url-parameters. It would look as follows when submitting a regular API request:
https://localhost:8080/{parameter}
How would I set this in the request instance?
The example of the instantiated request can be seen in the image attachment.