in app/Http/Middleware/DTInterceptor.php [116:119]
private function buildForwardUrl(string $service, string $requestPath): string
{
return str_starts_with($requestPath, '/') ? ($service . $requestPath) : ($service . '/' . $requestPath);
}