X-API-KEY: ********************curl --location --request PUT '/api/library/control/v1/class-conf//' \
--header 'X-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"library_id": 1,
"name": "string",
"description": "string",
"author_id": 1,
"class_type": "note",
"icon": "deployed_code",
"figure_type": "string",
"texture_id": 1
}'{
"library_id": 1,
"name": "string",
"description": "string",
"author_id": 1,
"class_type": "note",
"icon": "deployed_code",
"figure_type": "string",
"texture_id": 1,
"id": 1
}