curl --location --request GET 'http://127.0.0.1/v1/core-objects/?code'
[
{
"id": "string",
"object_display_name": "string",
"object_type": "string",
"object_code": "string",
"object_props": {},
"is_default": "string",
"status": "string",
"time_created": "string",
"time_modified": "string",
"type": "string"
}
]