Hey,
I have simillar problems with the Woocommerce-API. I am working on a plugin and since a few days I always get the error: Error: cURL error 28: Operation timed out after 10008 milliseconds with 0 bytes received.
The weird thing is that when I debug every step with xDebug the same API-Call works. Also the same call from Postman works without a problem. My site doesn’t react anymore when I don’t run the debugger in PHP (VS-Code) which was problem before. I tried to change the xDebug config and installed everything new but no luck so far.
My guess is that since the newest update of local something is off. I will try to find the issue and if nothing helps I will go back to a previous version. If I find something I will let you know.