{
"object_display_name": "string",
"object_type": "string",
"object_props": {},
"is_default": "string",
"type": "string"
}
curl --location --request PATCH 'http://127.0.0.1/v1/core-objects/' \
--header 'Content-Type: application/json' \
--data-raw '{
"object_display_name": "string",
"object_type": "string",
"object_props": {},
"is_default": "string",
"type": "string"
}'
{
"id": "string"
}