$curl_body = array(
"orders" => array(
"0" => [
"id" => "32152144",
"client_uniq_id" => 'подставляю значение полученное через getClientID',
"client_type" => "CONTACT",
"create_date_time" => "2020-04-14 13:17:00",
"update_date_time" => "2020-04-17 16:12:21",
"finish_date_time" => "2020-04-17 11:59:00",
"revenue" => 1000,
"order_status" => "Создан",
"cost" => 100500,
"products" => array("Товар А" => 173, "Товар Б" => 146),
"attribute_values" => array( "channel" => "online", )
]
)
);