Add Owner to deluge-created module record note

Add Owner to deluge-created module record note

Is it possible to include the "owner" aka "creator", of a Note when creating it via delulge?
This sets "superadmin" as the Note creator. I need to override it.

  1. notemap = Map();
  2. notemap.put("Parent_Id",program_contact_id);
  3. notemap.put("Note_Content",program_contact_data.get('Note'));
  4. notemap.put("se_module","Program_Contacts");
  5. notecreate = zoho.crm.createRecord("Notes",notemap);