How to update Work Notes using PostmanSummaryHow to post a comment in the work notes via POSTMANInstructionsInstead of using the following URL, which calls the incident itself... https://<instance>.servicenowservices.com/api/now/table/sn_customerservice_case/<sys_id> ...you should make a PUT via the Table API. Therefore, make a put request to sys_journal_field table, instead of sn_customerservice_case, then specify the sys_id. Reference https://timdietrich.me/blog/servicenow-table-api-comments-work-notes/