apikey: ********************{
"id": "gen_random_uuid()",
"request_id": "266ea41d-adf5-480b-af50-15b940c2b846",
"collection_id": "4bdef85c-3f50-4006-a713-2350da665f80",
"product_id": "0d012afa-f885-4e65-aeca-37e27701e2d1",
"product_schedule_id": "55aa7361-a565-41c4-8261-1493f5e55548",
"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 '/references' \
--header 'apikey: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "gen_random_uuid()",
"request_id": "266ea41d-adf5-480b-af50-15b940c2b846",
"collection_id": "4bdef85c-3f50-4006-a713-2350da665f80",
"product_id": "0d012afa-f885-4e65-aeca-37e27701e2d1",
"product_schedule_id": "55aa7361-a565-41c4-8261-1493f5e55548",
"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"
}'{}