I am trying to create a new card and add it to a specific board. Here is the code I have. Everything is working correctly, but I am not able to get the card to show up on the board.
collection: { id: 'COLLECTIONID' },
preferredPhrase: 'My New Card',
content: 'The content for my card',
shareStatus: 'TEAM',
boards: [{
action: {
actionType: 'add',
id: 'BOARDID'
}
}]