i want to create a file on my github account using github api through postman.
github api to create a file on github account:
PUT /repos/:owner/:repo/contents/:path
can anyone tel me how to use this api in postman.
i have my public github account : https://github.com/ritzygithub/myfirstRepo
and in postman header i set
Authorization type to OAuth 2
Authorization : token <token>
PUT request with url: https://api.github.com/repos/ritzygithub/myfirstRepo/
Can you please help me out in this