Okay assuming the two files in your Python repo are the ones in question. I plugged in my info and got the 200 responses. And just to double check added another line to print the output of b10c.result.text and got the json code as expected. So from what I can tell it should be working. Mind you I ran this real quick on my laptop but it appears to work fine.

//

Okay. I'll take a peek at your code in a few and see if I can spot anything obvious if it'll help.
//

So the response object that is returned by the post has two parts. So result.status_code which is the http response code and result.text which is the json in the response.

//

I take it you sorted out your issue then?

//

yeah seems a little quirky.

//

Another test
10 PRINT "HELLO"20 GOTO 10

If I wrap this code in back ticks it should show.
//

I haven't even looked at that yet. I probably should do that soon by the sound of it.

Back tick if memory serves.
//

That's a good sign.
//