private function getMergedPreviousAndCurrentCertificateData(array $data, Certificate $previousCertificate): array
{
// Appending previously issued certificate's data upon the current endorsement data
$data['placeholder'] = $data['placeholder'] + $previousCertificate->data['placeholder'];
вот. как юзается
$data - это POST
а previousCertificate->data - это та самя json колонка. То есть я показываю только часть поста, а остальной пост "имитирую"