Why does Google Chrome DevTools “Copy as cURL” no longer includes cookies?

After a recent Google Chrome update (not sure which version exactly), I noticed that in DevTools, on the “Network” tab, the "Copy" -> "Copy as cURL" function no longer includes cookies in the copied command. Previously, the generated command contained the -H 'Cookie: ...' header, but now it is missing.

This header is essential for testing requests, and its absence makes debugging more difficult.

Is there a way to restore the old behavior of DevTools so that Copy as cURL includes cookies again? Perhaps there’s a hidden setting or a flag in chrome://flags?