Create item with multiple column values

Hello,
In the api documentation of Monday it is said that to add an item, we can use this GraphQL line:
mutation {
create_item (board_id: 1234567890, group_id: “group_one”, item_name: “new item”, column_values: “{"date":"2023-05-25"}”) {
id
}
}

What do we have to add to this line to create an item with multiple column values ?
Best regards,

Hello @oussi1995 ,
I have resolved this problem in my thread : How to create a item with value in Python? - monday Apps & Developers - monday Community Forum