Which is the correct way to send a post request inside of a Shopware 6 controller to another shopware controller(not external site, same shop) by using default shopware methods.
I know that curl or file get contents can be used, but are there any default methods?