adding two json fields to post_content

this is the solution:

'post_content' => $product_data['note'] . '<br>'. $product_data['note2'],

this concatenates strings ‘note’ and ‘note2’. Thanks for the hints.