Parameters can have a `?` to mark them as optional, e.g. `/api/somewhere/{id?}` in the route and `int? id` in the endpoint. We currently don't support those
Parameters can have a
?to mark them as optional, e.g./api/somewhere/{id?}in the route andint? idin the endpoint. We currently don't support those