My question:
Details (like screenshots):
"id": 1,
"name": "Pulled Mooshie",
"restaurant": "Mooshies",
"web": "www.veganburger.org",
"description": "Spicy vegan burger with jackfruit",
"ingredients": [
"jackfruit",
"coleslaw",
"gluten free bun"
],
"addresses": [
{
"addressId": 0,
"number": "104",
"line1": "Brick Lane",
"line2": "Shoreditch",
"postcode": "E1 6RL",
"country": "United Kingdom"
}
]
}```
how to insert the data into ingredients array?
*I've already tried*: