There is a URL with spaces and its failing to route.
https://www.example.com/some routing url
CA API Gateway 10.x / 11.x
If you URL Encode or replace spaces with %20 with a regex assertion or similar, the routing will succeed.