regquest json content type application json python requests get content-type application/json code example
Example: python requests send json
requests.post('http://httpbin.org/post', json={'test': 'cheers'})
requests.post('http://httpbin.org/post', json={'test': 'cheers'})