Add CRM Note via Rest API

Hi,

How can I add CRM Notes via Rest API, I mean CRM Notes not the normal /app/note.

I would relly apprecheate some assistance.

Thank you.

I found a solution by first pulling the the lead then getting the array of crm notes in it and than reposting that array with one extra crm note added.

when only doing a PUT call to a lead with a single notes array and assume that it is a new one, you will loose all the notes which are inside that lead.

I am just wondering if there is any possibility to restrict the permissions of who can delete crm notes inside the lead, as I found no setting for that and also the permissions manager does not have anything for it?