Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
{
"id": 123,
"incidentId": 123,
"noteText": "<string>",
"noteSendDate": "2023-11-07T05:31:56Z",
"noteSendBy": "<string>"
}{
"id": 123,
"incidentId": 123,
"noteText": "<string>",
"noteSendDate": "2023-11-07T05:31:56Z",
"noteSendBy": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.