error "No route found for \"GET /api/orders\"" for the Postman request with HTTP Basic auth

@Morit@z Naczenski@ thanks a lot, now the route is found.

But there is not authorized error now.
{
    “errors”: [
        {
            “code”: “9”,
            “status”: “401”,
            “title”: “The resource owner or authorization server denied the request.”,
            “detail”: “The JWT string must have two dots”
        }
    ]
}
The token is correct totally. The Authorization header has the value “Basic YXBpdXN…” as described above.

Could you please answer why this error occurs?

I researched, found some issue but it seems to be a bit another one combined with Basic and Bearer Auth headers https://github.com/shopware/platform/issues/106 and there the shopware ticket was created https://issues.shopware.com/issues/NEXT-4243