Monday API: Updating/Adding Multiple Column Values in A Single Column

Hi,

I am struggling to find the right API call to update/add more than 1 team in a single Team column. Currently using Zapier to build an automation to update the Team column if any of the person/user columns that we have are updated.

I have this as a start:

mutation {
change_multiple_column_values (item_id: , board_id: , column_values: “{"" : {"personsAndTeams":[{"id":,"kind":"team"}]}}”) {
id
}
}

Note: this is assuming the Team column is cleared from a previous API call

But I don’t know how to add in more than 1 team id (from a combination of user and team queries from Zapier) via API + I’m still a noob in this space lol any help will be much appreciated. Thanks!