How to unpack array of data in 1 row into multiple rows

Hi, I was working with SQL with JSON queries and this is what I come across when I work with nested json files; I have a row available which has a list of all the elements I need. I cannot do much with it; so I need to unpack this row and put each of its elements into seperate rows. Please help?

this is what the table: course_table actually reads from the API call