I am using application/json but my request body does not come as a json file in python 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'})