python request post with body in 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'})