Dynamic Data for API Call

Hey there,

I am currently building an app, where the user can make some sort of a daily food plan. The plan consists out of 4 different meal times (e.g. breakfast, dinner) and can have a variety of different food in it (e.g. egg, salad, bread).
The user can add as much food to a specific meal as he wants.

My question now is: Can I somehow send all the data from a specific food plan via api including all meals and foods in it like sending an array?

I didn’t figured it out and tried several options. If this is not working I have to start with external collections on my server where an algorithm processes the information… hope for help :smiley: