So I have successfully setup a postman mock server and can leverage the simple GETs that do not have any path variables in the api url but ALL the GETs that are something like {{url}}/users/:urserId
or something like {{url}}/users/:userId/favorits
are responding with mockRequestNotFoundError
just trying to figure out the correct way to get this working with the path variables