The goal is to migrate code that makes a post request. The code being migrated comes from Zapier. The code is being migrated to a nestjs app.
I have a complex application where services are injected into each other. What is your way of injecting service into each other.