My Id's in my name database look like this "Users/123"
My api has an endpoint to load data like this "api/user/Id"
But because of my the way the Id's are created with the slash, I'm getting 404 trying to hit "api/user/Users/123"
Anyway I can get Javascript / axois to play nice here?