X-API-KEY: ********************curl --location --request PUT '/api/whiteboard/v1/object-instance//' \
--header 'X-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"uuid": "string",
"whiteboard_id": 1,
"whiteboard_object_id": 1,
"parent_object_instance_id": 1,
"z_level": 0,
"x": 0,
"y": 0,
"origin_x": 0,
"origin_y": 0,
"width": 1,
"height": 1,
"open_width": 1,
"open_height": 1,
"wanted_x": 0,
"wanted_y": 0,
"wanted_open_width": 0,
"wanted_open_height": 0,
"wanted_origin_x": 0,
"wanted_origin_y": 0,
"is_open": true,
"id": 1
}'{
"uuid": "string",
"whiteboard_id": 1,
"whiteboard_object_id": 1,
"parent_object_instance_id": 1,
"z_level": 0,
"x": 0,
"y": 0,
"origin_x": 0,
"origin_y": 0,
"width": 1,
"height": 1,
"open_width": 1,
"open_height": 1,
"wanted_x": 0,
"wanted_y": 0,
"wanted_open_width": 0,
"wanted_open_height": 0,
"wanted_origin_x": 0,
"wanted_origin_y": 0,
"is_open": true,
"id": 1
}