API error [404] when URI contains name of Param

Hello,

I noticed that when I create a very simple API where the URI contains the name of the param I get a [404] Error

Example:
/api/ad/user/:user

#API Code
$user

When I change the URI to: /api/ad/users/:user Everything works as expected.

Product: PowerShell Universal
Version: 1.5.15

I’ve opened an issue for this: API error [404] when URI contains name of Param · Issue #118 · ironmansoftware/issues · GitHub

We can reproduce this on our end as well.