Are there any possibilities to post the comments on Github pull request page using curl.exe?
I have used the below as below mentioned commands, but it’s not working. Could you suggest a solution for this?
curl -s -H “UserName:Token” -X POST -d ‘{“body”: “My Review comments”}’ "https://api.github.com/repos/UserName/my-docs/issues/11/comments"