Say my clay table has 100 people.
I have 3 apis
i needed to first call create_list and get list id and then use that list id for all 100 people from the clay table and then finally once all 100 people add_lead is done, i needed to call sync_list api.
How can i do that?