Here is my use case, I have one API endpoint which returns a job_id and another endpoint which I need to poll x amount of times with my job_id in order to receive the needed response.
Is it possible to do this in only one module POST request + POLL the GET endpoint?
Or i need to create two different modules and connect them?
Thank you in advanced!