This question is specific to use of ThunderClient; I've looked at numerous questions and answers related to the Github API with cURL etc; that's not my use case. I have done what I believe should replicate the requirements in ThunderClient, but I'm getting 404 errors when trying to create a gist.
Here's what I'm doing:
My token is entered the Auth tab, under Bearer. The token was just created, valid for 30 days, specific for use with gists.
I've also tried using a form in the body, but the same 404 results.
The headers seem to follow the requirements. I'm specifically asking about ThunderClient, because I've offered to help in a classroom, and the instructor asked specifically that this be shown in this way to the class: they'll start adding this code to a program about a week after, but they need to be able to play with the API first, and changing the client from ThunderClient (which I like) isn't my decision... so I'm stuck, with my incompetence exposed. Anyone see a problem?