X-API-KEY: ********************curl --location --request PUT '/api/whiteboard/v1/attribute///' \
--header 'X-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"whiteboard_object_id": 1,
"class_conf_attribute_id": 1,
"formula": "",
"attribute_value": {},
"property1": "string",
"property2": "string"
}'{
"whiteboard_object_id": 1,
"class_conf_attribute_id": 1,
"id": 1,
"attribute_name": "",
"attribute_type": "string_type",
"attribute_value": {},
"formula": ""
}