curl -X PATCH "https://app.journeybee.io/api/v1/leads/{leadId}/notes/{noteId}" \
-H "Authorization: Bearer your-api-key-uuid" \
-H "Content-Type: application/json" \
-d '{"document": {"type": "doc", "content": [{"type": "paragraph", "content": [{"type": "text", "text": "Updated follow-up notes"}]}]}}'