How to insert data into an array which is present in an id using post?

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*:

Sorry we didn’t get to this sooner. This isn’t the experience we want for our users.

We’re closing out older posts to help keep the community organized and relevant. If this issue is still affecting you, please start a new topic with any updated details and we’ll be happy to help.