So I have 3 api calls that has specific functions
and I would like those api calls to be called by a single generate button at the bottom
but I am thinking that I can combine the api calls together before clicking the generate button
so for example I can have a combination of
API CALL 1
API CALL 2
API CALL 2
API CALL 3
or
API CALL 3
API CALL 1
API CALL 1
API CALL 2
etcc…
Basically any possible combination you want possibly via drag and drop function or something else
Any ideas on how to achieve this?
Thanks in advance