apikey: ********************{
"id": "gen_random_uuid()",
"org_id": "a40f5d1f-d889-42e9-94ea-b9b33585fc6b",
"task_id": "736fde4d-9029-4915-8189-01353d6982cb",
"entity_id": "8161163a-f227-466f-bc01-090a01e80165",
"reference_id": "97c1ff22-6e4f-4821-b1d3-5236781d37b8",
"created_at": "now()",
"updated_at": "string",
"created_by": "users.get_auth_profile_id()",
"updated_by": "deea00dc-b6b6-4412-a483-26ac61e1f6fe"
}curl --location --request PATCH '/associations' \
--header 'apikey: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "gen_random_uuid()",
"org_id": "a40f5d1f-d889-42e9-94ea-b9b33585fc6b",
"task_id": "736fde4d-9029-4915-8189-01353d6982cb",
"entity_id": "8161163a-f227-466f-bc01-090a01e80165",
"reference_id": "97c1ff22-6e4f-4821-b1d3-5236781d37b8",
"created_at": "now()",
"updated_at": "string",
"created_by": "users.get_auth_profile_id()",
"updated_by": "deea00dc-b6b6-4412-a483-26ac61e1f6fe"
}'{}