You can do this without custom code and without calling a child playbook. With your list, use format block with %% in front and after you format your API to then call HTTP app's action using format_1:formatted_data.* (important you pass in the formatted data using the formatted_data.* with asterisk) to the http action. This will cause the http action to be triggered once for each item in the list.
... View more