How can i create multiples boards by JSON

I’m trying to create a JSON to create more than 1 board, but i’m not succeeding.
The JSON i’m using is.

“query”: “mutation {create_group (board_id: mykey,[{ group_name: "Kick-off meetings", group_name: "Kick-off meetings2"}]) {id}}”

Can anyone help?

Thx