apikey: ********************{
    "id": "gen_random_uuid()",
    "org_id": "a40f5d1f-d889-42e9-94ea-b9b33585fc6b",
    "category_id": "8de4c9fd-61a4-4c0b-bf88-0ed3a0fe3fa2",
    "title": "string",
    "content": "string",
    "is_pinned": false,
    "is_deleted": false,
    "created_at": "now()",
    "updated_at": "string",
    "created_by": "users.get_auth_profile_id()",
    "updated_by": "deea00dc-b6b6-4412-a483-26ac61e1f6fe"
}curl --location --request PATCH '/notes' \
--header 'apikey: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "id": "gen_random_uuid()",
    "org_id": "a40f5d1f-d889-42e9-94ea-b9b33585fc6b",
    "category_id": "8de4c9fd-61a4-4c0b-bf88-0ed3a0fe3fa2",
    "title": "string",
    "content": "string",
    "is_pinned": false,
    "is_deleted": false,
    "created_at": "now()",
    "updated_at": "string",
    "created_by": "users.get_auth_profile_id()",
    "updated_by": "deea00dc-b6b6-4412-a483-26ac61e1f6fe"
}'{}