curl --request POST \
--url https://api.supersonic.cv/notes/update \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"note_id": "<string>",
"title": "<string>",
"body": "<string>",
"type": "note",
"occurred_at": "<string>",
"metadata": {},
"record_ids": [
"<string>"
]
}
'