apikey: ********************{
"id": "gen_random_uuid()",
"contract_id": "9aafc1a8-e497-46c9-ba0b-bd5b03c353e4",
"vendor_id": "98232994-9d54-43ee-a280-d7c895362d0c",
"type_id": "d9779ea4-ba95-4824-86d7-4f1ac083a564",
"content": "string",
"created_at": "now()",
"updated_at": "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 '/legals' \
--header 'apikey: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "gen_random_uuid()",
"contract_id": "9aafc1a8-e497-46c9-ba0b-bd5b03c353e4",
"vendor_id": "98232994-9d54-43ee-a280-d7c895362d0c",
"type_id": "d9779ea4-ba95-4824-86d7-4f1ac083a564",
"content": "string",
"created_at": "now()",
"updated_at": "string",
"org_id": "a40f5d1f-d889-42e9-94ea-b9b33585fc6b",
"created_by": "users.get_auth_profile_id()",
"updated_by": "deea00dc-b6b6-4412-a483-26ac61e1f6fe"
}'{}