How to insert multiple Supabase rows based on a json List?

Is there a way to do this? For example, I am receiving a json list from an api call. How do I then insert multiple Supabase rows that contains the values of the json list?

1
2 replies