Wildcard in Path in Target Endpoints

Hi,

I have two APIs at the backend:
/test/{id}/file → does use streaming
/test/{id} → does not use streaming

I want to put them in 1 proxy with 2 Proxy Endpoints
First Proxy Endpoint Basepath → api/v1/test/*/file
Second Proxy Endpoint Basepath → api/v1/test

And it works when receiving the request, but the problem is at the Target Endpoint for the api/v1/test/*/file

When I put /test/*/file, it sends to the backend the *, not the id.