often times endpoints are not static
say for URL : /users/{userId}
probably we can add support for wildcard patterns, that way we any endpoint after /users/ should be able to take mock data
Barricade( endpoint = /users/*, responses = [])
is this something we want to with barricade ?