apikey: ********************{
    "id": "gen_random_uuid()",
    "object_id": "463a83d0-a816-4902-abba-2486e0c0a0bb",
    "definition": null,
    "created_at": "now()",
    "updated_at": "string",
    "ref": "string",
    "org_id": "a40f5d1f-d889-42e9-94ea-b9b33585fc6b",
    "created_by": "users.get_auth_profile_id()",
    "updated_by": "deea00dc-b6b6-4412-a483-26ac61e1f6fe"
}curl --location --request PATCH '/object_definitions' \
--header 'apikey: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "id": "gen_random_uuid()",
    "object_id": "463a83d0-a816-4902-abba-2486e0c0a0bb",
    "definition": null,
    "created_at": "now()",
    "updated_at": "string",
    "ref": "string",
    "org_id": "a40f5d1f-d889-42e9-94ea-b9b33585fc6b",
    "created_by": "users.get_auth_profile_id()",
    "updated_by": "deea00dc-b6b6-4412-a483-26ac61e1f6fe"
}'{}