But that did not worked.
So i tried adding it in Magento\Framework\App\Response\HTTP in setNoCacheHeaders(), setPrivateHeaders() and setPublicHeaders() like:
if ($response->getHttpResponseCode() == 401) $response->setHeader('WWW-Authenticate','/V1/integration/admin/token', true);
But that did not worked as well. Any ideas?