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.

//