Is it possible to crate a card with more than one label? The bellow request works only for the first tag “309139499”
mutation {
createCard(input:{
pipe_id: 303361474
phase_id: 320602338
title: "title of card"
label_ids: 309139499
label_ids: 309139539
}){