In a scheduled API workflow, how do I add more than one row of data at a time?

Hi how are you?

I created a scheduled API workflow that takes in a JSON post request, and adds the received key value pairs to a premade bubble data type. I’ve gotten it to work for 1 row where I pass in key value pairs as form data from Postman.

My question is, say I want to add say 100 rows at once. The equivalent of copying 100 rows from one spreadsheet and pasting it into a different spreadsheet with the same schema. What’s the fastest, most efficient way to do this?

Thanks so much for your help and have a great day.