curl --request POST \
--url https://api.example.com/api/InterviewNoteTemplates \
--header 'Content-Type: application/json-patch+json' \
--data '
{
"id": 123,
"ownerID": 123,
"owner": "<string>",
"name": "<string>",
"statusID": 123,
"status": "<string>",
"text": "<string>"
}
'