{
"Action": "CreateGitCommitNote",
"DepotId": 1383,
"NotesRef": "",
"CommitSha": "5178d68bd3ee2a93733354884f0888584d671d7b",
"Note": "coding",
"CommitMessage": "coding"
}
curl --location -g --request POST 'https://.coding.net/open-api?Action=CreateGitCommitNote' \
--header 'AccessToken;' \
--header 'Action;' \
--header 'Content-Type: application/json' \
--data-raw '{
"Action": "CreateGitCommitNote",
"DepotId": 1383,
"NotesRef": "",
"CommitSha": "5178d68bd3ee2a93733354884f0888584d671d7b",
"Note": "coding",
"CommitMessage": "coding"
}'{
"Response": null
}